This commit is contained in:
Para Dox
2025-04-11 15:45:45 +07:00
parent 3fa5cc4900
commit a5d3b5d213
8 changed files with 8 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ services:
- --monitoring-host=0.0.0.0 - --monitoring-host=0.0.0.0
- --p2p-tcp-port=15993 - --p2p-tcp-port=15993
- --p2p-udp-port=15993 - --p2p-udp-port=15993
- --checkpoint-sync-url= - --checkpoint-sync-url=https://holesky.beaconstate.info
- --execution-endpoint=http://ethereum-holesky:8551 - --execution-endpoint=http://ethereum-holesky:8551
- --enable-historical-state-representation=false - --enable-historical-state-representation=false
- --beacon-db-pruning - --beacon-db-pruning

View File

@@ -86,7 +86,7 @@ services:
- --monitoring-host=0.0.0.0 - --monitoring-host=0.0.0.0
- --p2p-tcp-port=15710 - --p2p-tcp-port=15710
- --p2p-udp-port=15710 - --p2p-udp-port=15710
- --checkpoint-sync-url= - --checkpoint-sync-url=https://sepolia.beaconstate.info
- --execution-endpoint=http://ethereum-sepolia:8551 - --execution-endpoint=http://ethereum-sepolia:8551
- --enable-historical-state-representation=false - --enable-historical-state-representation=false
- --beacon-db-pruning - --beacon-db-pruning

View File

@@ -85,7 +85,7 @@ services:
- --monitoring-host=0.0.0.0 - --monitoring-host=0.0.0.0
- --p2p-tcp-port=15752 - --p2p-tcp-port=15752
- --p2p-udp-port=15752 - --p2p-udp-port=15752
- --checkpoint-sync-url= - --checkpoint-sync-url=https://holesky.beaconstate.info
- --execution-endpoint=http://ethereum-holesky-archive:8551 - --execution-endpoint=http://ethereum-holesky-archive:8551
- --enable-historical-state-representation=false - --enable-historical-state-representation=false
- --beacon-db-pruning - --beacon-db-pruning

View File

@@ -85,7 +85,7 @@ services:
- --monitoring-host=0.0.0.0 - --monitoring-host=0.0.0.0
- --p2p-tcp-port=15330 - --p2p-tcp-port=15330
- --p2p-udp-port=15330 - --p2p-udp-port=15330
- --checkpoint-sync-url= - --checkpoint-sync-url=https://sepolia.beaconstate.info
- --execution-endpoint=http://ethereum-sepolia-archive:8551 - --execution-endpoint=http://ethereum-sepolia-archive:8551
- --enable-historical-state-representation=false - --enable-historical-state-representation=false
- --beacon-db-pruning - --beacon-db-pruning

View File

@@ -84,7 +84,7 @@ services:
- L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}
- L2_WS=ws://taiko-alethia-archive:8545 - L2_WS=ws://taiko-alethia-archive:8545
- L2_AUTH=http://taiko-alethia-archive:8551 - 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 - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client
- P2P_SYNC=true - P2P_SYNC=true
- JWT_SECRET=/jwtsecret - JWT_SECRET=/jwtsecret

View File

@@ -84,7 +84,7 @@ services:
- L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}
- L2_WS=ws://taiko-alethia:8545 - L2_WS=ws://taiko-alethia:8545
- L2_AUTH=http://taiko-alethia:8551 - 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 - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client
- P2P_SYNC=true - P2P_SYNC=true
- JWT_SECRET=/jwtsecret - JWT_SECRET=/jwtsecret

View File

@@ -84,7 +84,7 @@ services:
- L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST} - L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST}
- L2_WS=ws://taiko-hekla-archive:8545 - L2_WS=ws://taiko-hekla-archive:8545
- L2_AUTH=http://taiko-hekla-archive:8551 - 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 - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client
- P2P_SYNC=true - P2P_SYNC=true
- JWT_SECRET=/jwtsecret - JWT_SECRET=/jwtsecret

View File

@@ -84,7 +84,7 @@ services:
- L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST} - L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST}
- L2_WS=ws://taiko-hekla:8545 - L2_WS=ws://taiko-hekla:8545
- L2_AUTH=http://taiko-hekla:8551 - 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 - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client
- P2P_SYNC=true - P2P_SYNC=true
- JWT_SECRET=/jwtsecret - JWT_SECRET=/jwtsecret