From 55a77fa974d3a650b8de96c832c58fd4bac2cc10 Mon Sep 17 00:00:00 2001 From: Gui Iribarren Date: Thu, 23 May 2024 14:41:17 +0200 Subject: [PATCH] dev: create vocdoni/DEV/34 on top of vocdoni/DEV/33 --- vochain/genesis/genesis.go | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/vochain/genesis/genesis.go b/vochain/genesis/genesis.go index 8f60a67b0..81cf689be 100644 --- a/vochain/genesis/genesis.go +++ b/vochain/genesis/genesis.go @@ -16,7 +16,7 @@ import ( // networks is a map containing the default chainID for each network var networks = map[string]string{ "test": "vocdoni/TEST/1", - "dev": "vocdoni/DEV/33", + "dev": "vocdoni/DEV/34", "stage": "vocdoni/STAGE/11", "lts": "vocdoni/LTS/1.2", } @@ -45,6 +45,14 @@ var ( }, EndOfChain: 292920, }, + "vocdoni/DEV/34": { + GenesisDoc: comettypes.GenesisDoc{ + GenesisTime: time.Date(2024, time.May, 22, 8, 0, 0, 0, time.UTC), + InitialHeight: 292921, + ConsensusParams: DefaultConsensusParams(), + AppHash: []byte(types.HexStringToHexBytes("715f476dbb73eebb8c6991198b3d91e63ad9975298ceae727e9663f2710e60cf")), + }, + }, // Staging network "vocdoni/STAGE/11": {