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
currently for our dex predeploy, all actions (swap, addliquidity, removeliquidity) returns bool. However, usually these actions return more informative data such as amountOut, shares, which will be helpful for predicting action result.
For example, if we want to get the estimated share amount when adding liquidity, now we have to do some manual calculation, which isn't that convenient
The text was updated successfully, but these errors were encountered:
currently for our
dex
predeploy, all actions (swap, addliquidity, removeliquidity) returnsbool
. However, usually these actions return more informative data such asamountOut
,shares
, which will be helpful for predicting action result.For example, if we want to get the estimated share amount when adding liquidity, now we have to do some manual calculation, which isn't that convenient
The text was updated successfully, but these errors were encountered: