mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
Added sender migration address on flashloan contract
This commit is contained in:
parent
dd463aa0e6
commit
7a96012aab
|
@ -262,11 +262,10 @@ interface MigrationInterface {
|
||||||
contract Setup {
|
contract Setup {
|
||||||
address public constant soloAddr = 0x1E0447b19BB6EcFdAe1e4AE1694b0C3659614e4e;
|
address public constant soloAddr = 0x1E0447b19BB6EcFdAe1e4AE1694b0C3659614e4e;
|
||||||
address public constant wethAddr = 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2;
|
address public constant wethAddr = 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2;
|
||||||
MigrationInterface public constant migrationAddr = MigrationInterface(0xE3901a1bb3EefBF6bc90c201076e9068b646C1f3); // TODO @thrilok209: Chnage to Migration address
|
MigrationInterface public constant migrationAddr = MigrationInterface(0xA0557234eB7b3c503388202D3768Cfa2f1AE9Dc2);
|
||||||
|
|
||||||
TokenInterface wethContract = TokenInterface(wethAddr);
|
TokenInterface wethContract = TokenInterface(wethAddr);
|
||||||
ISoloMargin solo = ISoloMargin(soloAddr);
|
ISoloMargin solo = ISoloMargin(soloAddr);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
contract DydxFlashloaner is Setup, ICallee, DydxFlashloanBase, DSMath {
|
contract DydxFlashloaner is Setup, ICallee, DydxFlashloanBase, DSMath {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user