UNPKG

@web3auth/modal

Version:

Multi chain wallet aggregator for web3Auth

16 lines (13 loc) 402 B
import { EVM_CONNECTORS } from '@web3auth/no-modal'; const version = "10.2.0"; const defaultConnectorsModalConfig = { hideWalletDiscovery: false, connectors: { [EVM_CONNECTORS.AUTH]: { label: "Auth", showOnModal: true } } }; const walletRegistryUrl = "https://assets.web3auth.io/v1/wallet-registry.json"; export { defaultConnectorsModalConfig, version, walletRegistryUrl };