Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Jul 23, 2024
1 parent 9e51a6a commit fc9fb69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/utils/chainConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ export const ChainId = {
}

export const activeChainId = ChainId.POLYGON_AMOY
export const biconomyPaymasterApiKey = import.meta.env.VITE_PAYMASTER_KEY || process.env.VITE_PAYMASTER_KEY
export const bundlerUrl = import.meta.env.VITE_BUNDLER_URL || process.env.VITE_BUNDLER_URL
export const biconomyPaymasterApiKey =
import.meta.env.VITE_PAYMASTER_KEY || process.env.VITE_PAYMASTER_KEY
export const bundlerUrl =
import.meta.env.VITE_BUNDLER_URL || process.env.VITE_BUNDLER_URL

export const supportedChains = [
ChainId.GOERLI,
Expand Down

0 comments on commit fc9fb69

Please sign in to comment.