Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 27, 2023
1 parent 6b90732 commit a998f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ build: ## Build the smart contracts

.PHONY: gen-funder-go-bindings
gen-funder-go-bindings: ## Generatego go bindings for the funder contract.
cat ./out/Funder.sol/Funder.json | jq -r '.abi' > ../bindings/funder/Funder.abi
cat ./out/Funder.sol/Funder.json | jq -r '.bytecode.object' > ../bindings/funder/Funder.bin
cat ./out/Funder.sol/Funder.json | jq -r '.abi' > ../bindings/funder/Funder.abi
cat ./out/Funder.sol/Funder.json | jq -r '.bytecode.object' > ../bindings/funder/Funder.bin
abigen --abi ../bindings/funder/Funder.abi --bin ../bindings/funder/Funder.bin --pkg funder --type funder --out ../bindings/funder/funder.go
@echo "✅ funder/funder.go generated"

Expand Down

0 comments on commit a998f9c

Please sign in to comment.