@gearbox-protocol/deploy-tools 4.61.18 → 4.61.20

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 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -329348,11 +329348,13 @@ var ADAPTER_NAMES = {
329348
329348
  // = 22
329349
329349
  CurveV1AdapterStableNG: "ADAPTER_CURVE_STABLE_NG",
329350
329350
  // 23
329351
- CamelotV3Adapter: "ADAPTER_CAMELOT_V3_ROUTER"
329351
+ CamelotV3Adapter: "ADAPTER_CAMELOT_V3_ROUTER",
329352
329352
  // 24
329353
329353
  // CONVEX_L2_BOOSTER, // 25
329354
329354
  // CONVEX_L2_REWARD_POOL, // 26
329355
329355
  // AAVE_V3_LENDING_POOL, // 27
329356
+ StakingRewardsAdapter: "ADAPTER_STAKING_REWARDS",
329357
+ DaiUsdsAdapter: "ADAPTER_DAI_USDS_EXCHANGE"
329356
329358
  };
329357
329359
 
329358
329360
  // ../../packages/node/dist/parsers/adapters/AaveV2LendingPoolAdapterParser.js
@@ -329563,7 +329565,7 @@ var DaiUsdsExchangeAdapter = class extends AbstractParser {
329563
329565
  super(contractType, "constructor(address _creditManager, address _targetContract)");
329564
329566
  this._iFace = IDaiUsdsAdapter__factory.createInterface();
329565
329567
  this.parameterParsers = {
329566
- constructor: [parseAddress(), parseToken()]
329568
+ constructor: [parseAddress(), parseAddress()]
329567
329569
  };
329568
329570
  }
329569
329571
  };
@@ -332749,7 +332751,7 @@ function getRenderer(opts) {
332749
332751
  }
332750
332752
 
332751
332753
  // package.json
332752
- var version2 = "4.61.18";
332754
+ var version2 = "4.61.20";
332753
332755
 
332754
332756
  // src/version.ts
332755
332757
  var version_default = version2;
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.61.18",
4
+ "version": "4.61.20",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"