Skip to content

Commit

Permalink
fix: use correct stable rate in userSummary (#249)
Browse files Browse the repository at this point in the history
userSummary was using the reserve stableRate opposed to the users stable rate which will result in slightly different results
  • Loading branch information
sakulstra authored Dec 16, 2021
1 parent a168ec0 commit dd7ad7f
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
120 changes: 60 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dependencies": {
"@0x/subproviders": "^6.5.4",
"@aave/aave-ui-kit": "^0.1.16",
"@aave/contract-helpers": "0.26.2",
"@aave/math-utils": "0.26.2",
"@aave/contract-helpers": "0.27.2",
"@aave/math-utils": "0.27.2",
"@aave/protocol-js": "4.3.0",
"@apollo/client": "^3.4.16",
"@apollo/react-common": "^3.1.4",
Expand Down

0 comments on commit dd7ad7f

Please sign in to comment.