Skip to content

Commit 9eda19d

Browse files
Filipp MakarovFilipp Makarov
authored andcommitted
test: fix postop pm gas limit in tests
1 parent fc2d0f9 commit 9eda19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/node-paymaster/percentage-premium/PercentagePremium_Test.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ contract PercentagePremium_Paymaster_Test is BaseTest {
135135
uint128 pmValidationGasLimit = 20_000;
136136
// ~ 12_000 is raw PM.postOp gas spent
137137
// here we add more for emitting events in the wrapper + refunds etc in EP
138-
uint128 pmPostOpGasLimit = 38_000;
138+
uint128 pmPostOpGasLimit = 40_000;
139139

140140
bytes memory pmAndData = abi.encodePacked(
141141
address(EMITTING_NODE_PAYMASTER),

0 commit comments

Comments
 (0)