UNPKG

@broxus/tvm-connect

Version:

TypeScript SDK for connecting to Nekoton-compatible wallets using a unified interface.

58 lines (57 loc) 2.53 kB
import { everWalletIcon, sparxWalletIcon, venomWallet } from '../misc/assets'; import { createUniversalLink } from '../utils'; export const SparXWalletProviderInfo = { description: 'Your universal tool for TVM', hasScanner: true, icon: sparxWalletIcon, links: { android: 'https://play.google.com/store/apps/details?id=com.broxus.sparx.app', chromeExtension: 'https://chromewebstore.google.com/detail/sparx-wallet/aijecocmefcagpmbpjcfjjbcclfmobgf', firefoxExtension: 'https://addons.mozilla.org/firefox/addon/sparx-wallet/', homepage: 'https://sparxwallet.com/', ios: 'https://apps.apple.com/us/app/sparx-tvm-wallet/id6670219321', universalLink: createUniversalLink('https://l.sparxwallet.com', { apn: 'com.broxus.sparx.app', ibi: 'app.sparx.broxus.com', isi: '6670219321', }), }, name: 'SparX Wallet', }; export const EverWalletProviderInfo = { description: 'Premier wallet for the Everscale', icon: everWalletIcon, links: { android: 'https://play.google.com/store/apps/details?id=com.broxus.crystal.app', chromeExtension: 'https://chrome.google.com/webstore/detail/ever-wallet/cgeeodpfagjceefieflmdfphplkenlfk', firefoxExtension: 'https://addons.mozilla.org/firefox/addon/ever-wallet/', homepage: 'https://everwallet.net/', ios: 'https://apps.apple.com/us/app/ever-wallet-everscale/id1581310780', }, name: 'Ever Wallet', }; export const VenomWalletProviderInfo = { description: 'Safe, reliable, and 100% yours', hasScanner: true, icon: venomWallet, links: { android: 'https://play.google.com/store/apps/details?id=com.venom.wallet', chromeExtension: 'https://chrome.google.com/webstore/detail/venom-wallet/ojggmchlghnjlapmfbnjholfjkiidbch', homepage: 'https://venomwallet.com/', ios: 'https://apps.apple.com/app/venom-blockchain-wallet/id1622970889', universalLink: createUniversalLink('https://venomwallet.page.link', { apn: 'com.venom.wallet', ibi: 'foundation.venom.wallet', isi: '1622970889', }), }, name: 'Venom Wallet', }; export const OxyChatWalletProviderInfo = { description: 'OXY.CHAT: call, send, receive', links: { android: 'https://play.google.com/store/apps/details?id=com.oxy.chat', ios: 'https://apps.apple.com/th/app/oxy-chat-call-send-receive/id1606970462', }, name: 'OXY.CHAT Mobile App', };