diff --git a/app/data/config/watcher-azimuth/watcher-configs/azimuth-watcher.toml b/app/data/config/watcher-azimuth/watcher-configs/azimuth-watcher.toml deleted file mode 100644 index 936c0176..00000000 --- a/app/data/config/watcher-azimuth/watcher-configs/azimuth-watcher.toml +++ /dev/null @@ -1,66 +0,0 @@ -[server] - host = "0.0.0.0" - port = 3001 - kind = "lazy" - - # Checkpointing state. - checkpointing = true - - # Checkpoint interval in number of blocks. - checkpointInterval = 2000 - - # Enable state creation - # CAUTION: Disable only if state creation is not desired or can be filled subsequently - enableState = true - - # Boolean to filter logs by contract. - filterLogs = false - - # Max block range for which to return events in eventsInRange GQL query. - # Use -1 for skipping check on block range. - maxEventsBlockRange = 1000 - - # GQL cache settings - [server.gqlCache] - enabled = true - - # Max in-memory cache size (in bytes) (default 8 MB) - # maxCacheSize - - # GQL cache-control max-age settings (in seconds) - maxAge = 15 - -[metrics] - host = "127.0.0.1" - port = 9000 - [metrics.gql] - port = 9001 - -[database] - type = "postgres" - host = "watcher-db" - port = 5432 - database = "azimuth-watcher" - username = "vdbm" - password = "password" - synchronize = true - logging = false - -[upstream] - [upstream.ethServer] - gqlApiEndpoint = "http://host.docker.internal:8083/graphql" - rpcProviderEndpoint = "http://host.docker.internal:8082" - - [upstream.cache] - name = "requests" - enabled = false - deleteOnStart = false - -[jobQueue] - dbConnectionString = "postgres://vdbm:password@watcher-db/azimuth-watcher-job-queue" - maxCompletionLagInSecs = 300 - jobDelayInMilliSecs = 100 - eventsInBatch = 50 - blockDelayInMilliSecs = 2000 - prefetchBlocksInMem = true - prefetchBlockCount = 10 diff --git a/app/data/config/watcher-azimuth/watcher-configs/censures-watcher.toml b/app/data/config/watcher-azimuth/watcher-configs/censures-watcher.toml deleted file mode 100644 index 5caa692a..00000000 --- a/app/data/config/watcher-azimuth/watcher-configs/censures-watcher.toml +++ /dev/null @@ -1,66 +0,0 @@ -[server] - host = "0.0.0.0" - port = 3002 - kind = "lazy" - - # Checkpointing state. - checkpointing = true - - # Checkpoint interval in number of blocks. - checkpointInterval = 2000 - - # Enable state creation - # CAUTION: Disable only if state creation is not desired or can be filled subsequently - enableState = true - - # Boolean to filter logs by contract. - filterLogs = false - - # Max block range for which to return events in eventsInRange GQL query. - # Use -1 for skipping check on block range. - maxEventsBlockRange = 1000 - - # GQL cache settings - [server.gqlCache] - enabled = true - - # Max in-memory cache size (in bytes) (default 8 MB) - # maxCacheSize - - # GQL cache-control max-age settings (in seconds) - maxAge = 15 - -[metrics] - host = "127.0.0.1" - port = 9000 - [metrics.gql] - port = 9001 - -[database] - type = "postgres" - host = "watcher-db" - port = 5432 - database = "censures-watcher" - username = "vdbm" - password = "password" - synchronize = true - logging = false - -[upstream] - [upstream.ethServer] - gqlApiEndpoint = "http://host.docker.internal:8083/graphql" - rpcProviderEndpoint = "http://host.docker.internal:8082" - - [upstream.cache] - name = "requests" - enabled = false - deleteOnStart = false - -[jobQueue] - dbConnectionString = "postgres://vdbm:password@watcher-db/censures-watcher-job-queue" - maxCompletionLagInSecs = 300 - jobDelayInMilliSecs = 100 - eventsInBatch = 50 - blockDelayInMilliSecs = 2000 - prefetchBlocksInMem = true - prefetchBlockCount = 10