Skip to content

Commit

Permalink
fix: decimal incentives [skip cypress] (#2165)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Aug 26, 2024
1 parent 6635498 commit 519e5de
Show file tree
Hide file tree
Showing 3 changed files with 15 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.29.1",
"@aave/math-utils": "1.29.1",
"@aave/contract-helpers": "1.30.1",
"@aave/math-utils": "1.30.1",
"@bgd-labs/aave-address-book": "^3.0.1",
"@emotion/cache": "11.10.3",
"@emotion/react": "11.10.4",
Expand Down
5 changes: 5 additions & 0 deletions src/components/incentives/IncentivesTooltipContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ const IncentivesSymbolMap: {
symbol: 'aWETH',
aToken: true,
},
aBasUSDC: {
tokenIconSymbol: 'usdc',
symbol: 'aUSDC',
aToken: true,
},
};

interface IncentivesTooltipContentProps {
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/contract-helpers@1.29.1":
version "1.29.1"
resolved "https://registry.yarnpkg.com/@aave/contract-helpers/-/contract-helpers-1.29.1.tgz#34beab8afa35bbfc6168c78ced8317d96a493fe0"
integrity sha512-34z5CKpNdEx26G+DSezovdR3PyAf0v0Typbf2udaKG4GrOBgqbKqxr4zqS/dpFO5aAQJJ+nuEM19lKRK4sMcpg==
"@aave/contract-helpers@1.30.1":
version "1.30.1"
resolved "https://registry.yarnpkg.com/@aave/contract-helpers/-/contract-helpers-1.30.1.tgz#1e364cf7465e72a9cff65029d4ffd545a01f2539"
integrity sha512-ym2wZDWDaabNoi7u7fbjLcwXUWeW5Et+VPaQ4NezwiyT1hQht2H2AjpSRzvLqNdyODxN8Mu9DPkT8vY8vTeQOw==
dependencies:
isomorphic-unfetch "^3.1.0"

"@aave/math-utils@1.29.1":
version "1.29.1"
resolved "https://registry.yarnpkg.com/@aave/math-utils/-/math-utils-1.29.1.tgz#fcb9499bd472bde7b80429c7dbe63d4358852697"
integrity sha512-a+L2+vjza/nH4BxUTzwDcoJH/Qr6UP+g+9YSwG7YKUgoVfdy8gJs5VyXjfDDEVe9lMeZuPJq7CqrgV4P2M6Nkg==
"@aave/math-utils@1.30.1":
version "1.30.1"
resolved "https://registry.yarnpkg.com/@aave/math-utils/-/math-utils-1.30.1.tgz#cb245d6bdb893dd1d1a94703feb0f34b82f19da7"
integrity sha512-7gA5cCqi1ySsVWzTYdS6NmfuC3GZVH7kGyZXtoQQrsDnx3/c3Q0uUzhL4m2UHB73QrSF6Qxi5ueQLKLWVKkvKg==

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

2 comments on commit 519e5de

@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.