You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The token uses UniV3 liquidity, so slippage is small even though liquidity is low.
Get the following error in browser console when trying to do a swap.
So, walletconnect RPC should either detect UniV3 liquidity error or provide a better error message to notify how much liquidity is needed and what type (v2?)
Summary
Trying to do an in-app swap for a small token, contract address: 0x5988Bf243ADf1b42a2Ec2e9452D144A90b1FD9A9
In app swap calls this API:
https://rpc.walletconnect.org/v1/convert/quotes?projectId=6bcaa0ca1d1e4a65d6c46eb2d1f3f781&amount=310142198149821370737&userAddress=0x888C57DE1960068d822833E2EA48479257E94b0d&from=eip155%3A137%3A0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&to=eip155%3A137%3A0x5988bf243adf1b42a2ec2e9452d144a90b1fd9a9&gasPrice=74249409156
The token uses UniV3 liquidity, so slippage is small even though liquidity is low.
Get the following error in browser console when trying to do a swap.
So, walletconnect RPC should either detect UniV3 liquidity error or provide a better error message to notify how much liquidity is needed and what type (v2?)
{
"status": "FAILED",
"reasons": [
{
"field": "",
"description": "Conversion parameter error: insufficient liquidity"
}
]
}
Link to the related docs page
https://docs.reown.com/appkit/features/swaps
The text was updated successfully, but these errors were encountered: