From fa1beca7f16e4e79fd664d37205506a73e15b7db Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Tue, 22 Apr 2025 18:47:20 +0200 Subject: [PATCH] chore: fix shard info for wss checker (#2373) * feat: introduce WSS checker CI * rename CI step * specify nodejs * try * remove not needed dep * use npx and fail on failure * run by dispatch only and improve naming * fix fail detection * chore: fix shard info for wss checker --- ci/wss-checker.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/wss-checker.js b/ci/wss-checker.js index a5375593d9..216169e948 100644 --- a/ci/wss-checker.js +++ b/ci/wss-checker.js @@ -107,10 +107,6 @@ class ConnectionChecker { defaultBootstrap: false, libp2p: { hideWebSocketInfo: true - }, - networkConfig: { - clusterId: 42, - shards: [0] } });