mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
added rate config handler
This commit is contained in:
parent
93137249ba
commit
8b323f6f71
|
@ -481,7 +481,7 @@ contract PayloadIGP32 {
|
||||||
function execute() external {
|
function execute() external {
|
||||||
require(address(this) == address(TIMELOCK), "not-valid-caller");
|
require(address(this) == address(TIMELOCK), "not-valid-caller");
|
||||||
|
|
||||||
// Action 1: Deploy wBTC/ETH and ETH/wBTC vaults.
|
// Action 1: Update rewards for fUSDC & fUSDT.
|
||||||
action1();
|
action1();
|
||||||
|
|
||||||
// Action 2: Approve fUSDC and fUSDT protocols to spend the reserves tokens
|
// Action 2: Approve fUSDC and fUSDT protocols to spend the reserves tokens
|
||||||
|
@ -554,7 +554,7 @@ contract PayloadIGP32 {
|
||||||
memory configs_ = new AdminModuleStructs.AddressBool[](1);
|
memory configs_ = new AdminModuleStructs.AddressBool[](1);
|
||||||
|
|
||||||
configs_[0] = AdminModuleStructs.AddressBool({
|
configs_[0] = AdminModuleStructs.AddressBool({
|
||||||
addr: address(0), // TODO
|
addr: 0x3eca30f7dB5AeAbD8757cE5Baf850dA8acA086Db,
|
||||||
value: true
|
value: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user