You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently TheGraphFetcher only queries SpotEntry from Uniswap V3.
Expected Behavior
TheGraph should be abstracted away and we should be able to create fetchers that inherit from a base TheGraphFetcher class and easily decide what data to fetch Spot/Future/Generic, which subgraph to use, which data to query..
A PR that solves this issue should create a UniswapV2Fetcher and UniswapV3Fetcher to demonstrate the work.
The text was updated successfully, but these errors were encountered:
Feature Request
Current Behavior
Currently
TheGraphFetcher
only queriesSpotEntry
from Uniswap V3.Expected Behavior
TheGraph
should be abstracted away and we should be able to create fetchers that inherit from a baseTheGraphFetcher
class and easily decide what data to fetchSpot
/Future
/Generic
, which subgraph to use, which data to query..A PR that solves this issue should create a
UniswapV2Fetcher
andUniswapV3Fetcher
to demonstrate the work.The text was updated successfully, but these errors were encountered: