Skip to content

Commit

Permalink
fix: value for Dencun
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Feb 18, 2024
1 parent 5bfdc36 commit 79d9b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/config/env.validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const dencunForkEpoch = {
/**
* @todo This should be corrected once the particular epoch of the Dencun hard fork on Mainnet is known.
*/
'1': Infinity,
'1': Number.MAX_SAFE_INTEGER,
'5': 231680,
'17000': 29696,
};
Expand Down

0 comments on commit 79d9b8a

Please sign in to comment.