Skip to content

Commit

Permalink
Fix DenebForkEpoch for Chiado (#9188)
Browse files Browse the repository at this point in the history
In PR #9184 I confused slot with epoch. Refer to
gnosischain/configs#26.
  • Loading branch information
yperbasis authored Jan 10, 2024
1 parent 95109d9 commit 09ec1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/clparams/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ func chiadoConfig() BeaconChainConfig {
cfg.BellatrixForkVersion = 0x0200006f
cfg.CapellaForkEpoch = 244224
cfg.CapellaForkVersion = 0x0300006f
cfg.DenebForkEpoch = 8265728
cfg.DenebForkEpoch = 516608
cfg.DenebForkVersion = 0x0400006f
cfg.TerminalTotalDifficulty = "231707791542740786049188744689299064356246512"
cfg.DepositContractAddress = "0xb97036A26259B7147018913bD58a774cf91acf25"
Expand Down

0 comments on commit 09ec1f1

Please sign in to comment.