chore: disable USDT
This commit is contained in:
parent
b637b728ec
commit
f6ec74a0dc
11 changed files with 19 additions and 20 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue