Skip to content

Commit

Permalink
chore: hardcoded env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Jul 23, 2024
1 parent fc9fb69 commit aecc415
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/utils/chainConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ 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 = "_sTfkyAEp.552504b5-9093-4d4b-94dd-701f85a267ea"
export const bundlerUrl = "https://bundler.biconomy.io/api/v2/80002/cJPK7B3ru.dd7f7861-190d-45ic-af80-6877f74b8f44"

export const supportedChains = [
ChainId.GOERLI,
Expand Down

0 comments on commit aecc415

Please sign in to comment.