mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2025-05-21 12:36:47 +02:00
24 lines
492 B
TOML
24 lines
492 B
TOML
[metrics]
|
|
go_process = true
|
|
|
|
[api]
|
|
address = ":5001"
|
|
|
|
[chain]
|
|
ws_endpoint = "wss://ws.celo.grassecon.net"
|
|
rpc_endpoint = "https://celo.grassecon.net"
|
|
testnet = false
|
|
realtime = true
|
|
historical = true
|
|
start_block = 25151040
|
|
batch_size = 100
|
|
|
|
[bootstrap]
|
|
# https://software.grassecon.org/addresses
|
|
ge_registries = [
|
|
"0xd1FB944748aca327a1ba036B082993D9dd9Bfa0C",
|
|
"0x0cc9f4fff962def35bb34a53691180b13e653030",
|
|
]
|
|
watchlist = [""]
|
|
blacklist = ["0x765DE816845861e75A25fCA122bb6898B8B1282a"]
|