Skip to content

Commit

Permalink
remove abigen
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Feb 18, 2025
1 parent b4c5b89 commit ee8ef2a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions dev/up
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@ if ! which forge &>/dev/null; then echo "ERROR: Missing foundry binaries. Run 'c
if ! which shellcheck &>/dev/null; then brew install shellcheck; fi
if ! which jq &>/dev/null; then brew install jq; fi

# Pin abigen version at can introduce breaking changes between releases, rendering different ABIs.
if ! which abigen &>/dev/null; then
go install github.com/ethereum/go-ethereum/cmd/[email protected]
fi

abigen_version=$(abigen --version | awk '{print $3}')
if [[ ${abigen_version} != "1.14.12-stable" ]]; then
echo "ERROR: abigen version is not 1.14.12. Please install the correct version."
exit 1
fi

echo -e "→ Generate smart contracts bindings"
contracts/dev/generate

Expand Down

0 comments on commit ee8ef2a

Please sign in to comment.