@gearbox-protocol/sdk 14.12.0-next.52 → 14.12.0-next.53

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.
@@ -21,8 +21,7 @@ __export(constants_exports, {
21
21
  LIQUIDATION_COMPRESSOR_V313_ADDRESS: () => LIQUIDATION_COMPRESSOR_V313_ADDRESS
22
22
  });
23
23
  module.exports = __toCommonJS(constants_exports);
24
- var import_constants = require("../../constants/index.js");
25
- const LIQUIDATION_COMPRESSOR_V313_ADDRESS = import_constants.ADDRESS_0X0;
24
+ const LIQUIDATION_COMPRESSOR_V313_ADDRESS = "0x04c5c47c3b9e29ce98fdd27103fbb6a0815b1712";
26
25
  // Annotate the CommonJS export names for ESM import in node:
27
26
  0 && (module.exports = {
28
27
  LIQUIDATION_COMPRESSOR_V313_ADDRESS
@@ -1,5 +1,4 @@
1
- import { ADDRESS_0X0 } from "../../constants/index.js";
2
- const LIQUIDATION_COMPRESSOR_V313_ADDRESS = ADDRESS_0X0;
1
+ const LIQUIDATION_COMPRESSOR_V313_ADDRESS = "0x04c5c47c3b9e29ce98fdd27103fbb6a0815b1712";
3
2
  export {
4
3
  LIQUIDATION_COMPRESSOR_V313_ADDRESS
5
4
  };
@@ -1,6 +1,2 @@
1
1
  import type { Address } from "viem";
2
- /**
3
- * TODO: the contract is not deployed yet, replace with the real address
4
- * (per-network lookup if it ends up being deployed on several chains).
5
- **/
6
2
  export declare const LIQUIDATION_COMPRESSOR_V313_ADDRESS: Address;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "14.12.0-next.52",
3
+ "version": "14.12.0-next.53",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "repository": {