mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
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:
parent
95109d9800
commit
09ec1f160c
@ -883,7 +883,7 @@ func chiadoConfig() BeaconChainConfig {
|
|||||||
cfg.BellatrixForkVersion = 0x0200006f
|
cfg.BellatrixForkVersion = 0x0200006f
|
||||||
cfg.CapellaForkEpoch = 244224
|
cfg.CapellaForkEpoch = 244224
|
||||||
cfg.CapellaForkVersion = 0x0300006f
|
cfg.CapellaForkVersion = 0x0300006f
|
||||||
cfg.DenebForkEpoch = 8265728
|
cfg.DenebForkEpoch = 516608
|
||||||
cfg.DenebForkVersion = 0x0400006f
|
cfg.DenebForkVersion = 0x0400006f
|
||||||
cfg.TerminalTotalDifficulty = "231707791542740786049188744689299064356246512"
|
cfg.TerminalTotalDifficulty = "231707791542740786049188744689299064356246512"
|
||||||
cfg.DepositContractAddress = "0xb97036A26259B7147018913bD58a774cf91acf25"
|
cfg.DepositContractAddress = "0xb97036A26259B7147018913bD58a774cf91acf25"
|
||||||
|
Loading…
Reference in New Issue
Block a user