Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanberckmans committed Sep 4, 2024
1 parent a5197b4 commit 1e00e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/getConfirmationsToWait.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const confirmationsToWait: { [chainId: number]: number } = isProduction ? {
[base.id]: 90, // ~3 minutes
[blast.id]: 90, // ~3 minutes
[immutableZkEvm.id]: 60, // ~3 minutes
[linea.id]: 10, // 2s block time is final. 10 seconds would be conservative, 10 seconds (conservative wait time) ÷ 2 seconds (block time) = 5 blocks, adding 10 block confermation
[linea.id]: 10, // // 20 seconds. This is because Linea has a 2-second block time, and per Linea core team the Linea L2 never reorgs, and they've recommended 10 blocks as sufficiently conservative
[mainnet.id]: 15, // ~3 minutes
[mode.id]: 60, // ~3 minutes
[optimism.id]: 90, // ~3 minutes
Expand Down

0 comments on commit 1e00e9e

Please sign in to comment.