mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-14 11:14:05 +00:00
Filter logs by events specified in subgraph config (#473)
* Use topic hash of events from config file * Add eventSignaturesMap field in IndexerInterface * Add eventSignaturesMap property in Indexer class --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
This commit is contained in:
@@ -156,6 +156,7 @@ export interface EthClient {
|
||||
}
|
||||
|
||||
export interface IndexerInterface {
|
||||
eventSignaturesMap: Map<string, string[]>
|
||||
readonly serverConfig: ServerConfig
|
||||
readonly upstreamConfig: UpstreamConfig
|
||||
readonly storageLayoutMap: Map<string, StorageLayout>
|
||||
|
||||
Reference in New Issue
Block a user