UNPKG

@web3auth/web3auth

Version:

[![npm version](https://img.shields.io/npm/v/@web3auth/web3auth?label=%22%22)](https://www.npmjs.com/package/@web3auth/web3auth/v/latest) [![minzip](https://img.shields.io/bundlephobia/minzip/@web3auth/web3auth?label=%22%22)](https://bundlephobia.com/resu

9 lines (8 loc) 352 B
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>; }