@centurion_project/v3-sdk 3.31.2 → 3.31.3

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.
@@ -1,4 +1,4 @@
1
- export declare const FACTORY_ADDRESS = "0x8D5f7fF8e8C22EDC25c9A14Fd241885aCe3EA4fc";
1
+ export declare const FACTORY_ADDRESS = "0x6B01D932c7128A6d7B5DA8B3B48E1ebD725DcEE9";
2
2
  export declare const FACTORY_ADDRESS_MAP: {
3
3
  [chainId: number]: string;
4
4
  };
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TICK_SPACINGS = exports.FeeAmount = exports.poolInitCodeHash = exports.POOL_INIT_CODE_HASH_MAP = exports.POOL_INIT_CODE_HASH = exports.ADDRESS_ZERO = exports.FACTORY_ADDRESS_MAP = exports.FACTORY_ADDRESS = void 0;
4
4
  const sdk_core_1 = require("@centurion_project/sdk-core");
5
- exports.FACTORY_ADDRESS = '0x8D5f7fF8e8C22EDC25c9A14Fd241885aCe3EA4fc';
5
+ exports.FACTORY_ADDRESS = '0x6B01D932c7128A6d7B5DA8B3B48E1ebD725DcEE9';
6
6
  exports.FACTORY_ADDRESS_MAP = sdk_core_1.V3_CORE_FACTORY_ADDRESSES;
7
7
  exports.ADDRESS_ZERO = '0x0000000000000000000000000000000000000000';
8
8
  // @deprecated please use poolInitCodeHash(chainId: ChainId)
@@ -1,4 +1,4 @@
1
- export declare const FACTORY_ADDRESS = "0x8D5f7fF8e8C22EDC25c9A14Fd241885aCe3EA4fc";
1
+ export declare const FACTORY_ADDRESS = "0x6B01D932c7128A6d7B5DA8B3B48E1ebD725DcEE9";
2
2
  export declare const FACTORY_ADDRESS_MAP: {
3
3
  [chainId: number]: string;
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import { ChainId, V3_CORE_FACTORY_ADDRESSES } from '@centurion_project/sdk-core';
2
- export const FACTORY_ADDRESS = '0x8D5f7fF8e8C22EDC25c9A14Fd241885aCe3EA4fc';
2
+ export const FACTORY_ADDRESS = '0x6B01D932c7128A6d7B5DA8B3B48E1ebD725DcEE9';
3
3
  export const FACTORY_ADDRESS_MAP = V3_CORE_FACTORY_ADDRESSES;
4
4
  export const ADDRESS_ZERO = '0x0000000000000000000000000000000000000000';
5
5
  // @deprecated please use poolInitCodeHash(chainId: ChainId)
@@ -1,4 +1,4 @@
1
- export declare const FACTORY_ADDRESS = "0x8D5f7fF8e8C22EDC25c9A14Fd241885aCe3EA4fc";
1
+ export declare const FACTORY_ADDRESS = "0x6B01D932c7128A6d7B5DA8B3B48E1ebD725DcEE9";
2
2
  export declare const FACTORY_ADDRESS_MAP: {
3
3
  [chainId: number]: string;
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@centurion_project/v3-sdk",
3
- "version": "3.31.2",
3
+ "version": "3.31.3",
4
4
  "description": "Centurion V3 SDK",
5
5
  "repository": "https://github.com/CenturionDEX/centurion-dex-sdks",
6
6
  "keywords": [
@@ -38,7 +38,7 @@
38
38
  "@ethersproject/abstract-signer": "^5.7.0",
39
39
  "@ethersproject/address": "^5.0.2",
40
40
  "@ethersproject/solidity": "^5.0.9",
41
- "@centurion_project/sdk-core": "^7.18.2",
41
+ "@centurion_project/sdk-core": "^7.18.3",
42
42
  "@uniswap/swap-router-contracts": "^1.3.0",
43
43
  "@uniswap/v3-periphery": "^1.1.1",
44
44
  "@uniswap/v3-staker": "1.0.0",