From fc1a74174c650d491df58178c65380b2aa421924 Mon Sep 17 00:00:00 2001 From: discountry Date: Sat, 27 Sep 2025 22:51:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=20package.json=20=E4=B8=AD?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20ethereum-cryptography=20=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E4=BB=A5=E6=94=AF=E6=8C=81=E4=BB=A5=E5=A4=AA=E5=9D=8A=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8e038b9..09e3703 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "axios": "^1.12.2", "ccxt": "^4.5.5", "dotenv": "^17.2.2", + "ethereum-cryptography": "^1.4.0", "ink": "^6.3.1", "react": "^19.1.1", "ws": "^8.18.3"