Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 9, 2025
2 parents 8a2652e + 4d0cc1f commit 25d40e0
Show file tree
Hide file tree
Showing 301 changed files with 511,659 additions and 32,261 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches: [ '**' ]

jobs:
build:
Expand Down Expand Up @@ -94,4 +94,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-summary
path: coverage.zip
path: coverage.zip
5 changes: 1 addition & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[submodule "crates/contracts/bindings/utils/middleware"]
path = crates/contracts/bindings/utils/middleware
url = https://github.com/Layr-Labs/eigenlayer-middleware
branch = m2-mainnet
[submodule "crates/contracts/lib/forge-std"]
path = crates/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "crates/contracts/lib/eigenlayer-middleware"]
path = crates/contracts/lib/eigenlayer-middleware
url = https://github.com/Layr-labs/eigenlayer-middleware
commit = 512ce7326f35e8060b9d46e23f9c159c0000b546
Loading

0 comments on commit 25d40e0

Please sign in to comment.