Skip to content

Commit

Permalink
Update launch (#2673)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjb0807 authored Dec 13, 2023
1 parent 030db44 commit f1b2334
Show file tree
Hide file tree
Showing 4 changed files with 459 additions and 630 deletions.
4 changes: 2 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.31
image: parity/polkadot:v1.1.0
chain: rococo-local
runtimeGenesisConfig:
configuration:
Expand All @@ -17,7 +17,7 @@ relaychain:
- name: charlie

parachains:
- image: acala/karura-node:2.11.0
- image: acala/karura-node:2.21.0
chain:
base: karura-local
collators:
Expand Down
6 changes: 3 additions & 3 deletions launch/karura-bifrost.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
relaychain:
image: parity/polkadot:v0.9.31
image: parity/polkadot:v1.1.0
chain: rococo-local
runtimeGenesisConfig:
configuration:
Expand Down Expand Up @@ -28,7 +28,7 @@ relaychain:
- name: charlie

parachains:
- image: acala/karura-node:2.11.0
- image: acala/karura-node:2.21.0
chain:
base: karura-local
collators:
Expand All @@ -54,7 +54,7 @@ parachains:
- --bob
- flags:
- --charlie
- image: bifrostnetwork/bifrost:bifrost-v0.9.66
- image: bifrostnetwork/bifrost:bifrost-v0.9.88
chain:
base: bifrost-local
sudo: alice
Expand Down
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.2.1"
"@open-web3/parachain-launch": "^2.0.0"
}
}
Loading

0 comments on commit f1b2334

Please sign in to comment.