Added urls for old wallet

pull/192/head
Vladimir Volek 6 years ago committed by Szymon Lesisz
parent 3e657d6558
commit 8753a043a7

@ -2,47 +2,47 @@ export default [
{ {
id: 'btc', id: 'btc',
coinName: 'Bitcoin', coinName: 'Bitcoin',
url: 'https://wallet.trezor.io/#/coin/btc', url: 'https://wallet.trezor.io/#/?coin=btc',
}, },
{ {
id: 'bch', id: 'bch',
coinName: 'Bitcoin Cash', coinName: 'Bitcoin Cash',
url: 'https://wallet.trezor.io/#/coin/bch', url: 'https://wallet.trezor.io/#/?coin=bch',
}, },
{ {
id: 'btg', id: 'btg',
coinName: 'Bitcoin Gold', coinName: 'Bitcoin Gold',
url: 'https://wallet.trezor.io/#/coin/btg', url: 'https://wallet.trezor.io/#/?coin=btg',
}, },
{ {
id: 'dash', id: 'dash',
coinName: 'Dash', coinName: 'Dash',
url: 'https://wallet.trezor.io/#/coin/dash', url: 'https://wallet.trezor.io/#/?coin=dash',
}, },
{ {
id: 'doge', id: 'doge',
coinName: 'Dogecoin', coinName: 'Dogecoin',
url: 'https://wallet.trezor.io/#/coin/doge', url: 'https://wallet.trezor.io/#/?coin=doge',
}, },
{ {
id: 'ltc', id: 'ltc',
coinName: 'Litecoin', coinName: 'Litecoin',
url: 'https://wallet.trezor.io/#/coin/ltc', url: 'https://wallet.trezor.io/#/?coin=ltc',
}, },
{ {
id: 'nmc', id: 'nmc',
coinName: 'Namecoin', coinName: 'Namecoin',
url: 'https://wallet.trezor.io/#/coin/nmc', url: 'https://wallet.trezor.io/#/?coin=nmc',
}, },
{ {
id: 'vtc', id: 'vtc',
coinName: 'Vertcoin', coinName: 'Vertcoin',
url: 'https://wallet.trezor.io/#/coin/vtc', url: 'https://wallet.trezor.io/#/?coin=vtc',
}, },
{ {
id: 'zec', id: 'zec',
coinName: 'Zcash', coinName: 'Zcash',
url: 'https://wallet.trezor.io/#/coin/zec', url: 'https://wallet.trezor.io/#/?coin=zec',
}, },
{ {
id: 'xem', id: 'xem',

Loading…
Cancel
Save