@gearbox-protocol/deploy-tools 5.28.10 → 5.28.11

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
@@ -381608,6 +381608,9 @@ var chains = {
381608
381608
  defaultMarketConfigurators: {
381609
381609
  "0x5BCF14d8470e1a6110916371aacC8E1C947A7D9d": "Chaos Labs"
381610
381610
  },
381611
+ testMarketConfigurators: {
381612
+ "0x19037a281025b83fa37e3264b77af523ff87a3a4": "Chaos Labs"
381613
+ },
381611
381614
  isPublic: false,
381612
381615
  wellKnownToken: {
381613
381616
  address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
@@ -429095,7 +429098,7 @@ var AccountOpener = class extends SDKConstruct {
429095
429098
  const token = t;
429096
429099
  expectedBalances.push({
429097
429100
  token,
429098
- balance: token === underlying ? BigInt(leverage) * minDebt : 1n
429101
+ balance: token === underlying ? BigInt(leverage) * minDebt / PERCENTAGE_FACTOR : 1n
429099
429102
  });
429100
429103
  leftoverBalances.push({
429101
429104
  token,
@@ -436811,7 +436814,7 @@ function getRenderer(opts) {
436811
436814
  var package_default = {
436812
436815
  name: "@gearbox-protocol/deploy-tools",
436813
436816
  description: "Gearbox deploy tools",
436814
- version: "5.28.10",
436817
+ version: "5.28.11",
436815
436818
  homepage: "https://gearbox.fi",
436816
436819
  keywords: [
436817
436820
  "gearbox"
@@ -436854,7 +436857,7 @@ var package_default = {
436854
436857
  "@gearbox-protocol/deploy-tools-node": "0.0.0",
436855
436858
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
436856
436859
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
436857
- "@gearbox-protocol/sdk": "^4.1.5",
436860
+ "@gearbox-protocol/sdk": "^4.1.6",
436858
436861
  "@gearbox-protocol/sdk-gov": "^2.37.0",
436859
436862
  "@types/lodash-es": "^4.17.12",
436860
436863
  "@types/node": "^22.14.1",
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.28.10",
4
+ "version": "5.28.11",
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": "^4.1.5",
47
+ "@gearbox-protocol/sdk": "^4.1.6",
48
48
  "@gearbox-protocol/sdk-gov": "^2.37.0",
49
49
  "@types/lodash-es": "^4.17.12",
50
50
  "@types/node": "^22.14.1",