Type Alias ConnectWidgetParams

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

Type declaration

  • Optionallanguage?: WidgetLanguage

    The language to use for the connect widget

  • OptionaltargetChainId?: ChainId

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

  • OptionaltargetWalletRdns?: string | WalletProviderRdns

    The target wallet to establish a connection with

  • OptionalblocklistWalletRdns?: string[]

    List of wallets rdns to exclude from the connect widget