Skip to content

Commit 28ad6fc

Browse files
committed
last fix
1 parent 069d8f0 commit 28ad6fc

File tree

1 file changed

+1
-1
lines changed
  • services/explorer-api/src/events/received

1 file changed

+1
-1
lines changed

services/explorer-api/src/events/received/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import { pendingTxHandler } from "./on-pending-txs.js";
1515
import { sequencerInfoHandler } from "./on-sequencer-info.js";
1616

1717
export const subscribeHandlers = async () => {
18-
await startSubscribe(chainInfoHandler);
1918
await Promise.all([
19+
startSubscribe(chainInfoHandler),
2020
startSubscribe(sequencerInfoHandler),
2121
startSubscribe(l2RpcNodeAliveHandler),
2222
startSubscribe(l2RpcNodeErrorHandler),

0 commit comments

Comments
 (0)