Skip to content

Commit

Permalink
Update holesky with fixed extraData, genesis time, shanghaiTime (hype…
Browse files Browse the repository at this point in the history
…rledger#5890)

Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
  • Loading branch information
siladu committed Sep 26, 2023
1 parent ecb6b9b commit a6a2498
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 189 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 23.7.3

### Additions and Improvements
- Update Holesky config for re-launch [#5890](https://github.com/hyperledger/besu/pull/5890)

### Download Links


## 23.7.2

### Additions and Improvements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ public static Collection<Object[]> parameters() {
new Object[] {
NetworkName.HOLESKY,
List.of(
new ForkId(Bytes.ofUnsignedInt(0xa200f558L), 1694790240L),
new ForkId(Bytes.ofUnsignedInt(0x840a3b53L), 2000000000L),
new ForkId(Bytes.ofUnsignedInt(0x30771f90), 0L),
new ForkId(Bytes.ofUnsignedInt(0x30771f90), 0L))
new ForkId(Bytes.ofUnsignedInt(0xc61a6098L), 1696000704L),
new ForkId(Bytes.ofUnsignedInt(0xfd4f016bL), 0L),
new ForkId(Bytes.ofUnsignedInt(0xfd4f016bL), 0L))
},
new Object[] {
NetworkName.GOERLI,
Expand Down
Loading

0 comments on commit a6a2498

Please sign in to comment.