chore: disable USDT

This commit is contained in:
Sérgio Salgado 2022-03-03 19:06:24 +00:00
parent b637b728ec
commit f6ec74a0dc
11 changed files with 19 additions and 20 deletions

View file

@ -177,7 +177,7 @@ const getAdvancedWalletElementsOverrides = (
const has0Conf = R.complement(
/* NOTE: List of coins without 0conf settings. */
R.pipe(R.prop('id'), R.flip(R.includes)(['ETH', 'USDT']))
R.pipe(R.prop('id'), R.flip(R.includes)(['ETH']))
)
const getElements = (cryptoCurrencies, accounts, onChange, wizard = false) => {