Add Ganache addresses to contract-addresses
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"version": "3.0.3",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Added StaticCallAssetProxy and ERC1155AssetProxy",
|
||||
"pr": 2021
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.0.2",
|
||||
"changes": [
|
||||
|
||||
@@ -96,18 +96,18 @@ const networkToAddresses: { [networkId: number]: ContractAddresses } = {
|
||||
50: {
|
||||
erc20Proxy: '0x1dc4c1cefef38a777b15aa20260a54e584b16c48',
|
||||
erc721Proxy: '0x1d7022f5b17d2f8b695918fb48fa1089c9f85401',
|
||||
erc1155Proxy: '0x6a4a62e5a7ed13c361b176a5f62c2ee620ac0df8',
|
||||
zrxToken: '0x871dd7c2b4b25e1aa18728e9d5f2af4c4e431f5c',
|
||||
etherToken: '0x0b1ba0af832d7c05fd64161e0db78e85978e8082',
|
||||
exchange: '0x48bacb9266a570d521063ef5dd96e61686dbe788',
|
||||
assetProxyOwner: '0x04b5dadd2c0d6a261bfafbc964e0cac48585def3',
|
||||
forwarder: '0x6000eca38b8b5bba64986182fe2a69c57f6b5414',
|
||||
orderValidator: '0x32eecaf51dfea9618e9bc94e9fbfddb1bbdcba15',
|
||||
dutchAuction: '0x7e3f4e1deb8d3a05d9d2da87d9521268d0ec3239',
|
||||
coordinatorRegistry: '0xaa86dda78e9434aca114b6676fc742a18d15a1cc',
|
||||
coordinator: '0x4d3d5c850dd5bd9d6f4adda3dd039a3c8054ca29',
|
||||
multiAssetProxy: NULL_ADDRESS,
|
||||
staticCallProxy: NULL_ADDRESS,
|
||||
erc1155Proxy: NULL_ADDRESS,
|
||||
assetProxyOwner: '0x8d42e38980ce74736c21c059b2240df09958d3c8',
|
||||
forwarder: '0xaa86dda78e9434aca114b6676fc742a18d15a1cc',
|
||||
orderValidator: '0x4d3d5c850dd5bd9d6f4adda3dd039a3c8054ca29',
|
||||
dutchAuction: '0xa31e64ea55b9b6bbb9d6a676738e9a5b23149f84',
|
||||
coordinatorRegistry: '0x1941ff73d1154774d87521d2d0aaad5d19c8df60',
|
||||
coordinator: '0x0d8b0dd11f5d34ed41d556def5f841900d5b1c6b',
|
||||
multiAssetProxy: '0xcfc18cec799fbd1793b5c43e773c98d4d61cc2db',
|
||||
staticCallProxy: '0x6dfff22588be9b3ef8cf0ad6dc9b84796f9fb45f',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -1,19 +1,14 @@
|
||||
[
|
||||
{
|
||||
"version": "4.1.12",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Added StaticCallAssetProxy and ERC1155AssetProxy",
|
||||
"pr": 2021
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "4.1.11",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Updated calls to <contract wrapper>.deploy0xArtifactAsync to include log decode dependencies.",
|
||||
"pr": 1995
|
||||
},
|
||||
{
|
||||
"note": "Added StaticCallAssetProxy and ERC1155AssetProxy",
|
||||
"pr": 2021
|
||||
}
|
||||
],
|
||||
"timestamp": 1564604963
|
||||
|
||||
Reference in New Issue
Block a user