Skip to content

Commit

Permalink
proposer: allow non finalized true -> false (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Nov 14, 2023
1 parent d6c9d12 commit 67c9547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops-bedrock/docker-compose-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ services:
OP_PROPOSER_L2OO_ADDRESS: "${L2OO_ADDRESS}"
OP_PROPOSER_PPROF_ENABLED: "true"
OP_PROPOSER_METRICS_ENABLED: "true"
OP_PROPOSER_ALLOW_NON_FINALIZED: "true"
OP_PROPOSER_ALLOW_NON_FINALIZED: "false"
OP_PROPOSER_NAMESPACE_ID: "e8e5f679bf7116cb"
OP_PROPOSER_DA_RPC: http://da:26659
OP_PROPOSER_NETWORK_TIMEOUT: 180s
Expand Down

0 comments on commit 67c9547

Please sign in to comment.