mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
12 lines
213 B
YAML
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" |