Skip to content

Commit

Permalink
feat: Research the technical requirements for developing a subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
alainncls committed Sep 19, 2023
1 parent 1e8e4b9 commit dd05403
Show file tree
Hide file tree
Showing 18 changed files with 266 additions and 4,523 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ node_modules
coverage
lib
typechain-types
generated
build
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ typechain-types

# Subgraph
build
generated
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ out
artifacts
cache_hardhat
typechain-types
generated
build

# files
*.env
Expand Down
155 changes: 104 additions & 51 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
packages:
- '.'
- 'subgraph'
Loading

0 comments on commit dd05403

Please sign in to comment.