@gearbox-protocol/sdk 3.0.0-vfour.266 → 3.0.0-vfour.267
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.d.ts
CHANGED
|
@@ -93672,15 +93672,7 @@ declare const GEARBOX_RISK_CURATORS: Record<NetworkType, Address[]>;
|
|
|
93672
93672
|
/**
|
|
93673
93673
|
* Depreciated pools
|
|
93674
93674
|
*/
|
|
93675
|
-
declare const DEPRECIATED_POOLS:
|
|
93676
|
-
readonly Mainnet: {
|
|
93677
|
-
readonly [x: string]: "USDT_V3_BROKEN";
|
|
93678
|
-
};
|
|
93679
|
-
readonly Arbitrum: {};
|
|
93680
|
-
readonly Optimism: {};
|
|
93681
|
-
readonly Base: {};
|
|
93682
|
-
readonly Sonic: {};
|
|
93683
|
-
};
|
|
93675
|
+
declare const DEPRECIATED_POOLS: Record<NetworkType, Record<Address, string>>;
|
|
93684
93676
|
|
|
93685
93677
|
declare enum BotPermissions {
|
|
93686
93678
|
ADD_COLLATERAL = 1,
|
package/dist/esm/sdk/index.d.mts
CHANGED
|
@@ -93672,15 +93672,7 @@ declare const GEARBOX_RISK_CURATORS: Record<NetworkType, Address[]>;
|
|
|
93672
93672
|
/**
|
|
93673
93673
|
* Depreciated pools
|
|
93674
93674
|
*/
|
|
93675
|
-
declare const DEPRECIATED_POOLS:
|
|
93676
|
-
readonly Mainnet: {
|
|
93677
|
-
readonly [x: string]: "USDT_V3_BROKEN";
|
|
93678
|
-
};
|
|
93679
|
-
readonly Arbitrum: {};
|
|
93680
|
-
readonly Optimism: {};
|
|
93681
|
-
readonly Base: {};
|
|
93682
|
-
readonly Sonic: {};
|
|
93683
|
-
};
|
|
93675
|
+
declare const DEPRECIATED_POOLS: Record<NetworkType, Record<Address, string>>;
|
|
93684
93676
|
|
|
93685
93677
|
declare enum BotPermissions {
|
|
93686
93678
|
ADD_COLLATERAL = 1,
|