feat: re-enable USDT and eip-1559 commits

This commit is contained in:
Sérgio Salgado 2022-06-14 16:54:08 +01:00
parent c94d767f0b
commit 168efc923a
26 changed files with 667 additions and 241 deletions

View file

@ -143,7 +143,7 @@ function run () {
_.filter(c => c.type !== 'erc-20'),
_.map(c => {
const checked = isInstalledSoftware(c) && isInstalledVolume(c)
const name = c.code === 'ethereum' ? 'Ethereum' : c.display
const name = c.code === 'ethereum' ? 'Ethereum and/or USDT' : c.display
return {
name,
value: c.code,