@lodestar/types 1.24.0 → 1.25.0-dev.18a0d681db

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.
@@ -22,6 +22,7 @@ export type SubcommitteeIndex = UintNum64;
22
22
  export type ValidatorIndex = UintNum64;
23
23
  export type WithdrawalIndex = UintNum64;
24
24
  export type BlobIndex = UintNum64;
25
+ export type SubnetID = UintNum64;
25
26
  export type Gwei = UintBn64;
26
27
  export type Wei = UintBn256;
27
28
  export type Root = Bytes32;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "bugs": {
12
12
  "url": "https://github.com/ChainSafe/lodestar/issues"
13
13
  },
14
- "version": "1.24.0",
14
+ "version": "1.25.0-dev.18a0d681db",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -74,7 +74,7 @@
74
74
  "types": "lib/index.d.ts",
75
75
  "dependencies": {
76
76
  "@chainsafe/ssz": "^0.18.0",
77
- "@lodestar/params": "^1.24.0",
77
+ "@lodestar/params": "1.25.0-dev.18a0d681db",
78
78
  "ethereum-cryptography": "^2.0.0"
79
79
  },
80
80
  "keywords": [
@@ -83,5 +83,5 @@
83
83
  "beacon",
84
84
  "blockchain"
85
85
  ],
86
- "gitHead": "ca315d4d9e4b267c5bae7f871b5fe11581e75c87"
86
+ "gitHead": "0426ac2130d13822af570e0a4c2fbf682d2eb957"
87
87
  }