Adjust Shandong genesis after Nov 5th restart (#4680)

Signed-off-by: Diego López León <dieguitoll@gmail.com>
Signed-off-by: Diego López León <dieguitoll@gmail.com>
pull/4687/head
Diego López León 2 years ago committed by GitHub
parent 305897c075
commit 22fbd5fe0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      besu/src/test/java/org/hyperledger/besu/ForkIdsTest.java
  2. 4
      config/src/main/resources/shandong.json

@ -104,8 +104,8 @@ public class ForkIdsTest {
new Object[] {
NetworkName.SHANDONG,
List.of(
new ForkId(Bytes.ofUnsignedInt(0xc42480d3L), 0L),
new ForkId(Bytes.ofUnsignedInt(0xc42480d3L), 0L))
new ForkId(Bytes.ofUnsignedInt(0x0459e09dL), 0L),
new ForkId(Bytes.ofUnsignedInt(0x0459e09dL), 0L))
},
new Object[] {
NetworkName.MAINNET,

@ -1,6 +1,6 @@
{
"config": {
"chainId": 1337902,
"chainId": 1337903,
"shandongBlock": 0,
"terminalTotalDifficulty": 0,
"ethash": {},
@ -25,7 +25,7 @@
"nonce": "0x1234",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"timestamp": "1666736008",
"timestamp": "1667641735",
"alloc": {
"0x0000000000000000000000000000000000000000": {
"balance": "1"

Loading…
Cancel
Save