From e85c428cfcc53cedcb3be52bf993f7ce060bd729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nandy=20B=C3=A2?= Date: Tue, 8 Apr 2025 12:27:27 +0800 Subject: [PATCH] feat: add multiplier for Ether.fi eBTC --- src/hooks/useEtherfiIncentives.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/useEtherfiIncentives.ts b/src/hooks/useEtherfiIncentives.ts index 050ccc00d9..050966b646 100644 --- a/src/hooks/useEtherfiIncentives.ts +++ b/src/hooks/useEtherfiIncentives.ts @@ -10,6 +10,7 @@ const getetherfiData = ( const ETHERFI_DATA_MAP: Map = new Map([ [`${CustomMarket.proto_mainnet_v3}-${ProtocolAction.supply}-weETH`, 3], + [`${CustomMarket.proto_mainnet_v3}-${ProtocolAction.supply}-eBTC`, 3], [`${CustomMarket.proto_etherfi_v3}-${ProtocolAction.supply}-weETH`, 3], [`${CustomMarket.proto_lido_v3}-${ProtocolAction.supply}-weETH`, 3], [`${CustomMarket.proto_arbitrum_v3}-${ProtocolAction.supply}-weETH`, 3],