Merge pull request #1952 from 0xProject/fix/redeployed-2.0-mainnet

Redeployed 2.0 Mainnet
This commit is contained in:
Fabio B 2019-07-13 09:45:59 +02:00 committed by GitHub
commit 14f48a5f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 9 deletions

View File

@ -1,4 +1,12 @@
[
{
"version": "3.0.0",
"changes": [
{
"note": "Redeployed Mainnet Exchange and Asset Proxies"
}
]
},
{
"version": "2.3.3",
"changes": [

View File

@ -26,17 +26,17 @@ const NULL_ADDRESS = '0x0000000000000000000000000000000000000000';
const networkToAddresses: { [networkId: number]: ContractAddresses } = {
1: {
erc20Proxy: '0x2240dab907db71e64d3e0dba4800c83b5c502d4e',
erc721Proxy: '0x208e41fb445f1bb1b6780d58356e81405f3e6127',
exchange: '0x080bf510fcbf18b91105470639e9561022937712',
erc20Proxy: '0x95e6f48254609a6ee006f7d493c8e5fb97094cef',
erc721Proxy: '0xefc70a1b18c432bdc64b596838b4d138f6bc6cad',
forwarder: '0xdc4587cb17d2a1829512e2cfec621f8066290e6a',
orderValidator: '0xa09329c6003c9a5402102e226417738ee22cf1f2',
zrxToken: '0xe41d2489571d322189246dafa5ebde1f4699f498',
etherToken: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
exchange: '0x4f833a24e1f95d70f028921e27040ca56e09ab0b',
assetProxyOwner: '0x17992e4ffb22730138e4b62aaa6367fa9d3699a6',
forwarder: '0x5468a1dc173652ee28d249c271fa9933144746b1',
orderValidator: '0x9463e518dea6810309563c81d5266c1b1d149138',
dutchAuction: '0x07b32a653754945666cfca91168bb207323dfe67',
coordinatorRegistry: '0x45797531b873fd5e519477a070a955764c1a5b07',
coordinator: '0x25aae5b981ce6683cc5aeea1855d927e0b59066f',
assetProxyOwner: '0xdffe798c7172dd6deb32baee68af322e8f495ce0',
dutchAuction: NULL_ADDRESS,
coordinatorRegistry: NULL_ADDRESS,
coordinator: NULL_ADDRESS,
},
3: {
erc20Proxy: '0xb1408f4c245a23c31b98d2c626777d4c0d766caa',