ConnectWidgetParams: {
    language?: checkout.WidgetLanguage;
    targetChainId?: checkout.ChainId;
    targetWalletRdns?: string | checkout.WalletProviderRdns;
    blocklistWalletRdns?: string[];
}

Type declaration

  • Optional language?: checkout.WidgetLanguage

    The language to use for the connect widget

  • Optional targetChainId?: checkout.ChainId

    The target chain to connect to as part of the connection process (defaults to Immutable zkEVM / Immutable zkEVM Testnet)

  • Optional targetWalletRdns?: string | checkout.WalletProviderRdns

    The target wallet to establish a connection with

  • Optional blocklistWalletRdns?: string[]

    List of wallets rdns to exclude from the connect widget

Generated using TypeDoc