Skip to content

Commit

Permalink
chore(contracts): update avs bindings (#2343)
Browse files Browse the repository at this point in the history
Update avs bindings.

They were stale, because makefile had a mistake.

issue: none
  • Loading branch information
kevinhalliday authored Oct 31, 2024
1 parent 355d231 commit e824498
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions contracts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ CORE_CONTRACTS := OmniPortal FeeOracleV1 Create3 TransparentUpgradeableProxy \
OmniGasPump OmniGasStation

AVS_CONTRACTS := OmniAVS DelegationManager StrategyManager StrategyBase AVSDirectory \
avs/test/common/MockERC20.sol:MockERC20
test/common/MockERC20.sol:MockERC20

.PHONY: bindings
bindings: check-abigen-version build ## Generate golang contract bindings.
ROOT=./core ./bindings/scripts/gen.sh $(CORE_CONTRACTS)
ROOT=./avs ./bindings/scripts/gen.sh $(CONTRACTS)
ROOT=./avs ./bindings/scripts/gen.sh $(AVS_CONTRACTS)
go run ./bindings/scripts/commenttypes.go -- bindings/strategymanager.go IStrategyManagerDeprecatedStructQueuedWithdrawal IStrategyManagerDeprecatedStructWithdrawerAndNonce
go run ./bindings/scripts/commenttypes.go -- bindings/avsdirectory.go ISignatureUtilsSignatureWithSaltAndExpiry

Expand Down
2 changes: 1 addition & 1 deletion contracts/bindings/avsdirectory.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/bindings/delegationmanager.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/bindings/mockerc20.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e824498

Please sign in to comment.