Skip to content

Commit

Permalink
Merge pull request #248 from lidofinance/fix/set-dencun-mainnet-epoch
Browse files Browse the repository at this point in the history
fix: set correct Dencun Mainnet epoch
  • Loading branch information
AlexanderLukin authored Mar 11, 2024
2 parents 2285e09 + 3bd82b6 commit 162a673
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/common/config/env.validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 162a673

Please sign in to comment.