Skip to content

Commit

Permalink
immutable zkevm as part of default networks for transak
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Nov 21, 2024
1 parent 61c03c8 commit 6441777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/checkout/src/utils/transak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AddFundsSettings } from '../contexts'
export const TRANSAK_API_KEY = '5911d9ec-46b5-48fa-a755-d59a715ff0cf'

export const getTransakLink = (addFundsSettings: AddFundsSettings) => {
const defaultNetworks = 'ethereum,mainnet,arbitrum,optimism,polygon,polygonzkevm,zksync,base,bnb,oasys,astar,avaxcchain'
const defaultNetworks = 'ethereum,mainnet,arbitrum,optimism,polygon,polygonzkevm,zksync,base,bnb,oasys,astar,avaxcchain,immutablezkevm'

interface Options {
[index: string]: string | undefined
Expand Down

0 comments on commit 6441777

Please sign in to comment.