This commit is contained in:
squidbear
2025-03-28 10:43:35 +01:00
parent d714869c57
commit 22b5237d49
4 changed files with 12 additions and 8 deletions

View File

@@ -14,7 +14,8 @@ services:
ports:
- "10088:10088"
- "10088:10088/udp"
command: >
entrypoint: ["geth"]
command:
- --taiko
- --networkid 167000
- --gcmode archive
@@ -62,7 +63,7 @@ services:
volumes:
- ./jwtsecret:/jwtsecret
entrypoint: ["taiko-client", "driver"]
command: >
command:
- "--l1.ws ${ETHEREUM_MAINNET_EXECUTION_WS}"
- "--l2.ws ws://taiko-alethia-archive:8545"
- "--l1.beacon ${ETHEREUM_MAINNET_BEACON_REST}"