Skip to content

Commit

Permalink
raise Ethereum finality threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek committed Aug 14, 2024
1 parent 4fa44f8 commit d92fa8b
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", 64],
["Ethereum", 96],
["Bsc", 15],
// Checkpointed to L1 after ~512 blocks
["Optimism", 512],
Expand Down

0 comments on commit d92fa8b

Please sign in to comment.