feat: add USDC

This commit is contained in:
CrypticaScriptura 2025-02-27 15:58:21 -05:00
parent 1812f11c71
commit 3e81e591ad
9 changed files with 24 additions and 16 deletions

View file

@ -202,7 +202,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', 'USDT', 'USDC']))
)
const getElements = (cryptoCurrencies, accounts, onChange, wizard = false) => {