We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069d8f0 commit 28ad6fcCopy full SHA for 28ad6fc
services/explorer-api/src/events/received/index.ts
@@ -15,8 +15,8 @@ import { pendingTxHandler } from "./on-pending-txs.js";
15
import { sequencerInfoHandler } from "./on-sequencer-info.js";
16
17
export const subscribeHandlers = async () => {
18
- await startSubscribe(chainInfoHandler);
19
await Promise.all([
+ startSubscribe(chainInfoHandler),
20
startSubscribe(sequencerInfoHandler),
21
startSubscribe(l2RpcNodeAliveHandler),
22
startSubscribe(l2RpcNodeErrorHandler),
0 commit comments