diff options
author | Amir Bandeali <abandeali1@gmail.com> | 2018-08-25 00:27:29 +0800 |
---|---|---|
committer | Amir Bandeali <abandeali1@gmail.com> | 2018-08-25 04:32:04 +0800 |
commit | 070eff6f3a2f3775ef72248c3f345c05cd833798 (patch) | |
tree | 434ea365997e41391c06c14630e3716ef20f2cb7 /packages/contracts/package.json | |
parent | 681ed822eca91085300e85e136ddcf4abd90495c (diff) | |
download | dexon-sol-tools-070eff6f3a2f3775ef72248c3f345c05cd833798.tar dexon-sol-tools-070eff6f3a2f3775ef72248c3f345c05cd833798.tar.gz dexon-sol-tools-070eff6f3a2f3775ef72248c3f345c05cd833798.tar.bz2 dexon-sol-tools-070eff6f3a2f3775ef72248c3f345c05cd833798.tar.lz dexon-sol-tools-070eff6f3a2f3775ef72248c3f345c05cd833798.tar.xz dexon-sol-tools-070eff6f3a2f3775ef72248c3f345c05cd833798.tar.zst dexon-sol-tools-070eff6f3a2f3775ef72248c3f345c05cd833798.zip |
Rename TestStaticCall => TestStaticCallReceiver
Diffstat (limited to 'packages/contracts/package.json')
-rw-r--r-- | packages/contracts/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 6fd5a864b..0ead2f43f 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -34,7 +34,7 @@ }, "config": { "abis": - "../migrations/artifacts/2.0.0/@(AssetProxyOwner|DummyERC20Token|DummyERC721Receiver|DummyERC721Token|DummyNoReturnERC20Token|ERC20Proxy|ERC721Proxy|Forwarder|Exchange|ExchangeWrapper|IAssetData|IAssetProxy|InvalidERC721Receiver|MixinAuthorizable|MultiSigWallet|MultiSigWalletWithTimeLock|OrderValidator|TestAssetProxyOwner|TestAssetProxyDispatcher|TestConstants|TestExchangeInternals|TestLibBytes|TestLibs|TestSignatureValidator|TestStaticCall|Validator|Wallet|TokenRegistry|Whitelist|WETH9|ZRXToken).json" + "../migrations/artifacts/2.0.0/@(AssetProxyOwner|DummyERC20Token|DummyERC721Receiver|DummyERC721Token|DummyNoReturnERC20Token|ERC20Proxy|ERC721Proxy|Forwarder|Exchange|ExchangeWrapper|IAssetData|IAssetProxy|InvalidERC721Receiver|MixinAuthorizable|MultiSigWallet|MultiSigWalletWithTimeLock|OrderValidator|TestAssetProxyOwner|TestAssetProxyDispatcher|TestConstants|TestExchangeInternals|TestLibBytes|TestLibs|TestSignatureValidator|TestStaticCallReceiver|Validator|Wallet|TokenRegistry|Whitelist|WETH9|ZRXToken).json" }, "repository": { "type": "git", |