mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2025-06-18 23:52:50 +02:00
17 lines
359 B
TOML
17 lines
359 B
TOML
[metrics]
|
|
# Exposes Prometheus metrics
|
|
go_process = true
|
|
|
|
# API server
|
|
[service]
|
|
# Host and port
|
|
address = ":5001"
|
|
|
|
[chain]
|
|
start_block = 24905000
|
|
graphql_endpoint = ""
|
|
ws_endpoint = "wss://ws.celo.grassecon.net"
|
|
rpc_endpoint = "https://rpc.ankr.com/celo/bae2b7745f52c50974d7ecb1a7c23dc05d9ab5b68caf498a7c73f09a3e8bc04a"
|
|
testnet = false
|
|
registry_address = ""
|