@latticexyz/common 2.2.12-main-3d8db6f76f3634d532d39cf4091f22fee0a32b68 → 2.2.12-main-ea18f270c9a43dbe489b25f11b8379ccd969c02a

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.
Files changed (2) hide show
  1. package/dist/chains.d.ts +2 -0
  2. package/package.json +3 -3
package/dist/chains.d.ts CHANGED
@@ -166,6 +166,7 @@ declare const garnet: {
166
166
  mixHash: `0x${string}`;
167
167
  nonce: `0x${string}` | null;
168
168
  number: bigint | null;
169
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
169
170
  parentHash: `0x${string}`;
170
171
  receiptsRoot: `0x${string}`;
171
172
  sealFields: `0x${string}`[];
@@ -468,6 +469,7 @@ declare const redstone: {
468
469
  mixHash: `0x${string}`;
469
470
  nonce: `0x${string}` | null;
470
471
  number: bigint | null;
472
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
471
473
  parentHash: `0x${string}`;
472
474
  receiptsRoot: `0x${string}`;
473
475
  sealFields: `0x${string}`[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/common",
3
- "version": "2.2.12-main-3d8db6f76f3634d532d39cf4091f22fee0a32b68",
3
+ "version": "2.2.12-main-ea18f270c9a43dbe489b25f11b8379ccd969c02a",
4
4
  "description": "Common low level logic shared between packages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -65,8 +65,8 @@
65
65
  "p-retry": "^5.1.2",
66
66
  "prettier": "3.2.5",
67
67
  "prettier-plugin-solidity": "1.3.1",
68
- "viem": "2.21.6",
69
- "@latticexyz/schema-type": "2.2.12-main-3d8db6f76f3634d532d39cf4091f22fee0a32b68"
68
+ "viem": "2.21.19",
69
+ "@latticexyz/schema-type": "2.2.12-main-ea18f270c9a43dbe489b25f11b8379ccd969c02a"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@types/debug": "^4.1.7",