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
*: Merge Epoch, Network and Tap subgraph client classes
- For user, this change effectively adds support for local querying on
epoch and tap subgraphs (previously only supported on network subgraph).
- For contributors, this simplifies the codebase to have 1
SubgraphClient class instead of 3 separate implementations:
EpochSubgraph, NetworkSubgraph and TapSubgraph.
0 commit comments