From 514b1289435889a99f163adcedf2569088dbe2bc Mon Sep 17 00:00:00 2001 From: Maurelian Date: Fri, 24 Feb 2023 15:22:51 -0500 Subject: [PATCH] feat(bindings): Print abigen version in CI --- op-bindings/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/op-bindings/Makefile b/op-bindings/Makefile index 12648890a31b..d11c48dd10af 100644 --- a/op-bindings/Makefile +++ b/op-bindings/Makefile @@ -34,6 +34,7 @@ bindings: l1block-bindings \ version: forge --version + abigen --version compile: cd ../packages/contracts-bedrock/ && \