Skip to content

Commit

Permalink
fix: robonomics
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk committed Nov 30, 2023
1 parent 3c7346d commit 423ec37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package_io/constant.star
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ EDIT_BUILD_SPEC = "edit-build-spec"
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"]
BINARY_COMMAND_CHAINS = ["manta", "khala", "phala", "clover", "calamari", "subzero", "robonomics"]
NO_WS_PORT = ["acala", "frequency", "moonbeam", "karura", "ajuna", "bajun", "centrifuge", "moonsama", "encointer", "moonriver", "altair"]

DIFFERENT_IMAGES_FOR_MAINNET = {
Expand Down
2 changes: 1 addition & 1 deletion parachain/static_files/images.star
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ parachain_images = {
"robonomics": {
"image": "robonomics/robonomics:latest",
"entrypoint": "/usr/local/bin/robonomics",
"base": ["dev", "ipci-dev", "ipci"],
"base": ["alpha-dev", "ipci-dev", "ipci"],
},
"subzero": {
"image": "playzero/subzero:latest",
Expand Down

0 comments on commit 423ec37

Please sign in to comment.