diff --git a/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml index 4c1b468a..979886fc 100644 --- a/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml @@ -86,7 +86,7 @@ services: - --monitoring-host=0.0.0.0 - --p2p-tcp-port=15993 - --p2p-udp-port=15993 - - --checkpoint-sync-url= + - --checkpoint-sync-url=https://holesky.beaconstate.info - --execution-endpoint=http://ethereum-holesky:8551 - --enable-historical-state-representation=false - --beacon-db-pruning diff --git a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml index d476b4af..c2de4097 100644 --- a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml @@ -86,7 +86,7 @@ services: - --monitoring-host=0.0.0.0 - --p2p-tcp-port=15710 - --p2p-udp-port=15710 - - --checkpoint-sync-url= + - --checkpoint-sync-url=https://sepolia.beaconstate.info - --execution-endpoint=http://ethereum-sepolia:8551 - --enable-historical-state-representation=false - --beacon-db-pruning diff --git a/ethereum/reth/ethereum-holesky-reth-archive-trace.yml b/ethereum/reth/ethereum-holesky-reth-archive-trace.yml index 5d3bb6ee..a507cafa 100644 --- a/ethereum/reth/ethereum-holesky-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-holesky-reth-archive-trace.yml @@ -85,7 +85,7 @@ services: - --monitoring-host=0.0.0.0 - --p2p-tcp-port=15752 - --p2p-udp-port=15752 - - --checkpoint-sync-url= + - --checkpoint-sync-url=https://holesky.beaconstate.info - --execution-endpoint=http://ethereum-holesky-archive:8551 - --enable-historical-state-representation=false - --beacon-db-pruning diff --git a/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml b/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml index 56a8c213..8b215e67 100644 --- a/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml @@ -85,7 +85,7 @@ services: - --monitoring-host=0.0.0.0 - --p2p-tcp-port=15330 - --p2p-udp-port=15330 - - --checkpoint-sync-url= + - --checkpoint-sync-url=https://sepolia.beaconstate.info - --execution-endpoint=http://ethereum-sepolia-archive:8551 - --enable-historical-state-representation=false - --beacon-db-pruning diff --git a/taiko/geth/taiko-alethia-geth-archive-leveldb-hash.yml b/taiko/geth/taiko-alethia-geth-archive-leveldb-hash.yml index e14c7e61..b943d320 100644 --- a/taiko/geth/taiko-alethia-geth-archive-leveldb-hash.yml +++ b/taiko/geth/taiko-alethia-geth-archive-leveldb-hash.yml @@ -84,7 +84,7 @@ services: - L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - L2_WS=ws://taiko-alethia-archive:8545 - L2_AUTH=http://taiko-alethia-archive:8551 - - P2P_CHECK_POINT_SYNC_URL=https://rpc.mainnet.taiko.xyz + - P2P_CHECK_POINT_SYNC_URL= - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client - P2P_SYNC=true - JWT_SECRET=/jwtsecret diff --git a/taiko/geth/taiko-alethia-geth-pruned-pebble-path.yml b/taiko/geth/taiko-alethia-geth-pruned-pebble-path.yml index 455196c3..af1e646f 100644 --- a/taiko/geth/taiko-alethia-geth-pruned-pebble-path.yml +++ b/taiko/geth/taiko-alethia-geth-pruned-pebble-path.yml @@ -84,7 +84,7 @@ services: - L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - L2_WS=ws://taiko-alethia:8545 - L2_AUTH=http://taiko-alethia:8551 - - P2P_CHECK_POINT_SYNC_URL=https://rpc.mainnet.taiko.xyz + - P2P_CHECK_POINT_SYNC_URL= - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client - P2P_SYNC=true - JWT_SECRET=/jwtsecret diff --git a/taiko/geth/taiko-hekla-geth-archive-leveldb-hash.yml b/taiko/geth/taiko-hekla-geth-archive-leveldb-hash.yml index 3c9201ae..c452c4e2 100644 --- a/taiko/geth/taiko-hekla-geth-archive-leveldb-hash.yml +++ b/taiko/geth/taiko-hekla-geth-archive-leveldb-hash.yml @@ -84,7 +84,7 @@ services: - L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST} - L2_WS=ws://taiko-hekla-archive:8545 - L2_AUTH=http://taiko-hekla-archive:8551 - - P2P_CHECK_POINT_SYNC_URL=https://rpc.hekla.taiko.xyz + - P2P_CHECK_POINT_SYNC_URL= - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client - P2P_SYNC=true - JWT_SECRET=/jwtsecret diff --git a/taiko/geth/taiko-hekla-geth-pruned-pebble-path.yml b/taiko/geth/taiko-hekla-geth-pruned-pebble-path.yml index 0e4519b7..ab282d2a 100644 --- a/taiko/geth/taiko-hekla-geth-pruned-pebble-path.yml +++ b/taiko/geth/taiko-hekla-geth-pruned-pebble-path.yml @@ -84,7 +84,7 @@ services: - L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST} - L2_WS=ws://taiko-hekla:8545 - L2_AUTH=http://taiko-hekla:8551 - - P2P_CHECK_POINT_SYNC_URL=https://rpc.hekla.taiko.xyz + - P2P_CHECK_POINT_SYNC_URL= - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client - P2P_SYNC=true - JWT_SECRET=/jwtsecret