From 2e5d029393d719c70d181b09db9f3cb54730cec5 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Fri, 14 Dec 2018 17:24:45 +0100 Subject: [PATCH] test sticky build --- 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 13753734..261f4f3e 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