@gearbox-protocol/deploy-tools 5.58.0 → 5.58.1

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.
Files changed (2) hide show
  1. package/dist/index.mjs +3 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -310431,6 +310431,8 @@ function newCommand() {
310431
310431
  ).argParser(parseAddressList).env("MARKET_CONFIGURATORS")
310432
310432
  ).addOption(
310433
310433
  new Option("--safe-api <api>", "Which safe api to use").choices(["classic", "fallback", "alternative"]).env("SAFE_API")
310434
+ ).addOption(
310435
+ new Option("--safe-api-key <key>", "Safe api key").env("SAFE_API_KEY")
310434
310436
  ).addOption(new Option("--rpc-url <url>", "rpc url").env("RPC_URL")).addOption(
310435
310437
  new Option("--anvil-url <url>", "anvil rpc url").env("ANVIL_URL")
310436
310438
  ).addOption(
@@ -310509,7 +310511,7 @@ function getRenderer(opts) {
310509
310511
  var package_default = {
310510
310512
  name: "@gearbox-protocol/deploy-tools",
310511
310513
  description: "Gearbox deploy tools",
310512
- version: "5.58.0",
310514
+ version: "5.58.1",
310513
310515
  homepage: "https://gearbox.fi",
310514
310516
  keywords: [
310515
310517
  "gearbox"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/deploy-tools",
3
3
  "description": "Gearbox deploy tools",
4
- "version": "5.58.0",
4
+ "version": "5.58.1",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"