@gearbox-protocol/deploy-tools 1.7.1 → 1.7.2
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.js +4 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -430599,7 +430599,7 @@ var require_package3 = __commonJS({
|
|
|
430599
430599
|
module2.exports = {
|
|
430600
430600
|
name: "@gearbox-protocol/deploy-tools",
|
|
430601
430601
|
description: "Gearbox deploy tools",
|
|
430602
|
-
version: "1.7.
|
|
430602
|
+
version: "1.7.1",
|
|
430603
430603
|
homepage: "https://gearbox.fi",
|
|
430604
430604
|
keywords: [
|
|
430605
430605
|
"gearbox"
|
|
@@ -447994,7 +447994,9 @@ program2.commands.forEach((cmd) => {
|
|
|
447994
447994
|
"--sandbox-dir <dir>",
|
|
447995
447995
|
"directory for intermediate results and cache"
|
|
447996
447996
|
).default("./sandbox")
|
|
447997
|
-
).addOption(new Option("--log-level [info]", "log level")).addOption(
|
|
447997
|
+
).addOption(new Option("--log-level [info]", "log level")).addOption(
|
|
447998
|
+
new Option("--out-file [json]", "save output as json").env("OUT_FILE")
|
|
447999
|
+
).addOption(
|
|
447998
448000
|
new Option("--pretty", "pretty-print output event when saving to json")
|
|
447999
448001
|
).addOption(
|
|
448000
448002
|
new Option("--multisig <string>", "multisig contract address").default("0xA7D5DDc1b8557914F158076b228AA91eF613f1D5").env("MULTISIG")
|