diff options
author | Fabio Berger <me@fabioberger.com> | 2018-07-24 23:13:21 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-07-24 23:13:21 +0800 |
commit | 56f21f4bab2fd844961eb3f8366a421660d04706 (patch) | |
tree | 287b86096263641b9d0c3e7441dfdeb85e1ebb93 /packages/migrations/src/utils/constants.ts | |
parent | 9a36e73f4ed62871b2c39d129de0ac2c04aeba2b (diff) | |
parent | a05b14e4d9659be1cc495ee33fd8962ce773f87f (diff) | |
download | dexon-sol-tools-56f21f4bab2fd844961eb3f8366a421660d04706.tar dexon-sol-tools-56f21f4bab2fd844961eb3f8366a421660d04706.tar.gz dexon-sol-tools-56f21f4bab2fd844961eb3f8366a421660d04706.tar.bz2 dexon-sol-tools-56f21f4bab2fd844961eb3f8366a421660d04706.tar.lz dexon-sol-tools-56f21f4bab2fd844961eb3f8366a421660d04706.tar.xz dexon-sol-tools-56f21f4bab2fd844961eb3f8366a421660d04706.tar.zst dexon-sol-tools-56f21f4bab2fd844961eb3f8366a421660d04706.zip |
Merge v2-prototype
Diffstat (limited to 'packages/migrations/src/utils/constants.ts')
-rw-r--r-- | packages/migrations/src/utils/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/migrations/src/utils/constants.ts b/packages/migrations/src/utils/constants.ts index 068122e28..53ce2f5f1 100644 --- a/packages/migrations/src/utils/constants.ts +++ b/packages/migrations/src/utils/constants.ts @@ -9,7 +9,7 @@ export const constants = { ASSET_PROXY_OWNER_TIMELOCK: new BigNumber(0), ASSET_PROXY_OWNER_CONFIRMATIONS: new BigNumber(1), ERC20_PROXY_ID: '0xf47261b0', - ERC721_PROXY_ID: '0x08e937fa', + ERC721_PROXY_ID: '0x02571792', NULL_ADDRESS: '0x0000000000000000000000000000000000000000', RPC_URL: 'http://localhost:8545', KOVAN_NETWORK_ID: 42, |