From 7833686740471b32c504aa649ac21205f7730134 Mon Sep 17 00:00:00 2001 From: Alejandro <95312462+AGMASO@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:40:18 +0100 Subject: [PATCH 1/2] feat: add points --- package.json | 2 +- src/hooks/useEthenaIncentives.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6415393245..e872c477d5 100644 --- a/package.json +++ b/package.json @@ -163,4 +163,4 @@ "budgetPercentIncreaseRed": 20, "showDetails": true } -} \ No newline at end of file +} diff --git a/src/hooks/useEthenaIncentives.ts b/src/hooks/useEthenaIncentives.ts index 5157d3fca5..659ae201bf 100644 --- a/src/hooks/useEthenaIncentives.ts +++ b/src/hooks/useEthenaIncentives.ts @@ -16,6 +16,7 @@ const ETHENA_DATA_MAP: Map = new Map([ [AaveV3EthereumLido.ASSETS.sUSDe.A_TOKEN, 5], [AaveV3Mantle.ASSETS.sUSDe.A_TOKEN, 5], [AaveV3Mantle.ASSETS.USDe.A_TOKEN, 5], + ['0x24C1FaC3447C45137E5f1c2C54Fe9ed3F1EdeA61', 5], // sUSDe INK [AaveV3Ethereum.ASSETS.PT_eUSDE_29MAY2025.A_TOKEN, 2], [AaveV3Ethereum.ASSETS.PT_eUSDE_14AUG2025.A_TOKEN, 2], From f24f2f6256c845a4eedad9d6959210f1ae0fd92b Mon Sep 17 00:00:00 2001 From: Alejandro <95312462+AGMASO@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:44:09 +0100 Subject: [PATCH 2/2] Fix JSON formatting in package.json