UNPKG

@web3auth/modal

Version:

Multi chain wallet aggregator for web3Auth

15 lines (12 loc) 304 B
import { EVM_CONNECTORS } from '@web3auth/no-modal'; const version = "10.10.0"; const defaultConnectorsModalConfig = { hideWalletDiscovery: false, connectors: { [EVM_CONNECTORS.AUTH]: { label: "Auth", showOnModal: true } } }; export { defaultConnectorsModalConfig, version };