Skip to content

Commit

Permalink
Remove parachain-id and update launch (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjb0807 authored Dec 19, 2021
1 parent 7ce724b commit 099dea1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 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.10-1
image: parity/polkadot:v0.9.13
chain: rococo-local
runtimeGenesisConfig:
configuration:
Expand All @@ -19,7 +19,7 @@ relaychain:
- name: charlie

parachains:
- image: acala/karura-node:1.4.1
- image: acala/karura-node:2.1.0
chain:
base: karura-dev
collators:
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.0.4"
"@open-web3/parachain-launch": "^1.0.6"
}
}
8 changes: 4 additions & 4 deletions launch/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
dependencies:
regenerator-runtime "^0.13.4"

"@open-web3/parachain-launch@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@open-web3/parachain-launch/-/parachain-launch-1.0.4.tgz#de468ce96fb92d7aaf556604e51b9e0bb703acd6"
integrity sha512-Ck1AcjfxO7SkxjJfoseb/8oiTFcysUtHuEG5McZznKlWd/raaSStEd4U0XQCKhg1MzChF1U5kh4Gn4AP5HfkBg==
"@open-web3/parachain-launch@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@open-web3/parachain-launch/-/parachain-launch-1.0.6.tgz#e8660fb408570165bd6ff578b0744c7f2961c039"
integrity sha512-sZ+HB+v7cPpWpyKj3d83r9yT2yPr5Luz1J8ftVXp6t8kuPbldYWgOHYlMeOqK0vgYI7sPZkOPNrCb9j4rrgC5A==
dependencies:
"@polkadot/api" "^5.6.1"
"@polkadot/keyring" "^7.2.1"
Expand Down
4 changes: 0 additions & 4 deletions node/cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ pub struct ExportGenesisStateCommand {
#[structopt(parse(from_os_str))]
pub output: Option<PathBuf>,

/// Id of the parachain this state is for.
#[structopt(long, default_value = "2000")]
pub parachain_id: u32,

/// Write output in binary. Default is to write in hex.
#[structopt(short, long)]
pub raw: bool,
Expand Down

0 comments on commit 099dea1

Please sign in to comment.