HausDAO / monorepo

MIT License
24 stars 15 forks source link

Standardize moloch-dao-data query input on moloch-v3-hooks #519

Closed skuhlmann closed 1 month ago

skuhlmann commented 1 month ago

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

skuhlmann commented 1 month ago

Complete https://github.com/HausDAO/monorepo/pull/522