We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b985cfc commit 84d4866Copy full SHA for 84d4866
iso/scripts/download_core.sh
@@ -8,7 +8,7 @@ source /tmp/vars.sh
8
9
DAPPNODE_CORE_DIR="/images"
10
DAPPNODE_HASH_FILE="${DAPPNODE_CORE_DIR}/packages-content-hash.csv"
11
-CONTENT_HASH_PKGS=(geth nethermind erigon prysm teku lighthouse nimbus)
+CONTENT_HASH_PKGS=(besu geth nethermind erigon prysm teku lighthouse lodestar nimbus)
12
IPFS_ENDPOINT=${IPFS_ENDPOINT:-"http://ipfs.io"}
13
14
SWGET="wget -q -O-"
0 commit comments