Some of the queries in moloch-v3-data will return nothing if the dao address passed in is not standardized to lowercase letters. This is how The Graph stories addresses - so we need to run toLowerCase on the address before making the query in the hooks or in the dao data package.
App
Feature Type
Feature
Some of the queries in moloch-v3-data will return nothing if the dao address passed in is not standardized to lowercase letters. This is how The Graph stories addresses - so we need to run
toLowerCase
on the address before making the query in the hooks or in the dao data package.Here are the spots that need to be updated:
Hooks:
Data package
Screenshots and Context
No response