torchsdk 3.7.5 → 3.7.6

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.
@@ -2918,8 +2918,9 @@
2918
2918
  {
2919
2919
  "name": "amm_config",
2920
2920
  "docs": [
2921
- "Raydium AMM config"
2922
- ]
2921
+ "Raydium AMM config — constrained to prevent pool creation with wrong fee tier"
2922
+ ],
2923
+ "address": "D4FPEruKEHrG5TenZ2mpDGEfu1iUvTiqBxvpU8HLBvC2"
2923
2924
  },
2924
2925
  {
2925
2926
  "name": "raydium_authority",
@@ -2979,7 +2980,7 @@
2979
2980
  {
2980
2981
  "name": "create_pool_fee",
2981
2982
  "docs": [
2982
- "Raydium fee receiver (receives 0.15 SOL)"
2983
+ "Raydium fee receiver (pool creation fee)"
2983
2984
  ],
2984
2985
  "writable": true
2985
2986
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "torchsdk",
3
- "version": "3.7.5",
3
+ "version": "3.7.6",
4
4
  "description": "Torch Market SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",