Skip to content

Commit

Permalink
dev: create vocdoni/DEV/37 from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui committed Aug 6, 2024
1 parent b510ac8 commit 820e19e
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/36",
"dev": "vocdoni/DEV/37",
"stage": "vocdoni/STAGE/12",
"lts": "vocdoni/LTS/1.2",
}
Expand Down Expand Up @@ -118,6 +118,14 @@ var (
AppState: jsonRawMessage(initialAppStateForDev),
},
},
"vocdoni/DEV/37": {
GenesisDoc: comettypes.GenesisDoc{
GenesisTime: time.Date(2024, time.August, 6, 8, 0, 0, 0, time.UTC),
InitialHeight: 1,
ConsensusParams: DefaultConsensusParams(),
AppState: jsonRawMessage(initialAppStateForDev),
},
},

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

0 comments on commit 820e19e

Please sign in to comment.