Prathamesh Musale
7d04a5eda1
Part of [Generate secured-finance subgraph watcher with codegen](https://www.notion.so/Generate-secured-finance-subgraph-watcher-with-codegen-2923413e0af54ea787c5435d6966f3bb) Reviewed-on: #2 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
24 lines
718 B
YAML
24 lines
718 B
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/secured-finance/secured-finance-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:
|
|
# Network configuration to use from the networks config file (optional)
|
|
buildPath: /home/user/cerc-io/secured-finance/secured-finance-subgraph/build
|