mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-07 16:34:06 +00:00
Update codegen with changes implemented in mobymask watcher (#148)
* Update codegen with index-block CLI and remove graph-node * Add filter logs by contract flag * Skip generating GQL API for immutable variables * Add config for maxEventsBlockRange * Add new flags in existing watchers
This commit is contained in:
@@ -161,6 +161,7 @@ class ServerConfig implements ServerConfigInterface {
|
||||
subgraphPath: string;
|
||||
wasmRestartBlocksInterval: number;
|
||||
filterLogs: boolean;
|
||||
maxEventsBlockRange: number;
|
||||
|
||||
constructor () {
|
||||
this.host = '';
|
||||
@@ -173,5 +174,6 @@ class ServerConfig implements ServerConfigInterface {
|
||||
this.subgraphPath = '';
|
||||
this.wasmRestartBlocksInterval = 0;
|
||||
this.filterLogs = false;
|
||||
this.maxEventsBlockRange = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user