Skip to content

Commit

Permalink
Refresh bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Sep 29, 2024
1 parent f3b9a69 commit 09e6032
Show file tree
Hide file tree
Showing 4 changed files with 538 additions and 1,720 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ bindings:
mkdir -p 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/SystemConfigOwnable.sol/SystemConfigOwnable.abi.json --pkg bindings --type SystemConfigOwnable --out bindings/system_config_ownable.go
abigen --abi out/DeployChain.sol/DeployChain.abi.json --pkg bindings --type DeployChain --out bindings/deploy_chain.go
Loading

0 comments on commit 09e6032

Please sign in to comment.