chore(scripts): 添加 unwrap-wcol 脚本入口与 ethers 依赖

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
WrBug
2026-02-16 01:49:45 +08:00
parent c38529546f
commit 6b56f62532
+2
View File
@@ -4,12 +4,14 @@
"description": "Utility scripts for Polyhermes",
"type": "module",
"scripts": {
"unwrap-wcol": "node unwrap-wcol.js",
"get-order-detail": "node get-order-detail.js",
"verify-backtest-data": "node verify-backtest-data.js",
"ws-binance-klines": "node ws_binance_btc_usdc_klines.js"
},
"dependencies": {
"@ethersproject/wallet": "^5.7.0",
"ethers": "^5.7.1",
"@polymarket/clob-client": "^5.2.1",
"ws": "^8.18.0"
}