@gearbox-protocol/sdk 3.0.0-vfour.265 → 3.0.0-vfour.266

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.
@@ -56581,7 +56581,7 @@ var GEARBOX_RISK_CURATORS = {
56581
56581
  };
56582
56582
  var DEPRECIATED_POOLS = {
56583
56583
  Mainnet: {
56584
- USDT_V3_BROKEN: "0x1dc0f3359a254f876b37906cfc1000a35ce2d717".toLowerCase()
56584
+ ["0x1dc0f3359a254f876b37906cfc1000a35ce2d717".toLowerCase()]: "USDT_V3_BROKEN"
56585
56585
  },
56586
56586
  Arbitrum: {},
56587
56587
  Optimism: {},
@@ -93674,7 +93674,7 @@ declare const GEARBOX_RISK_CURATORS: Record<NetworkType, Address[]>;
93674
93674
  */
93675
93675
  declare const DEPRECIATED_POOLS: {
93676
93676
  readonly Mainnet: {
93677
- readonly USDT_V3_BROKEN: string;
93677
+ readonly [x: string]: "USDT_V3_BROKEN";
93678
93678
  };
93679
93679
  readonly Arbitrum: {};
93680
93680
  readonly Optimism: {};
@@ -93674,7 +93674,7 @@ declare const GEARBOX_RISK_CURATORS: Record<NetworkType, Address[]>;
93674
93674
  */
93675
93675
  declare const DEPRECIATED_POOLS: {
93676
93676
  readonly Mainnet: {
93677
- readonly USDT_V3_BROKEN: string;
93677
+ readonly [x: string]: "USDT_V3_BROKEN";
93678
93678
  };
93679
93679
  readonly Arbitrum: {};
93680
93680
  readonly Optimism: {};
@@ -56574,7 +56574,7 @@ var GEARBOX_RISK_CURATORS = {
56574
56574
  };
56575
56575
  var DEPRECIATED_POOLS = {
56576
56576
  Mainnet: {
56577
- USDT_V3_BROKEN: "0x1dc0f3359a254f876b37906cfc1000a35ce2d717".toLowerCase()
56577
+ ["0x1dc0f3359a254f876b37906cfc1000a35ce2d717".toLowerCase()]: "USDT_V3_BROKEN"
56578
56578
  },
56579
56579
  Arbitrum: {},
56580
56580
  Optimism: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "3.0.0-vfour.265",
3
+ "version": "3.0.0-vfour.266",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.cjs",