Skip to content

Commit

Permalink
fix: kilt issue and acala karura testnet issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyana committed Feb 8, 2024
1 parent 46c1a95 commit 16f4d4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 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", "litentry", "zeitgeist", "kylin", "subzero", "polkadex", "clover"]
WS_PORT = ["robonomics", "parallel", "subsocial", "litmus", "pendulum", "litentry", "zeitgeist", "kylin", "subzero", "polkadex", "clover"]

DIFFERENT_IMAGES_FOR_MAINNET = {
"centrifuge": "centrifugeio/centrifuge-chain:main-latest",
Expand All @@ -16,11 +16,11 @@ DIFFERENT_IMAGES_FOR_MAINNET = {
DIFFERENT_IMAGES_FOR_TESTNET = {
"frequency": "frequencychain/parachain-node-rococo",
"centrifuge": "centrifugeio/centrifuge-chain:main-latest",
"karura": "acala/mandala-node:latest",
"karura": "acala/mandala-node:2.22.0",
"clover": "cloverio/clover-iris:0.1.15",
"subsocial": "dappforce/subsocial-parachain:latest",
"altair": "centrifugeio/centrifuge-chain:main-latest",
"acala": "acala/mandala-node:latest",
"acala": "acala/mandala-node:2.22.0",
}

CHAIN_COMMAND = ["manta", "moonsama", "interlay", "kintsugi-btc", "polkadex", "centrifuge", "altair", "robonomics", "kilt", "mangata", "litentry", "kylin"]
Expand Down
6 changes: 3 additions & 3 deletions parachain/static_files/images.star
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ parachain_images = {
"acala": {
"image": "acala/acala-node:latest", # NO ws port
"entrypoint": "/usr/local/bin/acala",
"base": ["acala-local", "mandala-latest", "acala"],
"base": ["acala-local", "/mandala.json", "acala"],
},
"ajuna": {
"image": "ajuna/parachain-ajuna:latest",
Expand Down Expand Up @@ -58,7 +58,7 @@ parachain_images = {
"manta": {
"image": "mantanetwork/manta:latest",
"entrypoint": "/usr/local/bin/manta",
"base": ["manta-local", "manta-testnet", "manta"],
"base": ["manta-local", "=manta-testnet", "manta"],
},
"moonbeam": {
"image": "moonbeamfoundation/moonbeam:sha-32933811",
Expand Down Expand Up @@ -128,7 +128,7 @@ parachain_images = {
"karura": {
"image": "acala/karura-node:latest",
"entrypoint": "/usr/local/bin/acala",
"base": ["karura-local", "mandala-latest", "karura"],
"base": ["karura-local", "/mandala.json", "karura"],
},
"khala": {
"image": "phalanetwork/khala-node:latest",
Expand Down

0 comments on commit 16f4d4b

Please sign in to comment.