@obolnetwork/obol-sdk 2.11.12 → 2.11.13

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.
@@ -15,6 +15,7 @@ export { Exit } from './exits/exit.js';
15
15
  export { ObolSplits } from './splits/splits.js';
16
16
  export { EOA } from './eoa/eoa.js';
17
17
  export { blsVerify } from './blsUtils.js';
18
+ export { ENR } from '@chainsafe/enr';
18
19
  /**
19
20
  * Primary entrypoint for the Obol SDK. Use this class to create, manage,
20
21
  * and activate Distributed Validators via the Obol API.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obolnetwork/obol-sdk",
3
- "version": "2.11.12",
3
+ "version": "2.11.13",
4
4
  "description": "A package for creating Distributed Validators using the Obol API.",
5
5
  "bugs": {
6
6
  "url": "https://github.com/obolnetwork/obol-sdk/issues"