Skip to content

Commit

Permalink
feat: rollback to virtual accounting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinBattilana committed Jul 27, 2024
1 parent 818ba3a commit 913045b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,7 @@ export class UiPoolDataProvider implements UiPoolDataProviderInterface {
reserveRaw.variableDebtTokenAddress.toString(),
interestRateStrategyAddress:
reserveRaw.interestRateStrategyAddress.toString(),
availableLiquidity: virtualAccActive
? virtualUnderlyingBalance
: reserveRaw.availableLiquidity.toString(),
availableLiquidity: reserveRaw.availableLiquidity.toString(),
totalPrincipalStableDebt:
reserveRaw.totalPrincipalStableDebt.toString(),
averageStableRate: reserveRaw.averageStableRate.toString(),
Expand Down

0 comments on commit 913045b

Please sign in to comment.