chore: disable USDT

This commit is contained in:
Sérgio Salgado 2022-06-01 18:20:48 +01:00
parent 91eaf5ea6f
commit 0e5aa0e58c
12 changed files with 19 additions and 23 deletions

View file

@ -195,7 +195,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) => {