Skip to content

Commit 26e1ad0

Browse files
committed
increased deployed multicall gas buffer to prevent out of gas reverts in gas aware multicall
1 parent 5d7c6a7 commit 26e1ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IceCreamSwapWeb3/Multicall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def _build_calldata(self, calls_with_calldata: list[tuple[ContractFunction, byte
194194
# build multicall transaction
195195
multicall_call = self.multicall.functions.multicallWithGasLimitation(
196196
calls=encoded_calls,
197-
gasBuffer=100_000,
197+
gasBuffer=1_000_000,
198198
)
199199

200200
# return multicall address and calldata

0 commit comments

Comments
 (0)