From 874ebb5d780e6f13da122f0b1dad59dbf4eefe38 Mon Sep 17 00:00:00 2001 From: Gui Iribarren Date: Fri, 21 Jun 2024 19:31:20 +0200 Subject: [PATCH] dev: create vocdoni/DEV/36 from scratch --- 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 93c6d6a2c..0a888d76c 100644 --- a/vochain/genesis/genesis.go +++ b/vochain/genesis/genesis.go @@ -65,7 +65,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/35", + "dev": "vocdoni/DEV/36", "stage": "vocdoni/STAGE/11", "lts": "vocdoni/LTS/1.2", } @@ -110,6 +110,14 @@ var ( AppState: jsonRawMessage(initialAppStateForDev), }, }, + "vocdoni/DEV/36": { + GenesisDoc: comettypes.GenesisDoc{ + GenesisTime: time.Date(2024, time.June, 21, 8, 0, 0, 0, time.UTC), + InitialHeight: 1, + ConsensusParams: DefaultConsensusParams(), + AppState: jsonRawMessage(initialAppStateForDev), + }, + }, // Staging network "vocdoni/STAGE/11": {