Skip to content

Commit

Permalink
Add minimum dappnode version and optional dependencies
Browse files Browse the repository at this point in the history
Add minimum dappnode version and optional dependencies to ensure version compatibility
  • Loading branch information
pablomendezroyo authored Feb 14, 2024
1 parent 02f7ae2 commit b42f410
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "https://github.com/dappnode/DAppNodePackage-nimbus-gnosis/issues"
},
"requirements": {
"minimumDappnodeVersion": "0.2.51"
"minimumDappnodeVersion": "0.2.89"
},
"categories": ["Blockchain", "ETH2.0"],
"links": {
Expand All @@ -36,7 +36,8 @@
"serviceName": "beacon-validator",
"portNumber": 4500
},
"dependencies": {
"web3signer-gnosis.dnp.dappnode.eth": "latest"
"optionalDependencies": {
"web3signer-gnosis.dnp.dappnode.eth": "latest",
"nethermind-xdai.dnp.dappnode.eth": "latest"
}
}

0 comments on commit b42f410

Please sign in to comment.