From 93137249ba45d11be045ea25011b73a798ee8cb7 Mon Sep 17 00:00:00 2001 From: Thrilok kumar Date: Mon, 15 Jul 2024 01:24:07 -0400 Subject: [PATCH] fix --- contracts/payloads/IGP32/PayloadIGP32.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contracts/payloads/IGP32/PayloadIGP32.sol b/contracts/payloads/IGP32/PayloadIGP32.sol index 0063eb4..e6fffa4 100644 --- a/contracts/payloads/IGP32/PayloadIGP32.sol +++ b/contracts/payloads/IGP32/PayloadIGP32.sol @@ -529,9 +529,9 @@ contract PayloadIGP32 { /// @notice Action 3: Dust reserves tokens allowance function action3() internal { - address[] memory protocols = new address[](3); - address[] memory tokens = new address[](3); - uint256[] memory amounts = new uint256[](3); + address[] memory protocols = new address[](2); + address[] memory tokens = new address[](2); + uint256[] memory amounts = new uint256[](2); protocols[0] = 0x6F72895Cf6904489Bcd862c941c3D02a3eE4f03e; tokens[0] = wBTC_ADDRESS;