1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-03 21:00:55 +00:00

update and reorder coin menu

fix: #166
This commit is contained in:
Szymon Lesisz 2018-10-10 16:03:09 +02:00
parent 233fac84b6
commit 1637181839
5 changed files with 25 additions and 5 deletions

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

View File

@ -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/',
},
];