@gearbox-protocol/sdk 8.27.11 → 8.27.12

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.
@@ -45,7 +45,8 @@ class AbstractMigrateCreditAccountsService extends import_base.SDKConstruct {
45
45
  };
46
46
  static accountMigratorBot = "0x286Fe53994f5668D56538Aa10eaa3Ac36f878e9C".toLowerCase();
47
47
  // "0xc19ddEbDEB7Ba119eB9F23d079dcEaBC1B25B41f".toLowerCase() as Address;
48
- static accountMigratorPreviewer = "0x5514de935f39AB0a137b4A1c984c872513C02f29".toLowerCase();
48
+ static accountMigratorPreviewer = "0x6523B8c9daB92eea7944a79b4Dbb598c7934DCca".toLowerCase();
49
+ // "0x5514de935f39AB0a137b4A1c984c872513C02f29".toLowerCase() as Address;
49
50
  // "0xe6d2A2477722Af204899cfd3257A43aDAE1Ea264".toLowerCase() as Address;
50
51
  // 0x99B63E7030e6f066731CF4e166e87D1D18e98B45.toLowerCase() as Address;
51
52
  constructor(sdk, version) {
@@ -43,6 +43,8 @@ const HUMAN_READABLE_SYMBOLS = {
43
43
  PT_sUSDX_1SEP2025: "pt.sUSDX(1.09.25)",
44
44
  PT_sUSDf_25SEP2025: "pt.sUSDf(25.09.25)",
45
45
  PT_USDf_29JAN2026: "pt.USDf(29.01.26)",
46
+ stkcvxllamathena_v3_1: "stkcvxllamathena",
47
+ stkcvxRLUSDUSDC_v3_1: "stkcvxRLUSDUSDC",
46
48
  ["PT-wstUSR-25SEP2025"]: "pt.wstUSR(25.09.25)",
47
49
  ["PT-yUSD-27NOV2025"]: "pt.yUSD(27.11.25)",
48
50
  ["PT-pUSDe-16OCT2025"]: "pt.pUSDe(16.10.25)",
@@ -25,7 +25,8 @@ class AbstractMigrateCreditAccountsService extends SDKConstruct {
25
25
  };
26
26
  static accountMigratorBot = "0x286Fe53994f5668D56538Aa10eaa3Ac36f878e9C".toLowerCase();
27
27
  // "0xc19ddEbDEB7Ba119eB9F23d079dcEaBC1B25B41f".toLowerCase() as Address;
28
- static accountMigratorPreviewer = "0x5514de935f39AB0a137b4A1c984c872513C02f29".toLowerCase();
28
+ static accountMigratorPreviewer = "0x6523B8c9daB92eea7944a79b4Dbb598c7934DCca".toLowerCase();
29
+ // "0x5514de935f39AB0a137b4A1c984c872513C02f29".toLowerCase() as Address;
29
30
  // "0xe6d2A2477722Af204899cfd3257A43aDAE1Ea264".toLowerCase() as Address;
30
31
  // 0x99B63E7030e6f066731CF4e166e87D1D18e98B45.toLowerCase() as Address;
31
32
  constructor(sdk, version) {
@@ -20,6 +20,8 @@ const HUMAN_READABLE_SYMBOLS = {
20
20
  PT_sUSDX_1SEP2025: "pt.sUSDX(1.09.25)",
21
21
  PT_sUSDf_25SEP2025: "pt.sUSDf(25.09.25)",
22
22
  PT_USDf_29JAN2026: "pt.USDf(29.01.26)",
23
+ stkcvxllamathena_v3_1: "stkcvxllamathena",
24
+ stkcvxRLUSDUSDC_v3_1: "stkcvxRLUSDUSDC",
23
25
  ["PT-wstUSR-25SEP2025"]: "pt.wstUSR(25.09.25)",
24
26
  ["PT-yUSD-27NOV2025"]: "pt.yUSD(27.11.25)",
25
27
  ["PT-pUSDe-16OCT2025"]: "pt.pUSDe(16.10.25)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "8.27.11",
3
+ "version": "8.27.12",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",