Skip to content

Commit

Permalink
dev: create vocdoni/DEV/36 from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui authored and p4u committed Jun 22, 2024
1 parent 7fc051c commit 874ebb5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion vochain/genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 874ebb5

Please sign in to comment.