Skip to content

Commit

Permalink
Merge pull request #13 from dappnode/marc/manfiest-typos
Browse files Browse the repository at this point in the history
fix manifest's short desc
  • Loading branch information
Marketen authored Oct 31, 2024
2 parents 13507c1 + 188d0aa commit 2da911e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"architectures": ["linux/amd64"],
"shortDescription": "SSV for Holesky",
"shortDescription": "SSV",
"description": "The SSV Network is a decentralized, open-source Ethereum staking network that enhances validator key security and network redundancy using Distributed Validator Technology (DVT)",
"type": "service",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
Expand Down
3 changes: 2 additions & 1 deletion package_variants/holesky/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"envs": ["EXECUTION_CLIENT_HOLESKY", "CONSENSUS_CLIENT_HOLESKY"],
"services": ["operator"]
}
]
],
"shortDescription": "SSV for Holesky"
}
3 changes: 2 additions & 1 deletion package_variants/mainnet/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"envs": ["EXECUTION_CLIENT_MAINNET", "CONSENSUS_CLIENT_MAINNET"],
"services": ["operator"]
}
]
],
"shortDescription": "SSV for Mainnet"
}

0 comments on commit 2da911e

Please sign in to comment.