File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
107110export 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 ,
You can’t perform that action at this time.
0 commit comments