Skip to content

Commit

Permalink
Add FaultDisputeGame binding
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Jun 26, 2023
1 parent 29480e2 commit 50061c7
Show file tree
Hide file tree
Showing 3 changed files with 1,152 additions and 1 deletion.
4 changes: 4 additions & 0 deletions op-bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ bindings: l1block-bindings \
basefee-vault-bindings \
legacy-erc20-eth-bindings \
dispute-game-factory-bindings \
fault-dispute-game-bindings \
standard-bridge-bindings \
cross-domain-messenger-bindings \
cannon-mips \
Expand Down Expand Up @@ -130,6 +131,9 @@ l1-blocknumber-bindings: compile
dispute-game-factory-bindings: compile
./gen_bindings.sh contracts/dispute/DisputeGameFactory.sol:DisputeGameFactory $(pkg)

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

standard-bridge-bindings: compile
./gen_bindings.sh contracts/universal/StandardBridge.sol:StandardBridge $(pkg)

Expand Down
Loading

0 comments on commit 50061c7

Please sign in to comment.