@gearbox-protocol/deploy-tools 5.18.2 → 5.18.4

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 -4
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -356932,6 +356932,7 @@ var ADDRESS_PROVIDER = {
356932
356932
  Base: NOT_DEPLOYED,
356933
356933
  Sonic: "0x4b27b296273B72d7c7bfee1ACE93DC081467C41B"
356934
356934
  };
356935
+ var ADDRESS_PROVIDER_V310 = "0xBaB2014Dd88223E168bA06911c06df638311a097";
356935
356936
 
356936
356937
  // ../../node_modules/@gearbox-protocol/sdk/dist/esm/sdk/constants/bot-permissions.js
356937
356938
  var BotPermissions = /* @__PURE__ */ ((BotPermissions2) => {
@@ -380092,7 +380093,7 @@ var GearboxSDK = class _GearboxSDK {
380092
380093
  chainId = await attachClient.getChainId();
380093
380094
  }
380094
380095
  if (!addressProvider) {
380095
- addressProvider = ADDRESS_PROVIDER[networkType];
380096
+ addressProvider = ADDRESS_PROVIDER_V310;
380096
380097
  }
380097
380098
  const provider = new Provider({
380098
380099
  ...options,
@@ -405656,7 +405657,7 @@ var AccountOpener = class extends SDKConstruct {
405656
405657
  totalUSD += market.priceOracle.convertToUSD(pool.underlying, diff);
405657
405658
  }
405658
405659
  }
405659
- totalUSD = totalUSD * PERCENTAGE_FACTOR / 9000n;
405660
+ totalUSD = totalUSD * PERCENTAGE_FACTOR / 8950n;
405660
405661
  this.#logger?.debug(
405661
405662
  `total USD to claim from faucet: ${formatBN(totalUSD, 8)}`
405662
405663
  );
@@ -413416,7 +413417,7 @@ function getRenderer(opts) {
413416
413417
  var package_default = {
413417
413418
  name: "@gearbox-protocol/deploy-tools",
413418
413419
  description: "Gearbox deploy tools",
413419
- version: "5.18.2",
413420
+ version: "5.18.4",
413420
413421
  homepage: "https://gearbox.fi",
413421
413422
  keywords: [
413422
413423
  "gearbox"
@@ -413459,7 +413460,7 @@ var package_default = {
413459
413460
  "@gearbox-protocol/deploy-tools-node": "0.0.0",
413460
413461
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
413461
413462
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
413462
- "@gearbox-protocol/sdk": "3.0.0-vfour.292",
413463
+ "@gearbox-protocol/sdk": "3.0.0-vfour.294",
413463
413464
  "@gearbox-protocol/sdk-gov": "^2.36.5",
413464
413465
  "@types/lodash-es": "^4.17.12",
413465
413466
  "@types/node": "^22.13.5",
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.18.2",
4
+ "version": "5.18.4",
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.292",
47
+ "@gearbox-protocol/sdk": "3.0.0-vfour.294",
48
48
  "@gearbox-protocol/sdk-gov": "^2.36.5",
49
49
  "@types/lodash-es": "^4.17.12",
50
50
  "@types/node": "^22.13.5",