Skip to content

Commit

Permalink
fix: fix robonomics relay not showing peer and blocks for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyana committed Feb 11, 2024
1 parent 06d1540 commit 41a1401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/chains/polkadot/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
)

var (
polkadotParachains = []string{"acala", "ajuna", "bifrost", "centrifuge", "clover", "frequency", "kilt", "kylin", "litentry", "manta", "moonbeam", "moonsama", "nodle", "parallel", "pendulum", "phala", "polkadex", "subsocial", "zeitgeist"}
polkadotParachains = []string{"acala", "ajuna", "bifrost", "centrifuge", "clover", "frequency", "kilt", "kylin", "litentry", "manta", "moonbeam", "moonsama", "nodle", "parallel", "pendulum", "phala", "polkadex", "subsocial", "zeitgeist", "robonomics"}
)

var PolkadotCmd = common.NewDiveCommandBuilder().
Expand Down

0 comments on commit 41a1401

Please sign in to comment.