@gfxlabs/oku-chains 1.9.2 → 1.9.4

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/browser.js CHANGED
@@ -2257,7 +2257,7 @@
2257
2257
  defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73",
2258
2258
  defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd",
2259
2259
  tokenList: [
2260
- { symbol: "LL", address: "0xd9d7123552fA2bEdB2348bB562576D67f6E8e96E" },
2260
+ { symbol: "LL", address: "0x519d3443cacc61bd844546edaea48e5502021802" },
2261
2261
  { symbol: "USDC.e", address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd" },
2262
2262
  { symbol: "USDT", address: "0x808d7c71ad2ba3FA531b068a2417C63106BC0949" },
2263
2263
  { symbol: "WETH", address: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73" },
@@ -5648,6 +5648,13 @@
5648
5648
  wrappedNativeDecimals: 18,
5649
5649
  nativeCurrencyName: "ETH",
5650
5650
  },
5651
+ uniswapv4: {
5652
+ deployBlock: 0,
5653
+ poolManager: "0x1f98400000000000000000000000000000000004",
5654
+ positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf",
5655
+ universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3",
5656
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5657
+ },
5651
5658
  token: {
5652
5659
  wethAddress: "0x4200000000000000000000000000000000000006",
5653
5660
  },
package/dist/index-mjs.js CHANGED
@@ -2254,7 +2254,7 @@ const lightlink = makeConfig({
2254
2254
  defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73",
2255
2255
  defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd",
2256
2256
  tokenList: [
2257
- { symbol: "LL", address: "0xd9d7123552fA2bEdB2348bB562576D67f6E8e96E" },
2257
+ { symbol: "LL", address: "0x519d3443cacc61bd844546edaea48e5502021802" },
2258
2258
  { symbol: "USDC.e", address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd" },
2259
2259
  { symbol: "USDT", address: "0x808d7c71ad2ba3FA531b068a2417C63106BC0949" },
2260
2260
  { symbol: "WETH", address: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73" },
@@ -5645,6 +5645,13 @@ const unichain = makeConfig({
5645
5645
  wrappedNativeDecimals: 18,
5646
5646
  nativeCurrencyName: "ETH",
5647
5647
  },
5648
+ uniswapv4: {
5649
+ deployBlock: 0,
5650
+ poolManager: "0x1f98400000000000000000000000000000000004",
5651
+ positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf",
5652
+ universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3",
5653
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5654
+ },
5648
5655
  token: {
5649
5656
  wethAddress: "0x4200000000000000000000000000000000000006",
5650
5657
  },
package/dist/index.js CHANGED
@@ -2256,7 +2256,7 @@ const lightlink = makeConfig({
2256
2256
  defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73",
2257
2257
  defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd",
2258
2258
  tokenList: [
2259
- { symbol: "LL", address: "0xd9d7123552fA2bEdB2348bB562576D67f6E8e96E" },
2259
+ { symbol: "LL", address: "0x519d3443cacc61bd844546edaea48e5502021802" },
2260
2260
  { symbol: "USDC.e", address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd" },
2261
2261
  { symbol: "USDT", address: "0x808d7c71ad2ba3FA531b068a2417C63106BC0949" },
2262
2262
  { symbol: "WETH", address: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73" },
@@ -5647,6 +5647,13 @@ const unichain = makeConfig({
5647
5647
  wrappedNativeDecimals: 18,
5648
5648
  nativeCurrencyName: "ETH",
5649
5649
  },
5650
+ uniswapv4: {
5651
+ deployBlock: 0,
5652
+ poolManager: "0x1f98400000000000000000000000000000000004",
5653
+ positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf",
5654
+ universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3",
5655
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5656
+ },
5650
5657
  token: {
5651
5658
  wethAddress: "0x4200000000000000000000000000000000000006",
5652
5659
  },
@@ -3938,7 +3938,7 @@ declare const lightlink: Readonly<{
3938
3938
  defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
3939
3939
  tokenList: ({
3940
3940
  symbol: string;
3941
- address: "0xd9d7123552fA2bEdB2348bB562576D67f6E8e96E";
3941
+ address: "0x519d3443cacc61bd844546edaea48e5502021802";
3942
3942
  } | {
3943
3943
  symbol: string;
3944
3944
  address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
@@ -8136,6 +8136,13 @@ declare const unichain: Readonly<{
8136
8136
  wrappedNativeDecimals: number;
8137
8137
  nativeCurrencyName: string;
8138
8138
  };
8139
+ uniswapv4: {
8140
+ deployBlock: number;
8141
+ poolManager: "0x1f98400000000000000000000000000000000004";
8142
+ positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf";
8143
+ universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3";
8144
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
8145
+ };
8139
8146
  token: {
8140
8147
  wethAddress: "0x4200000000000000000000000000000000000006";
8141
8148
  };
@@ -17462,7 +17469,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17462
17469
  defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
17463
17470
  tokenList: ({
17464
17471
  symbol: string;
17465
- address: "0xd9d7123552fA2bEdB2348bB562576D67f6E8e96E";
17472
+ address: "0x519d3443cacc61bd844546edaea48e5502021802";
17466
17473
  } | {
17467
17474
  symbol: string;
17468
17475
  address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
@@ -18564,6 +18571,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18564
18571
  wrappedNativeDecimals: number;
18565
18572
  nativeCurrencyName: string;
18566
18573
  };
18574
+ uniswapv4: {
18575
+ deployBlock: number;
18576
+ poolManager: "0x1f98400000000000000000000000000000000004";
18577
+ positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf";
18578
+ universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3";
18579
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
18580
+ };
18567
18581
  token: {
18568
18582
  wethAddress: "0x4200000000000000000000000000000000000006";
18569
18583
  };
@@ -3938,7 +3938,7 @@ declare const lightlink: Readonly<{
3938
3938
  defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
3939
3939
  tokenList: ({
3940
3940
  symbol: string;
3941
- address: "0xd9d7123552fA2bEdB2348bB562576D67f6E8e96E";
3941
+ address: "0x519d3443cacc61bd844546edaea48e5502021802";
3942
3942
  } | {
3943
3943
  symbol: string;
3944
3944
  address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
@@ -8136,6 +8136,13 @@ declare const unichain: Readonly<{
8136
8136
  wrappedNativeDecimals: number;
8137
8137
  nativeCurrencyName: string;
8138
8138
  };
8139
+ uniswapv4: {
8140
+ deployBlock: number;
8141
+ poolManager: "0x1f98400000000000000000000000000000000004";
8142
+ positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf";
8143
+ universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3";
8144
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
8145
+ };
8139
8146
  token: {
8140
8147
  wethAddress: "0x4200000000000000000000000000000000000006";
8141
8148
  };
@@ -17462,7 +17469,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17462
17469
  defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
17463
17470
  tokenList: ({
17464
17471
  symbol: string;
17465
- address: "0xd9d7123552fA2bEdB2348bB562576D67f6E8e96E";
17472
+ address: "0x519d3443cacc61bd844546edaea48e5502021802";
17466
17473
  } | {
17467
17474
  symbol: string;
17468
17475
  address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
@@ -18564,6 +18571,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18564
18571
  wrappedNativeDecimals: number;
18565
18572
  nativeCurrencyName: string;
18566
18573
  };
18574
+ uniswapv4: {
18575
+ deployBlock: number;
18576
+ poolManager: "0x1f98400000000000000000000000000000000004";
18577
+ positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf";
18578
+ universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3";
18579
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
18580
+ };
18567
18581
  token: {
18568
18582
  wethAddress: "0x4200000000000000000000000000000000000006";
18569
18583
  };
@@ -3938,7 +3938,7 @@ declare const lightlink: Readonly<{
3938
3938
  defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
3939
3939
  tokenList: ({
3940
3940
  symbol: string;
3941
- address: "0xd9d7123552fA2bEdB2348bB562576D67f6E8e96E";
3941
+ address: "0x519d3443cacc61bd844546edaea48e5502021802";
3942
3942
  } | {
3943
3943
  symbol: string;
3944
3944
  address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
@@ -8136,6 +8136,13 @@ declare const unichain: Readonly<{
8136
8136
  wrappedNativeDecimals: number;
8137
8137
  nativeCurrencyName: string;
8138
8138
  };
8139
+ uniswapv4: {
8140
+ deployBlock: number;
8141
+ poolManager: "0x1f98400000000000000000000000000000000004";
8142
+ positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf";
8143
+ universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3";
8144
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
8145
+ };
8139
8146
  token: {
8140
8147
  wethAddress: "0x4200000000000000000000000000000000000006";
8141
8148
  };
@@ -17462,7 +17469,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17462
17469
  defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
17463
17470
  tokenList: ({
17464
17471
  symbol: string;
17465
- address: "0xd9d7123552fA2bEdB2348bB562576D67f6E8e96E";
17472
+ address: "0x519d3443cacc61bd844546edaea48e5502021802";
17466
17473
  } | {
17467
17474
  symbol: string;
17468
17475
  address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
@@ -18564,6 +18571,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18564
18571
  wrappedNativeDecimals: number;
18565
18572
  nativeCurrencyName: string;
18566
18573
  };
18574
+ uniswapv4: {
18575
+ deployBlock: number;
18576
+ poolManager: "0x1f98400000000000000000000000000000000004";
18577
+ positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf";
18578
+ universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3";
18579
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
18580
+ };
18567
18581
  token: {
18568
18582
  wethAddress: "0x4200000000000000000000000000000000000006";
18569
18583
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.9.2",
3
+ "version": "1.9.4",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",