Skip to content

Commit 9b271c6

Browse files
committed
chore: update op-batcher command
1 parent 1697322 commit 9b271c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pages/docs/build-with-avail/Optimium/op-stack/op-stack.mdx

+7-7
Original file line numberDiff line numberDiff line change
@@ -512,19 +512,19 @@ To optimize synchronization and avoid network resource waste:
512512
```bash
513513
cd ~/optimism-plasma-avail/op-batcher
514514
./bin/op-batcher \
515-
--l2-eth-rpc=http://localhost:9545 \
516-
--rollup-rpc=http://localhost:9547 \
517-
--poll-interval=10s \
515+
--l2-eth-rpc=http://localhost:8545 \
516+
--rollup-rpc=http://localhost:8547 \
517+
--poll-interval=1s \
518518
--sub-safety-margin=6 \
519519
--num-confirmations=1 \
520520
--safe-abort-nonce-too-low-count=3 \
521521
--resubmission-timeout=30s \
522522
--rpc.addr=0.0.0.0 \
523-
--rpc.port=9548 \
523+
--rpc.port=8548 \
524524
--rpc.enable-admin \
525-
--max-channel-duration=5 \
526-
--l1-eth-rpc=$L1_RPC \
527-
--private-key=$BATCHER_KEY \
525+
--max-channel-duration=1 \
526+
--l1-eth-rpc=$L1_RPC_URL \
527+
--private-key=$GS_BATCHER_PRIVATE_KEY
528528
--plasma.enabled=true \
529529
--plasma.da-server=<DA_SERVER_HTTP_URL>
530530
```

0 commit comments

Comments
 (0)