diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-06-01 05:33:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-01 05:33:28 +0800 |
commit | 384c05ccc70f839f4098e375237514784253197d (patch) | |
tree | 10e850e1e1cf17edb1a24df970ba97974d56acf0 /packages/abi-gen/src/utils.ts | |
parent | 6fd87568e738c114dbba9be85cf470c11117ec0a (diff) | |
parent | 193e4f327523ca7f718c1091af0b7192f4e0bcbb (diff) | |
download | dexon-sol-tools-384c05ccc70f839f4098e375237514784253197d.tar dexon-sol-tools-384c05ccc70f839f4098e375237514784253197d.tar.gz dexon-sol-tools-384c05ccc70f839f4098e375237514784253197d.tar.bz2 dexon-sol-tools-384c05ccc70f839f4098e375237514784253197d.tar.lz dexon-sol-tools-384c05ccc70f839f4098e375237514784253197d.tar.xz dexon-sol-tools-384c05ccc70f839f4098e375237514784253197d.tar.zst dexon-sol-tools-384c05ccc70f839f4098e375237514784253197d.zip |
Merge pull request #642 from 0xProject/feature/ethereum-types
Introduce ethereum-types package
Diffstat (limited to 'packages/abi-gen/src/utils.ts')
-rw-r--r-- | packages/abi-gen/src/utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/abi-gen/src/utils.ts b/packages/abi-gen/src/utils.ts index 20b734959..a46209dad 100644 --- a/packages/abi-gen/src/utils.ts +++ b/packages/abi-gen/src/utils.ts @@ -1,4 +1,4 @@ -import { AbiType, ConstructorAbi, DataItem } from '@0xproject/types'; +import { AbiType, ConstructorAbi, DataItem } from 'ethereum-types'; import * as fs from 'fs'; import * as _ from 'lodash'; import * as path from 'path'; |