Skip to content

Commit

Permalink
Merge pull request #1593 from AmbireTech/fix/sw-address-warning-text
Browse files Browse the repository at this point in the history
Fix / Transfer: Smart wallet unsupported platforms warning text.
  • Loading branch information
stojnovsky authored Apr 18, 2024
2 parents c199730 + dbbf8db commit e302bae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Wallet/Transfer/Send/Send.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -420,7 +418,7 @@ const Send = ({
className={styles.binanceAddressWarning}
label={
<span data-testid="binance-address-warning-label">
I confirm this address is not a {unsupportedSWPlatforms.join(' / ')} address:{' '}
I confirm this address is not Binance, Coinbase or another centralized exchange.
<br />
These platforms do not support ${selectedAsset?.symbol} deposits from smart
wallets
Expand Down

0 comments on commit e302bae

Please sign in to comment.