File tree Expand file tree Collapse file tree 3 files changed +0
-38
lines changed
by-name/me/mev-boost-builder Expand file tree Collapse file tree 3 files changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,6 @@ Maximal extractable value (MEV) refers to the maximum value that can be extracte
84
84
| --------------------------------------------------------------- | ----------------------------- |
85
85
| [ Dreamboat] ( https://github.com/blocknative/dreamboat ) | ` nix run .#dreamboat ` |
86
86
| [ 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 ` |
89
87
| [ mev-boost-relay] ( https://github.com/flashbots/mev-boost-relay ) | ` nix run .#mev-boost-relay ` |
90
88
| [ mev-rs] ( https://github.com/ralexstokes/mev-rs ) | ` nix run .#mev ` |
91
89
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 54
54
lighthouse = callPackageUnstable ./by-name/li/lighthouse { inherit foundry ; } ;
55
55
mcl = callPackage ./by-name/mc/mcl { } ;
56
56
mev-boost = callPackageUnstable ./by-name/me/mev-boost { inherit blst ; } ;
57
- mev-boost-builder = callPackage ./by-name/me/mev-boost-builder { inherit blst ; } ;
58
57
mev-boost-relay = callPackage ./by-name/me/mev-boost-relay { inherit blst ; } ;
59
58
mev-rs = callPackage ./by-name/me/mev-rs { } ;
60
59
nethermind = callPackageUnstable ./by-name/ne/nethermind { } ;
119
118
geth-rlpdump . bin = "rlpdump" ;
120
119
} ;
121
120
lighthouse . bin = "lighthouse" ;
122
- mev-boost-builder . bin = "geth" ;
123
121
mev-boost-relay . bin = "mev-boost-relay" ;
124
122
mev-boost . bin = "mev-boost" ;
125
123
mev-rs . bin = "mev" ;
You can’t perform that action at this time.
0 commit comments