aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/libraries/lib_bytes.ts
diff options
context:
space:
mode:
authorGreg Hysen <greg.hysen@gmail.com>2018-06-05 09:14:44 +0800
committerGreg Hysen <greg.hysen@gmail.com>2018-06-08 06:39:38 +0800
commit12e2bfc794831c0008bdbfc27dad9509f2578057 (patch)
tree550261bcf4060337c3f83ab6312c13c653a8d7db /packages/contracts/test/libraries/lib_bytes.ts
parent6e5abade3cad23838fae3108a8de48a1972a9f75 (diff)
downloaddexon-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/lib_bytes.ts')
-rw-r--r--packages/contracts/test/libraries/lib_bytes.ts1
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';