Skip to content

Commit

Permalink
chore: reduce timing on expected bridge
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <[email protected]>
  • Loading branch information
james-a-morris committed Dec 30, 2024
1 parent 68ce43b commit b5bc428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ export const EXPECTED_L1_TO_L2_MESSAGE_TIME = {
[CHAIN_IDs.ARBITRUM]: 20 * 60,
[CHAIN_IDs.BASE]: 20 * 60,
[CHAIN_IDs.BLAST]: 20 * 60,
[CHAIN_IDs.INK]: 60 * 60,
[CHAIN_IDs.INK]: 20 * 60,
[CHAIN_IDs.LINEA]: 60 * 60,
[CHAIN_IDs.LISK]: 20 * 60,
[CHAIN_IDs.MODE]: 20 * 60,
Expand Down

0 comments on commit b5bc428

Please sign in to comment.