eth-indexer/config.toml

25 lines
545 B
TOML

[metrics]
go_process = true
[api]
address = ":5002"
[postgres]
dsn = "postgres://postgres:postgres@127.0.0.1:5432/ge_celo_data"
[jetstream]
endpoint = "nats://127.0.0.1:4222"
id = "celo-indexer-1"
[chain]
rpc_endpoint = "https://celo.grassecon.net"
chainid = 42220
[bootstrap]
# This will bootstrap the cache on which addresses to track
# Grassroots Economics specific registries that autoload all other smart contracts
ge_registries = [
"0xd1FB944748aca327a1ba036B082993D9dd9Bfa0C",
"0x0cc9f4fff962def35bb34a53691180b13e653030",
]