chore: rename "Ethereum" to "Ethereum and/or USDT"
Only for the `lamassu-coins` script.
This commit is contained in:
parent
ba7b1d3d97
commit
09f62e3a16
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue