Skip to content

Commit

Permalink
Fix minimum dappnode version
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Sep 23, 2024
1 parent 26c1dce commit d2fb953
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
4 changes: 3 additions & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-erigon-generic/issues"
},
"minimumDappnodeVersion": "0.2.95"
"requirements": {
"minimumDappnodeVersion": "0.2.95"
}
}
3 changes: 0 additions & 3 deletions package_variants/gnosis/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"apiEngine": "http://gnosis-erigon.dappnode:8551",
"homepage": "https://github.com/ledgerwatch/erigon"
},
"requirements": {
"minimumDappnodeVersion": "0.2.60"
},
"exposable": [
{
"name": "Erigon JSON RPC",
Expand Down
3 changes: 0 additions & 3 deletions package_variants/holesky/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"apiEngine": "http://holesky-erigon.dappnode:8551",
"homepage": "https://github.com/ledgerwatch/erigon"
},
"requirements": {
"minimumDappnodeVersion": "0.2.60"
},
"exposable": [
{
"name": "Holesky Erigon JSON RPC",
Expand Down
3 changes: 0 additions & 3 deletions package_variants/mainnet/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"apiEngine": "http://erigon.dappnode:8551",
"homepage": "https://github.com/ledgerwatch/erigon"
},
"requirements": {
"minimumDappnodeVersion": "0.2.60"
},
"exposable": [
{
"name": "Erigon JSON RPC",
Expand Down

0 comments on commit d2fb953

Please sign in to comment.