1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-25 23:41:07 +00:00

changed old-wallet links to relative levelup

This commit is contained in:
Szymon Lesisz 2018-10-18 14:18:39 +02:00
parent 6ad65dd6f1
commit 22708cc088

View File

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