diff --git a/README.md b/README.md index 72cecb6ce..558ba4076 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ +TEST + # EigenLayer EigenLayer is a set of smart contracts deployed on Ethereum that enable restaking of assets to secure new services. This repo contains the EigenLayer core contracts, whose currently-supported assets include beacon chain ETH and several liquid staking tokens (LSTs). Users use these contracts to deposit and withdraw these assets, as well as delegate them to operators providing services to AVSs. diff --git a/pkg/bindings/DelegationManager/binding.go b/pkg/bindings/DelegationManager/binding.go index cf241371c..3244a32b4 100644 --- a/pkg/bindings/DelegationManager/binding.go +++ b/pkg/bindings/DelegationManager/binding.go @@ -3,6 +3,8 @@ package DelegationManager +UPDATED THIS FILE + import ( "errors" "math/big"