Skip to content

Commit 7a91609

Browse files
committed
fix: new lrt
1 parent 8d3f4c1 commit 7a91609

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/apy/index.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@ type AdditionalTokensWithAPY = Extract<
1212

1313
type AdditionalLPTokens = Extract<
1414
SupportedToken,
15-
"weETH" | "ezETH" | "sfrxETH" | "USDe" | "rsETH" | "rswETH" | "pufETH"
15+
| "weETH"
16+
| "ezETH"
17+
| "sfrxETH"
18+
| "USDe"
19+
| "rsETH"
20+
| "rswETH"
21+
| "pufETH"
22+
| "pzETH"
23+
| "rstETH"
24+
| "steakLRT"
25+
| "amphrETH"
1626
>;
1727

1828
type ExtraFarmTokens = AdditionalTokensWithAPY | AdditionalLPTokens;
@@ -44,6 +54,10 @@ const ADDITIONAL_LP_TOKENS: Record<AdditionalLPTokens, true> = {
4454
rsETH: true,
4555
rswETH: true,
4656
pufETH: true,
57+
pzETH: true,
58+
rstETH: true,
59+
steakLRT: true,
60+
amphrETH: true,
4761
};
4862

4963
const TOKENS_WITH_APY: Record<AdditionalTokensWithAPY, true> = {

0 commit comments

Comments
 (0)