mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
minor fix
This commit is contained in:
parent
0f4038cc1c
commit
1937bb1ad2
|
@ -548,23 +548,11 @@ contract PayloadIGP32 {
|
||||||
tokens[2] = USDC_ADDRESS;
|
tokens[2] = USDC_ADDRESS;
|
||||||
amounts[2] = 100 * 1e6;
|
amounts[2] = 100 * 1e6;
|
||||||
|
|
||||||
protocols[3] = 0x3A0b7c8840D74D39552EF53F586dD8c3d1234C40;
|
|
||||||
tokens[3] = USDC_ADDRESS;
|
|
||||||
amounts[3] = 100 * 1e6;
|
|
||||||
|
|
||||||
protocols[5] = 0x6F72895Cf6904489Bcd862c941c3D02a3eE4f03e;
|
|
||||||
tokens[5] = USDT_ADDRESS;
|
|
||||||
amounts[5] = 100 * 1e6;
|
|
||||||
|
|
||||||
protocols[5] = 0x3A0b7c8840D74D39552EF53F586dD8c3d1234C40;
|
protocols[5] = 0x3A0b7c8840D74D39552EF53F586dD8c3d1234C40;
|
||||||
tokens[5] = USDT_ADDRESS;
|
tokens[5] = USDT_ADDRESS;
|
||||||
amounts[5] = 100 * 1e6;
|
amounts[5] = 100 * 1e6;
|
||||||
|
|
||||||
FLUID_RESERVE.approve(
|
FLUID_RESERVE.approve(protocols, tokens, amounts);
|
||||||
protocols,
|
|
||||||
tokens,
|
|
||||||
amounts
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @notice Action 4: Add Rates Config Handler on Liquidity layer
|
/// @notice Action 4: Add Rates Config Handler on Liquidity layer
|
||||||
|
|
Loading…
Reference in New Issue
Block a user