diff --git a/src/components/images/CoinLogo/images/doge.png b/src/components/images/CoinLogo/images/doge.png new file mode 100644 index 00000000..65c6387e Binary files /dev/null and b/src/components/images/CoinLogo/images/doge.png differ diff --git a/src/components/images/CoinLogo/images/nmc.png b/src/components/images/CoinLogo/images/nmc.png new file mode 100644 index 00000000..b8c0ec80 Binary files /dev/null and b/src/components/images/CoinLogo/images/nmc.png differ diff --git a/src/components/images/CoinLogo/images/vtc.png b/src/components/images/CoinLogo/images/vtc.png new file mode 100644 index 00000000..22ff022a Binary files /dev/null and b/src/components/images/CoinLogo/images/vtc.png differ diff --git a/src/components/images/CoinLogo/images/xem.png b/src/components/images/CoinLogo/images/xem.png new file mode 100644 index 00000000..1b4cccf2 Binary files /dev/null and b/src/components/images/CoinLogo/images/xem.png differ diff --git a/src/constants/coins.js b/src/constants/coins.js index 1c205a8f..d6a46972 100644 --- a/src/constants/coins.js +++ b/src/constants/coins.js @@ -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/', + }, ]; \ No newline at end of file