Skip to content

Commit

Permalink
v0.7.7 (#221)
Browse files Browse the repository at this point in the history
* v0.7.7

* v0.7.8-dev

* goerli instructions

* logos
  • Loading branch information
metachris authored Jul 20, 2022
1 parent c703164 commit d4e61fc
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 6 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,23 +92,31 @@ docker run flashbots/mev-boost -help

First, install and run one of the [supported consensus clients](#consensus-clients-implementation-status).

#### Kiln testnet
### Goerli Shadow Fork 5

Run mev-boost pointed at our [Kiln Relay](https://builder-relay-kiln.flashbots.net):
Run mev-boost pointed at our [Goerli Shadow Fork 5 Relay](https://builder-relay-goerli-sf5.flashbots.net):

```bash
./mev-boost -kiln -relays https://0xb5246e299aeb782fbc7c91b41b3284245b1ed5206134b0028b81dfb974e5900616c67847c2354479934fc4bb75519ee1@builder-relay-kiln.flashbots.net
./mev-boost -goerli-shadow-fork-5 -relays https://0xafa4c6985aa049fb79dd37010438cfebeb0f2bd42b115b89dd678dab0670c1de38da0c4e9138c9290a398ecd9a0b3110@builder-relay-goerli-sf5.flashbots.net
```

#### Ropsten testnet
### Ropsten testnet

Run mev-boost pointed at our [Ropsten Relay](https://builder-relay-ropsten.flashbots.net/):

```
./mev-boost -ropsten -relays https://0xb124d80a00b80815397b4e7f1f05377ccc83aeeceb6be87963ba3649f1e6efa32ca870a88845917ec3f26a8e2aa25c77@builder-relay-ropsten.flashbots.net
```

#### Sepolia testnet
### Kiln testnet

Run mev-boost pointed at our [Kiln Relay](https://builder-relay-kiln.flashbots.net):

```bash
./mev-boost -kiln -relays https://0xb5246e299aeb782fbc7c91b41b3284245b1ed5206134b0028b81dfb974e5900616c67847c2354479934fc4bb75519ee1@builder-relay-kiln.flashbots.net
```

### Sepolia testnet

Run mev-boost pointed at our [Sepolia Relay](https://builder-relay-sepolia.flashbots.net/):

Expand Down
2 changes: 1 addition & 1 deletion config/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
// Set during build
var (
// Version is the version of the software, set at build time
Version = "v0.7.7-dev"
Version = "v0.7.8-dev"

// BuildTime is the output of `date` at build time. Eg. "Sat Jul 16 13:18:55 CEST 2022"
BuildTime string
Expand Down
Binary file added docs/logo-horizontal-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions docs/logo-horizontal-transparent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4e61fc

Please sign in to comment.