Skip to content

Commit

Permalink
decrease gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Oct 30, 2024
1 parent 2b87979 commit 0ca4358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/runner/v2_zevm.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/zeta-chain/protocol-contracts/v2/pkg/gatewayzevm.sol"
)

var gasLimit = big.NewInt(1000000)
var gasLimit = big.NewInt(250000)

// V2ETHWithdraw calls Withdraw of Gateway with gas token on ZEVM
func (r *E2ERunner) V2ETHWithdraw(
Expand Down

0 comments on commit 0ca4358

Please sign in to comment.