mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
Added gauge mapping address
This commit is contained in:
parent
baaaf4ad88
commit
32ba4e8f32
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue
Block a user