Generate watcher for sushiswap v3 subgraph #1

Merged
ashwin merged 5 commits from deep-stack/sushiswap-watcher-ts:ng-generate-watchers into main 2024-06-06 11:42:57 +00:00
6 changed files with 6 additions and 2 deletions
Showing only changes of commit 7fbed0715f - Show all commits

0
packages/v3-watcher/.husky/pre-commit Normal file → Executable file
View File

View File

@ -1,5 +1,9 @@
# v3-watcher
## Source
* Subgraph: sushiswap-subgraphs v0.1.1-watcher
## Setup
* 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)
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