@gearbox-protocol/deploy-tools 4.24.6 → 4.24.7
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 +1 -5
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -366237,10 +366237,6 @@ var ForkTemplate = z.object({
|
|
|
366237
366237
|
* Will append deploy-report generation to scripts
|
|
366238
366238
|
*/
|
|
366239
366239
|
deployReport: z.boolean().default(false),
|
|
366240
|
-
/**
|
|
366241
|
-
* This flag is for old GO faucet and will be removed soon
|
|
366242
|
-
*/
|
|
366243
|
-
faucet: z.boolean().default(false),
|
|
366244
366240
|
/**
|
|
366245
366241
|
* This flag is for old RUST snapshots and will be removed soon
|
|
366246
366242
|
*/
|
|
@@ -366366,7 +366362,7 @@ function getRenderer(opts) {
|
|
|
366366
366362
|
}
|
|
366367
366363
|
|
|
366368
366364
|
// package.json
|
|
366369
|
-
var version3 = "4.24.
|
|
366365
|
+
var version3 = "4.24.7";
|
|
366370
366366
|
|
|
366371
366367
|
// src/version.ts
|
|
366372
366368
|
var version_default = version3;
|