Skip to content

Commit

Permalink
Merge pull request #18 from dappnode/marc/removeoptsdeps
Browse files Browse the repository at this point in the history
remove opt deps
  • Loading branch information
Marketen authored Dec 11, 2024
2 parents 7f39a3b + 0f89f96 commit b608ce2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
4 changes: 0 additions & 4 deletions package_variants/gnosis/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@
"homepage": "https://docs.teku.consensys.net",
"readme": "https://github.com/ConsenSys/teku/blob/master/README.md",
"docs": "https://docs.teku.consensys.net"
},
"optionalDependencies": {
"nethermind-xdai.dnp.dappnode.eth": ">=1.0.48",
"gnosis-erigon.dnp.dappnode.eth": ">=0.1.2"
}
}
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"
}
]
}
3 changes: 0 additions & 3 deletions package_variants/lukso/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
"homepage": "https://docs.teku.consensys.net",
"readme": "https://github.com/ConsenSys/teku/blob/master/README.md",
"docs": "https://docs.teku.consensys.net"
},
"optionalDependencies": {
"lukso-geth.dnp.dappnode.eth": ">=0.1.3"
}
}
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 b608ce2

Please sign in to comment.