Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement kurtosis package for local setup of pendulum parachain #18

Merged
merged 6 commits into from
Oct 30, 2023
Prev Previous commit
Next Next commit
refactor: format the exec_command
abhiyana committed Oct 30, 2023
commit eca424bd51103e309017b43f4759c9210f158333
12 changes: 11 additions & 1 deletion parachain/pendulum.star
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
def run_pendulum(plan):
exec_command = ["--chain=dev", "--collator", "--rpc-external", "--rpc-cors=all", "--rpc-methods=unsafe", "--tmp", "--", "--wasm-execution=compiled", "--chain=/app/rococo-local.json"]
exec_command = [
"--chain=dev",
"--collator",
"--rpc-external",
"--rpc-cors=all",
"--rpc-methods=unsafe",
"--tmp",
"--",
"--wasm-execution=compiled",
"--chain=/app/rococo-local.json"
]
pendulum_service_config = ServiceConfig(
image = "pendulumchain/pendulum-collator:latest",
files = {