We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1c7b4 commit aae352eCopy full SHA for aae352e
Makefile
@@ -56,7 +56,8 @@ devtools:
56
forkdiff:
57
docker run --rm \
58
--mount src=$(shell pwd),target=/host-pwd,type=bind \
59
- protolambda/forkdiff:latest \
+ --platform linux/amd64 \
60
+ ethereum-optimism/forkdiff:2f86c6bc60d8d963ec23d4f959fda8cdfff82c1e \
61
-repo /host-pwd/ -fork /host-pwd/fork.yaml -out /host-pwd/forkdiff.html
62
63
#? help: Get more info on make commands.
0 commit comments