From 6b56f6253205e673e6ab961b94da55649205cc86 Mon Sep 17 00:00:00 2001 From: WrBug Date: Mon, 16 Feb 2026 01:49:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(scripts):=20=E6=B7=BB=E5=8A=A0=20unwrap-w?= =?UTF-8?q?col=20=E8=84=9A=E6=9C=AC=E5=85=A5=E5=8F=A3=E4=B8=8E=20ethers=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- scripts/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/package.json b/scripts/package.json index 83db8d2..a477b53 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -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" }