Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: kurtosis yml remote repo path #151

Merged
merged 10 commits into from
Dec 5, 2023
2 changes: 1 addition & 1 deletion chopsticks/kurtosis.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
name: "github.com/hugobyte/polkadot-kurtosis-package"
name: "github.com/hugobyte/polkadot-kurtosis-package/chopsticks"
1 change: 1 addition & 0 deletions package_io/constant.star
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ DIFFERENT_IMAGES_FOR_TESTNET = {
"clover": "cloverio/clover-iris:0.1.15",
"subsocial": "dappforce/subsocial-parachain:latest",
"altair": "centrifugeio/centrifuge-chain:main-latest",
"acala": "acala/mandala-node:latest"
}

CHAIN_COMMAND = ["manta", "moonsama", "interlay", "kintsugi-btc", "polkadex", "centrifuge", "altair", "robonomics", "kilt"]
2 changes: 1 addition & 1 deletion parachain/static_files/images.star
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"This Dictionary is for polkadot package, containing parachain and their respective docker images"
parachain_images = {
"acala": {
"image": "acala/mandala-node:latest", # NO ws port
"image": "acala/acala-node:latest", # NO ws port
"entrypoint": "/usr/local/bin/acala",
"base": ["dev", "mandala-latest", "acala"],
},
Expand Down