diff options
author | Amir Bandeali <abandeali1@gmail.com> | 2018-05-08 02:20:53 +0800 |
---|---|---|
committer | Amir Bandeali <abandeali1@gmail.com> | 2018-05-08 02:20:53 +0800 |
commit | 7e7364fc83167677594f246b418fe939b1b02f2a (patch) | |
tree | 84c3f55589320ac7ef9a4698ac9e0b52a767d337 /packages/contracts/package.json | |
parent | 395d06042707892bcb74cb7a0e2897c628e5c903 (diff) | |
download | dexon-sol-tools-7e7364fc83167677594f246b418fe939b1b02f2a.tar dexon-sol-tools-7e7364fc83167677594f246b418fe939b1b02f2a.tar.gz dexon-sol-tools-7e7364fc83167677594f246b418fe939b1b02f2a.tar.bz2 dexon-sol-tools-7e7364fc83167677594f246b418fe939b1b02f2a.tar.lz dexon-sol-tools-7e7364fc83167677594f246b418fe939b1b02f2a.tar.xz dexon-sol-tools-7e7364fc83167677594f246b418fe939b1b02f2a.tar.zst dexon-sol-tools-7e7364fc83167677594f246b418fe939b1b02f2a.zip |
Move Authorizable to AssetProxy dir, rename to MixinAuthorizable
Diffstat (limited to 'packages/contracts/package.json')
-rw-r--r-- | packages/contracts/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 48019fe8c..2c5ee872e 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -30,9 +30,9 @@ }, "config": { "abis": - "../migrations/src/artifacts/@(DummyERC20Token|Exchange|TokenRegistry|MultiSigWallet|MultiSigWalletWithTimeLock|MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress|TokenRegistry|ZRXToken|TestAssetProxyDispatcher|TestLibs|TestSignatureValidator|ERC20Proxy|ERC721Proxy|DummyERC721Token|TestLibBytes|Authorizable).json", + "../migrations/src/artifacts/@(DummyERC20Token|Exchange|TokenRegistry|MultiSigWallet|MultiSigWalletWithTimeLock|MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress|TokenRegistry|ZRXToken|TestAssetProxyDispatcher|TestLibs|TestSignatureValidator|ERC20Proxy|ERC721Proxy|DummyERC721Token|TestLibBytes|MixinAuthorizable).json", "contracts": - "Exchange,DummyERC20Token,ZRXToken,WETH9,MultiSigWallet,MultiSigWalletWithTimeLock,MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress,TokenRegistry,TestAssetProxyDispatcher,TestLibs,TestSignatureValidator,ERC20Proxy,ERC721Proxy,DummyERC721Token,TestLibBytes,Authorizable" + "Exchange,DummyERC20Token,ZRXToken,WETH9,MultiSigWallet,MultiSigWalletWithTimeLock,MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress,TokenRegistry,TestAssetProxyDispatcher,TestLibs,TestSignatureValidator,ERC20Proxy,ERC721Proxy,DummyERC721Token,TestLibBytes,MixinAuthorizable" }, "repository": { "type": "git", |