From 45c1a9e7aa7e1d9a2abc6f6ac64a2ddce8d04802 Mon Sep 17 00:00:00 2001 From: Justin Brower Date: Wed, 2 Oct 2024 17:12:01 -0400 Subject: [PATCH] chore: test gitattr --- README.md | 2 ++ pkg/bindings/DelegationManager/binding.go | 2 ++ 2 files changed, 4 insertions(+) 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"