Skip to content

Commit 29d3b79

Browse files
committed
fix(insights): updated websocket status mapping to use nbbo instead of nasdaq
1 parent cfc06d1 commit 29d3b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/insights/src/context/pyth-pro-demo/pyth-pro-websockets-context.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export function WebSocketsProvider({ children }: PropsWithChildren) {
8787
bybit,
8888
coinbase,
8989
okx,
90-
nasdaq: replay_status,
90+
nbbo: replay_status,
9191
pyth,
9292
pyth_pro: isReplaySymbol(selectedSource) ? replay_status : pyth_pro,
9393
yahoo: "connected",

0 commit comments

Comments
 (0)