mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
Update contracts/liquidity.sol
This commit is contained in:
parent
577b2d5c41
commit
92e028ca72
|
@ -262,7 +262,7 @@ interface MigrationInterface {
|
|||
contract Setup {
|
||||
address public constant soloAddr = 0x1E0447b19BB6EcFdAe1e4AE1694b0C3659614e4e;
|
||||
address public constant wethAddr = 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2;
|
||||
MigrationInterface public constant migrationAddr = MigrationInterface(0xE3901a1bb3EefBF6bc90c201076e9068b646C1f3); // TODO: Migration address
|
||||
MigrationInterface public constant migrationAddr = MigrationInterface(0xE3901a1bb3EefBF6bc90c201076e9068b646C1f3); // TODO @thrilok209: Chnage to Migration address
|
||||
|
||||
TokenInterface wethContract = TokenInterface(wethAddr);
|
||||
ISoloMargin solo = ISoloMargin(soloAddr);
|
||||
|
@ -316,4 +316,4 @@ contract InstaPool is DydxFlashloaner {
|
|||
}
|
||||
|
||||
receive() external payable {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user