File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,9 @@ RUN NITRO_BUILD_IGNORE_TIMESTAMPS=1 make build-replay-env
123123FROM debian:bullseye-slim as machine-versions
124124RUN apt-get update && apt-get install -y unzip wget
125125WORKDIR /workspace/machines
126- # Download WASM machines
126+ # Download WAVM machines
127127RUN bash -c 'r=0xbb9d58e9527566138b682f3a207c0976d5359837f6e330f4017434cca983ff41 && mkdir $r && ln -sfT $r latest && cd $r && echo $r > module-root.txt && wget https://github.com/OffchainLabs/nitro/releases/download/consensus-v1-rc1/machine.wavm.br'
128+ RUN bash -c 'r=0xee16b2358c81be2b9feb8486f052e74f18b8a790e4e77b4dc9e4f34d71d3b4c0 && mkdir $r && ln -sfT $r latest && cd $r && echo $r > module-root.txt && wget https://github.com/OffchainLabs/nitro/releases/download/consensus-v2/machine.wavm.br'
128129
129130FROM golang:1.17-bullseye as node-builder
130131WORKDIR /workspace
You can’t perform that action at this time.
0 commit comments