Skip to content

Commit

Permalink
Add casimir manager abigen
Browse files Browse the repository at this point in the history
  • Loading branch information
hawyar committed Jul 21, 2023
1 parent 3ea890d commit 204ffed
Show file tree
Hide file tree
Showing 2 changed files with 3,871 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/crawler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ bin = ./bin/$(name)
os = $(shell go env GOOS)
arch = $(shell go env GOARCH)

# abigen --abi <(jq '.abi' ../../contracts/ethereum/build/artifacts/src/v1/CasimirManager.sol/CasimirManager.json) --pkg main --out casimir_manager.go

test:
go test -v ./... -count=1

Expand Down
Loading

0 comments on commit 204ffed

Please sign in to comment.