diff --git a/packages/route-processor-watcher/README.md b/packages/route-processor-watcher/README.md index 3d7adcb..acfaa5f 100644 --- a/packages/route-processor-watcher/README.md +++ b/packages/route-processor-watcher/README.md @@ -1,5 +1,9 @@ # route-processor-watcher +## Source + +* Subgraph: sushiswap-subgraphs v0.1.2-watcher + ## Setup * Run the following command to install required packages: diff --git a/packages/route-processor-watcher/environments/local.toml b/packages/route-processor-watcher/environments/local.toml index 973238e..292ddc8 100644 --- a/packages/route-processor-watcher/environments/local.toml +++ b/packages/route-processor-watcher/environments/local.toml @@ -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) - rpcClient = false + rpcClient = true # Boolean flag to specify if rpcProviderEndpoint is an FEVM RPC endpoint - isFEVM = false + isFEVM = true # Boolean flag to filter event logs by contracts filterLogsByAddresses = true