Skip to content

Commit

Permalink
feat: As a user, I want the contracts data to be indexed via a subgra…
Browse files Browse the repository at this point in the history
…ph (#224)
  • Loading branch information
alainncls authored Sep 27, 2023
1 parent 0362d40 commit 5a06646
Show file tree
Hide file tree
Showing 23 changed files with 3,814 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
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@ coverage
cache_hardhat
artifacts
typechain-types

# Subgraph
build
generated
subgraph.yaml

# 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 5a06646

Please sign in to comment.