test: fix gas expectation

This commit is contained in:
Gonza Montiel 2026-03-16 12:17:53 +01:00
parent ed005a3a50
commit cdf438d6db
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ describeSuite({
account: ALITH_ADDRESS,
data: bytecode
})
).to.equal(210541n);
).to.equal(156082n);
}
});
}

View file

@ -129,7 +129,7 @@ describeSuite({
account: PRECOMPILE_BATCH_ADDRESS,
data: bytecode
})
).toBe(210541n);
).toBe(156082n);
}
});