From b5fd0775bfb88192c633cc575588df6c3e6a0dda Mon Sep 17 00:00:00 2001 From: Cassandra Heart Date: Thu, 30 Jan 2025 00:24:45 -0600 Subject: [PATCH] prepare new genesis for next stage of tests --- node/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/config/config.go b/node/config/config.go index 18da56e..30639a6 100644 --- a/node/config/config.go +++ b/node/config/config.go @@ -165,7 +165,7 @@ var unlock *SignedGenesisUnlock func DownloadAndVerifyGenesis(network uint) (*SignedGenesisUnlock, error) { if network != 0 { unlock = &SignedGenesisUnlock{ - GenesisSeedHex: "726573697374206d7563682c206f626579206c6974746c657c00000000000000000000000C", + GenesisSeedHex: "726573697374206d7563682c206f626579206c6974746c657c00000000000000000000000D", Beacon: []byte{ 0x58, 0xef, 0xd9, 0x7e, 0xdd, 0x0e, 0xb6, 0x2f, 0x51, 0xc7, 0x5d, 0x00, 0x29, 0x12, 0x45, 0x49,