@obolnetwork/obol-sdk 2.11.5-rc.2 → 2.11.5
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/cjs/src/index.js
CHANGED
|
@@ -171,7 +171,7 @@ var import_uuid = require("uuid");
|
|
|
171
171
|
// package.json
|
|
172
172
|
var package_default = {
|
|
173
173
|
name: "@obolnetwork/obol-sdk",
|
|
174
|
-
version: "2.11.5
|
|
174
|
+
version: "2.11.5",
|
|
175
175
|
description: "A package for creating Distributed Validators using the Obol API.",
|
|
176
176
|
bugs: {
|
|
177
177
|
url: "https://github.com/obolnetwork/obol-sdk/issues"
|
|
@@ -15272,7 +15272,7 @@ var deployOVMContract = (_0) => __async(null, [_0], function* ({
|
|
|
15272
15272
|
throw new Error("Failed to extract OVM address from transaction logs");
|
|
15273
15273
|
}
|
|
15274
15274
|
const ovmAddress = "0x" + ovmAddressLog.slice(26, 66);
|
|
15275
|
-
return ovmAddress;
|
|
15275
|
+
return (0, import_ethers5.getAddress)(ovmAddress);
|
|
15276
15276
|
} catch (error) {
|
|
15277
15277
|
throw new Error(
|
|
15278
15278
|
`Failed to deploy OVM contract: ${(_c = error.message) != null ? _c : "OVM deployment failed"}`
|