Jeroen

Results 73 issues of Jeroen

When users cannot sign using a permit (mainly when using a Gnosis Safe), the investment flow is two steps: approve + request deposit. We should display this accordingly as two...

- [ ] Experiment with PAPI and Viem - [ ] Figure out how we can support both centrifuge.js (v1) and SDK (v2) in the app at the same time...

### Description This pull request adds an `encrypted-file` attribute type to loans. When a file is added, this is encrypted using a randomly generated key, pinned on IPFS, and both...

In the repayment flow: - If the pool currency is local USDC - Retrieve list of currencies that can swap to this (lpEthUSDC etc) - Sum up all the balances...

When claiming a redemption, the following error was shown to an investor: ![Image](https://github.com/user-attachments/assets/2d04ee4a-d89e-4ad3-842a-62baca801b1f)

bug

When claiming tokens, the UI was showing in one investor's case: ``` Invested 529,377 USDC Token amount 487,053 DYF1 ``` It should have been ``` Invested 500,000 USDC Token amount...

bug

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...

Ethereum network is not shown for LTF on https://app.centrifuge.io/#/pools/4139607887

bug

Implement the loading skeleton for the assets page: https://www.figma.com/design/ng7qdNcSCXSDA6ZUdWIs6u/Pool-Overview%2F-Pool-Detail?node-id=4516-2623 Should be implemented as reusable component so it can be used on other pages in the future.

Implementation proposal for discussion of #4761 #### PR Checklist - [ ] Tests - [ ] Documentation - [ ] Changeset entry (run `npx changeset add`)

idea