This commit is contained in:
Para Dox
2025-04-14 14:22:10 +07:00
parent 6080bb144b
commit 24191ba4f0
4 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ services:
- L2_AUTH=http://taiko-alethia-archive:8551
- L2_WS=ws://taiko-alethia-archive:8545
- NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client
- P2P_CHECK_POINT_SYNC_URL=
- P2P_CHECK_POINT_SYNC_URL=https://rpc.mainnet.taiko.xyz
- P2P_SYNC=true
entrypoint: [taiko-client, driver]
restart: unless-stopped

View File

@@ -86,7 +86,7 @@ services:
- L2_AUTH=http://taiko-alethia:8551
- L2_WS=ws://taiko-alethia:8545
- NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client
- P2P_CHECK_POINT_SYNC_URL=
- P2P_CHECK_POINT_SYNC_URL=https://rpc.mainnet.taiko.xyz
- P2P_SYNC=true
entrypoint: [taiko-client, driver]
restart: unless-stopped

View File

@@ -86,7 +86,7 @@ services:
- L2_AUTH=http://taiko-hekla-archive:8551
- L2_WS=ws://taiko-hekla-archive:8545
- NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client
- P2P_CHECK_POINT_SYNC_URL=
- P2P_CHECK_POINT_SYNC_URL=https://rpc.hekla.taiko.xyz
- P2P_SYNC=true
entrypoint: [taiko-client, driver]
restart: unless-stopped

View File

@@ -86,7 +86,7 @@ services:
- L2_AUTH=http://taiko-hekla:8551
- L2_WS=ws://taiko-hekla:8545
- NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client
- P2P_CHECK_POINT_SYNC_URL=
- P2P_CHECK_POINT_SYNC_URL=https://rpc.hekla.taiko.xyz
- P2P_SYNC=true
entrypoint: [taiko-client, driver]
restart: unless-stopped