File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export CHARON_P2P_EXTERNAL_HOSTNAME=${_DAPPNODE_GLOBAL_DOMAIN}
2828# ############
2929
3030function 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 " )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments