2024-06-10 09:36:26 +02:00
|
|
|
[metrics]
|
|
|
|
go_process = true
|
|
|
|
|
|
|
|
[api]
|
2024-06-10 09:45:43 +02:00
|
|
|
address = ":5002"
|
2024-06-10 09:36:26 +02:00
|
|
|
|
|
|
|
[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"
|
2024-09-17 16:02:39 +02:00
|
|
|
|
|
|
|
[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",
|
|
|
|
]
|