mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2025-05-17 18:56:46 +02:00
19 lines
426 B
TOML
19 lines
426 B
TOML
[metrics]
|
|
go_process = true
|
|
|
|
[api]
|
|
address = ":5001"
|
|
|
|
[chain]
|
|
ws_endpoint = "wss://ws.celo.grassecon.net"
|
|
rpc_endpoint = "https://rpc.ankr.com/celo/bae2b7745f52c50974d7ecb1a7c23dc05d9ab5b68caf498a7c73f09a3e8bc04a"
|
|
testnet = false
|
|
|
|
[bootstrap]
|
|
start_block = 24905000
|
|
# https://software.grassecon.org/addresses
|
|
registries = [
|
|
"0xd1FB944748aca327a1ba036B082993D9dd9Bfa0C",
|
|
"0x0cc9f4fff962def35bb34a53691180b13e653030",
|
|
]
|