sablier-labs / v2-subgraphs

Subgraphs for Sablier V2 token streaming protocol
6 stars 4 forks source link

feat: add chains #10

Closed gavriliumircea closed 1 year ago

gavriliumircea commented 1 year ago

This PR aims to add rest of chains in the subgraph

razgraf commented 1 year ago

The graph's system used to have trouble digesting addresses that aren't fully lower cased. Would you mind converting themtoLowerCase() in the constants files? Maybe also adding a /** Rule: keep addresses lowercased" */ to help convey this rule long term.