chore: disable USDT
This commit is contained in:
parent
91eaf5ea6f
commit
0e5aa0e58c
12 changed files with 19 additions and 23 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue