Add SOL requirement to convert label (#88)

This commit is contained in:
Armani Ferrante 2021-02-20 12:50:51 +08:00 committed by GitHub
parent 1f3be6dcc2
commit ef3ca11bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ function SolletSwapDepositAddress({ balanceInfo, swapInfo }) {
<DialogContentText>
{coin.erc20Contract ? 'ERC20' : 'Native'} {coin.ticker} can be
converted to {mint ? 'SPL' : 'native'} {tokenName} via MetaMask.
To convert, you must already have SOL in your wallet.
</DialogContentText>
<MetamaskDeposit swapInfo={swapInfo} />
</>