Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chunter-cb committed Nov 8, 2024
1 parent fece3af commit d310b1e
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 85 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ bindings:
abigen --abi out/OutputOracle.sol/OutputOracle.abi.json --pkg bindings --type OutputOracle --out bindings/output_oracle.go
abigen --abi out/Portal.sol/Portal.abi.json --pkg bindings --type Portal --out bindings/portal.go
abigen --abi out/DeployChain.sol/DeployChain.abi.json --pkg bindings --type DeployChain --out bindings/deploy_chain.go
abigen --abi out/SystemConfig.sol/SystemConfig.abi.json --pkg bindings --type SystemConfig --out bindings/system_config.go

.PHONY: deploy-nitro-validator
deploy-nitro-validator: guard-IMPL_SALT guard-DEPLOY_PRIVATE_KEY guard-RPC_URL
Expand Down
Loading

0 comments on commit d310b1e

Please sign in to comment.