Update README and config
This commit is contained in:
parent
ebc876ea91
commit
65daa4a665
1
packages/v3-watcher/.gitignore
vendored
1
packages/v3-watcher/.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
dist/
|
dist/
|
||||||
out/
|
out/
|
||||||
|
gql-logs/
|
||||||
|
|
||||||
.vscode
|
.vscode
|
||||||
.idea
|
.idea
|
||||||
|
0
packages/v3-watcher/.husky/pre-commit
Normal file → Executable file
0
packages/v3-watcher/.husky/pre-commit
Normal file → Executable file
@ -1,5 +1,9 @@
|
|||||||
# v3-watcher
|
# v3-watcher
|
||||||
|
|
||||||
|
## Source
|
||||||
|
|
||||||
|
* Subgraph: sushiswap-subgraphs v0.1.1-watcher
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
* Run the following command to install required packages:
|
* 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)
|
# 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
|
# Boolean flag to specify if rpcProviderEndpoint is an FEVM RPC endpoint
|
||||||
isFEVM = false
|
isFEVM = true
|
||||||
|
|
||||||
# Boolean flag to filter event logs by contracts
|
# Boolean flag to filter event logs by contracts
|
||||||
filterLogsByAddresses = true
|
filterLogsByAddresses = true
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user