From 09f62e3a16a41c34f6ecb2396f1c57a074027881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20S=C3=A1?= Date: Thu, 30 Dec 2021 18:05:30 +0000 Subject: [PATCH] chore: rename "Ethereum" to "Ethereum and/or USDT" Only for the `lamassu-coins` script. --- lib/blockchain/install.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/blockchain/install.js b/lib/blockchain/install.js index efc48107..717c9945 100644 --- a/lib/blockchain/install.js +++ b/lib/blockchain/install.js @@ -117,8 +117,9 @@ function run () { _.filter(c => c.type !== 'erc-20'), _.map(c => { const checked = isInstalledSoftware(c) && isInstalledVolume(c) + const name = c.code === 'ethereum' ? 'Ethereum and/or USDT' : c.display return { - name: c.display, + name, value: c.code, checked, disabled: checked && 'Installed'