Files
nanoreth/etc/ethereum-metrics-exporter/config.yaml
2023-07-05 14:49:42 +00:00

12 lines
213 B
YAML

consensus:
enabled: true
url: "http://lighthouse:5052"
name: "consensus-client"
execution:
enabled: true
url: "http://reth:8545"
name: "execution-client"
modules:
- "eth"
- "net"
- "web3"