From 94fab4f0532ba0d3cafc00abdeba5243cd817d90 Mon Sep 17 00:00:00 2001 From: Ameya Deshmukh Date: Thu, 2 Apr 2026 19:59:31 +0530 Subject: [PATCH] chore: update eth_genesis_hash to match seismic-reth dev genesis The seismic-reth dev.json genesis was updated with a new account (0x1000000000000000000000000000000000000006) for the ops/governance RPC feature, changing the genesis hash from 0x3aade2... to 0x8f9757... This updates the testnet genesis config to match. --- example_genesis.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_genesis.toml b/example_genesis.toml index bb5683a4..adebbaac 100644 --- a/example_genesis.toml +++ b/example_genesis.toml @@ -1,4 +1,4 @@ -eth_genesis_hash = "0x3aade273783123091d493c481baa1e9e9bcde4b9cb87b29ae5398d83b88af441" +eth_genesis_hash = "0x8f975717e2a125a79a2b1e46dbd226382c6e09343ea13f334a5dcd0dc2ec15c2" leader_timeout_ms = 2000 notarization_timeout_ms = 4000 nullify_timeout_ms = 4000