Skip to content

Commit

Permalink
fix: change the base for interlay local
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyana committed Nov 27, 2023
1 parent b0b69fa commit ebca415
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion local.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},

"para": {
"turing": {
"khala": {
"nodes": [
{
"name": "alice",
Expand Down
4 changes: 2 additions & 2 deletions parachain/parachain.star
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ def start_local_parachain_node(plan, args, parachain_name, para_id):

if parachain in constant.NO_WS_PORT:
exec_comexec_commandmand = [
"bin/bash",
"/bin/bash",
"-c",
"{0} --chain=/build/{1}-raw.json --rpc-port=9944 --rpc-external --rpc-cors=all --prometheus-external --name={1} --collator --rpc-methods=unsafe --force-authoring --execution=wasm -- --chain=/app/raw-polkadot.json --execution=wasm".format(binary, chain_name),
]
else:
exec_comexec_commandmand = [
"bin/bash",
"/bin/bash",
"-c",
"{0} --chain=/build/{1}-raw.json --ws-port=9944 --rpc-port=9933 --ws-external --rpc-external --prometheus-external --rpc-cors=all --name={1} --collator --rpc-methods=unsafe --force-authoring --execution=wasm -- --chain=/app/raw-polkadot.json --execution=wasm".format(binary, chain_name),
]
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 @@ -38,7 +38,7 @@ parachain_images = {
"interlay": {
"image": "interlayhq/interbtc:latest",
"entrypoint": "/usr/local/bin/interbtc-parachain",
"base": ["dev", "interlay-testnet-latest", "interlay-latest"],
"base": ["interlay-dev", "interlay-testnet-latest", "interlay-latest"],
},
"kilt": {
"image": "kiltprotocol/kilt-node:latest",
Expand Down

0 comments on commit ebca415

Please sign in to comment.