forked from cerc-io/ipld-eth-server
Store contract ABI on watched_contracts
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE watched_contracts
|
||||
DROP COLUMN contract_abi;
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE watched_contracts
|
||||
ADD COLUMN contract_abi json;
|
||||
Reference in New Issue
Block a user