torchsdk 10.7.0 → 10.7.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.
- package/package.json +4 -4
- package/readme.md +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "torchsdk",
|
|
3
|
-
"version": "10.7.
|
|
3
|
+
"version": "10.7.1",
|
|
4
4
|
"description": "Torch Market SDK",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"bs58": "^6.0.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@types/node": "^
|
|
25
|
-
"prettier": "^3.
|
|
26
|
-
"typescript": "^
|
|
24
|
+
"@types/node": "^25.6.0",
|
|
25
|
+
"prettier": "^3.8.3",
|
|
26
|
+
"typescript": "^6.0.3"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@solana/web3.js": "^1.98.0"
|
package/readme.md
CHANGED
|
@@ -81,6 +81,7 @@ Seven guarantees: full custody, closed economic loop, authority separation, one
|
|
|
81
81
|
| `getVaultWalletLink(connection, wallet)` | Link state for a wallet |
|
|
82
82
|
| `getUserStats(connection, wallet)` | Per-user trading volume + rewards-claimed history |
|
|
83
83
|
| `getProtocolTreasuryState(connection)` | Protocol treasury epoch state + aggregate volumes + distributable amount |
|
|
84
|
+
| `getTreasuryState(connection, mint)` | Per-token treasury state — SOL balance, tokens held, baseline pool reserves at migration, stars |
|
|
84
85
|
|
|
85
86
|
### Quotes
|
|
86
87
|
|