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
This commit is contained in:
Sasha 2025-04-22 18:47:20 +02:00 committed by GitHub
parent bb927424f4
commit fa1beca7f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,10 +107,6 @@ class ConnectionChecker {
defaultBootstrap: false,
libp2p: {
hideWebSocketInfo: true
},
networkConfig: {
clusterId: 42,
shards: [0]
}
});