Skip to content

Commit 36d30f9

Browse files
committed
feat: add Masiv Avalanche supply GHO incentive
1 parent 5f0be0f commit 36d30f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/hooks/useMeritIncentives.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export enum MeritAction {
4848
AVALANCHE_SUPPLY_USDT = 'avalanche-supply-usdt',
4949
AVALANCHE_SUPPLY_SAVAX = 'avalanche-supply-savax',
5050
AVALANCHE_SUPPLY_AUSD = 'avalanche-supply-ausd',
51+
AVALANCHE_SUPPLY_GHO = 'avalanche-supply-gho',
5152
SONIC_SUPPLY_USDCE = 'sonic-supply-usdce',
5253
SONIC_SUPPLY_STS_BORROW_WS = 'sonic-supply-sts-borrow-ws',
5354
GNOSIS_BORROW_EURE = 'gnosis-borrow-eure',
@@ -516,6 +517,15 @@ const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>
516517
customForumLink: AusdRenewalForumLink,
517518
},
518519
],
520+
GHO: [
521+
{
522+
action: MeritAction.AVALANCHE_SUPPLY_GHO,
523+
rewardTokenAddress: AaveV3Avalanche.ASSETS.GHO.A_TOKEN,
524+
rewardTokenSymbol: 'aAvaSAVAX',
525+
protocolAction: ProtocolAction.supply,
526+
customMessage: antiLoopMessage,
527+
},
528+
],
519529
},
520530
[CustomMarket.proto_sonic_v3]: {
521531
['USDC']: [

0 commit comments

Comments
 (0)