@web3auth/web3auth
Version:
[](https://www.npmjs.com/package/@web3auth/web3auth/v/latest) [](https://bundlephobia.com/resu
9 lines (8 loc) • 352 B
TypeScript
import type { BaseAdapterConfig, ChainNamespaceType, LoginMethodConfig, WALLET_ADAPTER_TYPE } from "@web3auth/base";
export interface ModalConfig extends BaseAdapterConfig {
loginMethods?: LoginMethodConfig;
}
export interface AdaptersModalConfig {
chainNamespace: ChainNamespaceType;
adapters?: Record<WALLET_ADAPTER_TYPE, ModalConfig>;
}