We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d7a9e commit aa77f21Copy full SHA for aa77f21
script/start-driver-hoodi.sh
@@ -12,7 +12,8 @@ ARGS="--l1.ws ${L1_ENDPOINT_WS} \
12
--taikoAnchor ${TAIKO_ANCHOR_ADDRESS} \
13
--verbosity ${VERBOSITY} \
14
--preconfirmation.whitelist ${PRECONFIRMATION_WHITELIST} \
15
- --jwtSecret /data/taiko-geth/geth/jwtsecret"
+ --jwtSecret /data/taiko-geth/geth/jwtsecret \
16
+ --blob.server https://blobindexer.hoodi.taiko.xyz/v1"
17
18
if [ "$DISABLE_P2P_SYNC" = "false" ]; then
19
ARGS="${ARGS} --p2p.sync \
0 commit comments