Skip to content

Commit

Permalink
Merge pull request ethereum-optimism#4975 from ethereum-optimism/jm/a…
Browse files Browse the repository at this point in the history
…bigen-v

feat(bindings): Print abigen version in CI
  • Loading branch information
mergify[bot] committed Feb 25, 2023
2 parents 24edceb + fe8f5fb commit 10cecba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ indent_size = 4
[*.go]
indent_size = 4
indent_style = tab

[Makefile]
indent_size = 2
indent_style = tab
1 change: 1 addition & 0 deletions op-bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ bindings: l1block-bindings \

version:
forge --version
abigen --version

compile:
cd ../packages/contracts-bedrock/ && \
Expand Down

0 comments on commit 10cecba

Please sign in to comment.