@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.
- package/dist/index.js +1 -1
- 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]",
|