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, }, // { // id: 'xlm', // coinName: 'Stellar', // url: 'https://trezor.io/stellar', // external: true, // }, // { // id: 'ada', // coinName: 'Cardano', // url: 'https://adalite.io/app', // external: true, // }, ];