-
Notifications
You must be signed in to change notification settings - Fork 6.4k
feat: Adds multi-chain support for SMARDEX-P2P-Lending #15986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* fix: add tvl and borrowed to spro * fix: update subgraph url * fix: update subgraph url with proxy * fix: rename spro with p2p-funding * fix: rename p2p-funding with p2p-lending * fix: update comment with right name
Feat/multitabs smardex
fix: smardex ecosystem PR suggestions
feat: add multichain support
The adapter at projects/SMARDEX-P2P-Lending exports TVL:
|
Please let us know when this is ready for review |
Hey, the protocol has been deployed on the new supported chains and changes are now reflected on the UI, pr is now ready! |
The adapter at projects/SMARDEX-P2P-Lending exports TVL:
|
we need nonzero TVL to list |
@blablalf how can we fetch the data on chain? |
Hey, if you want to link the subgraph data, which comes directly from the protocol events, you can check the protocol contract addresses on each chain. These contracts hold the collateral assets, while the lent assets are in the users’ wallets: We are going to make test proposals over the next week to ensure the subgraph doesn’t show a 0 TVL. It’s normal that some L2 contracts on the list show a value higher than 0. We’ve already made some test proposals, some of which were intentionally not fully filled and under collateralized (so at the end of the proposal the collat has been given to the lender), and the remaining collateral (the not filled part of the proposal) hasn’t yet been reclaimed by the borrowers. |
The adapter at projects/SMARDEX-P2P-Lending exports TVL:
|
Co-authored-by: Antoine D <[email protected]>
fix/p2p multichain support
The adapter at projects/SMARDEX-P2P-Lending exports TVL:
|
bugfix: param order and add fail when theres no valid subgraph response
Multichain support for SMARDEX-P2P-Lending.