-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade watcher to expose eth rpc count metric (#44)
- Loading branch information
Showing
5 changed files
with
104 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Example config.yaml | ||
# Contracts to watch (required). | ||
# Can pass empty array ([]) when using subgraphPath. | ||
contracts: [] | ||
|
||
# Output folder path (logs output using `stdout` if not provided). | ||
outputFolder: /home/user/cerc-io/sushiswap-v3-watcher-ts | ||
|
||
# Code generation mode [eth_call | storage | all | none] (default: none). | ||
mode: none | ||
|
||
# Kind of watcher [lazy | active] (default: active). | ||
kind: active | ||
|
||
# Watcher server port (default: 3008). | ||
port: 3008 | ||
|
||
# Flatten the input contract file(s) [true | false] (default: true). | ||
flatten: true | ||
|
||
# Config for subgraph | ||
subgraph: | ||
# Path to the subgraph build (optional) | ||
# Subgraph build WASM files should be compiled using @cerc-io/graph-cli | ||
# If this is set codegen does not use the build generated from subgraph.directory and subgraph.configFile | ||
buildPath: /home/user/cerc-io/sushiswap-subgraphs/subgraphs/v3/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters