diff --git a/src/components/incentives/IncentivesTooltipContent.tsx b/src/components/incentives/IncentivesTooltipContent.tsx index f434e1ab7e..6919d0ad08 100644 --- a/src/components/incentives/IncentivesTooltipContent.tsx +++ b/src/components/incentives/IncentivesTooltipContent.tsx @@ -48,7 +48,7 @@ const IncentivesSymbolMap: { symbol: 'aPYUSD', aToken: true, }, - aETHeBTC: { + aEtheBTC: { tokenIconSymbol: 'eBTC', symbol: 'aeBTC', aToken: true, diff --git a/src/hooks/useMeritIncentives.ts b/src/hooks/useMeritIncentives.ts index 6aa709a340..05eb5315cf 100644 --- a/src/hooks/useMeritIncentives.ts +++ b/src/hooks/useMeritIncentives.ts @@ -101,7 +101,7 @@ const MERIT_DATA_MAP: Record { action: MeritAction.SUPPLY_EBTC_BORROW_WBTC_OR_CBBTC, rewardTokenAddress: AaveV3Ethereum.ASSETS.eBTC.A_TOKEN, - rewardTokenSymbol: 'aEthCBBTC', + rewardTokenSymbol: 'aEtheBTC', protocolAction: ProtocolAction.borrow, customMessage: 'You must supply eBTC and borrow cbBTC in order to receive merit rewards.', },