@gearbox-protocol/deploy-tools 5.24.15 → 5.24.16
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 +5 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -410910,6 +410910,10 @@ var ForkTemplate = z.object({
|
|
|
410910
410910
|
deployReport: z.boolean().optional().transform((v) => v || void 0),
|
|
410911
410911
|
attachTests: z.boolean().optional().transform((v) => v || void 0),
|
|
410912
410912
|
timeout: z.string().default("3h"),
|
|
410913
|
+
/**
|
|
410914
|
+
* It's possible to make particular testnet's synctron verbose
|
|
410915
|
+
*/
|
|
410916
|
+
synctronLogLevel: z.literal("debug").optional(),
|
|
410913
410917
|
/**
|
|
410914
410918
|
* Migration 3.0 -> 3.1 helper: Market configurators
|
|
410915
410919
|
*/
|
|
@@ -421474,7 +421478,7 @@ function getRenderer(opts) {
|
|
|
421474
421478
|
var package_default = {
|
|
421475
421479
|
name: "@gearbox-protocol/deploy-tools",
|
|
421476
421480
|
description: "Gearbox deploy tools",
|
|
421477
|
-
version: "5.24.
|
|
421481
|
+
version: "5.24.16",
|
|
421478
421482
|
homepage: "https://gearbox.fi",
|
|
421479
421483
|
keywords: [
|
|
421480
421484
|
"gearbox"
|