Clients
Running sedge clients
will give you a list of supported clients for consensus, execution and validators.
Help
$ sedge clients -h
List supported clients for execution and consensus engines
Usage:
sedge clients [flags]
Flags:
-h, --help help for clients
Global Flags:
--logLevel string Set Log Level (default "info")
Execution Example
The execution of sedge clients
will result in an output like this, that will show an accurate list of supported clients:
$ sedge clients
2024-08-21 12:17:07 -- [INFO] [Logger Init] Log level: info
2024-08-21 12:17:08 -- [INFO] You are running the latest version of sedge. Version: v1.4.0
2024-08-21 12:17:08 -- [INFO] Listing supported clients for network chiado
# │Execution Clients │Consensus Clients │Validator Clients
────────┼───────────────────────┼───────────────────────┼───────────────────────
1 │nethermind │lighthouse │lighthouse
2 │- │teku │teku
3 │- │lodestar │lodestar
4 │- │nimbus │nimbus
2024-08-21 12:17:08 -- [INFO] Listing supported clients for network custom
# │Execution Clients │Consensus Clients │Validator Clients
────────┼───────────────────────┼───────────────────────┼───────────────────────
1 │nethermind │lighthouse │lighthouse
2 │- │prysm │prysm
3 │- │teku │teku
4 │- │lodestar │lodestar
2024-08-21 12:17:08 -- [INFO] Listing supported clients for network gnosis
# │Execution Clients │Consensus Clients │Validator Clients
────────┼───────────────────────┼───────────────────────┼───────────────────────
1 │nethermind │lighthouse │lighthouse
2 │erigon │teku │teku
3 │- │lodestar │lodestar
4 │- │nimbus │nimbus
2024-08-21 12:17:08 -- [INFO] Listing supported clients for network holesky
# │Execution Clients │Consensus Clients │Validator Clients
────────┼───────────────────────┼───────────────────────┼───────────────────────
1 │nethermind │lighthouse │lighthouse
2 │geth │prysm │prysm
3 │erigon │teku │teku
4 │besu │lodestar │lodestar
5 │- │nimbus │nimbus
2024-08-21 12:17:08 -- [INFO] Listing supported clients for network mainnet
# │Execution Clients │Consensus Clients │Validator Clients
────────┼───────────────────────┼───────────────────────┼───────────────────────
1 │nethermind │lighthouse │lighthouse
2 │geth │prysm │prysm
3 │erigon │teku │teku
4 │besu │lodestar │lodestar
5 │- │nimbus │nimbus
2024-08-21 12:17:08 -- [INFO] Listing supported clients for network sepolia
# │Execution Clients │Consensus Clients │Validator Clients
────────┼───────────────────────┼───────────────────────┼───────────────────────
1 │nethermind │lighthouse │lighthouse
2 │geth │prysm │prysm
3 │erigon │teku │teku
4 │besu │lodestar │lodestar
5 │- │nimbus │nimbus