Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Set GSTCollector address and deploy Curve
Browse files Browse the repository at this point in the history
  • Loading branch information
dekz committed Mar 26, 2020
1 parent 0fdfb03 commit b45f36c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions contracts/utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
{
"note": "Added `GST_ADDRESS` and `GST_COLLECTOR_ADDRESS`",
"pr": 2523
},
{
"note": "Set GST Collector address in `DeploymentConstants`"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion contracts/utils/contracts/src/DeploymentConstants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b45f36c

Please sign in to comment.