You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read property 'rewardTokenPriceEth' of undefined
at computeUserReserveData$1 (/home/Downloads/Archive/node_modules/@aave/protocol-js/dist/protocol-js.cjs.development.js:641:78)
at /home/Downloads/Archive/node_modules/@aave/protocol-js/dist/protocol-js.cjs.development.js:702:31
at Array.map (<anonymous>)
at computeRawUserSummaryData$1 (/home/Downloads/Archive/node_modules/@aave/protocol-js/dist/protocol-js.cjs.development.js:693:42)
at Object.formatUserSummaryData$1 [as formatUserSummaryData] (/home/Downloads/Archive/node_modules/@aave/protocol-js/dist/protocol-js.cjs.development.js:752:18)
at /home/Downloads/Archive/new_try.js:120:22
The actual code we tried (Excluding the functions),
Hi Team,
We are trying to run the sample mentioned in the Aave-js-SDK (https://aave.notion.site/Aave-Js-SDK-82d56e5190b940539cc301d8b9d16b02#e03f49d55b6f4618b9a57fbcc35f88a0)
We are getting error,
The actual code we tried (Excluding the functions),
Could you please help on this?