Skip to content

Commit 66f9ceb

Browse files
authored
feat: add multiplier for Ether.fi eBTC (#2417)
1 parent d74b785 commit 66f9ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks/useEtherfiIncentives.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const getetherfiData = (
1010

1111
const ETHERFI_DATA_MAP: Map<string, number> = new Map([
1212
[`${CustomMarket.proto_mainnet_v3}-${ProtocolAction.supply}-weETH`, 3],
13+
[`${CustomMarket.proto_mainnet_v3}-${ProtocolAction.supply}-eBTC`, 3],
1314
[`${CustomMarket.proto_etherfi_v3}-${ProtocolAction.supply}-weETH`, 3],
1415
[`${CustomMarket.proto_lido_v3}-${ProtocolAction.supply}-weETH`, 3],
1516
[`${CustomMarket.proto_arbitrum_v3}-${ProtocolAction.supply}-weETH`, 3],

0 commit comments

Comments
 (0)