@gearbox-protocol/deploy-tools 5.9.7 → 5.9.8

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 +6 -3
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -375235,7 +375235,10 @@ var MarketRegister = class extends SDKConstruct {
375235
375235
  const updates = await this.sdk.priceFeeds.generatePriceFeedsUpdateTxs();
375236
375236
  txs = updates.txs;
375237
375237
  }
375238
- this.#logger?.debug({ configurators, pools }, "calling getMarkets");
375238
+ this.#logger?.debug(
375239
+ { configurators, pools },
375240
+ `calling getMarkets with ${txs.length} price updates`
375241
+ );
375239
375242
  const resp = await simulateMulticall(this.provider.publicClient, {
375240
375243
  contracts: [
375241
375244
  ...txs.map(rawTxToMulticallPriceUpdate),
@@ -409415,7 +409418,7 @@ function getRenderer(opts) {
409415
409418
  var package_default = {
409416
409419
  name: "@gearbox-protocol/deploy-tools",
409417
409420
  description: "Gearbox deploy tools",
409418
- version: "5.9.7",
409421
+ version: "5.9.8",
409419
409422
  homepage: "https://gearbox.fi",
409420
409423
  keywords: [
409421
409424
  "gearbox"
@@ -409458,7 +409461,7 @@ var package_default = {
409458
409461
  "@gearbox-protocol/deploy-tools-node": "0.0.0",
409459
409462
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
409460
409463
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
409461
- "@gearbox-protocol/sdk": "3.0.0-vfour.210",
409464
+ "@gearbox-protocol/sdk": "3.0.0-vfour.211",
409462
409465
  "@gearbox-protocol/sdk-gov": "^2.34.0",
409463
409466
  "@types/lodash-es": "^4.17.12",
409464
409467
  "@types/node": "^22.12.0",
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.7",
4
+ "version": "5.9.8",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"
@@ -44,7 +44,7 @@
44
44
  "@gearbox-protocol/deploy-tools-node": "0.0.0",
45
45
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
46
46
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
47
- "@gearbox-protocol/sdk": "3.0.0-vfour.210",
47
+ "@gearbox-protocol/sdk": "3.0.0-vfour.211",
48
48
  "@gearbox-protocol/sdk-gov": "^2.34.0",
49
49
  "@types/lodash-es": "^4.17.12",
50
50
  "@types/node": "^22.12.0",