diff options
Diffstat (limited to 'packages/migrations/package.json')
-rw-r--r-- | packages/migrations/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/migrations/package.json b/packages/migrations/package.json index b1925ed35..fa488a9e9 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -21,7 +21,8 @@ "compile": "sol-compiler" }, "config": { - "abis": "artifacts/1.0.0/@(DummyToken|TokenTransferProxy|Exchange|TokenRegistry|MultiSigWallet|MultiSigWalletWithTimeLock|MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress|TokenRegistry|ZRXToken|Arbitrage|EtherDelta|AccountLevels|WETH9|MaliciousToken).json" + "abis": + "artifacts/1.0.0/@(DummyERC20Token|TokenTransferProxy_v1|Exchange_v1|TokenRegistry|MultiSigWallet|MultiSigWalletWithTimeLock|MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress|TokenRegistry|ZRXToken|WETH9).json" }, "license": "Apache-2.0", "devDependencies": { |