@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.
@@ -129,6 +129,7 @@ __export(index_exports, {
129
129
  Domain: () => Domain,
130
130
  EIP712_DOMAIN_NAME: () => EIP712_DOMAIN_NAME,
131
131
  EIP712_DOMAIN_VERSION: () => EIP712_DOMAIN_VERSION,
132
+ ENR: () => ENR,
132
133
  ENRTypedMessage: () => ENRTypedMessage,
133
134
  EOA: () => EOA,
134
135
  ETHER_TO_GWEI: () => ETHER_TO_GWEI,
@@ -175,7 +176,7 @@ var import_uuid = require("uuid");
175
176
  // package.json
176
177
  var package_default = {
177
178
  name: "@obolnetwork/obol-sdk",
178
- version: "2.11.12",
179
+ version: "2.11.13",
179
180
  description: "A package for creating Distributed Validators using the Obol API.",
180
181
  bugs: {
181
182
  url: "https://github.com/obolnetwork/obol-sdk/issues"
@@ -19973,6 +19974,7 @@ var Client = class extends Base {
19973
19974
  Domain,
19974
19975
  EIP712_DOMAIN_NAME,
19975
19976
  EIP712_DOMAIN_VERSION,
19977
+ ENR,
19976
19978
  ENRTypedMessage,
19977
19979
  EOA,
19978
19980
  ETHER_TO_GWEI,