mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
Update
This commit is contained in:
parent
439ff96aca
commit
9a443811ec
|
@ -398,12 +398,12 @@ contract PayloadIGP24 {
|
||||||
// fUSDC
|
// fUSDC
|
||||||
protocols[0] = F_USDC;
|
protocols[0] = F_USDC;
|
||||||
tokens[0] = USDC_ADDRESS;
|
tokens[0] = USDC_ADDRESS;
|
||||||
amounts[0] = 165_000 * 1e6; // 165k USDC
|
amounts[0] = 315_000 * 1e6; // 315k USDC
|
||||||
|
|
||||||
// fUSDT
|
// fUSDT
|
||||||
protocols[1] = F_USDT;
|
protocols[1] = F_USDT;
|
||||||
tokens[1] = USDT_ADDRESS;
|
tokens[1] = USDT_ADDRESS;
|
||||||
amounts[1] = 165_000 * 1e6; // 165k USDT
|
amounts[1] = 315_000 * 1e6; // 315k USDT
|
||||||
|
|
||||||
FLUID_RESERVE.approve(protocols, tokens, amounts);
|
FLUID_RESERVE.approve(protocols, tokens, amounts);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user