Added gauge mapping address

This commit is contained in:
Thrilok Kumar 2020-08-23 02:22:23 +05:30
parent baaaf4ad88
commit 32ba4e8f32

View File

@ -32,8 +32,7 @@ interface ICurveGaugeMapping {
contract GaugeHelper is DSMath, Stores{
function getCurveGaugeMappingAddr() internal virtual view returns (address){
// Change this to the deployed address
return 0x0000000000000000000000000000000000000000;
return 0x1C800eF1bBfE3b458969226A96c56B92a069Cc92;
}
function getCurveMintorAddr() internal virtual view returns (address){