We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
not working on weth usdc https://app.ionic.money/market/details/WETH?chain=34443&comptrollerAddress=0xFB3323E24743Caf4ADD0fDCCFB268565c0685556&cTokenAddress=0x71ef7EDa2Be775E5A7aa8afD02C45F059833e9d2&dropdownSelectedChain=34443&pool=0&borrowAPR=1.786519069081538&supplyAPR=1.220836155914884&selectedChain=34443&selectedSymbol=WETH
ok so all the info for generating the IRM data including that graph comes from this class: https://github.com/ionicprotocol/monorepo/blob/development/packages/sdk/src/IonicSdk/irm/JumpRateModel.ts you can see that works for other assets that use the JumpRateModel IRM, remember you fixed the graph to make it really nice looking: https://app.ionic.money/market/details/msDAI?chain=34443&comptrollerAddress=0xFB3323E24743Caf4ADD0fDCCFB268565c0685556&cTokenAddress=0x0aCC14dcFf35b731A3f9Bd70DCBa3c97C44EdBA0&dropdownSelectedChain=34443&pool=0&borrowAPR=7.113243976998285&supplyAPR=1.8535827610020927&selectedChain=8453&selectedSymbol=msDAI so basically we need to make an implemntation for the Adrastia/Prudentia IRM and make it work, which i already started work on here: https://github.com/ionicprotocol/monorepo/blob/feat/prudentia-irm/packages/sdk/src/IonicSdk/irm/PrudentiaInterestRateModel.ts in this branch here: #937 i think theres some weird units issue which is the main problem
ok so all the info for generating the IRM data including that graph comes from this class:
https://github.com/ionicprotocol/monorepo/blob/development/packages/sdk/src/IonicSdk/irm/JumpRateModel.ts
you can see that works for other assets that use the JumpRateModel IRM, remember you fixed the graph to make it really nice looking: https://app.ionic.money/market/details/msDAI?chain=34443&comptrollerAddress=0xFB3323E24743Caf4ADD0fDCCFB268565c0685556&cTokenAddress=0x0aCC14dcFf35b731A3f9Bd70DCBa3c97C44EdBA0&dropdownSelectedChain=34443&pool=0&borrowAPR=7.113243976998285&supplyAPR=1.8535827610020927&selectedChain=8453&selectedSymbol=msDAI
so basically we need to make an implemntation for the Adrastia/Prudentia IRM and make it work, which i already started work on here: https://github.com/ionicprotocol/monorepo/blob/feat/prudentia-irm/packages/sdk/src/IonicSdk/irm/PrudentiaInterestRateModel.ts
in this branch here: #937
i think theres some weird units issue which is the main problem
Sorry, something went wrong.
vidvidvid
No branches or pull requests
The text was updated successfully, but these errors were encountered: