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
We noticed that for some quotes (maybe only for Shuttle) where the error code is AMOUNT_TOO_SMALL, the min amount in the msg field is in dollars instead of input token units. For example:
{
"code": "AMOUNT_TOO_SMALL",
"msg": "Amount too small (min ~0.0013 ETH)",
"data": {
"minAmountIn": 0.0013
}
}
vs
{"code":"AMOUNT_TOO_SMALL","msg":"Amount too small (min ~100$)"}
Is it possible for the min to be in token units instead of dollars?
The text was updated successfully, but these errors were encountered:
We noticed that for some quotes (maybe only for Shuttle) where the error code is AMOUNT_TOO_SMALL, the min amount in the msg field is in dollars instead of input token units. For example:
vs
The text was updated successfully, but these errors were encountered: