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
Currently, ZoneConcierge snapshots each of the chain info upon an epoch ends. However, it's possible that the relayer is down for epochs and the chain info is not updated for many epochs. In this case, the FinalizedChainInfo API needs to
Find the finalised epoch
Find the chain info in the last finalised epoch
Check the epoch number recorded in this chain info (It's possible that the epoch number is smaller than the last finalised epoch)
Find the chain info of this epoch number
Do the rest of things
The text was updated successfully, but these errors were encountered:
Currently, ZoneConcierge snapshots each of the chain info upon an epoch ends. However, it's possible that the relayer is down for epochs and the chain info is not updated for many epochs. In this case, the FinalizedChainInfo API needs to
The text was updated successfully, but these errors were encountered: