UNPKG

@web3-wallet/cryptocom-desktop-wallet

Version:
13 lines (12 loc) 407 B
import { Connector } from '@web3-wallet/core'; import { icon } from './assets'; const _walletName = 'Crypto.com DeFi Desktop Wallet'; const walletName = _walletName; export class CryptocomDesktopWallet extends Connector { constructor() { super(...arguments); this.walletName = walletName; } } CryptocomDesktopWallet.walletName = walletName; CryptocomDesktopWallet.walletIcon = icon;