Skip to content

Commit

Permalink
fix: typo and encointer mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk committed Nov 29, 2023
1 parent 5b54431 commit 2112940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parachain/static_files/images.star
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ parachain_images = {
"encointer": {
"image": "encointer/parachain:1.5.1",
"entrypoint": "/usr/local/bin/encointer-collator",
"base": ["encointer-rococo-local", "encointer-rococo", "mainnet"],
"base": ["encointer-rococo-local", "encointer-rococo", "encointer-kusama"],
},
"altair": {
"image": "centrifugeio/centrifuge-chain:test-PR1628-354d76c-23-11-28",
Expand Down
2 changes: 1 addition & 1 deletion relaychain/relay-chain.star
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def start_test_main_net_relay_nodes(plan, args):
chain = args["relaychain"]["name"]
if name == "testnet":
if chain != "rococo" and chain != "westend":
fail("Please provide rococo or westent as relaychain for testnet")
fail("Please provide rococo or westend as relaychain for testnet")
elif name == "mainnet":
if chain != "polkadot" and chain != "kusama":
fail("Please provide polkadot or kusama as relaychain for mainnet")
Expand Down

0 comments on commit 2112940

Please sign in to comment.