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',
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,
},
{

Loading…
Cancel
Save