@gearbox-protocol/deploy-tools 5.28.6 → 5.28.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 +3 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -426231,7 +426231,8 @@ var ForkTemplate = z.object({
|
|
|
426231
426231
|
/**
|
|
426232
426232
|
* Migration 3.0 -> 3.1 helper: Market configurators
|
|
426233
426233
|
*/
|
|
426234
|
-
riskCuratorNames: z.array(z.string()).nullish().transform((v) => v?.length ? v : void 0)
|
|
426234
|
+
riskCuratorNames: z.array(z.string()).nullish().transform((v) => v?.length ? v : void 0),
|
|
426235
|
+
disableRPCProtection: z.boolean().optional()
|
|
426235
426236
|
});
|
|
426236
426237
|
|
|
426237
426238
|
// ../../packages/shared/dist/governor.js
|
|
@@ -436778,7 +436779,7 @@ function getRenderer(opts) {
|
|
|
436778
436779
|
var package_default = {
|
|
436779
436780
|
name: "@gearbox-protocol/deploy-tools",
|
|
436780
436781
|
description: "Gearbox deploy tools",
|
|
436781
|
-
version: "5.28.
|
|
436782
|
+
version: "5.28.7",
|
|
436782
436783
|
homepage: "https://gearbox.fi",
|
|
436783
436784
|
keywords: [
|
|
436784
436785
|
"gearbox"
|