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 20, 2023
1 parent fd00e0b commit fdc6d6e
Show file tree
Hide file tree
Showing 21 changed files with 3,665 additions and 54 deletions.
Binary file removed .DS_Store
Binary file not shown.
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
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ coverage
cache_hardhat
artifacts
typechain-types

# Subgraph
build
generated

# Misc
.DS_Store
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"solidity"
],
"repository": "github.com/Consensys/linea-attestation-registry",
"license": "ISC",
"license": "MIT",
"author": "Consensys",
"files": [
"src"
Expand Down
Loading

0 comments on commit fdc6d6e

Please sign in to comment.