@gfxlabs/oku-chains 1.1.49 → 1.1.50

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
@@ -1804,7 +1804,7 @@
1804
1804
 
1805
1805
  const sei = makeConfig({
1806
1806
  ...chains.sei,
1807
- blockTimeSeconds: 3,
1807
+ blockTimeSeconds: 0.4,
1808
1808
  sortIndex: 5,
1809
1809
  logoUrl: "https://assets.oku.trade/sei-logo.svg",
1810
1810
  safeReorgDistance: 90000,
package/dist/index-mjs.js CHANGED
@@ -1801,7 +1801,7 @@ const scroll = makeConfig({
1801
1801
 
1802
1802
  const sei = makeConfig({
1803
1803
  ...sei$1,
1804
- blockTimeSeconds: 3,
1804
+ blockTimeSeconds: 0.4,
1805
1805
  sortIndex: 5,
1806
1806
  logoUrl: "https://assets.oku.trade/sei-logo.svg",
1807
1807
  safeReorgDistance: 90000,
package/dist/index.js CHANGED
@@ -1803,7 +1803,7 @@ const scroll = makeConfig({
1803
1803
 
1804
1804
  const sei = makeConfig({
1805
1805
  ...chains.sei,
1806
- blockTimeSeconds: 3,
1806
+ blockTimeSeconds: 0.4,
1807
1807
  sortIndex: 5,
1808
1808
  logoUrl: "https://assets.oku.trade/sei-logo.svg",
1809
1809
  safeReorgDistance: 90000,
@@ -3625,7 +3625,7 @@ declare const scroll: Readonly<{
3625
3625
  fees?: import("viem").ChainFees<undefined> | undefined;
3626
3626
  }>;
3627
3627
  declare const sei: Readonly<{
3628
- blockTimeSeconds: 3;
3628
+ blockTimeSeconds: 0.4;
3629
3629
  sortIndex: 5;
3630
3630
  logoUrl: "https://assets.oku.trade/sei-logo.svg";
3631
3631
  safeReorgDistance: 90000;
@@ -10744,7 +10744,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10744
10744
  serializers?: import("viem").ChainSerializers<undefined> | undefined;
10745
10745
  fees?: import("viem").ChainFees<undefined> | undefined;
10746
10746
  }>, Readonly<{
10747
- blockTimeSeconds: 3;
10747
+ blockTimeSeconds: 0.4;
10748
10748
  sortIndex: 5;
10749
10749
  logoUrl: "https://assets.oku.trade/sei-logo.svg";
10750
10750
  safeReorgDistance: 90000;
@@ -3625,7 +3625,7 @@ declare const scroll: Readonly<{
3625
3625
  fees?: import("viem").ChainFees<undefined> | undefined;
3626
3626
  }>;
3627
3627
  declare const sei: Readonly<{
3628
- blockTimeSeconds: 3;
3628
+ blockTimeSeconds: 0.4;
3629
3629
  sortIndex: 5;
3630
3630
  logoUrl: "https://assets.oku.trade/sei-logo.svg";
3631
3631
  safeReorgDistance: 90000;
@@ -10744,7 +10744,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10744
10744
  serializers?: import("viem").ChainSerializers<undefined> | undefined;
10745
10745
  fees?: import("viem").ChainFees<undefined> | undefined;
10746
10746
  }>, Readonly<{
10747
- blockTimeSeconds: 3;
10747
+ blockTimeSeconds: 0.4;
10748
10748
  sortIndex: 5;
10749
10749
  logoUrl: "https://assets.oku.trade/sei-logo.svg";
10750
10750
  safeReorgDistance: 90000;
@@ -3625,7 +3625,7 @@ declare const scroll: Readonly<{
3625
3625
  fees?: import("viem").ChainFees<undefined> | undefined;
3626
3626
  }>;
3627
3627
  declare const sei: Readonly<{
3628
- blockTimeSeconds: 3;
3628
+ blockTimeSeconds: 0.4;
3629
3629
  sortIndex: 5;
3630
3630
  logoUrl: "https://assets.oku.trade/sei-logo.svg";
3631
3631
  safeReorgDistance: 90000;
@@ -10744,7 +10744,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10744
10744
  serializers?: import("viem").ChainSerializers<undefined> | undefined;
10745
10745
  fees?: import("viem").ChainFees<undefined> | undefined;
10746
10746
  }>, Readonly<{
10747
- blockTimeSeconds: 3;
10747
+ blockTimeSeconds: 0.4;
10748
10748
  sortIndex: 5;
10749
10749
  logoUrl: "https://assets.oku.trade/sei-logo.svg";
10750
10750
  safeReorgDistance: 90000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",