- Add
batchFetchPositionRewarders
inRewarderModule
- Updated dependencies
- @mysten/sui.js@0.39.0
- Remove
calculateSwapFeeAndImpact
fromSwapModule
- Add
calculateSwapFee
inSwapModule
- Add
calculateSwapPriceImpact
inSwapModule
- Updated dependencies
- @mysten/sui.js@0.37.1
- @mysten/bcs@0.7.3
- Add
calculateFee
inPositionModule
- Add
calculateSwapFeeAndImpact
inSwapModule
- Add
CetusConfigModule
to help interact with clmm pool and coin and launchpad pool config - Updated dependencies
- @mysten/sui.js@0.36.0
- @mysten/bcs@0.7.2
- Add
createAddLiquidityPayload
to support input totalAmount for add liquidity - Change
loopToGetAllQueryEvents
rename toqueryEvents
and support PaginationArgs - Change
SDK
rename toCetusClmmSDK
- Updated dependencies
- @mysten/sui.js@0.35.1
- Add
getPoolImmutablesWithPage
support page - Add
getPoolsWithPage
support page - Add
getPositionList
in thePoolModule
- Updated dependencies
- @mysten/sui.js@0.34.1
- Delete
resoucesModule
and merge code toPoolModule
andPositionModule
- Change
getOwnerCoinAssets
is placed in the SDK.
- Fix
adjustTransactionForGas
for sui amount less then gas amount - Add fetch token and pool list add limit
- Optimize
getTokenListByCoinTypes
for coinType contain zero prefix
- Optimize
getPositionList
add Package fiter - Optimize
closePositionTransactionPayload
add collect_fee field
- Add
moveCallCoinZero
- Optimize delete gas-config.ts, use default gas budget
- Updated dependencies
- @mysten/sui.js@0.34.0
- Fix
buildLaunchPadPoolConfig
for decode64 error