From 4cbd29efa52b4781b6e868d2fd2417b116d5bada Mon Sep 17 00:00:00 2001 From: Mikel Cortes Date: Tue, 28 Nov 2023 10:47:17 +0000 Subject: [PATCH] update the fork digest list to support new testnets --- pkg/networks/ethereum/network_info.go | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/pkg/networks/ethereum/network_info.go b/pkg/networks/ethereum/network_info.go index 2a0582b..9cdaf31 100644 --- a/pkg/networks/ethereum/network_info.go +++ b/pkg/networks/ethereum/network_info.go @@ -20,7 +20,7 @@ var ( Phase0Key string = "Mainnet" AltairKey string = "Altair" BellatrixKey string = "Bellatrix" - CapellaKey string = "Capella" + CapellaKey string = "Capella" // Gnosis GnosisPhase0Key string = "GnosisPhase0" GnosisAltairKey string = "GnosisAltair" @@ -29,6 +29,12 @@ var ( PraterPhase0Key string = "PraterPhase0" PraterBellatrixKey string = "PraterBellatrix" PraterCapellaKey string = "PraterCapella" + // Sepolia + SepoliaCapellaKey string = "SepoliaCapella" + // Holesky + HoleskyCapellaKey string = "HoleskyCapella" + // Deneb + DenebCancunKey string = "DenebCancun" ForkDigests = map[string]string{ AllForkDigest: "all", @@ -40,10 +46,16 @@ var ( // Gnosis GnosisPhase0Key: "0xf925ddc5", GnosisBellatrixKey: "0x56fdb5e0", - // Goerli + // Goerli-Prater PraterPhase0Key: "0x79df0428", PraterBellatrixKey: "0xc2ce3aa8", - PraterCapellaKey: "0x628941ef", + PraterCapellaKey: "0x628941ef", + // Sepolia + SepoliaCapellaKey: "0x47eb72b3", + // Holesky + HoleskyCapellaKey: "0x17e2dad3", + // Deneb + DenebCancunKey: "0xee7b3a32", } MessageTypes = []string{