Skip to content

Commit

Permalink
added berachain blocktime ms
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed Feb 19, 2025
1 parent b6e9637 commit 223556c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/base/src/constants/finality.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ const blockTimeMilliseconds = [
["Neutron", 5_000],
["Stargaze", 5_000],
["Seda", 7_500],
["Berachain", 2_000],
] as const satisfies MapLevel<Chain, number>;

/** The amount of time between block production, in milliseconds */
Expand Down

0 comments on commit 223556c

Please sign in to comment.