Skip to content

Commit

Permalink
Pre Fork Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-blox authored Aug 22, 2024
1 parent e7b9cfa commit 0e6f22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions networkconfig/holesky-stage.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
var HoleskyStage = NetworkConfig{
Name: "holesky-stage",
Beacon: beacon.NewNetwork(spectypes.HoleskyNetwork),
GenesisDomainType: [4]byte{0x00, 0x00, 0x31, 0x12},
AlanDomainType: [4]byte{0x00, 0x00, 0x31, 0x13},
GenesisDomainType: [4]byte{0x00, 0x00, 0x31, 0x23},
AlanDomainType: [4]byte{0x00, 0x00, 0x31, 0x24},
GenesisEpoch: 1,
RegistrySyncOffset: new(big.Int).SetInt64(84599),
RegistryContractAddr: "0x0d33801785340072C452b994496B19f196b7eE15",
Expand Down

0 comments on commit 0e6f22a

Please sign in to comment.