Skip to content

Regarding the "In memory node" setup #720

Discussion options

You must be logged in to vote

Thank you very much for your help!

I manually ensured that the era_test_node was correctly placed, but the error still persisted. I might have not done it the correct way or something

To resolve the issue, I replaced the "#Download the release version specified by the build argument" section with the following line in the Dockerfile located at /home/#USER/.nvm/versions/node/v20.16.0/lib/node_modules/zksync-cli/node_modules/zkcli-in-memory-node/Dockerfile:

RUN curl -s "https://api.github.com/repos/matter-labs/era-test-node/releases/tags/${LATEST_RELEASE}" |
jq -r '.assets[] | select(.name | contains("x86_64-unknown-linux-gnu")) | .browser_download_url' |
head -n 1 | xargs -I {} curl -L -…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rkoranne0755
Comment options

Answer selected by dutterbutter
@gleenai
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
General
Labels
general General question
1 participant