Skip to content

Commit 69d3b94

Browse files
committed
fix types
1 parent abfe918 commit 69d3b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/modal/src/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { BaseConnectorConfig, IProvider, IWeb3Auth, LoginMethodConfig, WALLET_CONNECTOR_TYPE } from "@web3auth/no-modal";
22

3-
export interface ModalConfig extends Omit<BaseConnectorConfig, "isInjected" | "chainNamespace"> {
3+
export interface ModalConfig extends Omit<BaseConnectorConfig, "isInjected" | "chainNamespaces"> {
44
loginMethods?: LoginMethodConfig;
55
}
66

0 commit comments

Comments
 (0)