diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-09-08 02:31:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 02:31:20 +0800 |
commit | 4e22c289afcccdc46450f10bc15dfca8a6e2b151 (patch) | |
tree | 8192b41455610deccecf92c286b523f2942d3575 /src/artifacts.ts | |
parent | b5435b6ab8c91ddc48c16235c956a38ef5c906d0 (diff) | |
parent | af217e316a76eef0365123722ba999907a6fcdcb (diff) | |
download | dexon-sol-tools-4e22c289afcccdc46450f10bc15dfca8a6e2b151.tar dexon-sol-tools-4e22c289afcccdc46450f10bc15dfca8a6e2b151.tar.gz dexon-sol-tools-4e22c289afcccdc46450f10bc15dfca8a6e2b151.tar.bz2 dexon-sol-tools-4e22c289afcccdc46450f10bc15dfca8a6e2b151.tar.lz dexon-sol-tools-4e22c289afcccdc46450f10bc15dfca8a6e2b151.tar.xz dexon-sol-tools-4e22c289afcccdc46450f10bc15dfca8a6e2b151.tar.zst dexon-sol-tools-4e22c289afcccdc46450f10bc15dfca8a6e2b151.zip |
Merge pull request #159 from 0xProject/fix/types
Move Aftifact type definition to 'types'
Diffstat (limited to 'src/artifacts.ts')
-rw-r--r-- | src/artifacts.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/artifacts.ts b/src/artifacts.ts index 0c4627337..447f9880a 100644 --- a/src/artifacts.ts +++ b/src/artifacts.ts @@ -1,3 +1,4 @@ +import {Artifact} from './types'; import * as TokenArtifact from './artifacts/Token.json'; import * as ExchangeArtifact from './artifacts/Exchange.json'; import * as EtherTokenArtifact from './artifacts/EtherToken.json'; |