@gfxlabs/oku-chains 1.12.23 → 1.12.24
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 -0
- package/dist/index-mjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/definitions/polygon.d.ts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/browser.js
CHANGED
package/dist/index-mjs.js
CHANGED
|
@@ -4554,6 +4554,7 @@ const polygon = makeConfig({
|
|
|
4554
4554
|
...polygon$1,
|
|
4555
4555
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4556
4556
|
blockTimeSeconds: 2,
|
|
4557
|
+
liteChain: true,
|
|
4557
4558
|
launchTime: 1688997600,
|
|
4558
4559
|
transactionType: "eip1559",
|
|
4559
4560
|
sortIndex: 5,
|
package/dist/index.js
CHANGED
|
@@ -4556,6 +4556,7 @@ const polygon = makeConfig({
|
|
|
4556
4556
|
...chains.polygon,
|
|
4557
4557
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4558
4558
|
blockTimeSeconds: 2,
|
|
4559
|
+
liteChain: true,
|
|
4559
4560
|
launchTime: 1688997600,
|
|
4560
4561
|
transactionType: "eip1559",
|
|
4561
4562
|
sortIndex: 5,
|
package/dist/types/index.d.ts
CHANGED
|
@@ -2523,6 +2523,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
2523
2523
|
}>, Readonly<{
|
|
2524
2524
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
2525
2525
|
blockTimeSeconds: 2;
|
|
2526
|
+
liteChain: true;
|
|
2526
2527
|
launchTime: 1688997600;
|
|
2527
2528
|
transactionType: "eip1559";
|
|
2528
2529
|
sortIndex: 5;
|