From 3bd82b6299097f829c542a3e59c82ab782ecf3e0 Mon Sep 17 00:00:00 2001 From: Alexander Lukin Date: Mon, 11 Mar 2024 17:56:09 +0400 Subject: [PATCH] fix: set correct Dencun Mainnet epoch --- src/common/config/env.validation.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/common/config/env.validation.ts b/src/common/config/env.validation.ts index 885faa10..4cda9e1e 100644 --- a/src/common/config/env.validation.ts +++ b/src/common/config/env.validation.ts @@ -39,10 +39,7 @@ export enum WorkingMode { } const dencunForkEpoch = { - /** - * @todo This should be corrected once the particular epoch of the Dencun hard fork on Mainnet is known. - */ - '1': 300000, + '1': 269568, '5': 231680, '17000': 29696, };