UNPKG

@web3auth/modal

Version:

Multi chain wallet aggregator for web3Auth

20 lines (16 loc) 491 B
'use strict'; var noModal = require('@web3auth/no-modal'); const version = "10.2.0"; const defaultConnectorsModalConfig = { hideWalletDiscovery: false, connectors: { [noModal.EVM_CONNECTORS.AUTH]: { label: "Auth", showOnModal: true } } }; const walletRegistryUrl = "https://assets.web3auth.io/v1/wallet-registry.json"; exports.defaultConnectorsModalConfig = defaultConnectorsModalConfig; exports.version = version; exports.walletRegistryUrl = walletRegistryUrl;