Skip to content

Commit

Permalink
Merge branch 'main' into refactor/prometheus-port-name
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk committed Nov 30, 2023
2 parents 1029823 + edf37a8 commit fcd706b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -2,7 +2,7 @@ PLAIN_BUILD_SPEC = "plain-build-spec"
RAW_BUILD_SPEC = "raw-build-spec"
EDIT_BUILD_SPEC = "edit-build-spec"
CURL_JQ_IMAGE = "badouralix/curl-jq"
NODE_IMAGE = "node:21.1"
NODE_IMAGE = "hugobyte/parachain-node-modules"
PARA_SLOT_REGISTER_SERVICE_NAME = "para-slot-registration"
BINARY_COMMAND_CHAINS = ["manta", "khala", "phala", "clover", "calamari", "subzero"]
NO_WS_PORT = ["acala", "frequency", "moonbeam", "karura", "ajuna", "bajun", "centrifuge", "moonsama", "encointer", "moonriver", "altair"]
Expand Down
1 change: 1 addition & 0 deletions parachain/parachain.star
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def run_testnet_mainnet(plan, parachain, args):
"--unsafe-ws-external",
]

parachain_info = {parachain["name"]: {}}
if parachain == "altair" or "centrifuge":
common_command = common_command + ["--database=auto"]

Expand Down

0 comments on commit fcd706b

Please sign in to comment.