Removed receiverData from ERC721 Proxy Id generation

This commit is contained in:
Greg Hysen
2018-07-16 17:11:14 +02:00
parent 9f74feb347
commit e1a9f3435f
7 changed files with 12 additions and 17 deletions

View File

@@ -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,