Skip to content

Commit

Permalink
Dispute Game Factory bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed May 30, 2023
1 parent db852f6 commit 07c197d
Show file tree
Hide file tree
Showing 2 changed files with 883 additions and 1 deletion.
6 changes: 5 additions & 1 deletion op-bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ bindings: l1block-bindings \
optimism-mintable-erc721-factory-bindings \
l1-fee-vault-bindings \
basefee-vault-bindings \
legacy-erc20-eth-bindings
legacy-erc20-eth-bindings \
dispute-game-factory-bindings

version:
forge --version
Expand Down Expand Up @@ -122,6 +123,9 @@ deployer-whitelist-bindings: compile
l1-blocknumber-bindings: compile
./gen_bindings.sh contracts/legacy/L1BlockNumber.sol:L1BlockNumber $(pkg)

dispute-game-factory-bindings: compile
./gen_bindings.sh contracts/dispute/DisputeGameFactory.sol:DisputeGameFactory $(pkg)

more:
go run ./gen/main.go \
-artifacts ../packages/contracts-bedrock/artifacts \
Expand Down
Loading

0 comments on commit 07c197d

Please sign in to comment.