Update README and config
This commit is contained in:
parent
760f1ddad9
commit
76dab080e7
1
packages/sushiswap-watcher/.gitignore
vendored
1
packages/sushiswap-watcher/.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
node_modules/
|
||||
dist/
|
||||
out/
|
||||
gql-logs/
|
||||
|
||||
.vscode
|
||||
.idea
|
||||
|
@ -1,5 +1,9 @@
|
||||
# sushiswap-watcher
|
||||
|
||||
## Source
|
||||
|
||||
* Subgraph: sushiswap-subgraphs release-v0.1.0-watcher
|
||||
|
||||
## Setup
|
||||
|
||||
* Run the following command to install required packages:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user