Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the GasLimit to 32000000 #2490

Closed
wants to merge 13 commits into from
1 change: 1 addition & 0 deletions system_tests/program_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,7 @@ func activateWasm(

timed(t, "activate "+name, func() {
auth.Value = oneEth
auth.GasLimit = 32000000 // skip gas estimation
tx, err := arbWasm.ActivateProgram(&auth, program)
Require(t, err)
_, err = EnsureTxSucceeded(ctx, l2client, tx)
Expand Down
Loading