@gfxlabs/oku-chains 1.10.9 → 1.10.10
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/definitions/mainnet.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -2618,7 +2618,7 @@
|
|
|
2618
2618
|
sortIndex: 0,
|
|
2619
2619
|
launchTime: 1688997600,
|
|
2620
2620
|
transactionType: "eip1559",
|
|
2621
|
-
blockTimeSeconds:
|
|
2621
|
+
blockTimeSeconds: 12,
|
|
2622
2622
|
safeReorgDistance: 90000,
|
|
2623
2623
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/ethereum-logo.webp",
|
|
2624
2624
|
deprecated: false,
|
package/dist/index-mjs.js
CHANGED
|
@@ -2615,7 +2615,7 @@ const mainnet = makeConfig({
|
|
|
2615
2615
|
sortIndex: 0,
|
|
2616
2616
|
launchTime: 1688997600,
|
|
2617
2617
|
transactionType: "eip1559",
|
|
2618
|
-
blockTimeSeconds:
|
|
2618
|
+
blockTimeSeconds: 12,
|
|
2619
2619
|
safeReorgDistance: 90000,
|
|
2620
2620
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/ethereum-logo.webp",
|
|
2621
2621
|
deprecated: false,
|
package/dist/index.js
CHANGED
|
@@ -2617,7 +2617,7 @@ const mainnet = makeConfig({
|
|
|
2617
2617
|
sortIndex: 0,
|
|
2618
2618
|
launchTime: 1688997600,
|
|
2619
2619
|
transactionType: "eip1559",
|
|
2620
|
-
blockTimeSeconds:
|
|
2620
|
+
blockTimeSeconds: 12,
|
|
2621
2621
|
safeReorgDistance: 90000,
|
|
2622
2622
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/ethereum-logo.webp",
|
|
2623
2623
|
deprecated: false,
|
|
@@ -3,7 +3,7 @@ export declare const mainnet: Readonly<{
|
|
|
3
3
|
sortIndex: 0;
|
|
4
4
|
launchTime: 1688997600;
|
|
5
5
|
transactionType: "eip1559";
|
|
6
|
-
blockTimeSeconds:
|
|
6
|
+
blockTimeSeconds: 12;
|
|
7
7
|
safeReorgDistance: 90000;
|
|
8
8
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/ethereum-logo.webp";
|
|
9
9
|
deprecated: false;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1551,7 +1551,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
1551
1551
|
sortIndex: 0;
|
|
1552
1552
|
launchTime: 1688997600;
|
|
1553
1553
|
transactionType: "eip1559";
|
|
1554
|
-
blockTimeSeconds:
|
|
1554
|
+
blockTimeSeconds: 12;
|
|
1555
1555
|
safeReorgDistance: 90000;
|
|
1556
1556
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/ethereum-logo.webp";
|
|
1557
1557
|
deprecated: false;
|