Skip to content

Commit

Permalink
bindings: add binding L2StandardBridgeBot.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bendanzhentan committed Nov 27, 2023
1 parent e6af61d commit 0bef85a
Show file tree
Hide file tree
Showing 2 changed files with 800 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ build-solidity:
forge build; \
popd;

bindings: build-solidity
jq '.abi' contracts/out/L2StandardBridgeBot.sol/L2StandardBridgeBot.json > contracts/out/L2StandardBridgeBot.sol/L2StandardBridgeBot.abi; \
abigen --abi contracts/out/L2StandardBridgeBot.sol/L2StandardBridgeBot.abi --pkg bindings --type L2StandardBridgeBot --out bindings/L2StandardBridgeBot.go

.PHONY: \
bot \
build-go \
Expand Down
Loading

0 comments on commit 0bef85a

Please sign in to comment.