Skip to content

Commit

Permalink
Add example-cl-mimicry.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Apr 10, 2024
1 parent a230208 commit cb9fe0e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions example-cl-mimicry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
logging: "debug" # panic,fatal,warn,info,debug,trace
metricsAddr: ":9095"
pprofAddr: ":6065" # optional. if supplied it enables pprof server

name: example-instance

ethereum:
network: mainnet # mainnet, sepolia, holesky
node:
privateKeyStr: ""
dialTimeout: "5s"
devp2pHost: "0.0.0.0"
devp2pPort: 0
libp2pHost: "0.0.0.0"
libp2pPort: 0
prysmHost: "127.0.0.1"
prysmPortHttp: 5052
prysmPortGrpc: 4000
maxPeers: 30
dialConcurrency: 16

outputs:
- name: log
type: stdout

0 comments on commit cb9fe0e

Please sign in to comment.