update gas for txs in test

This commit is contained in:
undercover-cactus 2026-03-24 11:38:09 +01:00
parent 6605faf245
commit dcddeee3fe

View file

@ -280,7 +280,7 @@ fn transfer() {
value: 400.into(),
},
)
.expect_cost(176106756) // 1 weight => 1 gas in mock
.expect_cost(173835756) // 1 weight => 1 gas in mock
.expect_log(log3(
Precompile1,
SELECTOR_LOG_TRANSFER,
@ -370,7 +370,7 @@ fn transfer_from() {
value: 400.into(),
},
)
.expect_cost(176106756) // 1 weight => 1 gas in mock
.expect_cost(173835756) // 1 weight => 1 gas in mock
.expect_log(log3(
Precompile1,
SELECTOR_LOG_TRANSFER,
@ -466,7 +466,7 @@ fn transfer_from_self() {
value: 400.into(),
},
)
.expect_cost(176106756) // 1 weight => 1 gas in mock
.expect_cost(173835756) // 1 weight => 1 gas in mock
.expect_log(log3(
Precompile1,
SELECTOR_LOG_TRANSFER,