Skip to content

Commit

Permalink
immutable zkevm as part of default networks for transak (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA authored Dec 2, 2024
1 parent c07c1bd commit 69b74b5
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 69b74b5

Please sign in to comment.