@gfxlabs/oku-chains 1.10.0 → 1.10.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
@@ -2096,6 +2096,7 @@
2096
2096
  safeReorgDistance: 90000,
2097
2097
  blockAid: "HyperEVM",
2098
2098
  externalId: {},
2099
+ liteChain: true,
2099
2100
  markets: {
2100
2101
  openocean: "hyperevm",
2101
2102
  },
package/dist/index-mjs.js CHANGED
@@ -2093,6 +2093,7 @@ const hyperevm = makeConfig({
2093
2093
  safeReorgDistance: 90000,
2094
2094
  blockAid: "HyperEVM",
2095
2095
  externalId: {},
2096
+ liteChain: true,
2096
2097
  markets: {
2097
2098
  openocean: "hyperevm",
2098
2099
  },
package/dist/index.js CHANGED
@@ -2095,6 +2095,7 @@ const hyperevm = makeConfig({
2095
2095
  safeReorgDistance: 90000,
2096
2096
  blockAid: "HyperEVM",
2097
2097
  externalId: {},
2098
+ liteChain: true,
2098
2099
  markets: {
2099
2100
  openocean: "hyperevm",
2100
2101
  },
@@ -9,6 +9,7 @@ export declare const hyperevm: Readonly<{
9
9
  safeReorgDistance: 90000;
10
10
  blockAid: "HyperEVM";
11
11
  externalId: {};
12
+ liteChain: true;
12
13
  markets: {
13
14
  openocean: string;
14
15
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",