Skip to content

Commit fbbc2a7

Browse files
bbjubjub2494aldoborrero
authored andcommitted
geth: expose blsync
1 parent fc6f172 commit fbbc2a7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/apps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The execution client (also known as the Execution Engine, EL client or formerly
4343
| [Geth](https://geth.ethereum.org/) @span | `nix run .#geth` |
4444
| | `nix run .#geth-abidump` |
4545
| | `nix run .#geth-abigen` |
46+
| | `nix run .#geth-blsync` |
4647
| | `nix run .#geth-bootnode` |
4748
| | `nix run .#geth-clef` |
4849
| | `nix run .#geth-devp2p` |

pkgs/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
bin = "geth";
109109
geth-abidump.bin = "abidump";
110110
geth-abigen.bin = "abigen";
111+
geth-blsync.bin = "blsync";
111112
geth-bootnode.bin = "bootnode";
112113
geth-clef.bin = "clef";
113114
geth-devp2p.bin = "devp2p";

0 commit comments

Comments
 (0)