Skip to content

Commit

Permalink
Add Capella fork epoch for Sepolia (#11979)
Browse files Browse the repository at this point in the history
Co-authored-by: Nishant Das <nishdas93@gmail.com>
  • Loading branch information
terencechain and nisdas committed Feb 11, 2023
1 parent 5e89dac commit 4dec2eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/params/testnet_sepolia_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func SepoliaConfig() *BeaconChainConfig {
cfg.AltairForkVersion = []byte{0x90, 0x00, 0x00, 0x70}
cfg.BellatrixForkEpoch = 100
cfg.BellatrixForkVersion = []byte{0x90, 0x00, 0x00, 0x71}
cfg.CapellaForkEpoch = 56832
cfg.CapellaForkVersion = []byte{0x90, 0x00, 0x00, 0x72}
cfg.TerminalTotalDifficulty = "17000000000000000"
cfg.DepositContractAddress = "0x7f02C3E3c98b133055B8B348B2Ac625669Ed295D"
Expand Down

0 comments on commit 4dec2eb

Please sign in to comment.