@gearbox-protocol/deploy-tools 1.1.2 → 1.1.3

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.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -151224,7 +151224,7 @@ if no options are provided, will verify all pending transactions from safe multi
151224
151224
  new Option(
151225
151225
  "--mainnet-rpc <url>",
151226
151226
  "mainnet rpc provider, used by safe api"
151227
- ).env("MAINNET_RPC_URL")
151227
+ ).default("https://rpc.ankr.com/eth").env("MAINNET_RPC_URL")
151228
151228
  ).addOption(
151229
151229
  new Option(
151230
151230
  "--batch-file [json]",
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": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"