Skip to content

Instantly share code, notes, and snippets.

@non-fungible-nelson
Last active October 4, 2022 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save non-fungible-nelson/c12e653a8fc52fb8a88e33df620e6ac7 to your computer and use it in GitHub Desktop.
Save non-fungible-nelson/c12e653a8fc52fb8a88e33df620e6ac7 to your computer and use it in GitHub Desktop.
Goerli Config for Teku
log-destination: "console"
# Checkpoint sync using initial states! https://twitter.com/ajsutton/status/1552075430328680449
initial-state: "https://goerli.checkpoint-sync.ethpandaops.io/eth/v2/debug/beacon/states/finalized"
# For Goerli, use "prater" - this will depend on the network you are using
network: "goerli"
# Make sure these match the configs for Besu!
ee-endpoint: "http://localhost:8551"
# This must be generated yourself and not shared!
ee-jwt-secret-file: "/Your/Secret/Path/ee-jwt-secret.hex"
data-base-path: "/Path/for/database"
rest-api-enabled: true
rest-api-host-allowlist: ["*"]
rest-api-interface: 0.0.0.0
rest-api-port: 5051
metrics-enabled: true
metrics-host-allowlist: ["*"]
metrics-interface: 0.0.0.0
metrics-port: 8008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment