Skip to content

Commit

Permalink
chore/cherry Pick DVN (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
serrrfirat authored Oct 24, 2024
1 parent 23719ab commit 768a994
Show file tree
Hide file tree
Showing 30 changed files with 10,416 additions and 1,519 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ jobs:
- name: Ensure containers are running
run: |
containers=(
"near-sffl_operator1-health_1"
"nffl_operator1-health_1"
"near-sffl-operator1"
"near-sffl_operator0-health_1"
"nffl_operator0-health_1"
"near-sffl-operator0"
"rollup1-relayer"
"rollup0-relayer"
"near-sffl-indexer"
"near-sffl-aggregator"
"near-sffl_agreator-health_1"
"nffl_agreator-health_1"
"mainnet-anvil"
"prometheus"
"rollup0-anvil"
Expand All @@ -105,9 +105,9 @@ jobs:
- name: Check health status
run: |
services=(
"near-sffl_operator1-health_1"
"near-sffl_operator0-health_1"
"near-sffl_agreator-health_1"
"nffl_operator1-health_1"
"nffl_operator0-health_1"
"nffl_agreator-health_1"
"rollup1-anvil"
"rollup0-anvil"
"mainnet-anvil"
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ setup/plugin/config/keys/ecdsa.json
# Near DA RPC libs
libnear_da_rpc_sys.*

# Ignore configuration for DVN or Executor
**/config_dvn.toml
**/config_executor.toml
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "contracts/evm/lib/eigenlayer-middleware"]
path = contracts/evm/lib/eigenlayer-middleware
url = https://github.com/Layr-Labs/eigenlayer-middleware
[submodule "contracts/evm/lib/solady"]
path = contracts/evm/lib/solady
url = https://github.com/vectorized/solady
Loading

0 comments on commit 768a994

Please sign in to comment.