Merge branch 'main' into dev

This commit is contained in:
discountry
2026-02-27 10:51:05 +08:00
590 changed files with 96569 additions and 2409 deletions
+16 -10
View File
@@ -13,24 +13,30 @@
"start:offset:silent": "bun run index.ts --strategy offset-maker --silent",
"pm2:start:trend": "pm2 start bun --name ritmex-trend --cwd . --restart-delay 5000 -- run index.ts --strategy trend --silent",
"pm2:start:maker": "pm2 start bun --name ritmex-maker --cwd . --restart-delay 5000 -- run index.ts --strategy maker --silent",
"pm2:start:offset": "pm2 start bun --name ritmex-offset --cwd . --restart-delay 5000 -- run index.ts --strategy offset-maker --silent"
"pm2:start:offset": "pm2 start bun --name ritmex-offset --cwd . --restart-delay 5000 -- run index.ts --strategy offset-maker --silent",
"pm2:start:maker-points": "pm2 start bun --name ritmex-maker-points --cwd . --restart-delay 5000 -- run index.ts --strategy maker-points --exchange standx --silent"
},
"devDependencies": {
"@types/bun": "latest",
"vitest": "^3.2.4"
},
"peerDependencies": {
"typescript": "^5"
"typescript": "^5.9.2"
},
"dependencies": {
"@grvt/client": "^1.6.4",
"@grvt/client": "^1.6.25",
"@nadohq/client": "^0.1.0-alpha.45",
"@noble/ed25519": "^3.0.0",
"@starkware-industries/starkware-crypto-utils": "^0.2.1",
"axios": "^1.12.2",
"ccxt": "^4.5.5",
"dotenv": "^17.2.2",
"ethereum-cryptography": "^2.1.3",
"ink": "^6.3.1",
"react": "^19.1.1",
"ws": "^8.18.3"
"axios": "^1.13.4",
"bignumber.js": "^9.3.1",
"ccxt": "^4.5.35",
"dotenv": "^17.2.3",
"ethereum-cryptography": "^2.2.1",
"ink": "^6.6.0",
"react": "^19.2.4",
"trading-signals": "^7.4.3",
"viem": "^2.45.1",
"ws": "^8.19.0"
}
}