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 3ccbbd2 commit 15bbd74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parachain/kylin.star
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
def run_kylin(plan,args):

exec_command = ["--base-path=/kylin/data","--chain=dev","--ws-external","--rpc-external","--rpc-cors=all","--name=parachain-2010-0","--collator","--rpc-methods=unsafe","--force-authoring","--execution=wasm","--alice","--node-key=52194369e4c881e4157b74fd00dff4241e50b8100b823273e25c868a70e5cde8","--","--chain=/app/rococo-local.json","--execution=wasm"]
parachain = plan.add_service(
name="interrelay",
plan.add_service(
name="kylin",
config= ServiceConfig(
image = "kylinnetworks/kylin-collator:ro-v0.9.30",
files={
Expand Down

0 comments on commit 15bbd74

Please sign in to comment.