forked from cerc-io/ipld-eth-server
Merge pull request #69 from 8thlight/watch_contract
* Add contracts table / start building out watch contracts
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TABLE watched_contracts
|
||||
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE watched_contracts
|
||||
(
|
||||
contract_id SERIAL PRIMARY KEY,
|
||||
contract_hash VARCHAR(66)
|
||||
)
|
||||
Reference in New Issue
Block a user