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
We want to use only lowercase addresses in our GraphQL schemas for two reasons:
The Graph only works with lowercase (backward-compatibility)
Having lowercase is better, anyway, since it creates a standard and the UI can know for sure that the data fed by the GraphQL endpoint is always formatted like this.
The problem is that Envio passes checksummed addresses, and this results into issues like this: