@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.
package/dist/cjs/sdk/index.cjs
CHANGED
|
@@ -56581,7 +56581,7 @@ var GEARBOX_RISK_CURATORS = {
|
|
|
56581
56581
|
};
|
|
56582
56582
|
var DEPRECIATED_POOLS = {
|
|
56583
56583
|
Mainnet: {
|
|
56584
|
-
|
|
56584
|
+
["0x1dc0f3359a254f876b37906cfc1000a35ce2d717".toLowerCase()]: "USDT_V3_BROKEN"
|
|
56585
56585
|
},
|
|
56586
56586
|
Arbitrum: {},
|
|
56587
56587
|
Optimism: {},
|
package/dist/cjs/sdk/index.d.ts
CHANGED
|
@@ -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
|
|
93677
|
+
readonly [x: string]: "USDT_V3_BROKEN";
|
|
93678
93678
|
};
|
|
93679
93679
|
readonly Arbitrum: {};
|
|
93680
93680
|
readonly Optimism: {};
|
package/dist/esm/sdk/index.d.mts
CHANGED
|
@@ -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
|
|
93677
|
+
readonly [x: string]: "USDT_V3_BROKEN";
|
|
93678
93678
|
};
|
|
93679
93679
|
readonly Arbitrum: {};
|
|
93680
93680
|
readonly Optimism: {};
|
package/dist/esm/sdk/index.mjs
CHANGED
|
@@ -56574,7 +56574,7 @@ var GEARBOX_RISK_CURATORS = {
|
|
|
56574
56574
|
};
|
|
56575
56575
|
var DEPRECIATED_POOLS = {
|
|
56576
56576
|
Mainnet: {
|
|
56577
|
-
|
|
56577
|
+
["0x1dc0f3359a254f876b37906cfc1000a35ce2d717".toLowerCase()]: "USDT_V3_BROKEN"
|
|
56578
56578
|
},
|
|
56579
56579
|
Arbitrum: {},
|
|
56580
56580
|
Optimism: {},
|