Skip to content

Commit 223556c

Browse files
committed
added berachain blocktime ms
1 parent b6e9637 commit 223556c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/base/src/constants/finality.ts

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ const blockTimeMilliseconds = [
145145
["Neutron", 5_000],
146146
["Stargaze", 5_000],
147147
["Seda", 7_500],
148+
["Berachain", 2_000],
148149
] as const satisfies MapLevel<Chain, number>;
149150

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

0 commit comments

Comments
 (0)