From 33452af864431a14e6a17839cba3b3e7682736a6 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Thu, 6 Jun 2024 16:35:16 +0530 Subject: [PATCH] Update README and config --- packages/v2-watcher/README.md | 4 ++++ packages/v2-watcher/environments/local.toml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/v2-watcher/README.md b/packages/v2-watcher/README.md index 03dc91d..b1a3627 100644 --- a/packages/v2-watcher/README.md +++ b/packages/v2-watcher/README.md @@ -1,5 +1,9 @@ # v2-watcher +## Source + +* Subgraph: [sushiswap-subgraphs v0.1.1-watcher](https://github.com/cerc-io/sushiswap-subgraphs/releases/tag/v0.1.1-watcher) + ## Setup * Run the following command to install required packages: diff --git a/packages/v2-watcher/environments/local.toml b/packages/v2-watcher/environments/local.toml index 37984bd..f24df04 100644 --- a/packages/v2-watcher/environments/local.toml +++ b/packages/v2-watcher/environments/local.toml @@ -64,16 +64,16 @@ [upstream] [upstream.ethServer] - gqlApiEndpoint = "http://127.0.0.1:8082/graphql" + # gqlApiEndpoint = "http://127.0.0.1:8082/graphql" rpcProviderEndpoints = [ "http://127.0.0.1:8081" ] # 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