@gearbox-protocol/deploy-tools 4.8.0 → 4.9.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 +2 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -350370,6 +350370,7 @@ var CONTRACT_NAME_TO_TYPE = new Map([
350370
350370
  ["CurveCryptoLPPriceFeed", "PRICE_FEED_CURVE_CRYPTO_ORACLE"],
350371
350371
  ["DataCompressorV2_10", "DATA_COMPRESSOR_V210"],
350372
350372
  ["DataCompressorV3_00", "DATA_COMPRESSOR_V3"],
350373
+ ["DataCompressorV3", "DATA_COMPRESSOR_V3"],
350373
350374
  ["DegenNFTV2", "DEGEN_NFT"],
350374
350375
  ["FarmingPool", "ONE_INCH_FARMING_POOL"],
350375
350376
  ["GaugeV3", "GAUGE_V3"],
@@ -351792,7 +351793,7 @@ function getRenderer(opts) {
351792
351793
  }
351793
351794
 
351794
351795
  // package.json
351795
- var version3 = "4.8.0";
351796
+ var version3 = "4.9.0";
351796
351797
 
351797
351798
  // src/version.ts
351798
351799
  var version_default = version3;
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": "4.8.0",
4
+ "version": "4.9.0",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"