Skip to content

Commit

Permalink
feat: added parachains to ws port list (#193)
Browse files Browse the repository at this point in the history
* fix: fix explorer not working in mainnet

* feat: added parachains to ws port list
  • Loading branch information
Riya Singh authored Jan 24, 2024
1 parent 85267cd commit d5cc171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package_io/constant.star
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CURL_JQ_IMAGE = "badouralix/curl-jq"
NODE_IMAGE = "hugobyte/parachain-node-modules"
PARA_SLOT_REGISTER_SERVICE_NAME = "para-slot-registration"
BINARY_COMMAND_CHAINS = ["manta", "khala", "phala", "clover", "calamari", "subzero", "robonomics"]
WS_PORT = ["robonomics", "parallel", "subsocial", "litmus", "pendulum", "kilt"]
WS_PORT = ["robonomics", "parallel", "subsocial", "litmus", "pendulum", "kilt", "litentry", "zeitgeist", "kylin", "subzero", "integritee", "polkadex", "clover"]

DIFFERENT_IMAGES_FOR_MAINNET = {
"centrifuge": "centrifugeio/centrifuge-chain:main-latest",
Expand Down

0 comments on commit d5cc171

Please sign in to comment.