Skip to content

Commit

Permalink
revert config change
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Oct 30, 2024
1 parent c405abd commit 44e1729
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 @@ -16,8 +16,8 @@ var HoleskyStage = NetworkConfig{
GenesisEpoch: 1,
RegistrySyncOffset: new(big.Int).SetInt64(84599),
RegistryContractAddr: "0x0d33801785340072C452b994496B19f196b7eE15",
//AlanForkEpoch: 999999999,
DiscoveryProtocolID: [6]byte{'s', 's', 'v', 'd', 'v', '5'},
AlanForkEpoch: 999999999,
DiscoveryProtocolID: [6]byte{'s', 's', 'v', 'd', 'v', '5'},
Bootnodes: []string{
// Public bootnode:
// "enr:-Ja4QDYHVgUs9NvlMqq93ot6VNqbmrIlMrwKnq4X3DPRgyUNB4ospDp8ubMvsf-KsgqY8rzpZKy4GbE1DLphabpRBc-GAY_diLjngmlkgnY0gmlwhDQrLYqJc2VjcDI1NmsxoQKnAiuSlgSR8asjCH0aYoVKM8uPbi4noFuFHZHaAHqknYNzc3YBg3RjcIITiYN1ZHCCD6E",
Expand Down

0 comments on commit 44e1729

Please sign in to comment.