@gfxlabs/oku-chains 1.1.62 → 1.1.63

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
@@ -727,7 +727,7 @@
727
727
  const linea = makeConfig({
728
728
  ...chains.linea,
729
729
  name: "Linea",
730
- blockTimeSeconds: 3,
730
+ blockTimeSeconds: 2,
731
731
  sortIndex: 15,
732
732
  logoUrl: "https://assets.oku.trade/linea-logo.svg",
733
733
  safeReorgDistance: 100,
package/dist/index-mjs.js CHANGED
@@ -723,7 +723,7 @@ const filecoin = makeConfig({
723
723
  const linea = makeConfig({
724
724
  ...linea$1,
725
725
  name: "Linea",
726
- blockTimeSeconds: 3,
726
+ blockTimeSeconds: 2,
727
727
  sortIndex: 15,
728
728
  logoUrl: "https://assets.oku.trade/linea-logo.svg",
729
729
  safeReorgDistance: 100,
package/dist/index.js CHANGED
@@ -725,7 +725,7 @@ const filecoin = makeConfig({
725
725
  const linea = makeConfig({
726
726
  ...chains.linea,
727
727
  name: "Linea",
728
- blockTimeSeconds: 3,
728
+ blockTimeSeconds: 2,
729
729
  sortIndex: 15,
730
730
  logoUrl: "https://assets.oku.trade/linea-logo.svg",
731
731
  safeReorgDistance: 100,