From 223556c827e33481a673d1968cefb2e3e080c751 Mon Sep 17 00:00:00 2001 From: Kevin Peters Date: Wed, 19 Feb 2025 06:42:54 -0800 Subject: [PATCH] added berachain blocktime ms --- core/base/src/constants/finality.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/base/src/constants/finality.ts b/core/base/src/constants/finality.ts index fe7a74b52..09366e480 100644 --- a/core/base/src/constants/finality.ts +++ b/core/base/src/constants/finality.ts @@ -145,6 +145,7 @@ const blockTimeMilliseconds = [ ["Neutron", 5_000], ["Stargaze", 5_000], ["Seda", 7_500], + ["Berachain", 2_000], ] as const satisfies MapLevel; /** The amount of time between block production, in milliseconds */