Skip to content

Commit d1fb0ff

Browse files
authored
Removed Goerli and other small edits (#607)
* Update welcome.mdx * Update welcome.mdx * Update welcome.mdx * Update block-builders.md * Update quick-start.mdx * Delete static/img/mm_rpc.jpg * Add files via upload * Update usage.md Removed Goerli and Ropsten * Update testnets.mdx Removed Goerli * Update status-api.md Removed Goerli * Update event-stream.mdx * Update getting-started.mdx * Update debugging.mdx * Update rpc-endpoint.mdx * Update quick-start.mdx * Update eip1559.mdx * Delete static/img/mm_rpc.png * Add files via upload * Update quick-start.mdx * Update quick-start.mdx * Update quick-start.mdx removed /static
1 parent 455cd83 commit d1fb0ff

File tree

14 files changed

+22
-54
lines changed

14 files changed

+22
-54
lines changed

docs/flashbots-auction/advanced/eip1559.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: EIP-1559 Support
33
---
44

5-
EIP-1559 is a new upgrade to the Ethereum network that changes how you pay for transactions. It introduces a base fee that varies depending on the network demand, and a priority fee that you can set to get faster confirmation. The base fee is burned, while the priority fee goes to the miner who includes your transaction in a block. Flashbots, starting from [mev-geth v1.10.5-mev-0.3.0](https://github.com/flashbots/mev-geth/releases/tag/v1.10.5-mev0.3.0), has integrated support for EIP-1559 transactions.
5+
EIP-1559 is an upgrade to the Ethereum network that changes how you pay for transactions. It introduces a base fee that varies depending on the network demand, and a priority fee that you can set to get faster confirmation. The base fee is burned, while the priority fee goes to the miner who includes your transaction in a block. Flashbots, starting from [mev-geth v1.10.5-mev-0.3.0](https://github.com/flashbots/mev-geth/releases/tag/v1.10.5-mev0.3.0), has integrated support for EIP-1559 transactions.
66

77
While users of the legacy transaction type don't need to make any configuration changes, they should be aware that it's now mandatory to include a `gasPrice` that is at least equal to the base fee. Coinbase transfer can still be used to incentivize faster inclusion, but it cannot be used to bypass the base fee requirement.
88

docs/flashbots-auction/advanced/rpc-endpoint.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ Advanced users can interact with the RPC endpoint at `relay.flashbots.net`, or o
1818
| Network | URL |
1919
| -------- | ---------------------------------------- |
2020
| Mainnet | `https://relay.flashbots.net` |
21-
| Goerli | `https://relay-goerli.flashbots.net` |
2221
| Sepolia | `https://relay-sepolia.flashbots.net` |
23-
| Holesky | `https://relay-holesky.flashbots.net` |
22+
| Holešky | `https://relay-holesky.flashbots.net` |
2423

2524
The API provides JSON-RPC methods for interfacing with Flashbots. Below are some of the restrictions:
2625

docs/flashbots-auction/advanced/testnets.mdx

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
title: Testnets
33
---
44

5-
Flashbots operates on Goerli and Sepolia, so that searchers can test Flashbots without risking real funds.
5+
Flashbots operates on Sepolia so that searchers can test Flashbots without risking real funds.
66

77
## Bundle Relay URLS
88

99
| Network | URL |
1010
| --- | --- |
1111
| Mainnet | `https://relay.flashbots.net` |
12-
| Goerli | `https://relay-goerli.flashbots.net` |
1312
| Sepolia | `https://relay-sepolia.flashbots.net` |
14-
| Holesky | `https://relay-holesky.flashbots.net` |
13+
| Holešky | `https://relay-holesky.flashbots.net` |
1514

1615
## Examples
1716

docs/flashbots-auction/quick-start.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ See you on-chain! ⚡🤖
1414
| Network | URL |
1515
| ------- | ------------------------------------- |
1616
| Mainnet | `https://relay.flashbots.net` |
17-
| Goerli | `https://relay-goerli.flashbots.net` |
1817
| Sepolia | `https://relay-sepolia.flashbots.net` |
1918

2019
### Who should use Flashbots Auction?

docs/flashbots-mev-boost/block-builders.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Constructing a payment proof for this scoring method requires a Merkle Proof of
3535

3636
## External Builders
3737

38-
External builders can submit blocks to Mainnet, Goerli and Sepolia Flashbots relays. The table below outlines Builder API methods available on each network.
38+
External builders can submit blocks to Mainnet and Sepolia Flashbots relays. The table below outlines Builder API methods available on each network.
3939

4040
### Relay Block Submission Endpoints by Network
4141

42-
| | | Mainnet | Goerli | Sepolia |
43-
| --- | --- | --- | --- | --- |
44-
| `getValidators` | GET Request - Returns an array of validator registrations with assigned duties in the current and next epoch | [Mainnet](https://boost-relay.flashbots.net/relay/v1/builder/validators)  | [Goerli](https://boost-relay-goerli.flashbots.net/relay/v1/builder/validators)  | [Sepolia](https://boost-relay-sepolia.flashbots.net/relay/v1/builder/validators) |
45-
| `submitBlock` | POST Request - submits a block to the relay | [Mainnet](https://boost-relay.flashbots.net/relay/v1/builder/blocks)  | [Goerli](https://boost-relay-goerli.flashbots.net/relay/v1/builder/blocks) | [Sepolia](https://boost-relay-sepolia.flashbots.net/relay/v1/builder/blocks)  |
42+
| | | Mainnet | Sepolia |
43+
| --- | --- | --- | --- |
44+
| `getValidators` | GET Request - Returns an array of validator registrations with assigned duties in the current and next epoch | [Mainnet](https://boost-relay.flashbots.net/relay/v1/builder/validators)  | [Sepolia](https://boost-relay-sepolia.flashbots.net/relay/v1/builder/validators) |
45+
| `submitBlock` | POST Request - submits a block to the relay | [Mainnet](https://boost-relay.flashbots.net/relay/v1/builder/blocks) | [Sepolia](https://boost-relay-sepolia.flashbots.net/relay/v1/builder/blocks)  |
4646

4747
- See also the [Relay API documentation - Block Builder API](https://bit.ly/3BmGZ3T) for more details on the API and payloads.
4848
- The example [Flashbots builder implementation](https://github.com/flashbots/boost-geth-builder) is a good external builder reference, and is currently used in production by several builders.
@@ -92,7 +92,7 @@ The keys used in BuilderNet are listed here: https://buildernet.org/docs/public-
9292

9393
## Additional Links & References
9494

95-
- [MEV-Boost Geth Builder](https://github.com/flashbots/boost-geth-builder) - an example builder implementation
95+
- [rbuilder](https://github.com/flashbots/rbuilder) - Blazingly fast, cutting edge block builder written in Rust.
9696
- [Relay API documentation - Block Builder API](https://bit.ly/3BmGZ3T)
9797
- Block Builder Self-Help Group: [https://collective.flashbots.net/c/builders/14](https://collective.flashbots.net/c/builders/14)
9898
- Github issue about becoming block builder: [https://github.com/flashbots/mev-boost/issues/145](https://github.com/flashbots/mev-boost/issues/145).

docs/flashbots-mev-boost/getting-started/usage.md

-12
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ When connecting to different networks using mev-boost, specify the desired netwo
77
| Network | Flag |
88
| --------------- | -------- |
99
| Mainnet | -mainnet |
10-
| Goerli Testnet | -goerli |
1110
| Sepolia Testnet | -sepolia |
1211
| Kiln | -kiln |
13-
| Ropsten | -ropsten |
1412

1513
You can add multiple relays comma-separated to the `-relays` flag, like this: `-relays RELAY_URL_1,RELAY_URL_2`. Refer to ETH staker [Relay List](https://github.com/eth-educators/ethstaker-guides/blob/main/MEV-relay-list.md) for a list of available relays.
1614

@@ -22,14 +20,6 @@ Run mev-boost pointed at our [Mainnet Relay:](https://0xac6e77dfe25ecd6110b8e78
2220
./mev-boost -mainnet -relay-check -relays https://0xac6e77dfe25ecd6110b8e780608cce0dab71fdd5ebea22a16c0205200f2f8e2e3ad3b71d3499c54ad14d6c21b41a37ae@boost-relay.flashbots.net
2321
```
2422

25-
### Goerli testnet
26-
27-
Run mev-boost pointed at our [Goerli Relay](https://builder-relay-goerli.flashbots.net/):
28-
29-
```bash
30-
./mev-boost -goerli -relay-check -relays https://0xafa4c6985aa049fb79dd37010438cfebeb0f2bd42b115b89dd678dab0670c1de38da0c4e9138c9290a398ecd9a0b3110@builder-relay-goerli.flashbots.net
31-
```
32-
3323
### Sepolia testnet
3424

3525
Run mev-boost pointed at our [Sepolia Relay](https://builder-relay-sepolia.flashbots.net/):
@@ -49,8 +39,6 @@ Usage of ./mev-boost:
4939
shorthand for '-loglevel debug'
5040
-genesis-fork-version string
5141
use a custom genesis fork version
52-
-goerli
53-
use Goerli
5442
-json
5543
log in JSON format instead of text
5644
-loglevel string

docs/flashbots-mev-share/searchers/debugging.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ This happens when one of your transactions reverts. Since our `simulateBundle` f
123123

124124
If you see this error when running the bot, it most likely means that the transaction you tried to backrun didn't affect the price enough to meet our target. This is expected — it's a feature, not a bug!
125125

126-
However, if you want to be sure, a good way to further verify what's happening is to simulate transactions in a local development environment. Toolkits such as [foundry](https://github.com/foundry-rs/foundry) or [hardhat](https://hardhat.org/docs) give you tools to compile contracts, create local nodes that fork their state from public nodes (e.g. mainnet, goerli), and simulate transactions locally, with stack traces to show you where things went wrong.
126+
However, if you want to be sure, a good way to further verify what's happening is to simulate transactions in a local development environment. Toolkits such as [foundry](https://github.com/foundry-rs/foundry) or [hardhat](https://hardhat.org/docs) give you tools to compile contracts, create local nodes that fork their state from public nodes, and simulate transactions locally, with stack traces to show you where things went wrong.
127127

128128
## Did it pay enough gas?
129129

@@ -231,4 +231,4 @@ async function isBlockBuiltByFlashbots(blockNum: number) {
231231
}
232232
```
233233

234-
With this function, look at each block from `bundleParams.inclusion.block` through `bundleParams.inclusion.maxBlock` (if you set it) for a bundle to determine whether it was possible for the bundle to land in that block.
234+
With this function, look at each block from `bundleParams.inclusion.block` through `bundleParams.inclusion.maxBlock` (if you set it) for a bundle to determine whether it was possible for the bundle to land in that block.

docs/flashbots-mev-share/searchers/event-stream.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ Events currently represent pending transactions, but eventually may be expanded
7373
| Network | URL |
7474
|-|-|
7575
| Mainnet | https://mev-share.flashbots.net |
76-
| Goerli | https://mev-share-goerli.flashbots.net |
77-
| Holesky | https://mev-share-holesky.flashbots.net |
76+
| Holešky | https://mev-share-holesky.flashbots.net |
7877
| Sepolia | https://mev-share-sepolia.flashbots.net |
7978

8079
The endpoint sends an event with the message `:ping` every 15 seconds if no other messages were sent in the last 15 seconds.

docs/flashbots-mev-share/searchers/getting-started.mdx

-6
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ const authSigner = new Wallet(FB_REPUTATION_PRIVATE_KEY, provider);
3838
const mevShareClient = MevShareClient.useEthereumMainnet(authSigner);
3939
```
4040

41-
_Connecting to Goerli:_
42-
43-
```typescript
44-
const mevShareClient = MevShareClient.useEthereumGoerli(authSigner);
45-
```
46-
4741
To use custom network parameters, you can instantiate a new MevShareClient instance directly. This example is what the client uses to connect to mainnet:
4842

4943
```typescript

docs/flashbots-protect/additional-documentation/status-api.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ The Transaction Status API is also available on test networks. Below is a table
99
| Network | URL |
1010
| -------- | -------------------------------------------------- |
1111
| Mainnet | `https://protect.flashbots.net/tx/` |
12-
| Goerli | `https://protect-goerli.flashbots.net/tx/` |
1312
| Sepolia | `https://protect-sepolia.flashbots.net/tx/` |
14-
| Holesky | `https://protect-holesky.flashbots.net/tx/` |
13+
| Holešky | `https://protect-holesky.flashbots.net/tx/` |
1514

1615

1716

docs/flashbots-protect/quick-start.mdx

+2-11
Original file line numberDiff line numberDiff line change
@@ -67,24 +67,15 @@ You can also add Flashbots Protect RPC manually in MetaMask by following these s
6767
4. Click “Save.”
6868
5. Click “Switch to Flashbots Protect”
6969

70-
![mm_rpc](/img/mm_rpc.jpg)
71-
72-
Flashbots Protect RPC for Goerli testnet can be added with these details:
73-
74-
- **Network Name:** Goerli Flashbots Protect
75-
- **New RPC URL:** [https://rpc-goerli.flashbots.net/](https://rpc-goerli.flashbots.net/)
76-
- **Chain ID:** 5
77-
- **Currency Symbol:** ETH
78-
- **Block Explorer URL**: [https://goerli.etherscan.io/](https://goerli.etherscan.io/)
70+
![mm_rpc](/img/mm_rpc.png)
7971

8072
Below is the list of Flashbots Protect RPCs we currently support across Ethereum mainnet and testnets:
8173

8274
| Network | URL |
8375
| ------- | ------------------------------------ |
8476
| Mainnet | `https://rpc.flashbots.net/fast` |
85-
| Goerli | `https://rpc-goerli.flashbots.net/` |
8677
| Sepolia | `https://rpc-sepolia.flashbots.net/` |
87-
| Holesky | `https://rpc-holesky.flashbots.net/` |
78+
| Holešky | `https://rpc-holesky.flashbots.net/` |
8879

8980
## Stuck transactions
9081

docs/welcome.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ Leverage MEV-Boost to access a competitive block-building market, fostering grea
5151

5252
Our primary focus is to enable a permissionless, transparent, and sustainable ecosystem for MEV, via a three-pronged approach:
5353

54-
- Illuminate: bringing transparency to MEV activity.
55-
- Democratize: democratizing access to MEV revenue.
56-
- Distribute: enabling sustainable distribution of MEV revenue.
54+
- **Illuminate**: bringing transparency to MEV activity, quantifying its impact, and reducing information asymmetry between participants.
55+
- **Democratize**: democratizing access to MEV via open platforms that maximize competition and are freely available to all.
56+
- **Distribute**: enabling sustainable distribution of any remaining MEV.
5757

5858
Product & research are the semi-autonomous dual engines that propel our organization forward:
5959

60-
- [Flashbots Product](/) builds core infrastructure and ecosystem tooling that redefine the block production supply chain across blockchains.
60+
- [Flashbots Product](/) builds core infrastructure and ecosystem tooling that redefine the block production supply chain across blockchains and protect users.
6161
- [Flashbots Research](https://github.com/flashbots/mev-research) explores MEV market dynamics and blockchain design challenges at the intersection of economics, security, and cryptography.
6262

63-
You can interact with Flashbots on [Discord](https://discord.gg/7hvTycdNcK), [GitHub](https://github.com/flashbots/pm), and our [Discourse forum](https://collective.flashbots.net/). We have dedicated channels on Discord for each of our efforts and welcome your contributions. Our work is open source and you can follow our progress in each Github repository of the Flashbots organization.
63+
You can interact with Flashbots via our [Forum](https://collective.flashbots.net/) where we have dedicated categories for each of our efforts and welcome your contributions. Our work is open source and you can follow our progress under each [Github](https://github.com/flashbots/pm) repository of the Flashbots organization.
6464

65-
[Mission](https://writings.flashbots.net/frontrunning-mev-crisis) | [Discord](https://discord.gg/7hvTycdNcK) | [Discourse Forum](https://collective.flashbots.net/) | [Blog](https://writings.flashbots.net) | [GitHub](https://github.com/flashbots/pm) | [Transparency Reports](https://writings.flashbots.net/tags/transparency-report) | [Status](https://status.flashbots.net)
65+
[Mission](https://writings.flashbots.net/frontrunning-mev-crisis) | [Forum](https://collective.flashbots.net/) | [Writings](https://writings.flashbots.net) | [GitHub](https://github.com/flashbots/pm) | [Discord](https://discord.gg/7hvTycdNcK) | [Status](https://status.flashbots.net)

static/img/mm_rpc.jpg

-100 KB
Binary file not shown.

static/img/mm_rpc.png

66.1 KB
Loading

0 commit comments

Comments
 (0)