Skip to content

Commit

Permalink
set gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Nov 6, 2024
1 parent 0bccdc9 commit 321cfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/fungible/keeper/v2_evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 321cfe3

Please sign in to comment.