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

58 lines
1.0 KiB

export default [
{
id: 'btc',
coinName: 'Bitcoin',
url: '../?coin=btc',
},
{
id: 'bch',
coinName: 'Bitcoin Cash',
url: '../?coin=bch',
},
{
id: 'btg',
coinName: 'Bitcoin Gold',
url: '../?coin=btg',
},
{
id: 'dash',
coinName: 'Dash',
url: '../?coin=dash',
},
{
id: 'dgb',
coinName: 'DigiByte',
url: '../?coin=dgb',
},
{
id: 'doge',
coinName: 'Dogecoin',
url: '../?coin=doge',
},
{
id: 'ltc',
coinName: 'Litecoin',
url: '../?coin=ltc',
},
{
id: 'nmc',
coinName: 'Namecoin',
url: '../?coin=nmc',
},
{
id: 'vtc',
coinName: 'Vertcoin',
url: '../?coin=vtc',
},
{
id: 'zec',
coinName: 'Zcash',
url: '../?coin=zec',
},
{
id: 'xem',
coinName: 'NEM',
url: 'https://nem.io/downloads/',
external: true,
},
];