@gfxlabs/oku-chains 1.11.4 → 1.11.5

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
@@ -2775,7 +2775,7 @@
2775
2775
  positionManager: "0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e",
2776
2776
  universalRouter: "0x66a9893cc07d91d95644aedd05d03f95e1dba8af",
2777
2777
  permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
2778
- defaultPool: viem.zeroAddress,
2778
+ defaultPool: viem.zeroHash,
2779
2779
  stateView: "0x7ffe42c4a5deea5b0fec41c94c136cf115597227",
2780
2780
  },
2781
2781
  uniswap: {
package/dist/index-mjs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { arbitrum as arbitrum$1, avalanche as avalanche$1, base as base$1, blast as blast$1, bob as bob$1, boba as boba$1, bsc as bsc$1, celo as celo$1, corn as corn$1, etherlink as etherlink$1, filecoin as filecoin$1, gnosis as gnosis$1, goat as goat$1, hemi as hemi$1, hyperEvm, lens as lens$1, lightlinkPhoenix, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, matchain as matchain$1, metalL2, monad as monad$1, moonbeam as moonbeam$1, nibiru as nibiru$1, optimism as optimism$1, plasma as plasma$1, polygon as polygon$1, redbellyMainnet, ronin as ronin$1, rootstock as rootstock$1, saga as saga$1, scroll as scroll$1, sei as sei$1, sonic as sonic$1, taiko as taiko$1, telos as telos$1, tronShasta as tronShasta$1, unichain as unichain$1, worldchain as worldchain$1, xdc as xdc$1, zeroGMainnet, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
2
- import { zeroAddress } from 'viem';
2
+ import { zeroAddress, zeroHash } from 'viem';
3
3
 
4
4
  const makeConfig = (x) => {
5
5
  return x;
@@ -2772,7 +2772,7 @@ const mainnet = makeConfig({
2772
2772
  positionManager: "0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e",
2773
2773
  universalRouter: "0x66a9893cc07d91d95644aedd05d03f95e1dba8af",
2774
2774
  permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
2775
- defaultPool: zeroAddress,
2775
+ defaultPool: zeroHash,
2776
2776
  stateView: "0x7ffe42c4a5deea5b0fec41c94c136cf115597227",
2777
2777
  },
2778
2778
  uniswap: {
package/dist/index.js CHANGED
@@ -2774,7 +2774,7 @@ const mainnet = makeConfig({
2774
2774
  positionManager: "0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e",
2775
2775
  universalRouter: "0x66a9893cc07d91d95644aedd05d03f95e1dba8af",
2776
2776
  permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
2777
- defaultPool: viem.zeroAddress,
2777
+ defaultPool: viem.zeroHash,
2778
2778
  stateView: "0x7ffe42c4a5deea5b0fec41c94c136cf115597227",
2779
2779
  },
2780
2780
  uniswap: {
@@ -98,7 +98,7 @@ export declare const mainnet: Readonly<{
98
98
  positionManager: "0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e";
99
99
  universalRouter: "0x66a9893cc07d91d95644aedd05d03f95e1dba8af";
100
100
  permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
101
- defaultPool: "0x0000000000000000000000000000000000000000";
101
+ defaultPool: "0x0000000000000000000000000000000000000000000000000000000000000000";
102
102
  stateView: "0x7ffe42c4a5deea5b0fec41c94c136cf115597227";
103
103
  };
104
104
  uniswap: {
@@ -1653,7 +1653,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
1653
1653
  positionManager: "0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e";
1654
1654
  universalRouter: "0x66a9893cc07d91d95644aedd05d03f95e1dba8af";
1655
1655
  permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
1656
- defaultPool: "0x0000000000000000000000000000000000000000";
1656
+ defaultPool: "0x0000000000000000000000000000000000000000000000000000000000000000";
1657
1657
  stateView: "0x7ffe42c4a5deea5b0fec41c94c136cf115597227";
1658
1658
  };
1659
1659
  uniswap: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.11.4",
3
+ "version": "1.11.5",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",