mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
fix
This commit is contained in:
parent
fbea228a18
commit
38c8a8d363
|
@ -133,7 +133,7 @@ contract PayloadIGP {
|
|||
|
||||
///////// PROPOSAL ACTIONS - 8 Actions ///////
|
||||
|
||||
/// @notice Action 1: call cast() - transfer rewards to Team Multisig, add new Timelock as auth & remove old Timelock as auth on Treasury
|
||||
/// @notice Action 1: call cast() - transfer rewards to Team Multisig, add new Timelock as auth & remove old Timelock as auth on Treasury
|
||||
function action1() public view returns(address target, uint256 value, string memory signature, bytes memory calldatas) {
|
||||
string[] memory targets = new string[](7);
|
||||
bytes[] memory encodedSpells = new bytes[](7);
|
||||
|
|
Loading…
Reference in New Issue
Block a user