aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/test/util/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/deployer/test/util/constants.ts')
-rw-r--r--packages/deployer/test/util/constants.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/deployer/test/util/constants.ts b/packages/deployer/test/util/constants.ts
deleted file mode 100644
index 88d6db550..000000000
--- a/packages/deployer/test/util/constants.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import { BigNumber } from '@0xproject/utils';
-
-export const constants = {
- networkId: 0,
- optimizerEnabled: false,
- gasPrice: new BigNumber(20000000000),
- timeoutMs: 30000,
- zrxTokenAddress: '0xe41d2489571d322189246dafa5ebde1f4699f498',
- tokenTransferProxyAddress: '0x8da0d80f5007ef1e431dd2127178d224e32c2ef4',
- contracts: '*' as '*',
-};