mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
updated storage variable to constant
This commit is contained in:
parent
2886b743c2
commit
00e6f1677f
|
@ -7,5 +7,6 @@ abstract contract Helpers {
|
||||||
ILido internal constant lidoInterface =
|
ILido internal constant lidoInterface =
|
||||||
ILido(0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84);
|
ILido(0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84);
|
||||||
|
|
||||||
address treasury = 0x28849D2b63fA8D361e5fc15cB8aBB13019884d09; // Instadapp's treasury address
|
address internal constant treasury =
|
||||||
|
0x28849D2b63fA8D361e5fc15cB8aBB13019884d09; // Instadapp's treasury address
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user