diff --git a/packages/contract-helpers/src/v3-UiPoolDataProvider-contract/index.ts b/packages/contract-helpers/src/v3-UiPoolDataProvider-contract/index.ts index 3f87369e..d5f92b68 100644 --- a/packages/contract-helpers/src/v3-UiPoolDataProvider-contract/index.ts +++ b/packages/contract-helpers/src/v3-UiPoolDataProvider-contract/index.ts @@ -184,7 +184,7 @@ export class UiPoolDataProvider implements UiPoolDataProviderInterface { accruedToTreasury: reserveRaw.accruedToTreasury.toString(), unbacked: reserveRaw.unbacked.toString(), isolationModeTotalDebt: reserveRaw.isolationModeTotalDebt.toString(), - debtCeilingDecimals: reserveRaw.debtCeilingDecimals.toNumber(), + debtCeilingDecimals: reserveRaw.debtCeilingDecimals.toString(), isSiloedBorrowing: reserveRaw.isSiloedBorrowing, flashLoanEnabled: reserveRaw.flashLoanEnabled, virtualAccActive,