Commit e2db4be1 authored by Ori Pomerantz's avatar Ori Pomerantz Committed by GitHub

Remove `--allow-non-finalized`

parent 446f7944
...@@ -498,16 +498,17 @@ cd ~/optimism/op-proposer ...@@ -498,16 +498,17 @@ cd ~/optimism/op-proposer
--rollup-rpc http://localhost:8547 \ --rollup-rpc http://localhost:8547 \
--l2oo-address $L2OO_ADDR \ --l2oo-address $L2OO_ADDR \
--private-key $PROPOSER_KEY \ --private-key $PROPOSER_KEY \
--allow-non-finalized \
--l1-eth-rpc $L1_RPC --l1-eth-rpc $L1_RPC
``` ```
<!--
::: warning Change before moving to production ::: warning Change before moving to production
The `--allow-non-finalized` flag allows for faster tests on a test network. The `--allow-non-finalized` flag allows for faster tests on a test network.
However, in production you would probably want to only submit proposals on properly finalized blocks. However, in production you would probably want to only submit proposals on properly finalized blocks.
::: :::
-->
## Get some ETH on your Rollup ## Get some ETH on your Rollup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment