@gearbox-protocol/deploy-tools 5.36.22 → 5.36.23

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 +7 -7
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -4409,7 +4409,7 @@ var init_size = __esm({
4409
4409
  var version2;
4410
4410
  var init_version2 = __esm({
4411
4411
  "../../node_modules/viem/_esm/errors/version.js"() {
4412
- version2 = "2.31.4";
4412
+ version2 = "2.31.6";
4413
4413
  }
4414
4414
  });
4415
4415
 
@@ -12602,7 +12602,7 @@ async function localBatchGatewayRequest(parameters) {
12602
12602
  const responses = [];
12603
12603
  await Promise.all(queries.map(async (query, i) => {
12604
12604
  try {
12605
- responses[i] = await ccipRequest2(query);
12605
+ responses[i] = query.urls.includes(localBatchGatewayUrl) ? await localBatchGatewayRequest({ data: query.data, ccipRequest: ccipRequest2 }) : await ccipRequest2(query);
12606
12606
  failures[i] = false;
12607
12607
  } catch (err) {
12608
12608
  failures[i] = true;
@@ -162441,7 +162441,7 @@ var require_version28 = __commonJS({
162441
162441
  "use strict";
162442
162442
  Object.defineProperty(exports2, "__esModule", { value: true });
162443
162443
  exports2.version = void 0;
162444
- exports2.version = "2.31.4";
162444
+ exports2.version = "2.31.6";
162445
162445
  }
162446
162446
  });
162447
162447
 
@@ -175203,7 +175203,7 @@ var require_localBatchGatewayRequest = __commonJS({
175203
175203
  const responses = [];
175204
175204
  await Promise.all(queries.map(async (query, i) => {
175205
175205
  try {
175206
- responses[i] = await ccipRequest2(query);
175206
+ responses[i] = query.urls.includes(exports2.localBatchGatewayUrl) ? await localBatchGatewayRequest2({ data: query.data, ccipRequest: ccipRequest2 }) : await ccipRequest2(query);
175207
175207
  failures[i] = false;
175208
175208
  } catch (err) {
175209
175209
  failures[i] = true;
@@ -430824,7 +430824,7 @@ function getRenderer(opts) {
430824
430824
  var package_default = {
430825
430825
  name: "@gearbox-protocol/deploy-tools",
430826
430826
  description: "Gearbox deploy tools",
430827
- version: "5.36.22",
430827
+ version: "5.36.23",
430828
430828
  homepage: "https://gearbox.fi",
430829
430829
  keywords: [
430830
430830
  "gearbox"
@@ -430867,7 +430867,7 @@ var package_default = {
430867
430867
  "@gearbox-protocol/sdk": "8.3.1",
430868
430868
  "@gearbox-protocol/sdk-gov": "2.37.0",
430869
430869
  "@types/lodash-es": "^4.17.12",
430870
- "@types/node": "^24.0.6",
430870
+ "@types/node": "^24.0.8",
430871
430871
  "@types/react": "^19.1.8",
430872
430872
  "@types/react-dom": "^19.1.6",
430873
430873
  abitype: "^1.0.8",
@@ -430885,7 +430885,7 @@ var package_default = {
430885
430885
  "react-dom": "^19.1.0",
430886
430886
  table: "^6.9.0",
430887
430887
  tsx: "^4.20.2",
430888
- viem: "^2.31.4",
430888
+ viem: "^2.31.6",
430889
430889
  yaml: "^2.8.0",
430890
430890
  zod: "^3.25.67"
430891
430891
  }
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.36.22",
4
+ "version": "5.36.23",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"
@@ -44,7 +44,7 @@
44
44
  "@gearbox-protocol/sdk": "8.3.1",
45
45
  "@gearbox-protocol/sdk-gov": "2.37.0",
46
46
  "@types/lodash-es": "^4.17.12",
47
- "@types/node": "^24.0.6",
47
+ "@types/node": "^24.0.8",
48
48
  "@types/react": "^19.1.8",
49
49
  "@types/react-dom": "^19.1.6",
50
50
  "abitype": "^1.0.8",
@@ -62,7 +62,7 @@
62
62
  "react-dom": "^19.1.0",
63
63
  "table": "^6.9.0",
64
64
  "tsx": "^4.20.2",
65
- "viem": "^2.31.4",
65
+ "viem": "^2.31.6",
66
66
  "yaml": "^2.8.0",
67
67
  "zod": "^3.25.67"
68
68
  }