From 0aa7dab15f53f4a037b727ca42d249b728370c5c Mon Sep 17 00:00:00 2001
From: "Dr. Mia von Steinkirch"
<1130416+F4DELEGATECALL@users.noreply.github.com>
Date: Mon, 17 Oct 2022 20:32:25 -0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=8E=20add=20beaconcha.in=20relay=20lis?=
=?UTF-8?q?t?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
NODES_on_Ethereum/RELAYS.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/NODES_on_Ethereum/RELAYS.md b/NODES_on_Ethereum/RELAYS.md
index 17d19f3..c127ed6 100644
--- a/NODES_on_Ethereum/RELAYS.md
+++ b/NODES_on_Ethereum/RELAYS.md
@@ -5,6 +5,8 @@
### tl; dr
* relays are a bundle propagation service that receives bundles from searchers, simulate each txs, and forwards them to block producers.
+* validators can use relays to outsource their block production to entities specialized in extracting extra revenue.
+
@@ -15,6 +17,7 @@
* [bloXroute MEV relay](https://bloxroute.max-profit.blxrbdn.com/)
* [eden](https://relay.edennetwork.io/info)
* [ethsaker relay list ](https://github.com/remyroy/ethstaker/blob/main/MEV-relay-list.md)
+* [beaconcha.in relay list and stats](https://beaconcha.in/relays)
@@ -33,6 +36,7 @@
* [fb relay api](https://flashbots.notion.site/Relay-API-Spec-5fb0819366954962bc02e81cb33840f5)
+
##### on building a relay
* [mev-boost relay](https://github.com/flashbots/mev-boost-relay)