aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/core/src/artifacts/index.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-12-05 00:22:25 +0800
committerGitHub <noreply@github.com>2018-12-05 00:22:25 +0800
commitb1a8a5521e69bcd402cd18358bb177c402ee3362 (patch)
tree60bacd48ec7972bfcad4c472be75872727984484 /contracts/core/src/artifacts/index.ts
parent18489161c6871ad7e76967644f91cad2a9be1e85 (diff)
parent323195f4ad099a0f028e3043950d241ad8d15b37 (diff)
downloaddexon-sol-tools-b1a8a5521e69bcd402cd18358bb177c402ee3362.tar
dexon-sol-tools-b1a8a5521e69bcd402cd18358bb177c402ee3362.tar.gz
dexon-sol-tools-b1a8a5521e69bcd402cd18358bb177c402ee3362.tar.bz2
dexon-sol-tools-b1a8a5521e69bcd402cd18358bb177c402ee3362.tar.lz
dexon-sol-tools-b1a8a5521e69bcd402cd18358bb177c402ee3362.tar.xz
dexon-sol-tools-b1a8a5521e69bcd402cd18358bb177c402ee3362.tar.zst
dexon-sol-tools-b1a8a5521e69bcd402cd18358bb177c402ee3362.zip
Merge pull request #1374 from 0xProject/feature/contracts-monorepo-4
Contracts monorepo 4
Diffstat (limited to 'contracts/core/src/artifacts/index.ts')
-rw-r--r--contracts/core/src/artifacts/index.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/contracts/core/src/artifacts/index.ts b/contracts/core/src/artifacts/index.ts
index b925ec87f..d578c36fe 100644
--- a/contracts/core/src/artifacts/index.ts
+++ b/contracts/core/src/artifacts/index.ts
@@ -26,7 +26,6 @@ import * as ReentrantERC20Token from '../../generated-artifacts/ReentrantERC20To
import * as TestAssetProxyDispatcher from '../../generated-artifacts/TestAssetProxyDispatcher.json';
import * as TestAssetProxyOwner from '../../generated-artifacts/TestAssetProxyOwner.json';
import * as TestExchangeInternals from '../../generated-artifacts/TestExchangeInternals.json';
-import * as TestLibs from '../../generated-artifacts/TestLibs.json';
import * as TestSignatureValidator from '../../generated-artifacts/TestSignatureValidator.json';
import * as TestStaticCallReceiver from '../../generated-artifacts/TestStaticCallReceiver.json';
import * as Validator from '../../generated-artifacts/Validator.json';
@@ -62,7 +61,6 @@ export const artifacts = {
TestAssetProxyDispatcher: TestAssetProxyDispatcher as ContractArtifact,
TestAssetProxyOwner: TestAssetProxyOwner as ContractArtifact,
TestExchangeInternals: TestExchangeInternals as ContractArtifact,
- TestLibs: TestLibs as ContractArtifact,
TestSignatureValidator: TestSignatureValidator as ContractArtifact,
TestStaticCallReceiver: TestStaticCallReceiver as ContractArtifact,
Validator: Validator as ContractArtifact,