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

91 lines
1.9 KiB

export default [
{
id: 'btc',
coinName: 'Bitcoin',
url: 'https://wallet.trezor.io/?coin=btc',
order: 1,
},
{
id: 'bch',
coinName: 'Bitcoin Cash',
url: 'https://wallet.trezor.io/?coin=bch',
order: 6,
},
{
id: 'btg',
coinName: 'Bitcoin Gold',
url: 'https://wallet.trezor.io/?coin=btg',
order: 27,
},
{
id: 'dash',
coinName: 'Dash',
url: 'https://wallet.trezor.io/?coin=dash',
order: 15,
},
{
id: 'dgb',
coinName: 'DigiByte',
url: 'https://wallet.trezor.io/?coin=dgb',
order: 42,
},
{
id: 'doge',
coinName: 'Dogecoin',
url: 'https://wallet.trezor.io/?coin=doge',
order: 26,
},
{
id: 'ltc',
coinName: 'Litecoin',
url: 'https://wallet.trezor.io/?coin=ltc',
order: 5,
},
{
id: 'nmc',
coinName: 'Namecoin',
url: 'https://wallet.trezor.io/?coin=nmc',
order: 255,
},
{
id: 'vtc',
coinName: 'Vertcoin',
url: 'https://wallet.trezor.io/?coin=vtc',
order: 154,
},
{
id: 'zec',
coinName: 'Zcash',
url: 'https://wallet.trezor.io/?coin=zec',
order: 20,
},
{
id: 'xem',
coinName: 'NEM',
url: 'https://nem.io/downloads/',
external: true,
order: 19,
},
{
id: 'xlm',
coinName: 'Stellar',
url: 'https://trezor.io/stellar',
external: true,
order: 9,
},
{
id: 'ada',
coinName: 'Cardano',
url: 'https://adalite.io/app',
external: true,
order: 12,
},
{
id: 'xtz',
coinName: 'Tezos',
url: 'https://wallet.simplestaking.com/tezos/wallet/start',
external: true,
order: 21,
},
];