Skip to content

Commit 87daedf

Browse files
committed
hoodi misc changes
1 parent 131b388 commit 87daedf

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- run: npx @dappnode/dappnodesdk github-action build --variant holesky
12+
- run: npx @dappnode/dappnodesdk github-action build --variant hoodi
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
PINATA_API_KEY: ${{ secrets.PINATA_API_KEY }}

cluster/scripts/charon/run-charon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export CHARON_P2P_EXTERNAL_HOSTNAME=${_DAPPNODE_GLOBAL_DOMAIN}
2828
#############
2929

3030
function get_beacon_node_endpoint() {
31-
local supported_networks="mainnet holesky gnosis"
31+
local supported_networks="mainnet holesky gnosis hoodi"
3232
local local_beacon_api
3333

3434
local_beacon_api=$(get_beacon_api_url_from_global_env "$NETWORK" "$supported_networks")

lido-charon-grafana-dashboard.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6375,6 +6375,11 @@
63756375
"text": "holesky",
63766376
"value": "holesky"
63776377
},
6378+
{
6379+
"selected": false,
6380+
"text": "hoodi",
6381+
"value": "hoodi"
6382+
},
63786383
{
63796384
"selected": false,
63806385
"text": "sepolia",

0 commit comments

Comments
 (0)