From 91beaaec41c6edd44dc3f6c41b7474df6f6f18a9 Mon Sep 17 00:00:00 2001 From: kaichaosun Date: Fri, 5 Sep 2025 17:03:04 +0800 Subject: [PATCH] chore: add comment for web3 --- waku.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku.nimble b/waku.nimble index b5a326924..ef2712952 100644 --- a/waku.nimble +++ b/waku.nimble @@ -22,7 +22,7 @@ requires "nim >= 2.2.4", "stint", "metrics", "libp2p == 1.10.1", # Only for Waku v2 - "web3#48fb2d4", + "web3#48fb2d4", # fix 0.7.0 undeclared field: 'stream' error "presto", "regex", "results",