Set GSTCollector address and deploy Curve (#2530)
* Set GSTCollector address and deploy Curve * CHANGELOGs
This commit is contained in:
parent
0fdfb03f3c
commit
277dbacf68
@ -5,6 +5,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Added `GST_ADDRESS` and `GST_COLLECTOR_ADDRESS`",
|
"note": "Added `GST_ADDRESS` and `GST_COLLECTOR_ADDRESS`",
|
||||||
"pr": 2523
|
"pr": 2523
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Set GST Collector address in `DeploymentConstants`",
|
||||||
|
"pr": 2530
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -57,7 +57,7 @@ contract DeploymentConstants {
|
|||||||
/// @dev Mainnet address of the GST2 contract
|
/// @dev Mainnet address of the GST2 contract
|
||||||
address constant private GST_ADDRESS = 0x0000000000b3F879cb30FE243b4Dfee438691c04;
|
address constant private GST_ADDRESS = 0x0000000000b3F879cb30FE243b4Dfee438691c04;
|
||||||
/// @dev Mainnet address of the GST Collector
|
/// @dev Mainnet address of the GST Collector
|
||||||
address constant private GST_COLLECTOR_ADDRESS = address(0);
|
address constant private GST_COLLECTOR_ADDRESS = 0x000000D3b08566BE75A6DB803C03C85C0c1c5B96;
|
||||||
// /// @dev Kovan address of the GST2 contract
|
// /// @dev Kovan address of the GST2 contract
|
||||||
// address constant private GST_ADDRESS = address(0);
|
// address constant private GST_ADDRESS = address(0);
|
||||||
// /// @dev Kovan address of the GST Collector
|
// /// @dev Kovan address of the GST Collector
|
||||||
|
@ -17,6 +17,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Redeploy `KyberBridge`, `UniswapBridge`, `Eth2DaiBridge`, `CurveBridge`, `DydxBridge` on mainnet and kovan",
|
"note": "Redeploy `KyberBridge`, `UniswapBridge`, `Eth2DaiBridge`, `CurveBridge`, `DydxBridge` on mainnet and kovan",
|
||||||
"pr": 2529
|
"pr": 2529
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Redeploy `CurveBridge` with GST support",
|
||||||
|
"pr": 2530
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
"godsUnchainedValidator": "0x09a379ef7218bcfd8913faa8b281ebc5a2e0bc04",
|
"godsUnchainedValidator": "0x09a379ef7218bcfd8913faa8b281ebc5a2e0bc04",
|
||||||
"broker": "0xd4690a51044db77d91d7aa8f7a3a5ad5da331af0",
|
"broker": "0xd4690a51044db77d91d7aa8f7a3a5ad5da331af0",
|
||||||
"chainlinkStopLimit": "0xeb27220f95f364e1d9531992c48613f231839f53",
|
"chainlinkStopLimit": "0xeb27220f95f364e1d9531992c48613f231839f53",
|
||||||
"curveBridge": "0x6dc7950423ada9f56fb2c93a23edb787f1e29088",
|
"curveBridge": "0x1cf6ccc7e15d0d99a9498f37e16ba65b5c54bdd0",
|
||||||
"maximumGasPrice": "0xe2bfd35306495d11e3c9db0d8de390cda24563cf"
|
"maximumGasPrice": "0xe2bfd35306495d11e3c9db0d8de390cda24563cf"
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user