Skip to content

Commit

Permalink
remove opt deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Marketen committed Dec 11, 2024
1 parent 70fa7ae commit c386e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
8 changes: 1 addition & 7 deletions package_variants/holesky/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,5 @@
"envs": ["MEVBOOST_HOLESKY"],
"services": ["validator", "beacon-chain"]
}
],
"optionalDependencies": {
"holesky-geth.dnp.dappnode.eth": ">=1.0.1",
"holesky-nethermind.dnp.dappnode.eth": ">=0.1.10",
"holesky-besu.dnp.dappnode.eth": ">=0.1.2",
"holesky-erigon.dnp.dappnode.eth": ">=0.1.2"
}
]
}
10 changes: 1 addition & 9 deletions package_variants/mainnet/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,5 @@
"envs": ["MEVBOOST_MAINNET"],
"services": ["validator", "beacon-chain"]
}
],
"optionalDependencies": {
"geth.dnp.dappnode.eth": ">=0.1.44",
"besu.public.dappnode.eth": ">=1.2.11",
"erigon.dnp.dappnode.eth": ">=0.1.44",
"nethermind.public.dappnode.eth": ">=1.0.55",
"mev-boost.dnp.dappnode.eth": ">=0.1.6",
"web3signer.dnp.dappnode.eth": ">=2.0.9"
}
]
}

0 comments on commit c386e60

Please sign in to comment.