Skip to content

Commit

Permalink
dev: create vocdoni/DEV/35 from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui authored and p4u committed Jun 11, 2024
1 parent c12e60a commit d53df69
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 @@ -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/34",
"dev": "vocdoni/DEV/35",
"stage": "vocdoni/STAGE/11",
"lts": "vocdoni/LTS/1.2",
}
Expand Down Expand Up @@ -53,6 +53,14 @@ var (
AppHash: []byte(types.HexStringToHexBytes("715f476dbb73eebb8c6991198b3d91e63ad9975298ceae727e9663f2710e60cf")),
},
},
"vocdoni/DEV/35": {
GenesisDoc: comettypes.GenesisDoc{
GenesisTime: time.Date(2024, time.June, 11, 8, 0, 0, 0, time.UTC),
InitialHeight: 1,
ConsensusParams: DefaultConsensusParams(),
AppState: jsonRawMessage(initialAppStateForDev),
},
},

// Staging network
"vocdoni/STAGE/11": {
Expand Down

0 comments on commit d53df69

Please sign in to comment.