Skip to content

Commit

Permalink
added-flag-for-polkadot
Browse files Browse the repository at this point in the history
  • Loading branch information
riyasng12 committed Dec 21, 2023
1 parent 6c71ca3 commit 0ec851f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relaychain/relay-chain.star
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def start_relay_chain_local(plan, args, name):
Returns:
object: Service details of the started relay chain node.
"""
exec_command = ["bin/sh", "-c", "polkadot --base-path=/data --chain=/app/raw-polkadot.json --validator --rpc-external --rpc-cors=all --name=alice --{0} --rpc-methods=unsafe --execution=wasm --prometheus-external".format(name)]
exec_command = ["bin/sh", "-c", "polkadot --base-path=/data --chain=/app/raw-polkadot.json --validator --rpc-external --rpc-cors=all --name=alice --{0} --rpc-methods=unsafe --execution=wasm --prometheus-external --insecure-validator-i-know-what-i-do".format(name)]
service_details = plan.add_service(
name = "{0}-{1}".format(args["relaychain"]["name"], name),
config = ServiceConfig(
Expand Down

0 comments on commit 0ec851f

Please sign in to comment.