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, 11 insertions, 0 deletions
diff --git a/packages/deployer/test/util/constants.ts b/packages/deployer/test/util/constants.ts
new file mode 100644
index 000000000..d52076607
--- /dev/null
+++ b/packages/deployer/test/util/constants.ts
@@ -0,0 +1,11 @@
+import { BigNumber } from '@0xproject/utils';
+
+export const constants = {
+ networkId: 0,
+ jsonrpcPort: 8545,
+ optimizerEnabled: 0,
+ gasPrice: new BigNumber(20000000000),
+ timeoutMs: 20000,
+ zrxTokenAddress: '0xe41d2489571d322189246dafa5ebde1f4699f498',
+ tokenTransferProxyAddress: '0x8da0d80f5007ef1e431dd2127178d224e32c2ef4',
+};