1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-14 04:19:09 +00:00

Merge pull request #629 from trezor/update/coin-urls

update coin urls to production wallet
This commit is contained in:
Vladimir Volek 2020-05-11 20:23:26 +02:00 committed by GitHub
commit 4aea9a490f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,61 +2,61 @@ export default [
{
id: 'btc',
coinName: 'Bitcoin',
url: '../?coin=btc',
url: 'https://wallet.trezor.io/?coin=btc',
order: 1,
},
{
id: 'bch',
coinName: 'Bitcoin Cash',
url: '../?coin=bch',
url: 'https://wallet.trezor.io/?coin=bch',
order: 6,
},
{
id: 'btg',
coinName: 'Bitcoin Gold',
url: '../?coin=btg',
url: 'https://wallet.trezor.io/?coin=btg',
order: 27,
},
{
id: 'dash',
coinName: 'Dash',
url: '../?coin=dash',
url: 'https://wallet.trezor.io/?coin=dash',
order: 15,
},
{
id: 'dgb',
coinName: 'DigiByte',
url: '../?coin=dgb',
url: 'https://wallet.trezor.io/?coin=dgb',
order: 42,
},
{
id: 'doge',
coinName: 'Dogecoin',
url: '../?coin=doge',
url: 'https://wallet.trezor.io/?coin=doge',
order: 26,
},
{
id: 'ltc',
coinName: 'Litecoin',
url: '../?coin=ltc',
url: 'https://wallet.trezor.io/?coin=ltc',
order: 5,
},
{
id: 'nmc',
coinName: 'Namecoin',
url: '../?coin=nmc',
url: 'https://wallet.trezor.io/?coin=nmc',
order: 255,
},
{
id: 'vtc',
coinName: 'Vertcoin',
url: '../?coin=vtc',
url: 'https://wallet.trezor.io/?coin=vtc',
order: 154,
},
{
id: 'zec',
coinName: 'Zcash',
url: '../?coin=zec',
url: 'https://wallet.trezor.io/?coin=zec',
order: 20,
},
{