@clonegod/ttd-bsc-common 3.0.42 → 3.0.43

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.
@@ -3,8 +3,6 @@ export { calculateClmmDepth, getSqrtRatioAtTick, computeTargetSqrtPrice, bigIntS
3
3
  export type { ClmmDepthInput, DepthResult } from './clmm_depth_calculator';
4
4
  export { calculateAmmDepth } from './amm_depth_calculator';
5
5
  export type { AmmDepthInput, AmmDepthResult } from './amm_depth_calculator';
6
- export { verifyDepth, isDepthVerifyEnabled } from './verify_depth';
7
- export type { DepthVerifyInput } from './verify_depth';
8
6
  import { PoolDepthData } from '@clonegod/ttd-core';
9
7
  export type { PoolDepthData } from '@clonegod/ttd-core';
10
8
  export declare function getDepthBps(): number[];
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isDepthVerifyEnabled = exports.verifyDepth = exports.calculateAmmDepth = exports.bigIntSqrt = exports.computeTargetSqrtPrice = exports.getSqrtRatioAtTick = exports.calculateClmmDepth = void 0;
3
+ exports.calculateAmmDepth = exports.bigIntSqrt = exports.computeTargetSqrtPrice = exports.getSqrtRatioAtTick = exports.calculateClmmDepth = void 0;
4
4
  exports.getDepthBps = getDepthBps;
5
5
  exports.buildClmmDepth = buildClmmDepth;
6
6
  exports.buildAmmDepth = buildAmmDepth;
@@ -15,9 +15,6 @@ Object.defineProperty(exports, "computeTargetSqrtPrice", { enumerable: true, get
15
15
  Object.defineProperty(exports, "bigIntSqrt", { enumerable: true, get: function () { return clmm_depth_calculator_2.bigIntSqrt; } });
16
16
  var amm_depth_calculator_2 = require("./amm_depth_calculator");
17
17
  Object.defineProperty(exports, "calculateAmmDepth", { enumerable: true, get: function () { return amm_depth_calculator_2.calculateAmmDepth; } });
18
- var verify_depth_1 = require("./verify_depth");
19
- Object.defineProperty(exports, "verifyDepth", { enumerable: true, get: function () { return verify_depth_1.verifyDepth; } });
20
- Object.defineProperty(exports, "isDepthVerifyEnabled", { enumerable: true, get: function () { return verify_depth_1.isDepthVerifyEnabled; } });
21
18
  function getDepthBps() {
22
19
  const raw = process.env.DEPTH_BPS_LEVELS;
23
20
  if (!raw)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-bsc-common",
3
- "version": "3.0.42",
3
+ "version": "3.0.43",
4
4
  "description": "BSC common library",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",
@@ -14,7 +14,7 @@
14
14
  "push": "npm run build && npm publish"
15
15
  },
16
16
  "dependencies": {
17
- "@clonegod/ttd-core": "3.0.16",
17
+ "@clonegod/ttd-core": "3.0.18",
18
18
  "axios": "^1.12.0",
19
19
  "dotenv": "^16.4.7",
20
20
  "ethers": "^5.8.0",