Skip to content

Commit

Permalink
chore: remove unused variable 'parachain'
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk committed Oct 30, 2023
1 parent a011fd2 commit 9438754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/parallel.star
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def run_parallel(plan,args):

exec_command = [ "--chain=kerria-dev","--wasm-execution=compiled","--force-authoring","--port","30333","--rpc-port","9944","--rpc-external","--rpc-cors","all","--rpc-methods=Unsafe","--","--wasm-execution=compiled","--chain=/app/rococo-local.json"]
parachain = plan.add_service(
plan.add_service(
name="interrelay",
config= ServiceConfig(
image = "parallelfinance/parallel:latest",
Expand Down

0 comments on commit 9438754

Please sign in to comment.