@gearbox-protocol/deploy-tools 5.58.1 → 5.58.3

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 +41 -3
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -32723,7 +32723,9 @@ var require_decimals = __commonJS({
32723
32723
  PT_beraSTONE_10APR2025: 18,
32724
32724
  PT_slvlUSD_25SEP2025: 18,
32725
32725
  rstETH_Lido_wstETH: 18,
32726
- DVstETH_Prime_wstETH: 18
32726
+ DVstETH_Prime_wstETH: 18,
32727
+ SSV: 18,
32728
+ OBOL: 18
32727
32729
  };
32728
32730
  }
32729
32731
  });
@@ -33429,6 +33431,16 @@ var require_normal = __commonJS({
33429
33431
  name: "Balancer V3 DVstETH-Prime wstETH",
33430
33432
  symbol: "DVstETH_Prime_wstETH",
33431
33433
  type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
33434
+ },
33435
+ SSV: {
33436
+ name: "SSV",
33437
+ symbol: "SSV",
33438
+ type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
33439
+ },
33440
+ OBOL: {
33441
+ name: "Obol Network",
33442
+ symbol: "OBOL",
33443
+ type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
33432
33444
  }
33433
33445
  };
33434
33446
  var isNormalToken = (t) => typeof t === "string" && !!exports2.normalTokens[t];
@@ -33768,6 +33780,8 @@ var require_token = __commonJS({
33768
33780
  pzETHstETH: "0xCec99Cff3632Cf1f16652cC5b1E80eB08bE25983",
33769
33781
  USDLUSDC: "0xAb96AA0ee764924f49fbB372f3B4db9c2cB24Ea2",
33770
33782
  RLUSDUSDC: "0xD001aE433f254283FeCE51d4ACcE8c53263aa186",
33783
+ SSV: "0x9D65fF81a3c488d585bBfb0Bfe3c7707c7917f54",
33784
+ OBOL: "0x0B010000b7624eb9B3DfBC279673C76E9D29D5F7",
33771
33785
  // CONVEX LP TOKENS
33772
33786
  cvx3Crv: "0x30D9410ED1D5DA1F6C8391af5338C93ab8d4035C",
33773
33787
  cvxcrvFRAX: "0x117A0bab81F25e60900787d98061cCFae023560c",
@@ -34094,6 +34108,8 @@ var require_token = __commonJS({
34094
34108
  pzETHstETH: constants_1.NOT_DEPLOYED,
34095
34109
  USDLUSDC: constants_1.NOT_DEPLOYED,
34096
34110
  RLUSDUSDC: constants_1.NOT_DEPLOYED,
34111
+ SSV: constants_1.NOT_DEPLOYED,
34112
+ OBOL: constants_1.NOT_DEPLOYED,
34097
34113
  // CONVEX LP TOKENS
34098
34114
  cvx3Crv: constants_1.NOT_DEPLOYED,
34099
34115
  cvxcrvFRAX: constants_1.NOT_DEPLOYED,
@@ -34409,6 +34425,8 @@ var require_token = __commonJS({
34409
34425
  pzETHstETH: constants_1.NOT_DEPLOYED,
34410
34426
  USDLUSDC: constants_1.NOT_DEPLOYED,
34411
34427
  RLUSDUSDC: constants_1.NOT_DEPLOYED,
34428
+ SSV: constants_1.NOT_DEPLOYED,
34429
+ OBOL: constants_1.NOT_DEPLOYED,
34412
34430
  // CONVEX LP TOKENS
34413
34431
  cvx3Crv: constants_1.NOT_DEPLOYED,
34414
34432
  cvxcrvFRAX: constants_1.NOT_DEPLOYED,
@@ -34722,6 +34740,8 @@ var require_token = __commonJS({
34722
34740
  pzETHstETH: constants_1.NOT_DEPLOYED,
34723
34741
  USDLUSDC: constants_1.NOT_DEPLOYED,
34724
34742
  RLUSDUSDC: constants_1.NOT_DEPLOYED,
34743
+ SSV: constants_1.NOT_DEPLOYED,
34744
+ OBOL: constants_1.NOT_DEPLOYED,
34725
34745
  // CONVEX LP TOKENS
34726
34746
  cvx3Crv: constants_1.NOT_DEPLOYED,
34727
34747
  cvxcrvFRAX: constants_1.NOT_DEPLOYED,
@@ -35019,6 +35039,8 @@ var require_token = __commonJS({
35019
35039
  pzETHstETH: constants_1.NOT_DEPLOYED,
35020
35040
  USDLUSDC: constants_1.NOT_DEPLOYED,
35021
35041
  RLUSDUSDC: constants_1.NOT_DEPLOYED,
35042
+ SSV: constants_1.NOT_DEPLOYED,
35043
+ OBOL: constants_1.NOT_DEPLOYED,
35022
35044
  crvUSDUSDC: constants_1.NOT_DEPLOYED,
35023
35045
  crvUSDUSDT: constants_1.NOT_DEPLOYED,
35024
35046
  crvUSDFRAX: constants_1.NOT_DEPLOYED,
@@ -78602,6 +78624,22 @@ var require_priceFeeds = __commonJS({
78602
78624
  trusted: false
78603
78625
  }
78604
78626
  }
78627
+ },
78628
+ SSV: {
78629
+ AllNetworks: {
78630
+ Main: {
78631
+ type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
78632
+ trusted: false
78633
+ }
78634
+ }
78635
+ },
78636
+ OBOL: {
78637
+ AllNetworks: {
78638
+ Main: {
78639
+ type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
78640
+ trusted: false
78641
+ }
78642
+ }
78605
78643
  }
78606
78644
  };
78607
78645
  }
@@ -310511,7 +310549,7 @@ function getRenderer(opts) {
310511
310549
  var package_default = {
310512
310550
  name: "@gearbox-protocol/deploy-tools",
310513
310551
  description: "Gearbox deploy tools",
310514
- version: "5.58.1",
310552
+ version: "5.58.3",
310515
310553
  homepage: "https://gearbox.fi",
310516
310554
  keywords: [
310517
310555
  "gearbox"
@@ -310552,7 +310590,7 @@ var package_default = {
310552
310590
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
310553
310591
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
310554
310592
  "@gearbox-protocol/sdk": "10.5.0",
310555
- "@gearbox-protocol/sdk-gov": "v2.38.0",
310593
+ "@gearbox-protocol/sdk-gov": "2.34.0-next.114",
310556
310594
  "@types/lodash-es": "^4.17.12",
310557
310595
  "@types/node": "^24.10.0",
310558
310596
  "@types/react": "^19.2.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.58.1",
4
+ "version": "5.58.3",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"
@@ -42,7 +42,7 @@
42
42
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
43
43
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
44
44
  "@gearbox-protocol/sdk": "10.5.0",
45
- "@gearbox-protocol/sdk-gov": "v2.38.0",
45
+ "@gearbox-protocol/sdk-gov": "2.34.0-next.114",
46
46
  "@types/lodash-es": "^4.17.12",
47
47
  "@types/node": "^24.10.0",
48
48
  "@types/react": "^19.2.0",