From 7a6a050fcc4fc6bf4b7bd22d80b6b19474a90348 Mon Sep 17 00:00:00 2001 From: Brice Dobry Date: Tue, 23 May 2023 15:36:34 -0400 Subject: [PATCH] docs: update README with latest image --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e63d1d..e42b6c7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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`.