We updated sudoswap. js, what's new. moved: formatDelta, formatFee to sudo. utils.
05 Sep 2022, 08:49
We updated sudoswap.js, what's new?
1⃣ moved: formatDelta, formatFee to sudo.utils
2⃣ added: js simulation of buy/sells despending on curve params (for eg:
sudo.utils.getBuyInfo(
curveType,
fee
delta
spotPrice,
1
);