Skip to content

Commit

Permalink
Bump polkadot-launch to 2.1.0 (Snowfork#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeddes authored Jan 31, 2022
1 parent 2b6e106 commit 4f9d751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions parachain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ cargo build --release --no-default-features --features with-local-runtime
Install `polkadot-launch`:

```bash
yarn global add polkadot-launch@1.9.0
cd -
yarn global add polkadot-launch@2.1.0
```

Build polkadot:
Expand Down
4 changes: 2 additions & 2 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The E2E tests run against local deployments of the parachain, relayer and ethere

## Requirements

* Ubuntu 20.04 or later. MacOs may work, but its not currently a supported configuration.
* Ubuntu 20.04 or later. MacOs may work, but its not currently a supported configuration.
* Development environment for Rust and Substrate. See parachain [requirements](../parachain/README.md#requirements).
* Node 14 LTS. Can install using [nvm](https://github.com/nvm-sh/nvm#installing-and-updating):

Expand All @@ -31,7 +31,7 @@ The E2E tests run against local deployments of the parachain, relayer and ethere
* polkadot-launch

```bash
yarn global add polkadot-launch@1.9.0
yarn global add polkadot-launch@2.1.0
```

## Setup
Expand Down

0 comments on commit 4f9d751

Please sign in to comment.