Skip to content

Commit 84d4866

Browse files
Update download_core.sh
add besu and lodestar to content hash list
1 parent b985cfc commit 84d4866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iso/scripts/download_core.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source /tmp/vars.sh
88

99
DAPPNODE_CORE_DIR="/images"
1010
DAPPNODE_HASH_FILE="${DAPPNODE_CORE_DIR}/packages-content-hash.csv"
11-
CONTENT_HASH_PKGS=(geth nethermind erigon prysm teku lighthouse nimbus)
11+
CONTENT_HASH_PKGS=(besu geth nethermind erigon prysm teku lighthouse lodestar nimbus)
1212
IPFS_ENDPOINT=${IPFS_ENDPOINT:-"http://ipfs.io"}
1313

1414
SWGET="wget -q -O-"

0 commit comments

Comments
 (0)