@gfxlabs/oku-chains 1.10.2 → 1.10.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
@@ -2150,13 +2150,15 @@
2150
2150
  internalName: "hyperevm",
2151
2151
  nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.png",
2152
2152
  contracts: {
2153
- ...chains.hyperEvm.contracts,
2154
2153
  nftManager: {
2155
2154
  address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
2156
2155
  },
2157
2156
  weth9: {
2158
2157
  address: "0x5555555555555555555555555555555555555555",
2159
2158
  },
2159
+ limitOrder: {
2160
+ address: viem.zeroAddress,
2161
+ },
2160
2162
  multicall3: {
2161
2163
  address: "0xcA11bde05977b3631167028862bE2a173976CA11",
2162
2164
  },
package/dist/index-mjs.js CHANGED
@@ -2147,13 +2147,15 @@ const hyperevm = makeConfig({
2147
2147
  internalName: "hyperevm",
2148
2148
  nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.png",
2149
2149
  contracts: {
2150
- ...hyperEvm.contracts,
2151
2150
  nftManager: {
2152
2151
  address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
2153
2152
  },
2154
2153
  weth9: {
2155
2154
  address: "0x5555555555555555555555555555555555555555",
2156
2155
  },
2156
+ limitOrder: {
2157
+ address: zeroAddress,
2158
+ },
2157
2159
  multicall3: {
2158
2160
  address: "0xcA11bde05977b3631167028862bE2a173976CA11",
2159
2161
  },
package/dist/index.js CHANGED
@@ -2149,13 +2149,15 @@ const hyperevm = makeConfig({
2149
2149
  internalName: "hyperevm",
2150
2150
  nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.png",
2151
2151
  contracts: {
2152
- ...chains.hyperEvm.contracts,
2153
2152
  nftManager: {
2154
2153
  address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
2155
2154
  },
2156
2155
  weth9: {
2157
2156
  address: "0x5555555555555555555555555555555555555555",
2158
2157
  },
2158
+ limitOrder: {
2159
+ address: viem.zeroAddress,
2160
+ },
2159
2161
  multicall3: {
2160
2162
  address: "0xcA11bde05977b3631167028862bE2a173976CA11",
2161
2163
  },
@@ -69,12 +69,12 @@ export declare const hyperevm: Readonly<{
69
69
  weth9: {
70
70
  address: "0x5555555555555555555555555555555555555555";
71
71
  };
72
+ limitOrder: {
73
+ address: "0x0000000000000000000000000000000000000000";
74
+ };
72
75
  multicall3: {
73
76
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
74
77
  };
75
- ensRegistry?: import("viem").ChainContract | undefined;
76
- ensUniversalResolver?: import("viem").ChainContract | undefined;
77
- erc6492Verifier?: import("viem").ChainContract | undefined;
78
78
  };
79
79
  blockExplorers: {
80
80
  readonly default: {
@@ -10099,12 +10099,12 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10099
10099
  weth9: {
10100
10100
  address: "0x5555555555555555555555555555555555555555";
10101
10101
  };
10102
+ limitOrder: {
10103
+ address: "0x0000000000000000000000000000000000000000";
10104
+ };
10102
10105
  multicall3: {
10103
10106
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
10104
10107
  };
10105
- ensRegistry?: import("viem/_types/types/chain").ChainContract | undefined;
10106
- ensUniversalResolver?: import("viem/_types/types/chain").ChainContract | undefined;
10107
- erc6492Verifier?: import("viem/_types/types/chain").ChainContract | undefined;
10108
10108
  };
10109
10109
  blockExplorers: {
10110
10110
  readonly default: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.10.2",
3
+ "version": "1.10.4",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",