Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 26 additions & 2 deletions launch/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
relaychain:
image: parity/polkadot:v0.9.18
image: parity/polkadot:v0.9.22
chain: rococo-local
runtimeGenesisConfig:
configuration:
Expand All @@ -18,7 +18,7 @@ relaychain:
- name: charlie

parachains:
- image: acala/karura-node:2.5.0
- image: acala/karura-node:2.7.0
chain:
base: karura-dev
collators:
Expand Down Expand Up @@ -46,3 +46,27 @@ parachains:
- --bob
- flags:
- --charlie
- image: bifrostnetwork/bifrost:bifrost-v0.9.44
chain:
base: bifrost-local
sudo: alice
id: 3000
parachain: true
flags:
- --rpc-methods=unsafe
- --force-authoring
- --wasm-execution=compiled
- --execution=wasm
relaychainFlags:
- --wasm-execution=compiled
- --execution=wasm
env:
RUST_LOG: sc_basic_authorship=trace,cumulus-consensus=trace,cumulus-collator=trace,collator_protocol=trace,collation_generation=trace,aura=debug
volumePath: /data
nodes:
- flags:
- --alice
- flags:
- --bob
- flags:
- --charlie
2 changes: 1 addition & 1 deletion launch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"start": "node_modules/@open-web3/parachain-launch/bin/parachain-launch"
},
"dependencies": {
"@open-web3/parachain-launch": "^1.0.6"
"@open-web3/parachain-launch": "^1.2.1"
}
}
Loading