aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/artifacts.ts
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2018-06-27 09:38:30 +0800
committerGitHub <noreply@github.com>2018-06-27 09:38:30 +0800
commit73c36fe2d20c0e477458e6c07b837b08f8d424c6 (patch)
tree1cb07f3bdc14812cd4eb67610a93f8e6c2670d16 /packages/contracts/src/utils/artifacts.ts
parent744e6e60c51b2bfd081920b58a73e566113fee0e (diff)
parentec3e9efdaaf35f408f708b359f648d6addbfa1f2 (diff)
downloaddexon-0x-contracts-73c36fe2d20c0e477458e6c07b837b08f8d424c6.tar.gz
dexon-0x-contracts-73c36fe2d20c0e477458e6c07b837b08f8d424c6.tar.zst
dexon-0x-contracts-73c36fe2d20c0e477458e6c07b837b08f8d424c6.zip
Merge pull request #773 from 0xProject/feature/contracts/abi-calldata-proxy
Optimize transfer
Diffstat (limited to 'packages/contracts/src/utils/artifacts.ts')
-rw-r--r--packages/contracts/src/utils/artifacts.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/contracts/src/utils/artifacts.ts b/packages/contracts/src/utils/artifacts.ts
index a46bab9ae..d58e7973c 100644
--- a/packages/contracts/src/utils/artifacts.ts
+++ b/packages/contracts/src/utils/artifacts.ts
@@ -11,7 +11,6 @@ import * as ExchangeWrapper from '../artifacts/ExchangeWrapper.json';
import * as MixinAuthorizable from '../artifacts/MixinAuthorizable.json';
import * as MultiSigWallet from '../artifacts/MultiSigWallet.json';
import * as MultiSigWalletWithTimeLock from '../artifacts/MultiSigWalletWithTimeLock.json';
-import * as TestAssetDataDecoders from '../artifacts/TestAssetDataDecoders.json';
import * as TestAssetProxyDispatcher from '../artifacts/TestAssetProxyDispatcher.json';
import * as TestAssetProxyOwner from '../artifacts/TestAssetProxyOwner.json';
import * as TestLibBytes from '../artifacts/TestLibBytes.json';
@@ -39,7 +38,6 @@ export const artifacts = {
MultiSigWalletWithTimeLock: (MultiSigWalletWithTimeLock as any) as ContractArtifact,
TestAssetProxyOwner: (TestAssetProxyOwner as any) as ContractArtifact,
TestAssetProxyDispatcher: (TestAssetProxyDispatcher as any) as ContractArtifact,
- TestAssetDataDecoders: (TestAssetDataDecoders as any) as ContractArtifact,
TestLibBytes: (TestLibBytes as any) as ContractArtifact,
TestLibs: (TestLibs as any) as ContractArtifact,
TestSignatureValidator: (TestSignatureValidator as any) as ContractArtifact,