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
RPC call to system_health returns isSyncing:true after chainHead_unstable_followEventinitialized event.
I believe that it used to return isSyncing:false, because PJS Substrate Connect provider uses this value here for a provider isReady state.
RPC call to
system_health
returnsisSyncing:true
afterchainHead_unstable_followEvent
initialized
event.I believe that it used to return
isSyncing:false
, because PJS Substrate Connect provider uses this value here for a providerisReady
state.Reproduced the issue using
[email protected]
in stackblitz.The text was updated successfully, but these errors were encountered: