Skip to content

Commit

Permalink
Merge pull request #1245 from scrtlabs/update-test-v1.5-upgrade-handl…
Browse files Browse the repository at this point in the history
…er.md

Update test-v1.5-upgrade-handler.md
  • Loading branch information
Cashmaney authored Nov 8, 2022
2 parents 8d1a6e8 + d6af84f commit 6356e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/test-v1.5-upgrade-handler.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Start a v1.4 chain.
- Port 26657 open for cw20-ics20 tests

```bash
docker run -it -p 9091:9091 -p 26657:26657 --name localsecret ghcr.io/scrtlabs/localsecret:v1.4.0
docker run -it -p 9091:9091 -p 26657:26657 --name localsecret ghcr.io/scrtlabs/localsecret:v1.4.1-patch.3
```

## Step 2
Expand Down Expand Up @@ -69,7 +69,7 @@ Copy binaries from v1.5 chain to v1.4 chain.

```bash
# Start a v1.5 chain and wait a bit for it to setup
docker run -it -d --name localsecret-1.5 ghcr.io/scrtlabs/localsecret:v1.5.0-beta.4
docker run -it -d --name localsecret-1.5 ghcr.io/scrtlabs/localsecret:v1.5.0
sleep 5

# Copy binaries from v1.5 chain to host (a limitation of `docker cp`)
Expand Down

0 comments on commit 6356e59

Please sign in to comment.