chore: rename "Ethereum" to "Ethereum and/or USDT"

Only for the `lamassu-coins` script.
This commit is contained in:
André Sá 2021-12-30 18:05:30 +00:00
parent ba7b1d3d97
commit 09f62e3a16

View file

@ -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'