update linea

This commit is contained in:
Sebastian
2023-11-22 05:59:13 +01:00
parent 28f817f9d9
commit 615640f3e0
3 changed files with 1614 additions and 2 deletions

View File

@@ -5,11 +5,11 @@ set -e
GETH_HOME=/root/.ethereum
if [ ! -f "${ERIGON_HOME}/bootstrapped" ];
if [ ! -f "${ERIGON_HOME}/bootstrapped.new" ];
then
echo "write the custom genesis block"
mkdir -p ${GETH_HOME:-/root/.ethereum}
geth --datadir ${GETH_HOME:-/root/.ethereum} init /configs/mainnet/shared/genesis.json
geth --datadir ${GETH_HOME:-/root/.ethereum} init /configs/mainnet/shared/genesis.new.json
fi
exec geth $@