Skip to content

Commit

Permalink
use 72 blocks for eth finality which should cover p75
Browse files Browse the repository at this point in the history
finality is somewhere between 64 and 95 blocks
  • Loading branch information
kev1n-peters committed Nov 6, 2024
1 parent 870323f commit 2f64952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/base/src/constants/finality.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const safeThreshold = constMap(safeThresholds);
// Number of blocks before a transaction is considered "final"
const finalityThresholds = [
["Solana", 32],
["Ethereum", 96],
["Ethereum", 72], // between 64 and 95 blocks; use 72 as a middle ground
["Bsc", 15],
// Checkpointed to L1 after ~512 blocks
["Optimism", 512],
Expand Down

0 comments on commit 2f64952

Please sign in to comment.