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

32 lines
705 B

export default [
{
id: 'btc',
coinName: 'Bitcoin',
6 years ago
url: 'https://wallet.trezor.io/#/coin/btc',
},
{
id: 'ltc',
coinName: 'Litecoin',
6 years ago
url: 'https://wallet.trezor.io/#/coin/ltc',
},
{
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: 'zec',
coinName: 'Zcash',
6 years ago
url: 'https://wallet.trezor.io/#/coin/zec',
},
];