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]
|
2024-09-30 09:44:12 +02:00
|
|
|
dsn = "postgres://postgres:postgres@127.0.0.1:5433/ge_celo_data"
|
2024-06-10 09:36:26 +02:00
|
|
|
|
|
|
|
[jetstream]
|
|
|
|
endpoint = "nats://127.0.0.1:4222"
|
|
|
|
id = "celo-indexer-1"
|
2024-09-17 16:02:39 +02:00
|
|
|
|
|
|
|
[chain]
|
2024-09-30 09:44:12 +02:00
|
|
|
rpc_endpoint = "http://localhost:8545"
|
|
|
|
chainid = 1337
|
2024-09-17 16:02:39 +02:00
|
|
|
|
|
|
|
[bootstrap]
|
|
|
|
# This will bootstrap the cache on which addresses to track
|
2024-09-30 09:44:12 +02:00
|
|
|
ge_registries = ["0xE979a64D375F5D363d7cecF3c93B9aFD40Ba9f55"]
|