diff --git a/base/geth-entrypoint b/base/geth-entrypoint index 9d8a8d00..1b6c2b75 100755 --- a/base/geth-entrypoint +++ b/base/geth-entrypoint @@ -28,12 +28,12 @@ ADDITIONAL_ARGS="" #wget https://base-mainnet-archive-snapshots.s3.us-east-1.amazonaws.com/$(curl https://base-mainnet-archive-snapshots.s3.us-east-1.amazonaws.com/latest) -if [ ! -f "${GETH_DATA_DIR}/bootstrapped" ]; -then - echo "downloading snapshot" - rm -rf $GETH_DATA_DIR/geth - wget --tries=0 -O - "https://base-mainnet-archive-snapshots.s3.us-east-1.amazonaws.com/$(curl https://base-mainnet-archive-snapshots.s3.us-east-1.amazonaws.com/latest)" | tar -xz --strip-components=1 -C ${GETH_DATA_DIR} && touch ${GETH_DATA_DIR}/bootstrapped -fi +#if [ ! -f "${GETH_DATA_DIR}/bootstrapped" ]; +#then +# echo "downloading snapshot" +# rm -rf $GETH_DATA_DIR/geth +# wget --tries=0 -O - "https://base-mainnet-archive-snapshots.s3.us-east-1.amazonaws.com/$(curl https://base-mainnet-archive-snapshots.s3.us-east-1.amazonaws.com/latest)" | tar -xz --strip-components=1 -C ${GETH_DATA_DIR} && touch ${GETH_DATA_DIR}/bootstrapped +#fi echo "$OP_NODE_L2_ENGINE_AUTH_RAW" > "$OP_NODE_L2_ENGINE_AUTH"