Skip to content

Commit

Permalink
Remove duplicate contract artifact generated from wrong codegen config (
Browse files Browse the repository at this point in the history
  • Loading branch information
nikugogoi authored May 10, 2023
1 parent 19f3ff9 commit 6c66262
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3,545 deletions.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ contracts:
- name: GelatoCore
# Contract file path or an url.
path: ~/gelatodigital/gelato-network/contracts/gelato_core/GelatoCore.sol
# Contract kind (should match that in {subgraphPath}/subgraph.yaml if subgraphPath provided)
kind: ethereum/contract
# Contract kind (should match the dataSource name in {subgraphPath}/subgraph.yaml if subgraphPath provided)
kind: Contract

# Output folder path (logs output using `stdout` if not provided).
outputFolder: ~/gelato-watcher-ts
Expand Down
2 changes: 1 addition & 1 deletion environments/local.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
clearEntitiesCacheInterval = 1000

# Boolean to filter logs by contract.
filterLogs = false
filterLogs = true

# Max block range for which to return events in eventsInRange GQL query.
# Use -1 for skipping check on block range.
Expand Down
Loading

0 comments on commit 6c66262

Please sign in to comment.