Open hieronx opened 1 month ago
Once https://github.com/centrifuge/pools-subql/pull/254 is merged and released by EMBRIO, the metric on the landing page should be updated from total value locked to total assets financed.
This metric can be computed by taking the sum of sumBorrowedAmount for all pools in the subquery.
sumBorrowedAmount
@kattylucy this is now unblocked, subquery has the required data.
Once https://github.com/centrifuge/pools-subql/pull/254 is merged and released by EMBRIO, the metric on the landing page should be updated from total value locked to total assets financed.
This metric can be computed by taking the sum of
sumBorrowedAmount
for all pools in the subquery.