@gfxlabs/oku-chains 1.6.0 → 1.6.1

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
@@ -2153,7 +2153,6 @@
2153
2153
  internalName: "lens",
2154
2154
  nativeLogoUrl: "https://assets.oku.trade/natives/gho.png",
2155
2155
  contracts: {
2156
- ...chains.lens.contracts,
2157
2156
  limitOrder: {
2158
2157
  address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF",
2159
2158
  },
package/dist/index-mjs.js CHANGED
@@ -2150,7 +2150,6 @@ const lens = makeConfig({
2150
2150
  internalName: "lens",
2151
2151
  nativeLogoUrl: "https://assets.oku.trade/natives/gho.png",
2152
2152
  contracts: {
2153
- ...lens$1.contracts,
2154
2153
  limitOrder: {
2155
2154
  address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF",
2156
2155
  },
package/dist/index.js CHANGED
@@ -2152,7 +2152,6 @@ const lens = makeConfig({
2152
2152
  internalName: "lens",
2153
2153
  nativeLogoUrl: "https://assets.oku.trade/natives/gho.png",
2154
2154
  contracts: {
2155
- ...chains.lens.contracts,
2156
2155
  limitOrder: {
2157
2156
  address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF",
2158
2157
  },
@@ -3840,9 +3840,6 @@ declare const lens: Readonly<{
3840
3840
  address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
3841
3841
  blockCreated: number;
3842
3842
  };
3843
- ensRegistry?: import("viem").ChainContract | undefined;
3844
- ensUniversalResolver?: import("viem").ChainContract | undefined;
3845
- erc6492Verifier?: import("viem").ChainContract | undefined;
3846
3843
  };
3847
3844
  blockExplorers: {
3848
3845
  readonly default: {
@@ -18035,9 +18032,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18035
18032
  address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
18036
18033
  blockCreated: number;
18037
18034
  };
18038
- ensRegistry?: ChainContract | undefined;
18039
- ensUniversalResolver?: ChainContract | undefined;
18040
- erc6492Verifier?: ChainContract | undefined;
18041
18035
  };
18042
18036
  blockExplorers: {
18043
18037
  readonly default: {
@@ -3840,9 +3840,6 @@ declare const lens: Readonly<{
3840
3840
  address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
3841
3841
  blockCreated: number;
3842
3842
  };
3843
- ensRegistry?: import("viem").ChainContract | undefined;
3844
- ensUniversalResolver?: import("viem").ChainContract | undefined;
3845
- erc6492Verifier?: import("viem").ChainContract | undefined;
3846
3843
  };
3847
3844
  blockExplorers: {
3848
3845
  readonly default: {
@@ -18035,9 +18032,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18035
18032
  address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
18036
18033
  blockCreated: number;
18037
18034
  };
18038
- ensRegistry?: ChainContract | undefined;
18039
- ensUniversalResolver?: ChainContract | undefined;
18040
- erc6492Verifier?: ChainContract | undefined;
18041
18035
  };
18042
18036
  blockExplorers: {
18043
18037
  readonly default: {
@@ -3840,9 +3840,6 @@ declare const lens: Readonly<{
3840
3840
  address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
3841
3841
  blockCreated: number;
3842
3842
  };
3843
- ensRegistry?: import("viem").ChainContract | undefined;
3844
- ensUniversalResolver?: import("viem").ChainContract | undefined;
3845
- erc6492Verifier?: import("viem").ChainContract | undefined;
3846
3843
  };
3847
3844
  blockExplorers: {
3848
3845
  readonly default: {
@@ -18035,9 +18032,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18035
18032
  address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
18036
18033
  blockCreated: number;
18037
18034
  };
18038
- ensRegistry?: ChainContract | undefined;
18039
- ensUniversalResolver?: ChainContract | undefined;
18040
- erc6492Verifier?: ChainContract | undefined;
18041
18035
  };
18042
18036
  blockExplorers: {
18043
18037
  readonly default: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",