mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-08 15:03:58 -05: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" |