chainsaw massacre

This commit is contained in:
Para Dox
2025-04-11 13:21:07 +07:00
parent 00997f8bc0
commit e4296a117c
410 changed files with 1285 additions and 1356241 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +0,0 @@
FROM ghcr.io/gnosischain/gnosis-nimbus-eth2:v24.12
COPY entrypoint.sh /usr/bin/entrypoint.sh
ENTRYPOINT ["/usr/bin/entrypoint.sh"]

View File

@@ -1,12 +0,0 @@
#!/bin/bash
# Run checkpoint sync script if provided
[[ -n $CHECKPOINT_SYNC_URL ]] &&
/home/user/nimbus_beacon_node trustedNodeSync \
--network=gnosis \
--trusted-node-url=${CHECKPOINT_SYNC_URL} \
--backfill=false \
--data-dir=/data
exec -c /home/user/nimbus_beacon_node $@