Closed L03TJ3 closed 1 month ago
@sirpy I started on adding this but it is not finalized yet.
Todo's:
RedTent
: https://github.com/GoodDollar/GoodWeb3-Mono/blob/7cbed7a3bcae9729a30ab5c5c6b65e923bb0be65/packages/sdk-v2/src/sdk/claim/utils/pools.ts#L70Should be all, the rest is already handled
@L03TJ3 what do you mean by pool name? the pool name isnt available from the blockchain. it can be read from the subgraph or ipfs.
@sirpy I assumed projectId would be the pool-name? retrieved from factory.registry
no thats the projectid, it can have multiple pools. each pool details is in the ipfs file but the subgraph parses it, so you can query the subgraph. in our case we can make it hard coded for now
we are not doing this right now so closing
Description
Pool names can be read from the registry, and should be fetched as part of the pool-details.
About # (link your issue here)
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: