From 4900d66ae35e7c11c7320fd4b0f41520ea730603 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Thu, 2 Mar 2023 13:51:21 -0700 Subject: [PATCH 1/2] Add capella fork epoch for Goerli --- config/params/testnet_prater_config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/params/testnet_prater_config.go b/config/params/testnet_prater_config.go index 402c68b6e46d..8f48aa5b7a89 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" From 15d8f1ad3b8e69a71efd1fbc4e6ad0d81831f32a Mon Sep 17 00:00:00 2001 From: nisdas Date: Sat, 4 Mar 2023 16:31:00 +0800 Subject: [PATCH 2/2] update pr --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 5b0d43c81bf2..5d8ab96e40b1 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(