Skip to content

Commit

Permalink
Add opt deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Aug 13, 2024
1 parent 4b3a29a commit ff61980
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
9 changes: 8 additions & 1 deletion package_variants/holesky/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@
"envs": ["MEVBOOST_HOLESKY"],
"services": ["validator", "beacon-chain"]
}
]
],
"optionalDependencies": {
"holesky-reth.dnp.dappnode.eth": ">=0.1.0",
"holesky-geth.dnp.dappnode.eth": ">=1.0.1",
"holesky-nethermind.dnp.dappnode.eth": ">=0.1.9",
"holesky-besu.dnp.dappnode.eth": ">=0.1.1",
"holesky-erigon.dnp.dappnode.eth": ">=0.1.2"
}
}
5 changes: 4 additions & 1 deletion package_variants/lukso/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"homepage": "https://prysmaticlabs.com/",
"readme": "https://github.com/dappnode/DAppNodePackage-prysm-generic",
"docs": "https://docs.prylabs.network/docs/getting-started"
},
"optionalDependencies": {
"lukso-geth.dnp.dappnode.eth": ">=0.1.3"
}
}
}
9 changes: 8 additions & 1 deletion package_variants/mainnet/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@
"envs": ["MEVBOOST_MAINNET"],
"services": ["validator", "beacon-chain"]
}
]
],
"optionalDependencies": {
"reth.dnp.dappnode.eth": ">=0.1.0",
"geth.dnp.dappnode.eth": ">=0.1.44",
"nethermind.public.dappnode.eth": ">=1.0.52",
"besu.public.dappnode.eth": ">=1.2.11",
"erigon.dnp.dappnode.eth": ">=0.1.44"
}
}
3 changes: 3 additions & 0 deletions package_variants/sepolia/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"homepage": "https://prysmaticlabs.com/",
"readme": "https://github.com/dappnode/DAppNodePackage-prysm-generic",
"docs": "https://docs.prylabs.network/docs/getting-started"
},
"optionalDependencies": {
"sepolia-geth.dnp.dappnode.eth": ">=0.1.3"
}
}

0 comments on commit ff61980

Please sign in to comment.