Skip to content

Commit ee49e1f

Browse files
bbjubjub2494aldoborrero
authored andcommitted
mev-boost-builder: drop
1 parent 7cff84e commit ee49e1f

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

docs/apps.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ Maximal extractable value (MEV) refers to the maximum value that can be extracte
8484
| --------------------------------------------------------------- | ----------------------------- |
8585
| [Dreamboat](https://github.com/blocknative/dreamboat) | `nix run .#dreamboat` |
8686
| [mev-boost](https://github.com/flashbots/mev-boost) | `nix run .#mev-boost` |
87-
| [mev-boost-builder](https://github.com/flashbots/builder) | `nix run .#mev-boost-builder` |
88-
| [mev-boost-prysm](https://github.com/flashbots/prysm) | `nix run .#mev-boost-prysm` |
8987
| [mev-boost-relay](https://github.com/flashbots/mev-boost-relay) | `nix run .#mev-boost-relay` |
9088
| [mev-rs](https://github.com/ralexstokes/mev-rs) | `nix run .#mev` |
9189

pkgs/by-name/me/mev-boost-builder/default.nix

Lines changed: 0 additions & 34 deletions
This file was deleted.

pkgs/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
lighthouse = callPackageUnstable ./by-name/li/lighthouse {inherit foundry;};
5555
mcl = callPackage ./by-name/mc/mcl {};
5656
mev-boost = callPackageUnstable ./by-name/me/mev-boost {inherit blst;};
57-
mev-boost-builder = callPackage ./by-name/me/mev-boost-builder {inherit blst;};
5857
mev-boost-relay = callPackage ./by-name/me/mev-boost-relay {inherit blst;};
5958
mev-rs = callPackage ./by-name/me/mev-rs {};
6059
nethermind = callPackageUnstable ./by-name/ne/nethermind {};
@@ -119,7 +118,6 @@
119118
geth-rlpdump.bin = "rlpdump";
120119
};
121120
lighthouse.bin = "lighthouse";
122-
mev-boost-builder.bin = "geth";
123121
mev-boost-relay.bin = "mev-boost-relay";
124122
mev-boost.bin = "mev-boost";
125123
mev-rs.bin = "mev";

0 commit comments

Comments
 (0)