mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
collect revenue
This commit is contained in:
parent
68bf94c6d8
commit
7e9a4c7066
|
@ -497,6 +497,18 @@ contract PayloadIGP26 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// @notice Action 2: Collect revenue from Liquditiy Layer
|
||||||
|
function action2() internal {
|
||||||
|
address[] memory tokens = new address[](4);
|
||||||
|
|
||||||
|
tokens[0] = ETH_ADDRESS;
|
||||||
|
tokens[1] = wstETH_ADDRESS;
|
||||||
|
tokens[2] = USDC_ADDRESS;
|
||||||
|
tokens[3] = USDT_ADDRESS;
|
||||||
|
|
||||||
|
LIQUIDITY.collectRevenue(tokens);
|
||||||
|
}
|
||||||
|
|
||||||
/***********************************|
|
/***********************************|
|
||||||
| Proposal Payload Helpers |
|
| Proposal Payload Helpers |
|
||||||
|__________________________________*/
|
|__________________________________*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user