diff --git a/dappnode_package.json b/dappnode_package.json index 6746212..83d4ec4 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -31,8 +31,12 @@ "readme": "https://github.com/dappnode/DAppNodePackage-nimbus-prater", "docs": "https://www.nimbusproject.org/docs" }, + "license": "GLP-3.0", + "requirements": { + "minimumDappnodeVersion": "0.2.52" + }, "dependencies": { - "goerli-geth.dnp.dappnode.eth": "latest", - "web3signer-prater.dnp.dappnode.eth": "latest" + "web3signer-prater.dnp.dappnode.eth": "latest", + "goerli-geth.dnp.dappnode.eth": "latest" } }