Skip to content

Commit

Permalink
Remove global envs
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Aug 8, 2024
1 parent 77c2075 commit aff76b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
6 changes: 1 addition & 5 deletions package_variants/holesky/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@
"docs": "https://docs.prylabs.network/docs/getting-started"
},
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_HOLESKY", "MEVBOOST_HOLESKY"],
"services": ["beacon-chain"]
},
{
"envs": ["MEVBOOST_HOLESKY"],
"services": ["validator"]
"services": ["validator", "beacon-chain"]
}
]
}
8 changes: 1 addition & 7 deletions package_variants/lukso/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,5 @@
"homepage": "https://prysmaticlabs.com/",
"readme": "https://github.com/dappnode/DAppNodePackage-prysm-generic",
"docs": "https://docs.prylabs.network/docs/getting-started"
},
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_LUKSO"],
"services": ["beacon-chain"]
}
]
}
}
6 changes: 1 addition & 5 deletions package_variants/mainnet/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@
"docs": "https://docs.prylabs.network/docs/getting-started"
},
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_MAINNET", "MEVBOOST_MAINNET"],
"services": ["beacon-chain"]
},
{
"envs": ["MEVBOOST_MAINNET"],
"services": ["validator"]
"services": ["validator", "beacon-chain"]
}
]
}

0 comments on commit aff76b9

Please sign in to comment.