Skip to content

Commit ffc8108

Browse files
authored
feat: add assets under Ethena program (#2492)
1 parent 9fa4658 commit ffc8108

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"dependencies": {
3434
"@aave/contract-helpers": "1.33.3",
3535
"@aave/math-utils": "1.33.3",
36-
"@bgd-labs/aave-address-book": "^4.22.0",
36+
"@amplitude/analytics-browser": "^2.13.0",
37+
"@bgd-labs/aave-address-book": "^4.22.1",
3738
"@cowprotocol/app-data": "^3.1.0",
3839
"@cowprotocol/cow-sdk": "6.0.0-RC.47",
3940
"@emotion/cache": "11.10.3",
@@ -79,7 +80,6 @@
7980
"react": "^18.0.0",
8081
"react-cookie-consent": "^8.0.1",
8182
"react-dom": "^18.0.0",
82-
"@amplitude/analytics-browser": "^2.13.0",
8383
"react-infinite-scroller": "^1.2.6",
8484
"react-lazy-load": "^4.0.1",
8585
"react-markdown": "^8.0.7",

src/hooks/useEthenaIncentives.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ const ETHENA_DATA_MAP: Map<string, number> = new Map([
1010
[AaveV3Ethereum.ASSETS.GHO.V_TOKEN, 5],
1111
[AaveV3EthereumLido.ASSETS.GHO.V_TOKEN, 5],
1212
[AaveV3Ethereum.ASSETS.PT_eUSDE_29MAY2025.A_TOKEN, 2],
13+
[AaveV3Ethereum.ASSETS.PT_eUSDE_14AUG2025.A_TOKEN, 2],
14+
[AaveV3Ethereum.ASSETS.PT_USDe_31JUL2025.A_TOKEN, 2],
15+
[AaveV3Ethereum.ASSETS.PT_sUSDE_31JUL2025.A_TOKEN, 1],
1316
[AaveV3Ethereum.ASSETS.PT_sUSDE_31JUL2025.A_TOKEN, 1],
1417
]);
1518

yarn.lock

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

1151-
"@bgd-labs/aave-address-book@^4.22.0":
1152-
version "4.22.0"
1153-
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-address-book/-/aave-address-book-4.22.0.tgz#c9adc08d328ea545559fd40c4e17cf0a8a3ee401"
1154-
integrity sha512-VA7t5Ax4KXem4TvkP84ha0rW7Ml/NxO/+kBoPgTqU6HeZsdE4hgerznHYxQW7bzccsyBr4+nX4l0ozXxTC54AQ==
1151+
"@bgd-labs/aave-address-book@^4.22.1":
1152+
version "4.22.1"
1153+
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-address-book/-/aave-address-book-4.22.1.tgz#1cf211a44a34d3c8fa5db5408f521539f9223d9c"
1154+
integrity sha512-ArXOFU2Vi9U2mcph9Gu+bhlgjeVtcyuhVNuPph9XD7dY/QjJTeW4D9i65KsZs5xXVqemm5bU+spo6vHYbzLHmA==
11551155

11561156
"@coinbase/[email protected]":
11571157
version "4.3.0"

0 commit comments

Comments
 (0)