Skip to content

Commit

Permalink
Removed two references to the flashbot relay (#491)
Browse files Browse the repository at this point in the history
* Removed two references to the flashbot relay

Proposing to do this change to have equal exposure for other relays in the readme

* Removing kiln reference

* Making the mev-boost run example more generic

* Removing relay links

the relay-spec and api link is listed in /~https://github.com/flashbots/mev-boost-relay/
  • Loading branch information
fredriksvantes authored Apr 16, 2023
1 parent a461652 commit 821e7da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Alternatively, run mev-boost without build step:
```bash
go run . -h

# Run mev-boost pointed at our goerli builder+relay
go run . -goerli -relay-check -relays https://0xafa4c6985aa049fb79dd37010438cfebeb0f2bd42b115b89dd678dab0670c1de38da0c4e9138c9290a398ecd9a0b3110@builder-relay-goerli.flashbots.net
# Run mev-boost
./mev-boost -goerli -relay-check -relay URL-OF-TRUSTED-RELAY
```

Note that you'll need to set the correct genesis fork version (either manually with `-genesis-fork-version` or a helper flag `-mainnet`/`-goerli`/`-sepolia`).
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PoS node operators must run three pieces of software: a validator client, a cons

Relays aggregate blocks from **multiple** builders in order to select the block with the highest fees. One instance of MEV-boost can be configured by a validator to connect to **multiple** relays. The consensus layer client of a validator proposes the most profitable block received from MEV-boost to the Ethereum network for attestation and block inclusion.

A MEV-Boost security assessment was conducted on 2022-06-20 by [lotusbumi](/~https://github.com/lotusbumi). Additional audits of surrounding infrastructure, such as the Flashbots Relay, are currently underway. Additional information can be found in the [Security](#security) section of this repository.
A MEV-Boost security assessment was conducted on 2022-06-20 by [lotusbumi](/~https://github.com/lotusbumi). Additional information can be found in the [Security](#security) section of this repository.


![MEV-Boost service integration overview](https://raw.githubusercontent.com/flashbots/mev-boost/main/docs/mev-boost-integration-overview.png)
Expand All @@ -30,13 +30,10 @@ MEV-Boost is a piece of software that any PoS Ethereum node operator (including

See also:

* [boost.flashbots.net](https://boost.flashbots.net)
* [MEV-Boost Docker images](https://hub.docker.com/r/flashbots/mev-boost)
* [Wiki](/~https://github.com/flashbots/mev-boost/wiki)
* [MEV-Boost relay source code](/~https://github.com/flashbots/mev-boost-relay)
* Specs:
* [Builder API](https://ethereum.github.io/builder-specs)
* [MEV-Boost Relay API](https://flashbots.notion.site/Relay-API-Spec-5fb0819366954962bc02e81cb33840f5)

---

Expand Down
2 changes: 1 addition & 1 deletion cmd/test-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Env & defaults:
### Run mev-boost

```
./mev-boost -kiln -relays https://0xb5246e299aeb782fbc7c91b41b3284245b1ed5206134b0028b81dfb974e5900616c67847c2354479934fc4bb75519ee1@builder-relay-kiln.flashbots.net
./mev-boost -goerli -relay-check -relay URL-OF-TRUSTED-RELAY
```

### Run beacon node
Expand Down

0 comments on commit 821e7da

Please sign in to comment.