aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/core/src/artifacts/index.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-12-05 18:19:10 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-12-05 20:13:35 +0800
commit48021a227f7034c2238c64146b2eb05eb8bfb687 (patch)
treec9fbfd03a6018ee7d36cf0db2766513ad17835d2 /contracts/core/src/artifacts/index.ts
parentb411e2250aed82b87d1cbebf5cf805d794ddbdb7 (diff)
downloaddexon-sol-tools-48021a227f7034c2238c64146b2eb05eb8bfb687.tar
dexon-sol-tools-48021a227f7034c2238c64146b2eb05eb8bfb687.tar.gz
dexon-sol-tools-48021a227f7034c2238c64146b2eb05eb8bfb687.tar.bz2
dexon-sol-tools-48021a227f7034c2238c64146b2eb05eb8bfb687.tar.lz
dexon-sol-tools-48021a227f7034c2238c64146b2eb05eb8bfb687.tar.xz
dexon-sol-tools-48021a227f7034c2238c64146b2eb05eb8bfb687.tar.zst
dexon-sol-tools-48021a227f7034c2238c64146b2eb05eb8bfb687.zip
Refactor our protocol interfaces into @0x/contracts-interfaces
Diffstat (limited to 'contracts/core/src/artifacts/index.ts')
-rw-r--r--contracts/core/src/artifacts/index.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/contracts/core/src/artifacts/index.ts b/contracts/core/src/artifacts/index.ts
index d578c36fe..1d868bae2 100644
--- a/contracts/core/src/artifacts/index.ts
+++ b/contracts/core/src/artifacts/index.ts
@@ -14,11 +14,7 @@ import * as ERC721Token from '../../generated-artifacts/ERC721Token.json';
import * as Exchange from '../../generated-artifacts/Exchange.json';
import * as ExchangeWrapper from '../../generated-artifacts/ExchangeWrapper.json';
import * as Forwarder from '../../generated-artifacts/Forwarder.json';
-import * as IAssetData from '../../generated-artifacts/IAssetData.json';
-import * as IAssetProxy from '../../generated-artifacts/IAssetProxy.json';
import * as InvalidERC721Receiver from '../../generated-artifacts/InvalidERC721Receiver.json';
-import * as IValidator from '../../generated-artifacts/IValidator.json';
-import * as IWallet from '../../generated-artifacts/IWallet.json';
import * as MixinAuthorizable from '../../generated-artifacts/MixinAuthorizable.json';
import * as MultiAssetProxy from '../../generated-artifacts/MultiAssetProxy.json';
import * as OrderValidator from '../../generated-artifacts/OrderValidator.json';
@@ -49,10 +45,6 @@ export const artifacts = {
Exchange: Exchange as ContractArtifact,
ExchangeWrapper: ExchangeWrapper as ContractArtifact,
Forwarder: Forwarder as ContractArtifact,
- IAssetData: IAssetData as ContractArtifact,
- IAssetProxy: IAssetProxy as ContractArtifact,
- IValidator: IValidator as ContractArtifact,
- IWallet: IWallet as ContractArtifact,
InvalidERC721Receiver: InvalidERC721Receiver as ContractArtifact,
MixinAuthorizable: MixinAuthorizable as ContractArtifact,
MultiAssetProxy: MultiAssetProxy as ContractArtifact,