From ddf85952fce7f0c05a9281cbe22290488a5bca56 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Fri, 14 Dec 2018 17:49:03 +0100 Subject: [PATCH] Revert "test sticky build" This reverts commit 2e5d029393d719c70d181b09db9f3cb54730cec5. --- src/constants/coins.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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