Closed jeandemeusy closed 2 months ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Updated implementation
Subgraph deployed using DevSafe and tested by CT.
This PR adds the implementation of a subgraph that indexes the
HoprDistributor
SC (0xB413a589ec21Cc1FEc27d1175105a47628676552
), and retrieves all allocations and schedule by account.PR ready for review, but not for deployment. A first draft deployment will be done first to test the returned data, after the review. If data returned conforms to Dune dashboard, the subgraph should be deployed with HOPR account.
Summary by CodeRabbit
New Features
Documentation
Chores
.gitignore
to streamline version control by ignoring unnecessary files and directories.package.json
for managing scripts and dependencies within the subgraph-allocations project.tsconfig.json
for TypeScript compilation configuration.