Skip to content

Commit

Permalink
refactor: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyana committed Oct 30, 2023
1 parent adf805f commit e66ccc9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion parachain/kilt.star
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
def run_kilt(plan):
exec_command = ["--chain=dev", "--alice", "--rpc-port=9933","--rpc-external", "--rpc-cors=all", "--rpc-methods=unsafe", "--execution=wasm", "--tmp", "--", "--chain=/app/rococo-local.json", "--execution=wasm"]

exec_command = [
"--chain=dev",
"--alice",
"--rpc-port=9933",
"--rpc-external",
"--rpc-cors=all",
"--rpc-methods=unsafe",
"--execution=wasm",
"--tmp",
"--",
"--chain=/app/rococo-local.json",
"--execution=wasm"
]

kilt_service_config = ServiceConfig(
image = "kiltprotocol/kilt-node:latest",
files = {
Expand Down

0 comments on commit e66ccc9

Please sign in to comment.