Skip to content

Commit

Permalink
Merge branch 'main' into add-validator-local
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond authored Dec 6, 2024
2 parents 73e30ec + f3c472f commit f6d32ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/blockchaincmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ func deployBlockchain(cmd *cobra.Command, args []string) error {
icmSpec.SkipRelayerDeploy = !yes
}
}
if !icmSpec.SkipRelayerDeploy && network.Kind != models.Fuji {
if !icmSpec.SkipRelayerDeploy && (network.Kind != models.Fuji && network.Kind != models.Mainnet) {
deployRelayerFlags := relayercmd.DeployFlags{
Version: icmSpec.RelayerVersion,
BinPath: icmSpec.RelayerBinPath,
Expand Down

0 comments on commit f6d32ae

Please sign in to comment.