Commit 9b271c6 1 parent 1697322 commit 9b271c6 Copy full SHA for 9b271c6
File tree 1 file changed +7
-7
lines changed
pages/docs/build-with-avail/Optimium/op-stack
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -512,19 +512,19 @@ To optimize synchronization and avoid network resource waste:
512
512
``` bash
513
513
cd ~ /optimism-plasma-avail/op-batcher
514
514
./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 \
518
518
--sub-safety-margin=6 \
519
519
--num-confirmations=1 \
520
520
--safe-abort-nonce-too-low-count=3 \
521
521
--resubmission-timeout=30s \
522
522
--rpc.addr=0.0.0.0 \
523
- --rpc.port=9548 \
523
+ --rpc.port=8548 \
524
524
--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
528
528
--plasma.enabled=true \
529
529
--plasma.da-server=< DA_SERVER_HTTP_URL>
530
530
```
You can’t perform that action at this time.
0 commit comments