Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: v2 subgraph #21

Open
4 tasks
denverbaumgartner opened this issue Mar 19, 2023 · 0 comments
Open
4 tasks

update: v2 subgraph #21

denverbaumgartner opened this issue Mar 19, 2023 · 0 comments

Comments

@denverbaumgartner
Copy link
Contributor

currently, we have wired up a majority of our data work to the RubiconMarketLight subgraph. for a variety of reason we are going to need to switch to the RubiconV2 subgraph, and make some changes to how we handle a couple of things:

  • token symbols and decimals: the v2 subgraph is written to be supported only by a full-node, meaning that we don't have access to call state to get token decimals/symbols/etc. this means we have to create some synthetic fields that will be based off of network token lists.
  • we need to support multi-network data, and most likely rework some of the existing structure of the repo
  • from here we will want to actually go through and ideally add some type of sanity check against state
  • we will want to update docs to support access to this data :)
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

No branches or pull requests

1 participant