Skip to content

Commit

Permalink
Updated configs (#63)
Browse files Browse the repository at this point in the history
* Updated configs

* Removed yarn scripts
  • Loading branch information
Tim B committed Apr 15, 2022
1 parent a4e17b5 commit 9cc9f80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions configs/acala.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
relaychain:
image: parity/polkadot:v0.9.16
image: parity/polkadot:v0.9.18
chain: rococo-local
runtimeGenesisConfig:
configuration:
Expand All @@ -17,9 +17,9 @@ relaychain:
- name: bob

parachains:
- image: acala/acala-node:2.3.1
- image: acala/acala-node:2.5.0
chain:
base: acala-latest
base: acala-dev
collators:
- alice
sudo: alice
Expand All @@ -39,4 +39,3 @@ parachains:
nodes:
- flags:
- --alice

4 changes: 2 additions & 2 deletions configs/karura.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
relaychain:
image: parity/polkadot:v0.9.16
image: parity/polkadot:v0.9.18
chain: rococo-local
runtimeGenesisConfig:
configuration:
Expand All @@ -17,7 +17,7 @@ relaychain:
- name: bob

parachains:
- image: acala/karura-node:2.3.1
- image: acala/karura-node:2.5.0
chain:
base: karura-dev
collators:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-web3/parachain-launch",
"version": "1.2.0",
"version": "1.2.1",
"author": "Laminar Developers <hello@laminar.one>",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down

0 comments on commit 9cc9f80

Please sign in to comment.