Commit aa4d9ecb authored by Javed Khan's avatar Javed Khan Committed by GitHub

bindings: add L1StandardBridge bindings (#3300)

parent 3049a283
...@@ -5,6 +5,7 @@ pkg := bindings ...@@ -5,6 +5,7 @@ pkg := bindings
all: mkdir bindings deployed all: mkdir bindings deployed
bindings: l1block-bindings \ bindings: l1block-bindings \
l1-standard-bridge-bindings \
l2-to-l1-message-passer-bindings \ l2-to-l1-message-passer-bindings \
optimism-portal-bindings \ optimism-portal-bindings \
l2-output-oracle-bindings \ l2-output-oracle-bindings \
...@@ -26,6 +27,9 @@ deployed: l1-block-deployed \ ...@@ -26,6 +27,9 @@ deployed: l1-block-deployed \
l1-block-deployed: l1block-bindings l1-block-deployed: l1block-bindings
./gen_deployed_bytecode.sh L1Block $(pkg) ./gen_deployed_bytecode.sh L1Block $(pkg)
l1-standard-bridge-bindings:
./gen_bindings.sh contracts/L1/L1StandardBridge.sol:L1StandardBridge $(pkg)
optimism-portal-deployed: optimism-portal-bindings optimism-portal-deployed: optimism-portal-bindings
./gen_deployed_bytecode.sh OptimismPortal $(pkg) ./gen_deployed_bytecode.sh OptimismPortal $(pkg)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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