Skip to content

DVO-1029: remove mentions of holesky #622

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/flashbots-auction/advanced/rpc-endpoint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Advanced users can interact with the RPC endpoint at `relay.flashbots.net`, or o
| -------- | ---------------------------------------- |
| Mainnet | `https://relay.flashbots.net` |
| Sepolia | `https://relay-sepolia.flashbots.net` |
| Holešky | `https://relay-holesky.flashbots.net` |

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

Expand Down
1 change: 0 additions & 1 deletion docs/flashbots-auction/advanced/testnets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Flashbots operates on Sepolia so that searchers can test Flashbots without riski
| --- | --- |
| Mainnet | `https://relay.flashbots.net` |
| Sepolia | `https://relay-sepolia.flashbots.net` |
| Holešky | `https://relay-holesky.flashbots.net` |

## Examples

Expand Down
1 change: 0 additions & 1 deletion docs/flashbots-mev-share/searchers/event-stream.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ Events currently represent pending transactions, but eventually may be expanded
| Network | URL |
|-|-|
| Mainnet | https://mev-share.flashbots.net |
| Holešky | https://mev-share-holesky.flashbots.net |
| Sepolia | https://mev-share-sepolia.flashbots.net |

The endpoint sends an event with the message `:ping` every 15 seconds if no other messages were sent in the last 15 seconds.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ The Transaction Status API is also available on test networks. Below is a table
| -------- | -------------------------------------------------- |
| Mainnet | `https://protect.flashbots.net/tx/` |
| Sepolia | `https://protect-sepolia.flashbots.net/tx/` |
| Holešky | `https://protect-holesky.flashbots.net/tx/` |



Expand Down
1 change: 0 additions & 1 deletion docs/flashbots-protect/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ Below is the list of Flashbots Protect RPCs we currently support across Ethereum
| ------- | ------------------------------------ |
| Mainnet | `https://rpc.flashbots.net/fast` |
| Sepolia | `https://rpc-sepolia.flashbots.net/` |
| Holešky | `https://rpc-holesky.flashbots.net/` |

## Stuck transactions

Expand Down