mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
L2 instaindex address update
This commit is contained in:
parent
07c5f58c83
commit
c209376152
|
@ -14,7 +14,7 @@ interface ConnectorsInterface {
|
||||||
|
|
||||||
contract Constants is Variables {
|
contract Constants is Variables {
|
||||||
// InstaIndex Address.
|
// InstaIndex Address.
|
||||||
address internal constant instaIndex = 0x2971AdFa57b20E5a416aE5a708A8655A9c74f723;
|
address internal constant instaIndex = 0xA9B99766E6C676Cf1975c0D3166F96C0848fF5ad;
|
||||||
// Migration contract Address.
|
// Migration contract Address.
|
||||||
address internal constant migrationContract = address(0); // TODO: update address on deployment
|
address internal constant migrationContract = address(0); // TODO: update address on deployment
|
||||||
// Connnectors Address.
|
// Connnectors Address.
|
||||||
|
|
|
@ -34,7 +34,7 @@ contract Variables {
|
||||||
mapping(address => mapping(address => uint)) public deposits;
|
mapping(address => mapping(address => uint)) public deposits;
|
||||||
|
|
||||||
// InstaIndex Address.
|
// InstaIndex Address.
|
||||||
IndexInterface public constant instaIndex = IndexInterface(0x2971AdFa57b20E5a416aE5a708A8655A9c74f723);
|
IndexInterface public constant instaIndex = IndexInterface(0xA9B99766E6C676Cf1975c0D3166F96C0848fF5ad);
|
||||||
|
|
||||||
// TODO: Set by construtor?
|
// TODO: Set by construtor?
|
||||||
mapping(address => bool) public isSupportedToken;
|
mapping(address => bool) public isSupportedToken;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user