Skip to content

Commit

Permalink
fix(alchemy): add opt mainnet to dummy gen (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dancoombs authored Jun 23, 2023
1 parent 2132885 commit ef21ad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/alchemy/src/middleware/gas-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export const alchemyPaymasterAndDataMiddleware = (
dummyPaymasterDataMiddleware: async (_struct) => {
switch (config.provider.chain.id) {
case 1:
case 10:
case 137:
case 42161:
return {
Expand Down

0 comments on commit ef21ad5

Please sign in to comment.