Skip to content

Commit

Permalink
update alloy (#144)
Browse files Browse the repository at this point in the history
this pr updates alloy to latest, uses forge bind --alloy to generate
bindings . Since those bindings use alloy::providers, alloy::primitives.
I had to change the use of alloy_provider to alloy::providers etc for
the whole codebase, else it gives the classic error `Same variable , but
a different version`

---------

Co-authored-by: supernovahs <[email protected]>
  • Loading branch information
supernovahs and supernovahs authored Oct 10, 2024
1 parent 667b3b3 commit 2e53110
Show file tree
Hide file tree
Showing 168 changed files with 280,504 additions and 755 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "crates/contracts/bindings/utils/middleware"]
path = crates/contracts/bindings/utils/middleware
url = git@github.com:Layr-Labs/eigenlayer-middleware.git
url = https://github.com/Layr-Labs/eigenlayer-middleware
branch = m2-mainnet
[submodule "crates/contracts/lib/forge-std"]
path = crates/contracts/lib/forge-std
Expand Down
Loading

0 comments on commit 2e53110

Please sign in to comment.