HausDAO / daohaus-app

long live pokemol
https://daohaus.club/
Other
134 stars 79 forks source link

Nomad: update API data #1925

Closed plor closed 2 years ago

plor commented 2 years ago

Nomad data

Update the API to include relevant data from nomad enabled safes.

current issues

test dao https://app.daohaus.club/dao/0x4/0xcadac2adba361806af1231d349a85484b6011541/vaults

minion not showing in the list 0xa01c412dbfbdd0663fa81edf2d07a9018be5b829 for this dao: 0x33c5a34410ab6e35fcdd61631d6fdfc1a0dfaa48

update mapping

skuhlmann commented 2 years ago

{ minions(where: {minionAddress: "0xa01c412dbfbdd0663fa81edf2d07a9018be5b829"}) { id version molochAddress minionAddress }

}

skuhlmann commented 2 years ago

to solve #1 we'll need to start indexing goerli daos.

plor commented 2 years ago

Relies on #1911 for goerli.

skuhlmann commented 2 years ago

Subgraphs and api are updated and deployed