Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Update DevUtils, Forwarder, and Coordinator addresses for each testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
abandeali1 committed Oct 29, 2019
1 parent 3ac5d9a commit 77fa97f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/contract-addresses/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ const networkToAddresses: { [networkId: number]: ContractAddresses } = {
exchange: '0xc56388332ddfc98701fefed94535100c6166956c',
assetProxyOwner: NULL_ADDRESS,
zeroExGovernor: '0xdcf20f7b447d51f2b3e5499b7f6cbbf7295a5d26',
forwarder: '0x31c3890769ed3bb30b2781fd238a5bb7ecfeb7c8',
forwarder: '0xe66ae6162b3e9067d6ce9e5b9799cca1ba0d09f8',
orderValidator: NULL_ADDRESS,
dutchAuction: NULL_ADDRESS,
coordinatorRegistry: '0x403cc23e88c17c4652fb904784d1af640a6722d9',
coordinator: NULL_ADDRESS,
coordinator: '0xad8464022213a618c96a1178a927a5ed15ad6949',
multiAssetProxy: '0xab8fbd189c569ccdee3a4d929bb7f557be4028f6',
staticCallProxy: '0xe1b97e47aa3796276033a5341e884d2ba46b6ac1',
erc1155Proxy: '0x19bb6caa3bc34d39e5a23cedfa3e6c7e7f3c931d',
devUtils: '0x3dfd5157eec10eb1a357c1074de30787ce92cb43',
devUtils: '0x9a8590eebcfc53f0cc7ab5ebb8c079e9e7d4e0f5',
zrxVault: '0xffd161026865ad8b4ab28a76840474935eec4dfa',
staking: '0x3f46b98061a3e1e1f41dff296ec19402c298f8a9',
stakingProxy: '0xfaabcee42ab6b9c649794ac6c133711071897ee9',
Expand All @@ -90,15 +90,15 @@ const networkToAddresses: { [networkId: number]: ContractAddresses } = {
etherToken: '0xc778417e063141139fce010982780140aa0cd5ab',
assetProxyOwner: NULL_ADDRESS,
zeroExGovernor: '0x5d751aa855a1aee5fe44cf5350ed25b5727b66ae',
forwarder: '0xc6db36aeb96a2eb52079c342c3a980c83dea8e3c',
forwarder: '0xf36eabdfe986b35b62c8fd5a98a7f2aebb79b291',
orderValidator: NULL_ADDRESS,
dutchAuction: NULL_ADDRESS,
coordinatorRegistry: '0x1084b6a398e47907bae43fec3ff4b677db6e4fee',
coordinator: NULL_ADDRESS,
coordinator: '0x9ae7a6e4e4d58c36b7aa573fc06ce46dd3cb0d44',
multiAssetProxy: '0xb34cde0ad3a83d04abebc0b66e75196f22216621',
staticCallProxy: '0xe1b97e47aa3796276033a5341e884d2ba46b6ac1',
erc1155Proxy: '0x19bb6caa3bc34d39e5a23cedfa3e6c7e7f3c931d',
devUtils: '0xcfc66b8e75e8f075c3e1d61e6487d73dfe35d808',
devUtils: '0xfcbb258112485f18dd68f4b1016e48c23542fdc5',
zrxVault: '0xa5bf6ac73bc40790fc6ffc9dbbbce76c9176e224',
staking: '0x344d4f661a82afdd84d31456c291822d90d5dc3a',
stakingProxy: '0xc6ad5277ea225ac05e271eb14a7ebb480cd9dd9f',
Expand All @@ -113,15 +113,15 @@ const networkToAddresses: { [networkId: number]: ContractAddresses } = {
exchange: '0xca8b1626b3b7a0da722ca9f264c4630c7d34d3b8',
assetProxyOwner: NULL_ADDRESS,
zeroExGovernor: '0x3654e5363cd75c8974c76208137df9691e820e97',
forwarder: '0x4c4edb103a6570fa4b58a309d7ff527b7d9f7cf2',
forwarder: '0xd6330f9d2073e1889a295dd1dd2e28d42dec4bff',
orderValidator: NULL_ADDRESS,
dutchAuction: NULL_ADDRESS,
coordinatorRegistry: '0x09fb99968c016a3ff537bf58fb3d9fe55a7975d5',
coordinator: NULL_ADDRESS,
coordinator: '0x10e0b1c2e6065ec7f290c7e3731264f9a2bf2b2d',
multiAssetProxy: '0xf6313a772c222f51c28f2304c0703b8cf5428fd8',
staticCallProxy: '0x48e94bdb9033640d45ea7c721e25f380f8bffa43',
erc1155Proxy: '0x64517fa2b480ba3678a2a3c0cf08ef7fd4fad36f',
devUtils: '0xb1863ac46ae23ec55d6eeb8ecc8815655ee638a8',
devUtils: '0x58c4fbdf9222f10ad2bef8f4d374f209135e71a5',
zrxVault: '0xf36eabdfe986b35b62c8fd5a98a7f2aebb79b291',
staking: '0x89150f5eed50b3528f79bfb539f29d727f92821c',
stakingProxy: '0xbab9145f1d57cd4bb0c9aa2d1ece0a5b6e734d34',
Expand Down

0 comments on commit 77fa97f

Please sign in to comment.