Add SOL requirement to convert label (#88)
This commit is contained in:
parent
1f3be6dcc2
commit
ef3ca11bf0
|
@ -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} />
|
||||
</>
|
||||
|
|
Loading…
Reference in New Issue