Skip to content

Commit abaebdd

Browse files
committed
fix: add DVstETH
1 parent c2c888f commit abaebdd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/apy/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ type ExtraFarmTokens = Extract<
3737
| "PT_corn_pumpBTC_26DEC2024"
3838
| "pumpBTC"
3939
| "PT_sUSDe_27MAR2025"
40+
| "DVstETH"
4041
>;
4142

4243
// tokens with apy among them
@@ -67,6 +68,7 @@ type ExtraTokensWithAPY = Extract<
6768
| "PT_corn_eBTC_27MAR2025"
6869
| "PT_corn_pumpBTC_26DEC2024"
6970
| "PT_sUSDe_27MAR2025"
71+
| "DVstETH"
7072
>;
7173

7274
// LRT & LST tokens among them
@@ -102,6 +104,7 @@ const EXTRA_FARM_TOKENS: Record<ExtraFarmTokens, true> = {
102104
PT_corn_pumpBTC_26DEC2024: true,
103105
pumpBTC: true,
104106
PT_sUSDe_27MAR2025: true,
107+
DVstETH: true,
105108
};
106109

107110
export const isExtraFarmToken = (t: unknown): t is ExtraFarmTokens => {
@@ -127,6 +130,7 @@ const EXTRA_TOKENS_WITH_APY: Record<ExtraTokensWithAPY, true> = {
127130
steakLRT: true,
128131
amphrETH: true,
129132
pufETH: true,
133+
DVstETH: true,
130134

131135
PT_ezETH_26DEC2024: true,
132136
PT_eETH_26DEC2024: true,

0 commit comments

Comments
 (0)