Skip to content

Commit

Permalink
Merge branch '1.x' into release/1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed Jan 10, 2023
2 parents 5f7e51c + b995b9e commit ad2c90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/eth2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "ETH2: Lighthouse Node (requires docker) "
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo " "

nohup docker run -p 9000:9000 -p 127.0.0.1:5052:5052 -v ${HOME}/.lighthouse:/root/.lighthouse1 sigp/lighthouse:v2.1.5 lighthouse --network mainnet beacon --http --http-address 0.0.0.0 > /dev/null 2>&1 &
nohup docker run -p 9000:9000 -p 127.0.0.1:5052:5052 -v ${HOME}/.lighthouse:/root/.lighthouse1 sigp/lighthouse:latest lighthouse --network mainnet beacon --http --http-address 0.0.0.0 > /dev/null 2>&1 &

npm run build

Expand Down

0 comments on commit ad2c90f

Please sign in to comment.