@gfxlabs/oku-chains 1.12.32 → 1.12.33

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
@@ -7220,7 +7220,7 @@
7220
7220
  uniswap: {
7221
7221
  deployBlock: 6444619,
7222
7222
  poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
7223
- permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
7223
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
7224
7224
  multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
7225
7225
  tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
7226
7226
  nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
package/dist/index-mjs.js CHANGED
@@ -7217,7 +7217,7 @@ const zerog = makeConfig({
7217
7217
  uniswap: {
7218
7218
  deployBlock: 6444619,
7219
7219
  poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
7220
- permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
7220
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
7221
7221
  multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
7222
7222
  tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
7223
7223
  nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
package/dist/index.js CHANGED
@@ -7219,7 +7219,7 @@ const zerog = makeConfig({
7219
7219
  uniswap: {
7220
7220
  deployBlock: 6444619,
7221
7221
  poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
7222
- permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
7222
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
7223
7223
  multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
7224
7224
  tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
7225
7225
  nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
@@ -41,7 +41,7 @@ export declare const zerog: Readonly<{
41
41
  uniswap: {
42
42
  deployBlock: number;
43
43
  poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
44
- permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
44
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
45
45
  multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
46
46
  tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
47
47
  nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
@@ -10349,7 +10349,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10349
10349
  uniswap: {
10350
10350
  deployBlock: number;
10351
10351
  poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
10352
- permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
10352
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
10353
10353
  multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
10354
10354
  tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
10355
10355
  nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.12.32",
3
+ "version": "1.12.33",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",