Skip to content

Commit d6c1407

Browse files
committed
common: Magic number is 40?
1 parent 15b917f commit d6c1407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/src/consts.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export type Network = {
1010
};
1111
export type Mode = 'vaa' | 'ntt';
1212

13-
export const MISS_THRESHOLD_IN_MINS = 35;
14-
export const MISS_THRESHOLD_LABEL = '35 minutes';
13+
export const MISS_THRESHOLD_IN_MINS = 40;
14+
export const MISS_THRESHOLD_LABEL = '40 minutes';
1515

1616
export const INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN: {
1717
[key in Environment]: { [key in Chain]?: string };

0 commit comments

Comments
 (0)