UNPKG

web3-onboard-monorepo

Version:

Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul

19 lines (18 loc) 592 B
// Maps a wallet name from the provider to its display name // Keys are the lower cased name derived from the `is` prop on the provider // Example: provider.isCoinbaseWallet -> coinbasewallet export const WALLET_NAMES: { [key: string]: string } = { alphawallet: 'AlphaWallet', atoken: 'AToken', binance: 'Binance Chain Wallet', bitpie: 'Bitpie', coinbasewallet: 'Coinbase Wallet', dcentwallet: "D'CENT", metamask: 'MetaMask', detected: 'Detected Wallet', meetone: 'MeetOne', frame: 'Frame', bitkeep: 'BitKeep', sequence: 'Sequence', core: 'Core' }