@gearbox-protocol/deploy-tools 5.60.6 → 5.61.0

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 +5 -5
package/dist/index.mjs CHANGED
@@ -267308,7 +267308,7 @@ var chains = {
267308
267308
  name: "Somnia",
267309
267309
  nativeCurrency: {
267310
267310
  name: "Somnia",
267311
- symbol: "STT",
267311
+ symbol: "SOMI",
267312
267312
  decimals: 18
267313
267313
  },
267314
267314
  rpcUrls: {
@@ -267333,7 +267333,7 @@ var chains = {
267333
267333
  defaultMarketConfigurators: {
267334
267334
  "0x1ca8b92aa7233a9f8f7ba031ac45c878141adff0": "Invariant Group"
267335
267335
  },
267336
- isPublic: false,
267336
+ isPublic: true,
267337
267337
  wellKnownToken: {
267338
267338
  address: "0x67B302E35Aef5EEE8c32D934F5856869EF428330",
267339
267339
  symbol: "USDT"
@@ -311311,7 +311311,7 @@ function getRenderer(opts) {
311311
311311
  var package_default = {
311312
311312
  name: "@gearbox-protocol/deploy-tools",
311313
311313
  description: "Gearbox deploy tools",
311314
- version: "5.60.6",
311314
+ version: "5.61.0",
311315
311315
  homepage: "https://gearbox.fi",
311316
311316
  keywords: [
311317
311317
  "gearbox"
@@ -311351,7 +311351,7 @@ var package_default = {
311351
311351
  "@gearbox-protocol/deploy-tools-node": "0.0.0",
311352
311352
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
311353
311353
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
311354
- "@gearbox-protocol/sdk": "11.7.2",
311354
+ "@gearbox-protocol/sdk": "11.8.4",
311355
311355
  "@gearbox-protocol/sdk-gov": "2.34.0-next.114",
311356
311356
  "@types/lodash-es": "^4.17.12",
311357
311357
  "@types/node": "^24.10.1",
@@ -311365,14 +311365,14 @@ var package_default = {
311365
311365
  "lodash-es": "^4.17.21",
311366
311366
  "p-retry": "^7.0.0",
311367
311367
  pino: "^10.0.0",
311368
- "pino-pretty": "^13.1.1",
311368
+ "pino-pretty": "^13.1.3",
311369
311369
  queue: "^7.0.0",
311370
311370
  react: "^19.2.0",
311371
311371
  "react-dom": "^19.2.0",
311372
311372
  table: "^6.9.0",
311373
- tsx: "^4.20.6",
311373
+ tsx: "^4.21.0",
311374
311374
  viem: "^2.40.3",
311375
- yaml: "^2.8.1",
311375
+ yaml: "^2.8.2",
311376
311376
  zod: "^4.1.13"
311377
311377
  }
311378
311378
  };
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.60.6",
4
+ "version": "5.61.0",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"
@@ -41,7 +41,7 @@
41
41
  "@gearbox-protocol/deploy-tools-node": "0.0.0",
42
42
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
43
43
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
44
- "@gearbox-protocol/sdk": "11.7.2",
44
+ "@gearbox-protocol/sdk": "11.8.4",
45
45
  "@gearbox-protocol/sdk-gov": "2.34.0-next.114",
46
46
  "@types/lodash-es": "^4.17.12",
47
47
  "@types/node": "^24.10.1",
@@ -55,14 +55,14 @@
55
55
  "lodash-es": "^4.17.21",
56
56
  "p-retry": "^7.0.0",
57
57
  "pino": "^10.0.0",
58
- "pino-pretty": "^13.1.1",
58
+ "pino-pretty": "^13.1.3",
59
59
  "queue": "^7.0.0",
60
60
  "react": "^19.2.0",
61
61
  "react-dom": "^19.2.0",
62
62
  "table": "^6.9.0",
63
- "tsx": "^4.20.6",
63
+ "tsx": "^4.21.0",
64
64
  "viem": "^2.40.3",
65
- "yaml": "^2.8.1",
65
+ "yaml": "^2.8.2",
66
66
  "zod": "^4.1.13"
67
67
  }
68
68
  }