You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-wallet/src/constants/coins.js

52 lines
1.1 KiB

export default [
{
id: 'btc',
coinName: 'Bitcoin',
6 years ago
url: 'https://wallet.trezor.io/#/coin/btc',
},
{
id: 'bch',
coinName: 'Bitcoin Cash',
6 years ago
url: 'https://wallet.trezor.io/#/coin/bch',
},
{
id: 'btg',
coinName: 'Bitcoin Gold',
6 years ago
url: 'https://wallet.trezor.io/#/coin/btg',
},
{
id: 'dash',
coinName: 'Dash',
6 years ago
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',
6 years ago
url: 'https://wallet.trezor.io/#/coin/zec',
},
{
id: 'xem',
coinName: 'NEM',
url: 'https://nem.io/downloads/',
},
];