Skip to content

Commit

Permalink
fix bundler integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Dec 21, 2023
1 parent 761304d commit 49fd62a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ const DEFAULT_FEE_MARKUP = 1100000;

const MOCK_FX: BigNumberish = "977100"; // matic to usdc approx

const UserOperationEventTopic =
"0x49628fd1471006c1482da88028e9ce4dbb080b815c9b0344d39e5a8e6ec1419f";

// export const encodePaymasterData = (
// feeToken = ethers.constants.AddressZero,
// exchangeRate: BigNumberish = ethers.constants.Zero,
Expand Down

0 comments on commit 49fd62a

Please sign in to comment.