@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 CHANGED
@@ -4557,6 +4557,7 @@
4557
4557
  ...chains.polygon,
4558
4558
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
4559
4559
  blockTimeSeconds: 2,
4560
+ liteChain: true,
4560
4561
  launchTime: 1688997600,
4561
4562
  transactionType: "eip1559",
4562
4563
  sortIndex: 5,
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,
@@ -1,6 +1,7 @@
1
1
  export declare const polygon: Readonly<{
2
2
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
3
3
  blockTimeSeconds: 2;
4
+ liteChain: true;
4
5
  launchTime: 1688997600;
5
6
  transactionType: "eip1559";
6
7
  sortIndex: 5;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.12.23",
3
+ "version": "1.12.24",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",