Skip to content

Commit

Permalink
fix: set correct Dencun Mainnet epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLukin committed Mar 11, 2024
1 parent 2285e09 commit 3bd82b6
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 3bd82b6

Please sign in to comment.