From 321cfe3ccc4d86c838ef1fae10392a6964b4eee0 Mon Sep 17 00:00:00 2001 From: lumtis Date: Wed, 6 Nov 2024 13:56:16 +0100 Subject: [PATCH] set gas limit --- x/fungible/keeper/v2_evm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/fungible/keeper/v2_evm.go b/x/fungible/keeper/v2_evm.go index 9521b290db..c92116ca4b 100644 --- a/x/fungible/keeper/v2_evm.go +++ b/x/fungible/keeper/v2_evm.go @@ -16,7 +16,7 @@ import ( ) // gatewayGasLimit is the gas limit for the gateway functions -var gatewayGasLimit *big.Int // = big.NewInt(1_000_000) +var gatewayGasLimit = big.NewInt(1_000_000) // CallUpdateGatewayAddress calls the updateGatewayAddress function on the ZRC20 contract // function updateGatewayAddress(address addr)