Skip to content

Commit

Permalink
tweak finality for unichain
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed Feb 11, 2025
1 parent a6a6822 commit a5aff66
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 @@ -62,7 +62,7 @@ const finalityThresholds = [
["Berachain", 1],
["Seievm", 1],
["Snaxchain", 512],
["Unichain", 512],
["Unichain", 1024], // TODO: validate, this is inferred from vaa metrics timing
["Ink", 512],
["HyperEVM", 1],
["Monad", 1],
Expand Down

0 comments on commit a5aff66

Please sign in to comment.