Set GSTCollector address and deploy Curve (#2530)
* Set GSTCollector address and deploy Curve * CHANGELOGs
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
{
|
||||
"note": "Added `GST_ADDRESS` and `GST_COLLECTOR_ADDRESS`",
|
||||
"pr": 2523
|
||||
},
|
||||
{
|
||||
"note": "Set GST Collector address in `DeploymentConstants`",
|
||||
"pr": 2530
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -57,7 +57,7 @@ contract DeploymentConstants {
|
||||
/// @dev Mainnet address of the GST2 contract
|
||||
address constant private GST_ADDRESS = 0x0000000000b3F879cb30FE243b4Dfee438691c04;
|
||||
/// @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
|
||||
// address constant private GST_ADDRESS = address(0);
|
||||
// /// @dev Kovan address of the GST Collector
|
||||
|
||||
Reference in New Issue
Block a user