Skip to content

Commit aa77f21

Browse files
authored
feat(hoodi): add blob server URL for driver (#422)
1 parent 87d7a9e commit aa77f21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/start-driver-hoodi.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ ARGS="--l1.ws ${L1_ENDPOINT_WS} \
1212
--taikoAnchor ${TAIKO_ANCHOR_ADDRESS} \
1313
--verbosity ${VERBOSITY} \
1414
--preconfirmation.whitelist ${PRECONFIRMATION_WHITELIST} \
15-
--jwtSecret /data/taiko-geth/geth/jwtsecret"
15+
--jwtSecret /data/taiko-geth/geth/jwtsecret \
16+
--blob.server https://blobindexer.hoodi.taiko.xyz/v1"
1617

1718
if [ "$DISABLE_P2P_SYNC" = "false" ]; then
1819
ARGS="${ARGS} --p2p.sync \

0 commit comments

Comments
 (0)