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

update coin urls to production wallet
release/1.4.1-beta
Vladimir Volek 4 years ago committed by GitHub
commit 4aea9a490f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save