Skip to content

Commit

Permalink
move readme
Browse files Browse the repository at this point in the history
  • Loading branch information
avalonche committed Sep 16, 2024
1 parent 7a3d55a commit 7beca63
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pbs/README.md → ops-bedrock/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# PBS

Proposer builder seperation for Op Stack.

## How to run the devnet

### Running with default flashbots/op-geth builder image.
Expand Down Expand Up @@ -34,7 +30,7 @@ $ BUILDER_IMAGE=<YOUR_OP_GETH_BUILDER_IMAGE> DEVNET_BUILDER=true make devnet-up

## Configuration

These are the configuration options to enable PBS for the devnet.
These are the configuration options to enable the op-geth builder for the devnet.

### Sequencer

Expand Down Expand Up @@ -65,6 +61,5 @@ These are the builder flags to enable the builder service in op-geth:
|-----------------------------------|----------------------------------------------------------------------------------------------|---------------|
| `builder` | Enable the builder service. | `false` |
| `builder.beacon_endpoints` | The op-node address to get the payload attributes from. Should be set to `builder-op-node`. | `""` |
| `builder.block_retry_interval` | The interval to retry building the payload. | `500ms` |
| `builder.block_time` | Block time of the network. | `2s` |
| `builder.proposer_signing_address`| The address of the proposer signing the builder requests. | `""` |

0 comments on commit 7beca63

Please sign in to comment.