diff --git a/WORKSPACE b/WORKSPACE index 5b0d43c81..5d8ab96e4 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -285,9 +285,9 @@ filegroup( visibility = ["//visibility:public"], ) """, - sha256 = "82b01a48b143fe0f2fb7fb5f5dd385c1f934335a12d7954f08b1d45d77427b5e", - strip_prefix = "eth2-networks-674f7a1d01d9c18345456eab76e3871b3df2126b", - url = "https://github.com/eth-clients/eth2-networks/archive/674f7a1d01d9c18345456eab76e3871b3df2126b.tar.gz", + sha256 = "2701e1e1a3ec10c673fe7dbdbbe6f02c8ae8c922aebbf6e720d8c72d5458aafe", + strip_prefix = "eth2-networks-7b4897888cebef23801540236f73123e21774954", + url = "https://github.com/eth-clients/eth2-networks/archive/7b4897888cebef23801540236f73123e21774954.tar.gz", ) http_archive( diff --git a/config/params/testnet_prater_config.go b/config/params/testnet_prater_config.go index 402c68b6e..8f48aa5b7 100644 --- a/config/params/testnet_prater_config.go +++ b/config/params/testnet_prater_config.go @@ -38,6 +38,7 @@ func PraterConfig() *BeaconChainConfig { cfg.AltairForkVersion = []byte{0x1, 0x0, 0x10, 0x20} cfg.BellatrixForkEpoch = 112260 cfg.BellatrixForkVersion = []byte{0x2, 0x0, 0x10, 0x20} + cfg.CapellaForkEpoch = 162304 cfg.CapellaForkVersion = []byte{0x3, 0x0, 0x10, 0x20} cfg.TerminalTotalDifficulty = "10790000" cfg.DepositContractAddress = "0xff50ed3d0ec03aC01D4C79aAd74928BFF48a7b2b"