🍎 add beaconcha.in relay list

This commit is contained in:
Dr. Mia von Steinkirch 2022-10-17 20:32:25 -07:00 committed by GitHub
parent 068a465752
commit 0aa7dab15f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@
### tl; dr ### tl; dr
* relays are a bundle propagation service that receives bundles from searchers, simulate each txs, and forwards them to block producers. * 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.
<br> <br>
@ -15,6 +17,7 @@
* [bloXroute MEV relay](https://bloxroute.max-profit.blxrbdn.com/) * [bloXroute MEV relay](https://bloxroute.max-profit.blxrbdn.com/)
* [eden](https://relay.edennetwork.io/info) * [eden](https://relay.edennetwork.io/info)
* [ethsaker relay list ](https://github.com/remyroy/ethstaker/blob/main/MEV-relay-list.md) * [ethsaker relay list ](https://github.com/remyroy/ethstaker/blob/main/MEV-relay-list.md)
* [beaconcha.in relay list and stats](https://beaconcha.in/relays)
<br> <br>
@ -33,6 +36,7 @@
* [fb relay api](https://flashbots.notion.site/Relay-API-Spec-5fb0819366954962bc02e81cb33840f5) * [fb relay api](https://flashbots.notion.site/Relay-API-Spec-5fb0819366954962bc02e81cb33840f5)
##### on building a relay ##### on building a relay
* [mev-boost relay](https://github.com/flashbots/mev-boost-relay) * [mev-boost relay](https://github.com/flashbots/mev-boost-relay)