We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b917f commit d6c1407Copy full SHA for d6c1407
common/src/consts.ts
@@ -10,8 +10,8 @@ export type Network = {
10
};
11
export type Mode = 'vaa' | 'ntt';
12
13
-export const MISS_THRESHOLD_IN_MINS = 35;
14
-export const MISS_THRESHOLD_LABEL = '35 minutes';
+export const MISS_THRESHOLD_IN_MINS = 40;
+export const MISS_THRESHOLD_LABEL = '40 minutes';
15
16
export const INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN: {
17
[key in Environment]: { [key in Chain]?: string };
0 commit comments