Type alias ConnectWidgetParams

ConnectWidgetParams: {
    language?: WidgetLanguage;
    targetChainId?: ChainId;
}

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)

Generated using TypeDoc