From 4b06d7ef9775b942e16e4ae1134c747024a10c42 Mon Sep 17 00:00:00 2001 From: Thrilok kumar Date: Sat, 29 Jun 2024 12:46:45 -0400 Subject: [PATCH] fix --- contracts/payloads/IGP29/PayloadIGP29.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/payloads/IGP29/PayloadIGP29.sol b/contracts/payloads/IGP29/PayloadIGP29.sol index f0ca020..a297ac2 100644 --- a/contracts/payloads/IGP29/PayloadIGP29.sol +++ b/contracts/payloads/IGP29/PayloadIGP29.sol @@ -451,8 +451,8 @@ contract PayloadIGP29 { /// @notice Action 3: call cast() - transfer 100 stETH to Team Multisig from treasury. function action3() internal { - string[] memory targets = new string[](2); - bytes[] memory encodedSpells = new bytes[](2); + string[] memory targets = new string[](1); + bytes[] memory encodedSpells = new bytes[](1); string memory withdrawSignature = "withdraw(address,uint256,address,uint256,uint256)";