This commit is contained in:
Thrilok kumar 2024-06-29 12:46:45 -04:00
parent 2860e55cb3
commit 4b06d7ef97

View File

@ -451,8 +451,8 @@ contract PayloadIGP29 {
/// @notice Action 3: call cast() - transfer 100 stETH to Team Multisig from treasury. /// @notice Action 3: call cast() - transfer 100 stETH to Team Multisig from treasury.
function action3() internal { function action3() internal {
string[] memory targets = new string[](2); string[] memory targets = new string[](1);
bytes[] memory encodedSpells = new bytes[](2); bytes[] memory encodedSpells = new bytes[](1);
string memory withdrawSignature = "withdraw(address,uint256,address,uint256,uint256)"; string memory withdrawSignature = "withdraw(address,uint256,address,uint256,uint256)";