Skip to content

Commit 21488ba

Browse files
AGMASOgrothem
andauthored
feat: ethena incentives & logo for amanwrseth reward (#2881)
Co-authored-by: Mark Grothe <grothem@gmail.com>
1 parent 4af46fa commit 21488ba

4 files changed

Lines changed: 18 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@aave/math-utils": "1.37.1",
4040
"@aave/react": "^0.8.2",
4141
"@amplitude/analytics-browser": "^2.13.0",
42-
"@bgd-labs/aave-address-book": "^4.44.6",
42+
"@bgd-labs/aave-address-book": "^4.44.22",
4343
"@cowprotocol/cow-sdk": "7.3.4",
4444
"@cowprotocol/sdk-ethers-v5-adapter": "0.3.5",
4545
"@cowprotocol/sdk-flash-loans": "1.7.4",

src/components/incentives/IncentivesTooltipContent.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ const IncentivesSymbolMap: {
213213
symbol: 'aWMNT',
214214
aToken: true,
215215
},
216+
aManwrsETH: {
217+
tokenIconSymbol: 'wrsETH',
218+
symbol: 'awrsETH',
219+
aToken: true,
220+
},
216221
};
217222

218223
interface IncentivesTooltipContentProps {

src/hooks/useEthenaIncentives.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import { AaveV3Ethereum, AaveV3EthereumLido, AaveV3Plasma } from '@bgd-labs/aave-address-book';
1+
import {
2+
AaveV3Ethereum,
3+
AaveV3EthereumLido,
4+
AaveV3Mantle,
5+
AaveV3Plasma,
6+
} from '@bgd-labs/aave-address-book';
27

38
const getEthenaData = (assetAddress: string): number | undefined =>
49
ETHENA_DATA_MAP.get(assetAddress);
@@ -9,6 +14,8 @@ const ETHENA_DATA_MAP: Map<string, number> = new Map([
914
[AaveV3Plasma.ASSETS.sUSDe.A_TOKEN, 5],
1015
[AaveV3Plasma.ASSETS.USDe.A_TOKEN, 5],
1116
[AaveV3EthereumLido.ASSETS.sUSDe.A_TOKEN, 5],
17+
[AaveV3Mantle.ASSETS.sUSDe.A_TOKEN, 5],
18+
[AaveV3Mantle.ASSETS.USDe.A_TOKEN, 5],
1219

1320
[AaveV3Ethereum.ASSETS.PT_eUSDE_29MAY2025.A_TOKEN, 2],
1421
[AaveV3Ethereum.ASSETS.PT_eUSDE_14AUG2025.A_TOKEN, 2],

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,10 +1209,10 @@
12091209
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
12101210
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
12111211

1212-
"@bgd-labs/aave-address-book@^4.44.6":
1213-
version "4.44.6"
1214-
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-address-book/-/aave-address-book-4.44.6.tgz#bfb8d2624b6326c5ef745f22ab5f066def79a28e"
1215-
integrity sha512-mLjJDE339gkKwIMtOGZ4eRbIkOOm2B4DP+OA+Efh9owcgkRhn3/AW99RnsLS/VGZzGdkRPFJMDRpUUctGKw0Kw==
1212+
"@bgd-labs/aave-address-book@^4.44.22":
1213+
version "4.44.22"
1214+
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-address-book/-/aave-address-book-4.44.22.tgz#e3732cd304ccfc1ea0d0df20f044f3b5d083e2e6"
1215+
integrity sha512-25dt74TdSJxpCu++QbfRcsSlXZJ2HnktkzekVa0n97X/wNDmJx49GxzZLQI3wIAvSsY/iNRGwBMsHq/LTc1qUg==
12161216

12171217
"@coinbase/wallet-sdk@4.3.0":
12181218
version "4.3.0"

0 commit comments

Comments
 (0)