Skip to content

Commit 114e728

Browse files
authored
feat: add ETHx Merit campaign (#2294)
1 parent 7475501 commit 114e728

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

public/icons/tokens/sd.svg

Lines changed: 1 addition & 1 deletion
Loading

src/hooks/useMeritIncentives.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { CustomMarket } from 'src/ui-config/marketsConfig';
77
export enum MeritAction {
88
ETHEREUM_STKGHO = 'ethereum-stkgho',
99
ETHEREUM_SUPPLY_PYUSD = 'ethereum-supply-pyusd',
10+
ETHEREUM_SUPPLY_ETHX = 'ethereum-supply-ethx',
1011
SUPPLY_CBBTC_BORROW_USDC = 'ethereum-supply-cbbtc-borrow-usdc',
1112
SUPPLY_WBTC_BORROW_USDT = 'ethereum-supply-wbtc-borrow-usdt',
1213
BASE_SUPPLY_CBBTC = 'base-supply-cbbtc',
@@ -99,6 +100,14 @@ const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>
99100
'Borrowing of some assets may impact the amount of rewards you are eligible for. Please check the forum post for the full eligibility criteria.',
100101
},
101102
],
103+
ETHx: [
104+
{
105+
action: MeritAction.ETHEREUM_SUPPLY_ETHX,
106+
rewardTokenAddress: '0x30D20208d987713f46DFD34EF128Bb16C404D10f', // Stader (SD)
107+
rewardTokenSymbol: 'SD',
108+
protocolAction: ProtocolAction.supply,
109+
},
110+
],
102111
},
103112
[CustomMarket.proto_base_v3]: {
104113
cbBTC: [

0 commit comments

Comments
 (0)