Skip to content

Commit

Permalink
Merge branch 'develop' into builder-boost-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
james-prysm authored Jan 19, 2024
2 parents c880301 + 8de0e38 commit f3eb41d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/params/testnet_sepolia_config.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package params

import (
"math"

eth1Params "github.com/ethereum/go-ethereum/params"
)

Expand Down Expand Up @@ -37,7 +35,7 @@ func SepoliaConfig() *BeaconChainConfig {
cfg.BellatrixForkVersion = []byte{0x90, 0x00, 0x00, 0x71}
cfg.CapellaForkEpoch = 56832
cfg.CapellaForkVersion = []byte{0x90, 0x00, 0x00, 0x72}
cfg.DenebForkEpoch = math.MaxUint64
cfg.DenebForkEpoch = 132608
cfg.DenebForkVersion = []byte{0x90, 0x00, 0x00, 0x73}
cfg.TerminalTotalDifficulty = "17000000000000000"
cfg.DepositContractAddress = "0x7f02C3E3c98b133055B8B348B2Ac625669Ed295D"
Expand Down

0 comments on commit f3eb41d

Please sign in to comment.