diff options
author | Greg Hysen <greg.hysen@gmail.com> | 2018-06-05 09:14:44 +0800 |
---|---|---|
committer | Greg Hysen <greg.hysen@gmail.com> | 2018-06-08 06:39:38 +0800 |
commit | 12e2bfc794831c0008bdbfc27dad9509f2578057 (patch) | |
tree | 550261bcf4060337c3f83ab6312c13c653a8d7db /packages/contracts/test/libraries | |
parent | 6e5abade3cad23838fae3108a8de48a1972a9f75 (diff) | |
download | dexon-sol-tools-12e2bfc794831c0008bdbfc27dad9509f2578057.tar dexon-sol-tools-12e2bfc794831c0008bdbfc27dad9509f2578057.tar.gz dexon-sol-tools-12e2bfc794831c0008bdbfc27dad9509f2578057.tar.bz2 dexon-sol-tools-12e2bfc794831c0008bdbfc27dad9509f2578057.tar.lz dexon-sol-tools-12e2bfc794831c0008bdbfc27dad9509f2578057.tar.xz dexon-sol-tools-12e2bfc794831c0008bdbfc27dad9509f2578057.tar.zst dexon-sol-tools-12e2bfc794831c0008bdbfc27dad9509f2578057.zip |
Fixes after rebasing
Diffstat (limited to 'packages/contracts/test/libraries')
-rw-r--r-- | packages/contracts/test/libraries/lib_bytes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/contracts/test/libraries/lib_bytes.ts b/packages/contracts/test/libraries/lib_bytes.ts index 1a23483ba..9ae95d518 100644 --- a/packages/contracts/test/libraries/lib_bytes.ts +++ b/packages/contracts/test/libraries/lib_bytes.ts @@ -1,4 +1,5 @@ import { BlockchainLifecycle } from '@0xproject/dev-utils'; +import { assetProxyUtils } from '@0xproject/order-utils'; import { generatePseudoRandomSalt } from '@0xproject/order-utils'; import { AssetProxyId } from '@0xproject/types'; import { BigNumber } from '@0xproject/utils'; |