chain id (#73)

This commit is contained in:
Murali Krishna Komatireddy
2023-01-11 10:52:29 +05:30
committed by GitHub
parent cb104e0b10
commit ab2ea51aac
9 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ func SetupWithDB(isCheckTx bool, patchGenesis func(*EthermintApp, simapp.Genesis
// Initialize the chain
app.InitChain(
abci.RequestInitChain{
ChainId: "ethermint_9000-1",
ChainId: "laconic_9000-1",
Validators: []abci.ValidatorUpdate{},
ConsensusParams: DefaultConsensusParams,
AppStateBytes: stateBytes,