Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Sep 14, 2023
1 parent a5f924c commit 2c59a8c
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion scripts/polkadot-launch/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,19 @@
"wsPort": 9988,
"port": 31200,
"basePath": "/tmp/polkadot-launch/parachains/alice",
"flags": ["--alice", "--rpc-cors=all", "--execution=wasm", "--wasmtime-instantiation-strategy=recreate-instance-copy-on-write", "--log=runtime::mmr=trace,runtime::mmr::offchain=debug,runtime::sync-committee=debug,runtime=trace,txpool=trace", "--enable-offchain-indexing=true", "--pruning=archive", "--", "--base-path=/tmp/polkadot-launch/relaychains/alice-1"]
"flags": ["--alice", "--rpc-cors=all", "--execution=wasm", "--wasmtime-instantiation-strategy=recreate-instance-copy-on-write", "--log=runtime::mmr=trace,runtime::mmr::offchain=debug,runtime=trace", "--enable-offchain-indexing=true", "--pruning=archive", "--", "--base-path=/tmp/polkadot-launch/relaychains/alice-1"]
},
{
"wsPort": 9989,
"port": 31201,
"basePath": "/tmp/polkadot-launch/parachains/bob",
"flags": ["--bob", "--rpc-cors=all", "--execution=wasm", "--wasmtime-instantiation-strategy=recreate-instance-copy-on-write", "--enable-offchain-indexing=true", "--", "--base-path=/tmp/polkadot-launch/relaychains/bob-1"]
},
{
"wsPort": 9990,
"port": 31202,
"basePath": "/tmp/polkadot-launch/parachains/charlie",
"flags": ["--charlie", "--rpc-cors=all", "--execution=wasm", "--wasmtime-instantiation-strategy=recreate-instance-copy-on-write", "--enable-offchain-indexing=true", "--", "--base-path=/tmp/polkadot-launch/relaychains/charlie-1"]
}
]
},
Expand All @@ -81,6 +93,18 @@
"port": 32200,
"basePath": "/tmp/polkadot-launch/parachains/prime-alice",
"flags": ["--alice", "--rpc-cors=all", "--execution=wasm", "--wasmtime-instantiation-strategy=recreate-instance-copy-on-write", "--log=runtime::mmr=trace,runtime::mmr::offchain=debug,runtime=trace", "--enable-offchain-indexing=true", "--pruning=archive", "--", "--base-path=/tmp/polkadot-launch/relaychains/prime-alice-1"]
},
{
"wsPort": 9189,
"port": 32201,
"basePath": "/tmp/polkadot-launch/parachains/prime-bob",
"flags": ["--bob", "--rpc-cors=all", "--execution=wasm", "--wasmtime-instantiation-strategy=recreate-instance-copy-on-write", "--enable-offchain-indexing=true", "--", "--base-path=/tmp/polkadot-launch/relaychains/prime-bob-1"]
},
{
"wsPort": 9190,
"port": 32202,
"basePath": "/tmp/polkadot-launch/parachains/prime-charlie",
"flags": ["--charlie", "--rpc-cors=all", "--execution=wasm", "--wasmtime-instantiation-strategy=recreate-instance-copy-on-write", "--enable-offchain-indexing=true", "--", "--base-path=/tmp/polkadot-launch/relaychains/prime-charlie-1"]
}
]
}
Expand Down

0 comments on commit 2c59a8c

Please sign in to comment.