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