@gearbox-protocol/deploy-tools 4.58.1 → 4.58.3

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 +13 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -222467,6 +222467,18 @@ var ForkTemplate = z.object({
222467
222467
  * Will set appropriate RPC urls
222468
222468
  */
222469
222469
  network: z.enum(import_sdk_gov.supportedChains).default("Mainnet"),
222470
+ /**
222471
+ * Block offset expression to determine starting block of a fork
222472
+ * Expression has following rules:
222473
+ * <empty string> = latest block
222474
+ * 12244555 = absolute block number
222475
+ * -7200 = latest block -7200 blocks
222476
+ * -1h30m = latest block -1 hour 30 minutes
222477
+ * @ = previous Monday 12:00 UTC
222478
+ * @2h = previous Monday 12:00 UTC + 2 hours
222479
+ * @-7200 = previous Monday 12:00 UTC -7200 blocks
222480
+ */
222481
+ blockNumber: z.string().nullish(),
222470
222482
  scripts: z.array(ScriptTemplate).nullish(),
222471
222483
  /**
222472
222484
  * Will append deploy-report generation to scripts
@@ -301040,7 +301052,7 @@ function getRenderer(opts) {
301040
301052
  }
301041
301053
 
301042
301054
  // package.json
301043
- var version2 = "4.58.1";
301055
+ var version2 = "4.58.3";
301044
301056
 
301045
301057
  // src/version.ts
301046
301058
  var version_default = version2;
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": "4.58.1",
4
+ "version": "4.58.3",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"