forked from cerc-io/ipld-eth-server
Get ABI via etherscan API (#96)
- Added ABI request - Add unique constraint on contract hash for watched contracts
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE watched_contracts
|
||||
DROP CONSTRAINT contract_hash_uc;
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE watched_contracts
|
||||
ADD CONSTRAINT contract_hash_uc UNIQUE (contract_hash);
|
||||
Reference in New Issue
Block a user