aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/tokens/weth9.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contracts/test/tokens/weth9.ts')
-rw-r--r--packages/contracts/test/tokens/weth9.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/contracts/test/tokens/weth9.ts b/packages/contracts/test/tokens/weth9.ts
index 25463ac62..9a31dc3f2 100644
--- a/packages/contracts/test/tokens/weth9.ts
+++ b/packages/contracts/test/tokens/weth9.ts
@@ -1,6 +1,6 @@
-import { BlockchainLifecycle } from '@0xproject/dev-utils';
-import { BigNumber } from '@0xproject/utils';
-import { Web3Wrapper } from '@0xproject/web3-wrapper';
+import { BlockchainLifecycle } from '@0x/dev-utils';
+import { BigNumber } from '@0x/utils';
+import { Web3Wrapper } from '@0x/web3-wrapper';
import * as chai from 'chai';
import { WETH9Contract } from '../../generated-wrappers/weth9';