Skip to content

Commit

Permalink
fix: incentives apy [skip cypress] (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Aug 26, 2024
1 parent 519e5de commit e009f3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@aave/contract-helpers": "1.30.1",
"@aave/math-utils": "1.30.1",
"@aave/contract-helpers": "1.30.2",
"@aave/math-utils": "1.30.2",
"@bgd-labs/aave-address-book": "^3.0.1",
"@emotion/cache": "11.10.3",
"@emotion/react": "11.10.4",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
# yarn lockfile v1


"@aave/[email protected].1":
version "1.30.1"
resolved "https://registry.yarnpkg.com/@aave/contract-helpers/-/contract-helpers-1.30.1.tgz#1e364cf7465e72a9cff65029d4ffd545a01f2539"
integrity sha512-ym2wZDWDaabNoi7u7fbjLcwXUWeW5Et+VPaQ4NezwiyT1hQht2H2AjpSRzvLqNdyODxN8Mu9DPkT8vY8vTeQOw==
"@aave/[email protected].2":
version "1.30.2"
resolved "https://registry.yarnpkg.com/@aave/contract-helpers/-/contract-helpers-1.30.2.tgz#8da9884ab74b8ad4e0333e0c7fab72b4f97560b4"
integrity sha512-0wns4mL0QHHj1cVHqeUf0JYG5BNrXA7l5XCrmVqycdTYs8juQ669Uchr1NdoJ4Qzf9e2cqD2QJbfKGeRun38Rw==
dependencies:
isomorphic-unfetch "^3.1.0"

"@aave/[email protected].1":
version "1.30.1"
resolved "https://registry.yarnpkg.com/@aave/math-utils/-/math-utils-1.30.1.tgz#cb245d6bdb893dd1d1a94703feb0f34b82f19da7"
integrity sha512-7gA5cCqi1ySsVWzTYdS6NmfuC3GZVH7kGyZXtoQQrsDnx3/c3Q0uUzhL4m2UHB73QrSF6Qxi5ueQLKLWVKkvKg==
"@aave/[email protected].2":
version "1.30.2"
resolved "https://registry.yarnpkg.com/@aave/math-utils/-/math-utils-1.30.2.tgz#3bf96ba8a24a085e50492dc2a760e4263fbc6958"
integrity sha512-MelWi3XpFUkvXK3j6qfUl8bkz4ScJWC1Ycc+G++iLHQM0CNHP3SyKhIlSeCtXfdXhh/P4QOl7bE2+ce9k3Y3uw==

"@adobe/css-tools@^4.0.1":
version "4.0.1"
Expand Down

2 comments on commit e009f3c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.