Skip to content

Commit

Permalink
update beacon alarm latency (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored Jun 17, 2024
1 parent a8d6154 commit 5a06bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/packages/api/src/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ export type Sovereign = { name: string; account: string; balance: bigint; type:
export const BlockLatencyThreshold = {
// Syncing beefy finality update every 4 hours(2400 blocks) so we set 3000 blocks at most.
ToEthereum: 3000,
// Syncing beacon finality update every 4 hours(1200 blocks) so we set 1500 blocks at most.
ToPolkadot: 1500,
// Syncing beacon finality update every 6.4 minutes(32 blocks) so we set 128 blocks (4 epochs) at most.
ToPolkadot: 128,
}

export const InsufficientBalanceThreshold = {
Expand Down

0 comments on commit 5a06bd7

Please sign in to comment.