Skip to content

Commit

Permalink
revert 71a3d18
Browse files Browse the repository at this point in the history
this is so that #133 can be merged before this PR
  • Loading branch information
jcstein committed Jun 1, 2023
1 parent 7c2a2a2 commit feaa7a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops-bedrock/docker-compose-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ services:
OP_PROPOSER_L2OO_ADDRESS: "${L2OO_ADDRESS}"
OP_PROPOSER_PPROF_ENABLED: "true"
OP_PROPOSER_METRICS_ENABLED: "true"
OP_PROPOSER_ALLOW_NON_FINALIZED: "false"
OP_PROPOSER_ALLOW_NON_FINALIZED: "true"
OP_PROPOSER_NAMESPACE_ID: "000008e5f679bf7116cb"
OP_PROPOSER_DA_RPC: http://da:26659

Expand Down
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: "false"
OP_PROPOSER_ALLOW_NON_FINALIZED: "true"
OP_PROPOSER_NAMESPACE_ID: "000008e5f679bf7116cb"
OP_PROPOSER_DA_RPC: http://da:26659
OP_PROPOSER_NETWORK_TIMEOUT: 180s
Expand Down

0 comments on commit feaa7a9

Please sign in to comment.