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