Skip to content

Commit f77e673

Browse files
authored
feat: add borrow gho on Base Masiv campaign (#2457)
1 parent 7675a27 commit f77e673

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

src/components/incentives/IncentivesTooltipContent.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ const IncentivesSymbolMap: {
6868
symbol: 'aEURC',
6969
aToken: true,
7070
},
71+
aBasGHO: {
72+
tokenIconSymbol: 'GHO',
73+
symbol: 'aGHO',
74+
aToken: true,
75+
},
7176
aAvaSAVAX: {
7277
tokenIconSymbol: 'sAVAX',
7378
symbol: 'asAVAX',

src/hooks/useMeritIncentives.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export enum MeritAction {
3434
BASE_BORROW_EURC = 'base-borrow-eurc',
3535
BASE_BORROW_USDC = 'base-borrow-usdc',
3636
BASE_BORROW_WSTETH = 'base-borrow-wsteth',
37+
BASE_BORROW_GHO = 'base-borrow-gho',
3738
AVALANCHE_SUPPLY_BTCB = 'avalanche-supply-btcb',
3839
AVALANCHE_SUPPLY_USDC = 'avalanche-supply-usdc',
3940
AVALANCHE_SUPPLY_USDT = 'avalanche-supply-usdt',
@@ -342,6 +343,17 @@ const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>
342343
customForumLink: lbtcCbbtcForumLink,
343344
},
344345
],
346+
GHO: [
347+
{
348+
action: MeritAction.BASE_BORROW_GHO,
349+
rewardTokenAddress: AaveV3Base.ASSETS.GHO.A_TOKEN,
350+
rewardTokenSymbol: 'aBasGHO',
351+
protocolAction: ProtocolAction.borrow,
352+
customMessage: antiLoopBorrowMessage,
353+
customForumLink:
354+
'https://governance.aave.com/t/arfc-set-aci-as-emission-manager-for-liquidity-mining-programs/17898/94',
355+
},
356+
],
345357
},
346358
[CustomMarket.proto_avalanche_v3]: {
347359
['BTC.b']: [

0 commit comments

Comments
 (0)