@gearbox-protocol/sdk 3.0.0-next.215 → 3.0.0-next.217

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  import { LPTokens, PartialRecord, SupportedToken } from "@gearbox-protocol/sdk-gov";
2
2
  type AdditionalTokensWithAPY = Extract<SupportedToken, "STETH" | "rETH" | "osETH" | "cbETH" | "wstETH" | "sfrxETH">;
3
- type AdditionalLPTokens = Extract<SupportedToken, "weETH" | "ezETH" | "sfrxETH" | "USDe" | "rsETH" | "rswETH" | "pufETH">;
3
+ type AdditionalLPTokens = Extract<SupportedToken, "weETH" | "ezETH" | "sfrxETH" | "USDe" | "rsETH" | "rswETH" | "pufETH" | "pzETH" | "rstETH" | "steakLRT" | "amphrETH">;
4
4
  type ExtraFarmTokens = AdditionalTokensWithAPY | AdditionalLPTokens;
5
5
  export type LRTAndLSDTokens = Extract<ExtraFarmTokens, "weETH" | "rsETH" | "rswETH" | "pufETH" | "ezETH" | "STETH" | "wstETH" | "sfrxETH" | "osETH" | "cbETH" | "rETH">;
6
6
  export type TokensWithAPY = LPTokens | AdditionalTokensWithAPY;
package/lib/apy/index.js CHANGED
@@ -24,6 +24,10 @@ const ADDITIONAL_LP_TOKENS = {
24
24
  rsETH: true,
25
25
  rswETH: true,
26
26
  pufETH: true,
27
+ pzETH: true,
28
+ rstETH: true,
29
+ steakLRT: true,
30
+ amphrETH: true,
27
31
  };
28
32
  const TOKENS_WITH_APY = {
29
33
  STETH: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "3.0.0-next.215",
3
+ "version": "3.0.0-next.217",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@gearbox-protocol/bots-v3": "^1.5.1",
32
- "@gearbox-protocol/sdk-gov": "^2.14.1",
32
+ "@gearbox-protocol/sdk-gov": "^2.15.1",
33
33
  "@wagmi/cli": "^2.1.13",
34
34
  "axios": "^1.2.6",
35
35
  "decimal.js-light": "^2.5.1",