aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/src/2.0.0-mainnet/constants.ts
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-09-05 04:47:01 +0800
committerAlex Browne <stephenalexbrowne@gmail.com>2018-09-05 04:47:28 +0800
commite456332da71f1ed6c6799fabe6c635985ec2ce9d (patch)
tree72c22d078674ecdb4646bd9a5e8d7b8108c78ad3 /packages/migrations/src/2.0.0-mainnet/constants.ts
parent4ed84c5dc5e32452d94d96be2f019bf453e9b6ea (diff)
downloaddexon-sol-tools-e456332da71f1ed6c6799fabe6c635985ec2ce9d.tar
dexon-sol-tools-e456332da71f1ed6c6799fabe6c635985ec2ce9d.tar.gz
dexon-sol-tools-e456332da71f1ed6c6799fabe6c635985ec2ce9d.tar.bz2
dexon-sol-tools-e456332da71f1ed6c6799fabe6c635985ec2ce9d.tar.lz
dexon-sol-tools-e456332da71f1ed6c6799fabe6c635985ec2ce9d.tar.xz
dexon-sol-tools-e456332da71f1ed6c6799fabe6c635985ec2ce9d.tar.zst
dexon-sol-tools-e456332da71f1ed6c6799fabe6c635985ec2ce9d.zip
Rename and update some artifact locations
Diffstat (limited to 'packages/migrations/src/2.0.0-mainnet/constants.ts')
-rw-r--r--packages/migrations/src/2.0.0-mainnet/constants.ts13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/migrations/src/2.0.0-mainnet/constants.ts b/packages/migrations/src/2.0.0-mainnet/constants.ts
deleted file mode 100644
index 99649f687..000000000
--- a/packages/migrations/src/2.0.0-mainnet/constants.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-import { BigNumber } from '@0xproject/utils';
-
-export const constants = {
- ASSET_PROXY_OWNER_OWNERS: [
- '0x257619b7155d247e43c8b6d90c8c17278ae481f0',
- '0x5ee2a00f8f01d099451844af7f894f26a57fcbf2',
- '0x894d623e0e0e8ed12c4a73dada999e275684a37d',
- ],
- ASSET_PROXY_OWNER_REQUIRED_CONFIRMATIONS: new BigNumber(2),
- ASSET_PROXY_OWNER_SECONDS_TIMELOCKED: new BigNumber(1209600),
- WETH_ADDRESS: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
- ZRX_ADDRESS: '0xe41d2489571d322189246dafa5ebde1f4699f498',
-};