From e8ffc2e4a00c63612417d30201055d90c70f5d2c Mon Sep 17 00:00:00 2001 From: Tei Im <40449056+ImTei@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:07:42 -0600 Subject: [PATCH] Fix cannon to asterisc Co-authored-by: clabby --- Dockerfile.repro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.repro b/Dockerfile.repro index f5b96d6e..7a99c0d5 100644 --- a/Dockerfile.repro +++ b/Dockerfile.repro @@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build cd rvsol/lib/optimism/op-pro RUN --mount=type=cache,target=/root/.cache/go-build cd rvsol/lib/optimism/op-program && make op-program-client-riscv \ GOOS=linux GOARCH=mips GOMIPS=softfloat GITCOMMIT=$GIT_COMMIT GITDATE=$GIT_DATE VERSION="$OP_PROGRAM_VERSION" -# Run the op-program-client-riscv.elf binary directly through cannon's load-elf subcommand. +# Run the op-program-client-riscv.elf binary directly through asterisc's load-elf subcommand. RUN /app/rvgo/bin/asterisc load-elf --path /app/rvsol/lib/optimism/op-program/bin/op-program-client-riscv.elf --out /app/prestate.json --meta "" # Generate the prestate proof containing the absolute pre-state hash.