Generate watcher for sushiswap subgraph #4

Merged
nabarun merged 6 commits from deep-stack/sushiswap-watcher-ts:pm-generate-sushiswap-watcher into main 2024-06-12 04:49:34 +00:00
3 changed files with 7 additions and 2 deletions
Showing only changes of commit 06ba6433d4 - Show all commits

View File

@ -1,6 +1,7 @@
node_modules/
dist/
out/
gql-logs/
.vscode
.idea

View File

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