Commit 68b4a020 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #5827 from ethereum-optimism/refcell/challenger/dgfbindings

feat(op-bindings): Dispute Game Factory Bindings
parents db852f6c 07c197d2
...@@ -30,7 +30,8 @@ bindings: l1block-bindings \ ...@@ -30,7 +30,8 @@ bindings: l1block-bindings \
optimism-mintable-erc721-factory-bindings \ optimism-mintable-erc721-factory-bindings \
l1-fee-vault-bindings \ l1-fee-vault-bindings \
basefee-vault-bindings \ basefee-vault-bindings \
legacy-erc20-eth-bindings legacy-erc20-eth-bindings \
dispute-game-factory-bindings
version: version:
forge --version forge --version
...@@ -122,6 +123,9 @@ deployer-whitelist-bindings: compile ...@@ -122,6 +123,9 @@ deployer-whitelist-bindings: compile
l1-blocknumber-bindings: compile l1-blocknumber-bindings: compile
./gen_bindings.sh contracts/legacy/L1BlockNumber.sol:L1BlockNumber $(pkg) ./gen_bindings.sh contracts/legacy/L1BlockNumber.sol:L1BlockNumber $(pkg)
dispute-game-factory-bindings: compile
./gen_bindings.sh contracts/dispute/DisputeGameFactory.sol:DisputeGameFactory $(pkg)
more: more:
go run ./gen/main.go \ go run ./gen/main.go \
-artifacts ../packages/contracts-bedrock/artifacts \ -artifacts ../packages/contracts-bedrock/artifacts \
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment