Skip to content

Commit

Permalink
dev: create vocdoni/DEV/34 on top of vocdoni/DEV/33
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui authored and p4u committed Jun 3, 2024
1 parent b0f6853 commit 55a77fa
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/33",
"dev": "vocdoni/DEV/34",
"stage": "vocdoni/STAGE/11",
"lts": "vocdoni/LTS/1.2",
}
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 55a77fa

Please sign in to comment.