@0x/contracts-utils
: Update Eth2Dai address.
This commit is contained in:
parent
5d603b2f80
commit
8d10f33a3f
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "4.3.0",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Update Eth2Dai addresses in `DeploymentConstants`",
|
||||||
|
"pr": 2474
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1580988106,
|
"timestamp": 1580988106,
|
||||||
"version": "4.2.1",
|
"version": "4.2.1",
|
||||||
|
@ -33,9 +33,9 @@ contract DeploymentConstants {
|
|||||||
// /// @dev Kovan address of the `UniswapExchangeFactory` contract.
|
// /// @dev Kovan address of the `UniswapExchangeFactory` contract.
|
||||||
// address constant private UNISWAP_EXCHANGE_FACTORY_ADDRESS = 0xD3E51Ef092B2845f10401a0159B2B96e8B6c3D30;
|
// address constant private UNISWAP_EXCHANGE_FACTORY_ADDRESS = 0xD3E51Ef092B2845f10401a0159B2B96e8B6c3D30;
|
||||||
/// @dev Mainnet address of the Eth2Dai `MatchingMarket` contract.
|
/// @dev Mainnet address of the Eth2Dai `MatchingMarket` contract.
|
||||||
address constant private ETH2DAI_ADDRESS = 0x39755357759cE0d7f32dC8dC45414CCa409AE24e;
|
address constant private ETH2DAI_ADDRESS = 0x794e6e91555438aFc3ccF1c5076A74F42133d08D;
|
||||||
// /// @dev Kovan address of the Eth2Dai `MatchingMarket` contract.
|
// /// @dev Kovan address of the Eth2Dai `MatchingMarket` contract.
|
||||||
// address constant private ETH2DAI_ADDRESS = 0x4A6bC4e803c62081ffEbCc8d227B5a87a58f1F8F ;
|
// address constant private ETH2DAI_ADDRESS = 0xe325acB9765b02b8b418199bf9650972299235F4;
|
||||||
/// @dev Mainnet address of the `ERC20BridgeProxy` contract
|
/// @dev Mainnet address of the `ERC20BridgeProxy` contract
|
||||||
address constant private ERC20_BRIDGE_PROXY_ADDRESS = 0x8ED95d1746bf1E4dAb58d8ED4724f1Ef95B20Db0;
|
address constant private ERC20_BRIDGE_PROXY_ADDRESS = 0x8ED95d1746bf1E4dAb58d8ED4724f1Ef95B20Db0;
|
||||||
// /// @dev Kovan address of the `ERC20BridgeProxy` contract
|
// /// @dev Kovan address of the `ERC20BridgeProxy` contract
|
||||||
|
Loading…
x
Reference in New Issue
Block a user