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
* sdk: quote destination amount truncation fix
Fixes an issue where calling quote with an amount that has
more fractional digits than the destination chain supports
throws an error. We need to truncate and scale the destination
amount to destination chain decimals.
* refactor
* rename, added comments
* rename function
0 commit comments