Skip to content

Commit

Permalink
docs: update README with latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
obycode committed May 23, 2023
1 parent 27d5846 commit 7a6a050
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ yarn install
To run with the latest node, you'll need to specify the docker image URL to use via an environment variable:

```sh
export CUSTOM_STACKS_NODE="blockstack/stacks-blockchain:devnet-2.4.0.0.0e"
export CUSTOM_STACKS_NODE="blockstack/stacks-blockchain:devnet-2.4.0.0.0"
```

On a Mac with Apple Silicon, the published stacks-node image, `blockstack/stacks-blockchain:devnet-2.4.0.0.0e` does not seem to work correctly. You will know you have run into this problem if your tests fail with:
On a Mac with Apple Silicon, the published stacks-node image, `blockstack/stacks-blockchain:devnet-2.4.0.0.0` does not seem to work correctly. You will know you have run into this problem if your tests fail with:

```
Unknown Error: waitForNextStacksBlock maxErrors reached
Expand All @@ -96,7 +96,7 @@ Apr 26 15:56:09.991729 ERRO Relayer: Failure fetching recipient set: ChainstateE
As an alternative, you can build this image locally, or update the image URL in the environment variable to use:

```sh
export CUSTOM_STACKS_NODE="stacksbrice/stacks-node:devnet-2.4.0.0.0e"
export CUSTOM_STACKS_NODE="stacksbrice/stacks-node:devnet-2.4.0.0.0"
```

If this environment variable is not defined, `stacks-devnet-js` will default to an older version of the `stacks-node`.

0 comments on commit 7a6a050

Please sign in to comment.