@gearbox-protocol/deploy-tools 5.9.1 → 5.9.2

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.
Files changed (2) hide show
  1. package/dist/index.mjs +5 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -398954,6 +398954,10 @@ var ForkTemplate = z.object({
398954
398954
  gip: z.string().regex(/^[a-z][a-z0-9\-_]{3,}$/, {
398955
398955
  message: "gip id must contain lowercase letters, numbers, dashes and underscores, and must be minimum 4 symbols"
398956
398956
  }).or(z.literal("")).nullish(),
398957
+ /**
398958
+ * Anvil chain id override, if not set, defaults to 7878... etc.
398959
+ */
398960
+ chainId: z.number().int().nonnegative().nullish(),
398957
398961
  /**
398958
398962
  * Will set appropriate RPC urls
398959
398963
  */
@@ -409332,7 +409336,7 @@ function getRenderer(opts) {
409332
409336
  var package_default = {
409333
409337
  name: "@gearbox-protocol/deploy-tools",
409334
409338
  description: "Gearbox deploy tools",
409335
- version: "5.9.1",
409339
+ version: "5.9.2",
409336
409340
  homepage: "https://gearbox.fi",
409337
409341
  keywords: [
409338
409342
  "gearbox"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/deploy-tools",
3
3
  "description": "Gearbox deploy tools",
4
- "version": "5.9.1",
4
+ "version": "5.9.2",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"