Skip to content

Commit

Permalink
fix: added correct relay chain name in kusama
Browse files Browse the repository at this point in the history
  • Loading branch information
riyasng12 committed Jan 19, 2024
1 parent 4d25a19 commit 04c4423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/chains/kusama/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func startParaChains(cli *common.Cli, enclaveContext *enclaves.EnclaveContext, s
if serviceConfig.ChainType == "testnet" {
relayChainName = "rococo"
} else {
relayChainName = "polkadot"
relayChainName = "kusama"
}
param := fmt.Sprintf(`{"chain_type": "%s", "relaychain_name": "%s", "parachain":%s}`, serviceConfig.ChainType, relayChainName, paraChainConfig)
runParaConfig := getParaRunConfig(serviceConfig, enclaveContext, param)
Expand Down

0 comments on commit 04c4423

Please sign in to comment.