update and reorder coin menu

fix: #166
pull/167/head
Szymon Lesisz 6 years ago
parent 233fac84b6
commit 1637181839

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

@ -4,11 +4,6 @@ export default [
coinName: 'Bitcoin',
url: 'https://wallet.trezor.io/#/coin/btc',
},
{
id: 'ltc',
coinName: 'Litecoin',
url: 'https://wallet.trezor.io/#/coin/ltc',
},
{
id: 'bch',
coinName: 'Bitcoin Cash',
@ -24,9 +19,34 @@ export default [
coinName: 'Dash',
url: 'https://wallet.trezor.io/#/coin/dash',
},
{
id: 'doge',
coinName: 'Dogecoin',
url: 'https://wallet.trezor.io/#/coin/doge',
},
{
id: 'ltc',
coinName: 'Litecoin',
url: 'https://wallet.trezor.io/#/coin/ltc',
},
{
id: 'nmc',
coinName: 'Namecoin',
url: 'https://wallet.trezor.io/#/coin/nmc',
},
{
id: 'vtc',
coinName: 'Vertcoin',
url: 'https://wallet.trezor.io/#/coin/vtc',
},
{
id: 'zec',
coinName: 'Zcash',
url: 'https://wallet.trezor.io/#/coin/zec',
},
{
id: 'xem',
coinName: 'NEM',
url: 'https://nem.io/downloads/',
},
];
Loading…
Cancel
Save