From dbbf8db150083e6e4eb45484ed168ea87b4d2c08 Mon Sep 17 00:00:00 2001 From: Jordan Enev Date: Thu, 18 Apr 2024 14:40:27 +0300 Subject: [PATCH] Fix: Transfer: Smart wallet unsupported platforms warning text. --- src/components/Wallet/Transfer/Send/Send.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Wallet/Transfer/Send/Send.js b/src/components/Wallet/Transfer/Send/Send.js index 3d5e6892e7..c348a08986 100644 --- a/src/components/Wallet/Transfer/Send/Send.js +++ b/src/components/Wallet/Transfer/Send/Send.js @@ -33,8 +33,6 @@ import styles from './Send.module.scss' const ERC20 = new Interface(ERC20_ABI) -const unsupportedSWPlatforms = ['Binance', 'Huobi', 'KuCoin', 'Gate.io', 'FTX'] - const Send = ({ history, portfolio, @@ -420,7 +418,7 @@ const Send = ({ className={styles.binanceAddressWarning} label={ - I confirm this address is not a {unsupportedSWPlatforms.join(' / ')} address:{' '} + I confirm this address is not Binance, Coinbase or another centralized exchange.
These platforms do not support ${selectedAsset?.symbol} deposits from smart wallets