Skip to content

Commit

Permalink
feat: remove blocknative from relays 🫡
Browse files Browse the repository at this point in the history
  • Loading branch information
blombern committed Sep 28, 2023
1 parent 2a7b4e0 commit b652db6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/censorship/relay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ pub enum RelayId {
Flashbots,
BlxrMaxProfit,
BlxrRegulated,
Blocknative,
Eden,
Aestus,
Manifold,
Expand All @@ -46,7 +45,6 @@ impl fmt::Display for RelayId {
RelayId::Flashbots => write!(f, "flashbots"),
RelayId::BlxrMaxProfit => write!(f, "blxr-max-profit"),
RelayId::BlxrRegulated => write!(f, "blxr-regulated"),
RelayId::Blocknative => write!(f, "blocknative"),
RelayId::Eden => write!(f, "eden"),
RelayId::Aestus => write!(f, "aestus"),
RelayId::Manifold => write!(f, "manifold"),
Expand All @@ -66,9 +64,6 @@ impl From<RelayId> for Url {
RelayId::BlxrRegulated => {
Url::parse("https://bloxroute.regulated.blxrbdn.com").unwrap()
}
RelayId::Blocknative => {
Url::parse("https://builder-relay-mainnet.blocknative.com").unwrap()
}
RelayId::Eden => Url::parse("https://relay.edennetwork.io").unwrap(),
RelayId::Aestus => Url::parse("https://mainnet.aestus.live").unwrap(),
RelayId::Manifold => Url::parse("https://mainnet-relay.securerpc.com").unwrap(),
Expand Down

0 comments on commit b652db6

Please sign in to comment.