Skip to content

Commit 18930d7

Browse files
authored
feat: add points (#2883)
1 parent 5bff9d5 commit 18930d7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@
163163
"budgetPercentIncreaseRed": 20,
164164
"showDetails": true
165165
}
166-
}
166+
}

src/hooks/useEthenaIncentives.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const ETHENA_DATA_MAP: Map<string, number> = new Map([
1616
[AaveV3EthereumLido.ASSETS.sUSDe.A_TOKEN, 5],
1717
[AaveV3Mantle.ASSETS.sUSDe.A_TOKEN, 5],
1818
[AaveV3Mantle.ASSETS.USDe.A_TOKEN, 5],
19+
['0x24C1FaC3447C45137E5f1c2C54Fe9ed3F1EdeA61', 5], // sUSDe INK
1920

2021
[AaveV3Ethereum.ASSETS.PT_eUSDE_29MAY2025.A_TOKEN, 2],
2122
[AaveV3Ethereum.ASSETS.PT_eUSDE_14AUG2025.A_TOKEN, 2],

0 commit comments

Comments
 (0)