@gearbox-protocol/deploy-tools 4.61.19 → 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 +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -329565,7 +329565,7 @@ var DaiUsdsExchangeAdapter = class extends AbstractParser {
329565
329565
  super(contractType, "constructor(address _creditManager, address _targetContract)");
329566
329566
  this._iFace = IDaiUsdsAdapter__factory.createInterface();
329567
329567
  this.parameterParsers = {
329568
- constructor: [parseAddress(), parseToken()]
329568
+ constructor: [parseAddress(), parseAddress()]
329569
329569
  };
329570
329570
  }
329571
329571
  };
@@ -332751,7 +332751,7 @@ function getRenderer(opts) {
332751
332751
  }
332752
332752
 
332753
332753
  // package.json
332754
- var version2 = "4.61.19";
332754
+ var version2 = "4.61.20";
332755
332755
 
332756
332756
  // src/version.ts
332757
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.19",
4
+ "version": "4.61.20",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"