@gearbox-protocol/deploy-tools 5.6.3 → 5.6.4
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/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -412834,7 +412834,7 @@ var MetaRepo = class {
|
|
|
412834
412834
|
const fname = path6.basename(f, `.json`);
|
|
412835
412835
|
if (isAddress(fname)) {
|
|
412836
412836
|
const meta = await readFile7(path6.resolve(metaRoot, f), "utf-8").then(json_parse);
|
|
412837
|
-
if (!meta.encodedConstructorArgs.startsWith("0x")) {
|
|
412837
|
+
if (meta.encodedConstructorArgs && !meta.encodedConstructorArgs.startsWith("0x")) {
|
|
412838
412838
|
throw new Error(`expect encodedConstructorArgs for ${fname} to start with '0x'`);
|
|
412839
412839
|
}
|
|
412840
412840
|
this.#meta.set(fname.toLowerCase(), meta);
|
|
@@ -416987,7 +416987,7 @@ function getRenderer(opts) {
|
|
|
416987
416987
|
var package_default = {
|
|
416988
416988
|
name: "@gearbox-protocol/deploy-tools",
|
|
416989
416989
|
description: "Gearbox deploy tools",
|
|
416990
|
-
version: "5.6.
|
|
416990
|
+
version: "5.6.4",
|
|
416991
416991
|
homepage: "https://gearbox.fi",
|
|
416992
416992
|
keywords: [
|
|
416993
416993
|
"gearbox"
|