UNPKG

@broxus/tvm-connect

Version:

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

61 lines (60 loc) 2.74 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OxyChatWalletProviderInfo = exports.VenomWalletProviderInfo = exports.EverWalletProviderInfo = exports.SparXWalletProviderInfo = void 0; const assets_1 = require("../misc/assets"); const utils_1 = require("../utils"); exports.SparXWalletProviderInfo = { description: 'Your universal tool for TVM', hasScanner: true, icon: assets_1.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: (0, utils_1.createUniversalLink)('https://l.sparxwallet.com', { apn: 'com.broxus.sparx.app', ibi: 'app.sparx.broxus.com', isi: '6670219321', }), }, name: 'SparX Wallet', }; exports.EverWalletProviderInfo = { description: 'Premier wallet for the Everscale', icon: assets_1.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', }; exports.VenomWalletProviderInfo = { description: 'Safe, reliable, and 100% yours', hasScanner: true, icon: assets_1.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: (0, utils_1.createUniversalLink)('https://venomwallet.page.link', { apn: 'com.venom.wallet', ibi: 'foundation.venom.wallet', isi: '1622970889', }), }, name: 'Venom Wallet', }; exports.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', };