From cdf438d6dbeef00fb6e35235acef711acd8a624a Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Mon, 16 Mar 2026 12:17:53 +0100 Subject: [PATCH] test: fix gas expectation --- .../suites/dev/stagenet/gas/test-gas-contract-creation.ts | 2 +- .../suites/dev/stagenet/gas/test-gas-estimation-contracts.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/moonwall/suites/dev/stagenet/gas/test-gas-contract-creation.ts b/test/moonwall/suites/dev/stagenet/gas/test-gas-contract-creation.ts index 46dfcdd5..cfab7e4a 100644 --- a/test/moonwall/suites/dev/stagenet/gas/test-gas-contract-creation.ts +++ b/test/moonwall/suites/dev/stagenet/gas/test-gas-contract-creation.ts @@ -16,7 +16,7 @@ describeSuite({ account: ALITH_ADDRESS, data: bytecode }) - ).to.equal(210541n); + ).to.equal(156082n); } }); } diff --git a/test/moonwall/suites/dev/stagenet/gas/test-gas-estimation-contracts.ts b/test/moonwall/suites/dev/stagenet/gas/test-gas-estimation-contracts.ts index 3ebfcec9..2fb5f28e 100644 --- a/test/moonwall/suites/dev/stagenet/gas/test-gas-estimation-contracts.ts +++ b/test/moonwall/suites/dev/stagenet/gas/test-gas-estimation-contracts.ts @@ -129,7 +129,7 @@ describeSuite({ account: PRECOMPILE_BATCH_ADDRESS, data: bytecode }) - ).toBe(210541n); + ).toBe(156082n); } });