Skip to content

Commit

Permalink
add eigenpod binding (#48)
Browse files Browse the repository at this point in the history
* add eigenpod binding

* add dm binding

* update generate-bindings.sh
  • Loading branch information
gpsanant authored Oct 19, 2023
1 parent 09c9850 commit 458c8ca
Show file tree
Hide file tree
Showing 5 changed files with 4,140 additions and 268 deletions.
2,064 changes: 1,801 additions & 263 deletions contracts/bindings/DelegationManager/binding.go

Large diffs are not rendered by default.

2,335 changes: 2,335 additions & 0 deletions contracts/bindings/EigenPod/binding.go

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions contracts/bindings/IERC20/binding.go

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

2 changes: 1 addition & 1 deletion contracts/generate-bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd $EIGENLAYER_CONTRACT_PATH
forge clean
forge build

el_contracts="DelegationManager Slasher StrategyManager IStrategy BLSPublicKeyCompendium EigenPodManager"
el_contracts="DelegationManager Slasher StrategyManager IStrategy BLSPublicKeyCompendium EigenPodManager EigenPod"
for contract in $el_contracts; do
create_binding . $contract ./../../bindings
done
Expand Down
2 changes: 1 addition & 1 deletion contracts/lib/eigenlayer-contracts

0 comments on commit 458c8ca

Please sign in to comment.