You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently make an RPC call to get the chain_id once for each subgraph when we establish a block stream; the result of that call only affects the reorg_threshold. Instead, the call should be made when the Chain is constructed in main.rs so that it only happens once.