@gfxlabs/oku-chains 1.10.6 → 1.10.7

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
@@ -2094,7 +2094,7 @@
2094
2094
  logoUrl: "https://cms.oku.trade/cdn/public/chains/hyperevm-logo.svg",
2095
2095
  deprecated: false,
2096
2096
  safeReorgDistance: 90000,
2097
- blockAid: "HyperEVM",
2097
+ blockAid: "",
2098
2098
  externalId: {},
2099
2099
  liteChain: true,
2100
2100
  markets: {
package/dist/index-mjs.js CHANGED
@@ -2091,7 +2091,7 @@ const hyperevm = makeConfig({
2091
2091
  logoUrl: "https://cms.oku.trade/cdn/public/chains/hyperevm-logo.svg",
2092
2092
  deprecated: false,
2093
2093
  safeReorgDistance: 90000,
2094
- blockAid: "HyperEVM",
2094
+ blockAid: "",
2095
2095
  externalId: {},
2096
2096
  liteChain: true,
2097
2097
  markets: {
package/dist/index.js CHANGED
@@ -2093,7 +2093,7 @@ const hyperevm = makeConfig({
2093
2093
  logoUrl: "https://cms.oku.trade/cdn/public/chains/hyperevm-logo.svg",
2094
2094
  deprecated: false,
2095
2095
  safeReorgDistance: 90000,
2096
- blockAid: "HyperEVM",
2096
+ blockAid: "",
2097
2097
  externalId: {},
2098
2098
  liteChain: true,
2099
2099
  markets: {
@@ -7,7 +7,7 @@ export declare const hyperevm: Readonly<{
7
7
  logoUrl: "https://cms.oku.trade/cdn/public/chains/hyperevm-logo.svg";
8
8
  deprecated: false;
9
9
  safeReorgDistance: 90000;
10
- blockAid: "HyperEVM";
10
+ blockAid: "";
11
11
  externalId: {};
12
12
  liteChain: true;
13
13
  markets: {
@@ -10037,7 +10037,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10037
10037
  logoUrl: "https://cms.oku.trade/cdn/public/chains/hyperevm-logo.svg";
10038
10038
  deprecated: false;
10039
10039
  safeReorgDistance: 90000;
10040
- blockAid: "HyperEVM";
10040
+ blockAid: "";
10041
10041
  externalId: {};
10042
10042
  liteChain: true;
10043
10043
  markets: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.10.6",
3
+ "version": "1.10.7",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",