diff --git a/src/constants/coins.js b/src/constants/coins.js index 261f4f3e..13753734 100644 --- a/src/constants/coins.js +++ b/src/constants/coins.js @@ -55,16 +55,16 @@ export default [ 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, - // }, + { + id: 'xlm', + coinName: 'Stellar', + url: 'https://trezor.io/stellar', + external: true, + }, + { + id: 'ada', + coinName: 'Cardano', + url: 'https://adalite.io/app', + external: true, + }, ]; \ No newline at end of file