Commit 774a8f93 authored by Maurelian's avatar Maurelian

Revert "fix(ctb): Bump up the gas amount used in testFuzz_systemConfigDeposit_succeeds"

This reverts commit 6dd868afeee56c7eb00c6a3fbf95390a608eeeb1.
parent ec0f65c3
...@@ -1172,9 +1172,7 @@ contract OptimismPortalResourceFuzz_Test is Portal_Initializer { ...@@ -1172,9 +1172,7 @@ contract OptimismPortalResourceFuzz_Test is Portal_Initializer {
assertEq(prevBlockNum, _prevBlockNum); assertEq(prevBlockNum, _prevBlockNum);
// Do a deposit, should not revert // Do a deposit, should not revert
// We add a small buffer of 2500 to the MAX_GAS_LIMIT to account for a reachable case where op.depositTransaction{ gas: MAX_GAS_LIMIT }({
// the calculated gas burn amount, plus other execution costs, exceeds this maximum.
op.depositTransaction{ gas: MAX_GAS_LIMIT + 2500 }({
_to: address(0x20), _to: address(0x20),
_value: 0x40, _value: 0x40,
_gasLimit: _gasLimit, _gasLimit: _gasLimit,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment