This commit is contained in:
squidbear
2025-03-26 16:34:05 +01:00
parent 7f6a7d2030
commit 8fffa07a64
63 changed files with 359 additions and 165 deletions

View File

@@ -1,3 +1,5 @@
services:
ethereum-holesky:
image: ethereum/client-go:${GETH_VERSION:-v1.15.5}
@@ -58,7 +60,7 @@ services:
"--monitoring-host=0.0.0.0",
"--p2p-tcp-port=15993",
"--p2p-udp-port=15993",
"--checkpoint-sync-url=https://holesky.beaconstate.info",
"--checkpoint-sync-url=",
"--execution-endpoint=http://ethereum-holesky:8551",
"--enable-historical-state-representation=false",
"--beacon-db-pruning",

View File

@@ -1,3 +1,5 @@
services:
ethereum-mainnet:
image: ethereum/client-go:${GETH_VERSION:-v1.15.5}
@@ -58,7 +60,7 @@ services:
"--monitoring-host=0.0.0.0",
"--p2p-tcp-port=15023",
"--p2p-udp-port=15023",
"--checkpoint-sync-url=https://sync-mainnet.beaconcha.in",
"--checkpoint-sync-url=",
"--execution-endpoint=http://ethereum-mainnet:8551",
"--enable-historical-state-representation=false",
"--beacon-db-pruning",

View File

@@ -1,3 +1,5 @@
services:
ethereum-sepolia:
image: ethereum/client-go:${GETH_VERSION:-v1.15.5}
@@ -58,7 +60,7 @@ services:
"--monitoring-host=0.0.0.0",
"--p2p-tcp-port=15710",
"--p2p-udp-port=15710",
"--checkpoint-sync-url=https://sepolia.beaconstate.info",
"--checkpoint-sync-url=",
"--execution-endpoint=http://ethereum-sepolia:8551",
"--enable-historical-state-representation=false",
"--beacon-db-pruning",