Fix DenebForkEpoch for Chiado (#9188)

In PR #9184 I confused slot with epoch. Refer to
https://github.com/gnosischain/configs/pull/26.
This commit is contained in:
Andrew Ashikhmin 2024-01-10 16:13:15 +01:00 committed by GitHub
parent 95109d9800
commit 09ec1f160c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"