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
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 { } ;
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" ;
You can’t perform that action at this time.
0 commit comments