@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 +1 -1
- package/dist/index-mjs.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/browser.d.ts +792 -6240
- package/dist/types/index-mjs.d.ts +792 -6240
- package/dist/types/index.d.ts +792 -6240
- package/package.json +2 -2
package/dist/browser.js
CHANGED
package/dist/index-mjs.js
CHANGED
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:
|
|
728
|
+
blockTimeSeconds: 2,
|
|
729
729
|
sortIndex: 15,
|
|
730
730
|
logoUrl: "https://assets.oku.trade/linea-logo.svg",
|
|
731
731
|
safeReorgDistance: 100,
|