From 362a2789a039bb9c94b1a0ea2fd2d11938e53f20 Mon Sep 17 00:00:00 2001 From: de-snake <122296842+de-snake@users.noreply.github.com> Date: Sat, 10 Jan 2026 16:00:54 +0300 Subject: [PATCH 1/2] fix: remove merkl APY for ETH+ --- src/tokens/apy/merkle/constants.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/tokens/apy/merkle/constants.ts b/src/tokens/apy/merkle/constants.ts index 09aec6f..17e0a02 100644 --- a/src/tokens/apy/merkle/constants.ts +++ b/src/tokens/apy/merkle/constants.ts @@ -35,21 +35,6 @@ export const TOKENS: PartialRecord< NetworkType, Record // symbol to pool > = { - Mainnet: { - "0xe72b141df173b999ae7c1adcbf60cc9833ce56a8": { - id: "0x9ebe8c8e7a8d00b6085302e78cdba319932898c7", - symbol: "ETHPlus", - type: "composite", - tokens: [ - { - handler: { getter: getAPYYieldsreserve, type: "yieldsreserve" }, - token: - TOKENS_YIELDRESERVE.Mainnet?.["ETH+"]?.address || ("" as Address), - fraction: 1, - }, - ], - }, - }, Etherlink: { "0x942644106B073E30D72c2C5D7529D5C296ea91ab": { id: "0x942644106B073E30D72c2C5D7529D5C296ea91ab", From f6c2cc0da2af0f3cb5178cdcee0d045687a5443c Mon Sep 17 00:00:00 2001 From: de-snake <122296842+de-snake@users.noreply.github.com> Date: Sat, 10 Jan 2026 16:04:20 +0300 Subject: [PATCH 2/2] feat: add ETH+ extra apy in kpk WETH pool Added new collateral entry for kpk WETH. --- src/tokens/tokenExtraCollateralAPY/constants.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/tokens/tokenExtraCollateralAPY/constants.ts b/src/tokens/tokenExtraCollateralAPY/constants.ts index 1a2082b..6ae0140 100644 --- a/src/tokens/tokenExtraCollateralAPY/constants.ts +++ b/src/tokens/tokenExtraCollateralAPY/constants.ts @@ -22,12 +22,12 @@ export const EXTRA_APY: PartialRecord< Array > = { Mainnet: [ - // { - // pool: "0xff94993fa7ea27efc943645f95adb36c1b81244b", // WSTETH_POOL - // address: "0x7a4EffD87C2f3C55CA251080b1343b605f327E3a", // RSTETH - // symbol: "rstETH", - // value: 0.34, - // type: "relative", - // }, + { + pool: "0x9396dcbf78fc526bb003665337c5e73b699571ef", // kpk WETH + address: "0xE72B141DF173b999AE7c1aDcbF60Cc9833Ce56a8", // ETH+ + symbol: "ETH+", + value: 1.25, + type: "relative", + }, ], };