update chain-id to kava-5.1 (#882)

This commit is contained in:
Kevin Davis 2021-03-16 18:32:02 -06:00 committed by GitHub
parent 1dffdd4387
commit 90c7c5c2ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ func Migrate(genDoc tmtypes.GenesisDoc) tmtypes.GenesisDoc {
}
genDoc.AppState = marshaledNewAppState
genDoc.GenesisTime = GenesisTime
genDoc.ChainID = "kava-5"
genDoc.ChainID = "kava-5.1"
genDoc.ConsensusParams.Block.MaxGas = 20000000
return genDoc
}