Test ethers 6.13.6-beta.1, use solc 0.8.27 and prague EVM version (#5663)

This commit is contained in:
Ernesto García
2025-05-05 16:20:05 -06:00
committed by GitHub
parent 9393147db7
commit 08566bfe0d
7 changed files with 13 additions and 10 deletions

View File

@ -174,7 +174,7 @@ describe('ERC2771Forwarder', function () {
// Because the relayer call consumes gas until the `CALL` opcode, the gas left after failing
// the subcall won't enough to finish the top level call (after testing), so we add a
// moderated buffer.
const gasLimit = estimate + 2_000n;
const gasLimit = estimate + 10_000n;
// The subcall out of gas should be caught by the contract and then bubbled up consuming
// the available gas with an `invalid` opcode.