Update README and config

This commit is contained in:
neeraj 2024-06-06 18:27:59 +05:30 committed by Prathamesh Musale
parent 183efe849b
commit d3821134bd
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# route-processor-watcher # route-processor-watcher
## Source
* Subgraph: sushiswap-subgraphs v0.1.2-watcher
## Setup ## Setup
* Run the following command to install required packages: * Run the following command to install required packages:

View File

@ -70,10 +70,10 @@
] ]
# Boolean flag to specify if rpc-eth-client should be used for RPC endpoint instead of ipld-eth-client (ipld-eth-server GQL client) # Boolean flag to specify if rpc-eth-client should be used for RPC endpoint instead of ipld-eth-client (ipld-eth-server GQL client)
rpcClient = false rpcClient = true
# Boolean flag to specify if rpcProviderEndpoint is an FEVM RPC endpoint # Boolean flag to specify if rpcProviderEndpoint is an FEVM RPC endpoint
isFEVM = false isFEVM = true
# Boolean flag to filter event logs by contracts # Boolean flag to filter event logs by contracts
filterLogsByAddresses = true filterLogsByAddresses = true