@cetusprotocol/sui-clmm-sdk 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/package.json +2 -2
  2. package/.turbo/turbo-build.log +0 -11100
  3. package/src/config/index.ts +0 -2
  4. package/src/config/mainnet.ts +0 -41
  5. package/src/config/testnet.ts +0 -40
  6. package/src/errors/errors.ts +0 -93
  7. package/src/errors/index.ts +0 -1
  8. package/src/index.ts +0 -10
  9. package/src/math/apr.ts +0 -167
  10. package/src/math/index.ts +0 -1
  11. package/src/modules/configModule.ts +0 -540
  12. package/src/modules/index.ts +0 -5
  13. package/src/modules/poolModule.ts +0 -1066
  14. package/src/modules/positionModule.ts +0 -932
  15. package/src/modules/rewarderModule.ts +0 -430
  16. package/src/modules/swapModule.ts +0 -389
  17. package/src/sdk.ts +0 -131
  18. package/src/types/clmm_type.ts +0 -1002
  19. package/src/types/clmmpool.ts +0 -366
  20. package/src/types/config_type.ts +0 -241
  21. package/src/types/index.ts +0 -8
  22. package/src/types/sui.ts +0 -124
  23. package/src/types/token_type.ts +0 -189
  24. package/src/utils/common.ts +0 -426
  25. package/src/utils/index.ts +0 -3
  26. package/src/utils/positionUtils.ts +0 -434
  27. package/src/utils/swapUtils.ts +0 -499
  28. package/tests/add_liquidity.test.ts +0 -121
  29. package/tests/add_liquidity_fix_token.test.ts +0 -182
  30. package/tests/apr.test.ts +0 -71
  31. package/tests/cetus_config.test.ts +0 -26
  32. package/tests/collect_fees.test.ts +0 -11
  33. package/tests/pool.test.ts +0 -267
  34. package/tests/position.test.ts +0 -145
  35. package/tests/remove_liquidity.test.ts +0 -119
  36. package/tests/rewarder.test.ts +0 -60
  37. package/tests/sdk_config.test.ts +0 -49
  38. package/tests/swap.test.ts +0 -254
  39. package/tests/tsconfig.json +0 -26
  40. package/tsconfig.json +0 -5
  41. package/tsup.config.ts +0 -10
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cetusprotocol/sui-clmm-sdk",
3
- "version": "1.0.0",
4
- "description": "SDK for cetus swap and liquidity",
3
+ "version": "1.0.1",
4
+ "description": "SDK for cetus clmm",
5
5
  "typings": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.mjs",