Skip to content

Commit 8fa373b

Browse files
authored
Adds flagship eth rewards tooltip (#1555)
1 parent 34a0525 commit 8fa373b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

apps/hyperdrive-trading/src/ui/rewards/useMorphoRate.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ import { Address } from "viem";
44

55
const marketPoolIds: Record<Address, string> = {
66
// Key: Hyperdrive contract address for the market
7-
// Value: Corresponding Morpho pool ID
7+
// Value: Corresponding Morpho vault address (for vault rewards) or pool id (for market rewards)
88
// Market:Base 182d Morpho cbETH/USDC
99
"0x2a1ca35Ded36C531F77c614b5AAA0d4F86edbB06":
1010
"0xdba352d93a64b17c71104cbddc6aef85cd432322a1446b5b65163cbbc615cd0c",
11+
// Market: 182d Moonwell Flagship ETH
12+
"0xceD9F810098f8329472AEFbaa1112534E96A5c7b":
13+
"0xa0E430870c4604CcfC7B38Ca7845B1FF653D0ff1",
1114
};
1215

1316
export function useMorphoRate({

apps/hyperdrive-trading/src/ui/rewards/useRewards.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ const eligibleMarketsForMorphoRewards: Record<number, Address[]> = {
1515
[base.id]: [
1616
// 182d Morpho chETH/USDC
1717
"0xFcdaF9A4A731C24ed2E1BFd6FA918d9CF7F50137",
18+
// 182d Moonwell Flagship ETH
19+
"0xceD9F810098f8329472AEFbaa1112534E96A5c7b",
1820
],
1921
};
2022

0 commit comments

Comments
 (0)