Skip to content

Commit dff23fc

Browse files
committed
Regen bindings
1 parent da59969 commit dff23fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: bindings
22
bindings:
3-
forge clean && forge build --via-ir --extra-output-files abi
3+
forge clean && forge build --extra-output-files abi
44
mkdir -p bindings
55
abigen --abi out/OutputOracle.sol/OutputOracle.abi.json --pkg bindings --type OutputOracle --out bindings/output_oracle.go
66
abigen --abi out/Portal.sol/Portal.abi.json --pkg bindings --type Portal --out bindings/portal.go

0 commit comments

Comments
 (0)