Merge pull request #1146 from chaotixkilla/chore-disable-usdt

Disable USDT
This commit is contained in:
Rafael Taranto 2022-03-04 20:44:09 +00:00 committed by GitHub
commit d4428dd807
12 changed files with 19 additions and 23 deletions

View file

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