Skip to content

Commit

Permalink
Update test/unit/concrete/TestSponsorshipPaymaster.t.sol
Browse files Browse the repository at this point in the history
Co-authored-by: filmakarov <[email protected]>
  • Loading branch information
livingrockrises and filmakarov authored Oct 17, 2024
1 parent 105c2ce commit eeff817
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/unit/concrete/TestSponsorshipPaymaster.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,12 @@ contract TestSponsorshipPaymasterWithPriceMarkup is TestBase {

PackedUserOperation[] memory ops = new PackedUserOperation[](1);
// price markup of 1e6
(PackedUserOperation memory userOp, bytes32 userOpHash) = createUserOp(ALICE, bicoPaymaster, 1e6, 55_000);
(PackedUserOperation memory userOp, bytes32 userOpHash) = createUserOp({
sender: ALICE,
paymaster: bicoPaymaster,
pariceMarkup: 1e6,
postOpGasLimitOverride: 55_000
});
ops[0] = userOp;

uint256 initialBundlerBalance = BUNDLER.addr.balance;
Expand Down

0 comments on commit eeff817

Please sign in to comment.