Skip to content

Commit ee77e0b

Browse files
committed
fix: remove usdc and usdt base from the deposit feature as its not supported by transak
1 parent e897616 commit ee77e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/UI/Ramp/Deposit/constants/cryptoCurrencies.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ export const ALL_DEPOSIT_TOKENS: DepositCryptoCurrency[] = [
155155

156156
export const CONDITIONALLY_SUPPORTED_DEPOSIT_TOKENS: DepositCryptoCurrency[] = [
157157
USDC_LINEA_TOKEN,
158-
USDC_BASE_TOKEN,
158+
//USDC_BASE_TOKEN,
159159
USDC_SOLANA_TOKEN,
160160
USDT_LINEA_TOKEN,
161-
USDT_BASE_TOKEN,
161+
//USDT_BASE_TOKEN,
162162
USDT_SOLANA_TOKEN,
163163
];
164164

0 commit comments

Comments
 (0)