Skip to content

update: add rollie adapter#13

Merged
melotik merged 1 commit intodelta-hq:mainfrom
cheetahsl:main
Jul 11, 2024
Merged

update: add rollie adapter#13
melotik merged 1 commit intodelta-hq:mainfrom
cheetahsl:main

Conversation

@cheetahsl
Copy link
Copy Markdown
Contributor

@cheetahsl cheetahsl commented Jul 4, 2024

Protocol Checklist

Welcome! Thank you for submitting a PR with your protocol data. The README should serve as a general guide for you. But please follow this checklist to ensure you have everything.

  • Read the README and explore the other adapters (see adapters/example)
  • See the schema that we are requesting based on your protocol type (currently supporting, lending and perps)
  • Submit a PR with progress with a new folder containing your adapter (in adapter/{protocol-name})
  • Build your adapter
    • Ensure your package.json has a start command that executes the proper code
    • Follow the schema/output format, standard input file format, and standard function inputs
    • Ensure the adapter runs and executes in the proper workflow (see: How to execute this project? in README)
  • QA your data
  • Notify our team when you are ready for a review!

Protocol Notes

Adapter Logic Flow

  • get all trading paris & pairInfos from pairInfos contract
  • get all users from subgraph
  • get all users tvl from tradingVault contract
  • get all tradings for a specified period of time from subgraph
  • combine all data

QA Notes

General Notes

@melotik melotik merged commit 71cb8a4 into delta-hq:main Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants