We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da59969 commit dff23fcCopy full SHA for dff23fc
Makefile
@@ -1,6 +1,6 @@
1
.PHONY: bindings
2
bindings:
3
- forge clean && forge build --via-ir --extra-output-files abi
+ forge clean && forge build --extra-output-files abi
4
mkdir -p bindings
5
abigen --abi out/OutputOracle.sol/OutputOracle.abi.json --pkg bindings --type OutputOracle --out bindings/output_oracle.go
6
abigen --abi out/Portal.sol/Portal.abi.json --pkg bindings --type Portal --out bindings/portal.go
0 commit comments