Commit 10cecba1 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #4975 from ethereum-optimism/jm/abigen-v

feat(bindings): Print abigen version in CI
parents 24edceb6 fe8f5fb7
......@@ -15,3 +15,7 @@ indent_size = 4
[*.go]
indent_size = 4
indent_style = tab
[Makefile]
indent_size = 2
indent_style = tab
......@@ -34,6 +34,7 @@ bindings: l1block-bindings \
version:
forge --version
abigen --version
compile:
cd ../packages/contracts-bedrock/ && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment