gitcoinco / grants-stack-indexer

Grants Stack Indexer
https://grants-stack-indexer-v2.gitcoin.co/graphiql
29 stars 25 forks source link

DG: fetch token/match info only if token available #562

Closed 0xKurt closed 5 months ago

0xKurt commented 5 months ago

To enable using custom tokes on direct grants, this PR makes the amount in usd and match token info optional. Since direct grants does not have a matching pool and a match token and we do not display the USD value on the frontend, we default them to 0.

That allows us to insert the application payout without this information, else the payout would be dropped.