torch-liquidation-bot 4.0.1 → 4.0.2
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 +2 -2
- package/readme.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "torch-liquidation-bot",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "autonomous vault-based liquidation keeper for Torch Market lending on Solana using torchsdk",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@solana/web3.js": "1.98.4",
|
|
21
|
-
"torchsdk": "3.7.
|
|
21
|
+
"torchsdk": "3.7.23"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/node": "20.19.33",
|
package/readme.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# torch-liquidation-bot v4.0.
|
|
1
|
+
# torch-liquidation-bot v4.0.2 (Vault Mode)
|
|
2
2
|
|
|
3
3
|
Vault-based liquidation bot for [Torch Market](https://torch.market) on Solana. Generates an agent keypair in-process — no user wallet required. All operations route through a Torch Vault.
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@ Vault-based liquidation bot for [Torch Market](https://torch.market) on Solana.
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install torch-liquidation-bot@4.0.
|
|
10
|
+
npm install torch-liquidation-bot@4.0.2
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Quick Start
|