mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-01 03:40:53 +00:00
Merge pull request #167 from trezor/fix/coin-menu-update
update and reorder coin menu
This commit is contained in:
commit
0f592abfb1
BIN
src/components/images/CoinLogo/images/doge.png
Normal file
BIN
src/components/images/CoinLogo/images/doge.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
src/components/images/CoinLogo/images/nmc.png
Normal file
BIN
src/components/images/CoinLogo/images/nmc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
src/components/images/CoinLogo/images/vtc.png
Normal file
BIN
src/components/images/CoinLogo/images/vtc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
BIN
src/components/images/CoinLogo/images/xem.png
Normal file
BIN
src/components/images/CoinLogo/images/xem.png
Normal file
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…
Reference in New Issue
Block a user