Skip to content

Commit

Permalink
common: Magic number is 40?
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Apr 5, 2024
1 parent 15b917f commit d6c1407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export type Network = {
};
export type Mode = 'vaa' | 'ntt';

export const MISS_THRESHOLD_IN_MINS = 35;
export const MISS_THRESHOLD_LABEL = '35 minutes';
export const MISS_THRESHOLD_IN_MINS = 40;
export const MISS_THRESHOLD_LABEL = '40 minutes';

export const INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN: {
[key in Environment]: { [key in Chain]?: string };
Expand Down

0 comments on commit d6c1407

Please sign in to comment.