From 0f4d76f95e0650d93a188ac3b0885d7a5d247b7e Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:25:33 -0800 Subject: [PATCH] rm red herring genesis fields --- geth-poa/genesis.json | 8 +------- geth-poa/local-l1/genesis.json | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/geth-poa/genesis.json b/geth-poa/genesis.json index 70922bfd8d..d1410e0606 100644 --- a/geth-poa/genesis.json +++ b/geth-poa/genesis.json @@ -60,11 +60,5 @@ "0x57508f0B0f3426758F1f3D63ad4935a7c9383620": { "balance": "10000000000000000000000000000" } - }, - "number": "0x0", - "gasUsed": "0x0", - "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "baseFeePerGas": "0x3b9aca00", - "excessBlobGas": null, - "blobGasUsed": null + } } diff --git a/geth-poa/local-l1/genesis.json b/geth-poa/local-l1/genesis.json index b344a309b2..db080da8ad 100644 --- a/geth-poa/local-l1/genesis.json +++ b/geth-poa/local-l1/genesis.json @@ -45,11 +45,5 @@ "0x3fab184622dc19b6109349b94811493bf2a45362": { "balance": "10000000000000000000000" } - }, - "number": "0x0", - "gasUsed": "0x0", - "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "baseFeePerGas": "0x3b9aca00", - "excessBlobGas": null, - "blobGasUsed": null + } }