Type alias ConnectWidgetParams

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

Type declaration

  • Optional language?: WidgetLanguage

    The language to use for the connect widget

  • Optional targetChainId?: ChainId

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

  • Optional targetWalletRdns?: string | 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