mirror of
https://github.com/trezor/trezor-wallet
synced 2025-07-02 04:42:34 +00:00
32 lines
837 B
JavaScript
32 lines
837 B
JavaScript
export default [
|
|
{
|
|
coinName: 'Bitcoin',
|
|
url: 'https://wallet.trezor.io/#/coin/btc',
|
|
image: '../images/btc-logo.png',
|
|
},
|
|
{
|
|
coinName: 'Litecoin',
|
|
url: 'https://wallet.trezor.io/#/coin/ltc',
|
|
image: '../images/ltc-logo.png',
|
|
},
|
|
{
|
|
coinName: 'Bitcoin Cash',
|
|
url: 'https://wallet.trezor.io/#/coin/bch',
|
|
image: '../images/bch-logo.png',
|
|
},
|
|
{
|
|
coinName: 'Bitcoin Gold',
|
|
url: 'https://wallet.trezor.io/#/coin/btg',
|
|
image: '../images/btg-logo.png',
|
|
},
|
|
{
|
|
coinName: 'Dash',
|
|
url: 'https://wallet.trezor.io/#/coin/dash',
|
|
image: '../images/dash-logo.png',
|
|
},
|
|
{
|
|
coinName: 'Zcash',
|
|
url: 'https://wallet.trezor.io/#/coin/zec',
|
|
image: '../images/zec-logo.png',
|
|
},
|
|
]; |