We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfe918 commit 69d3b94Copy full SHA for 69d3b94
packages/modal/src/interface.ts
@@ -1,6 +1,6 @@
1
import type { BaseConnectorConfig, IProvider, IWeb3Auth, LoginMethodConfig, WALLET_CONNECTOR_TYPE } from "@web3auth/no-modal";
2
3
-export interface ModalConfig extends Omit<BaseConnectorConfig, "isInjected" | "chainNamespace"> {
+export interface ModalConfig extends Omit<BaseConnectorConfig, "isInjected" | "chainNamespaces"> {
4
loginMethods?: LoginMethodConfig;
5
}
6
0 commit comments