Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion op-bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ bindings: l1block-bindings \
proxy-bindings \
proxy-admin-bindings \
erc20-bindings \
weth9-bindings
weth9-bindings \
deployer-whitelist-bindings

compile:
cd ../packages/contracts-bedrock/ && \
Expand Down Expand Up @@ -77,6 +78,12 @@ erc20-bindings: compile
weth9-bindings: compile
./gen_bindings.sh contracts/vendor/WETH9.sol:WETH9 $(pkg)

deployer-whitelist-bindings: compile
./gen_bindings.sh contracts/legacy/DeployerWhitelist.sol:DeployerWhitelist $(pkg)

l1-blocknumber-bindings: compile
./gen_bindings.sh contracts/legacy/L1BlockNumber.sol:L1BlockNumber $(pkg)

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