diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-12-04 22:40:25 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-12-04 23:07:59 +0800 |
commit | 9e01f4c9a30a0fd06c105222abfa1ab09e8fec3a (patch) | |
tree | 4e484dfdb0aebc96ddb4cfd7154352144b92bd0a /contracts/core/src/artifacts | |
parent | 18489161c6871ad7e76967644f91cad2a9be1e85 (diff) | |
download | dexon-0x-contracts-9e01f4c9a30a0fd06c105222abfa1ab09e8fec3a.tar.gz dexon-0x-contracts-9e01f4c9a30a0fd06c105222abfa1ab09e8fec3a.tar.zst dexon-0x-contracts-9e01f4c9a30a0fd06c105222abfa1ab09e8fec3a.zip |
Refactor out libs into @0x/contracts-libs
Diffstat (limited to 'contracts/core/src/artifacts')
-rw-r--r-- | contracts/core/src/artifacts/index.ts | 2 |
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, |