@gearbox-protocol/deploy-tools 5.45.10 → 5.45.12
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
|
@@ -437016,6 +437016,10 @@ var ForkTemplate = external_exports.object({
|
|
|
437016
437016
|
* Extra flags to pass to anvil
|
|
437017
437017
|
*/
|
|
437018
437018
|
anvilFlags: external_exports.array(external_exports.string()).nullish().transform((v) => v?.length ? v : void 0).optional(),
|
|
437019
|
+
/**
|
|
437020
|
+
* Docker image tag or full version to override foundry image
|
|
437021
|
+
*/
|
|
437022
|
+
anvilImage: external_exports.string().optional(),
|
|
437019
437023
|
/**
|
|
437020
437024
|
* Block offset expression to determine starting block of a fork
|
|
437021
437025
|
* Expression has following rules:
|
|
@@ -447661,7 +447665,7 @@ function getRenderer(opts) {
|
|
|
447661
447665
|
var package_default = {
|
|
447662
447666
|
name: "@gearbox-protocol/deploy-tools",
|
|
447663
447667
|
description: "Gearbox deploy tools",
|
|
447664
|
-
version: "5.45.
|
|
447668
|
+
version: "5.45.12",
|
|
447665
447669
|
homepage: "https://gearbox.fi",
|
|
447666
447670
|
keywords: [
|
|
447667
447671
|
"gearbox"
|