fix
This commit is contained in:
@@ -63,6 +63,8 @@ services:
|
|||||||
- "L1_ENDPOINT_WS=${TAIKO_HOLESKY_EXECUTION_WS}"
|
- "L1_ENDPOINT_WS=${TAIKO_HOLESKY_EXECUTION_WS}"
|
||||||
- "L1_BEACON_HTTP=${TAIKO_HOLESKY_BEACON_REST}"
|
- "L1_BEACON_HTTP=${TAIKO_HOLESKY_BEACON_REST}"
|
||||||
- "L2_CHECKPOINT_SYNC_RPC=https://rpc.hekla.taiko.xyz"
|
- "L2_CHECKPOINT_SYNC_RPC=https://rpc.hekla.taiko.xyz"
|
||||||
|
- "L2_GETH_RPC=http://taiko-hekla:8545"
|
||||||
|
- "L2_GETH_AUTH=http://taiko-hekla:8551"
|
||||||
volumes:
|
volumes:
|
||||||
- taiko-hekla:/data/taiko-geth
|
- taiko-hekla:/data/taiko-geth
|
||||||
- ./taiko/script:/script
|
- ./taiko/script:/script
|
||||||
|
|||||||
@@ -4,9 +4,9 @@ set -eou pipefail
|
|||||||
|
|
||||||
exec taiko-client driver \
|
exec taiko-client driver \
|
||||||
--l1.ws "${L1_ENDPOINT_WS}" \
|
--l1.ws "${L1_ENDPOINT_WS}" \
|
||||||
--l2.ws ws://taiko:8545 \
|
--l2.ws "${L2_GETH_RPC:-ws://taiko:8545}" \
|
||||||
--l1.beacon "${L1_BEACON_HTTP}" \
|
--l1.beacon "${L1_BEACON_HTTP}" \
|
||||||
--l2.auth http://taiko:8551 \
|
--l2.auth "${L2_GETH_AUTH:-http://taiko:8551}" \
|
||||||
--taikoL1 "${TAIKO_L1_ADDRESS}" \
|
--taikoL1 "${TAIKO_L1_ADDRESS}" \
|
||||||
--taikoL2 "${TAIKO_L2_ADDRESS}" \
|
--taikoL2 "${TAIKO_L2_ADDRESS}" \
|
||||||
--jwtSecret /data/taiko-geth/geth/jwtsecret \
|
--jwtSecret /data/taiko-geth/geth/jwtsecret \
|
||||||
|
|||||||
Reference in New Issue
Block a user