Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}