eth-indexer/config.toml

25 lines
452 B
TOML
Raw Normal View History

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: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]
rpc_endpoint = "http://localhost:8545"
chainid = 1337
2024-09-17 16:02:39 +02:00
2024-10-30 12:08:09 +01:00
[telegram]
bot_token = ""
notification_channel = -1
2024-09-17 16:02:39 +02:00
[bootstrap]
# This will bootstrap the cache on which addresses to track
ge_registries = ["0xE979a64D375F5D363d7cecF3c93B9aFD40Ba9f55"]