@gearbox-protocol/deploy-tools 4.15.1 → 4.15.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 +11 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -322594,6 +322594,13 @@ var _abi43 = [
322594
322594
  ],
322595
322595
  outputs: [],
322596
322596
  stateMutability: "nonpayable"
322597
+ },
322598
+ {
322599
+ type: "function",
322600
+ name: "unpauseAllContracts",
322601
+ inputs: [],
322602
+ outputs: [],
322603
+ stateMutability: "nonpayable"
322597
322604
  }
322598
322605
  ];
322599
322606
  var IMultiPause__factory = class {
@@ -345054,6 +345061,9 @@ var AddressProviderV3Visitor = class extends AbstractVisitor {
345054
345061
  case "DEGEN_NFT":
345055
345062
  contract = "DEGEN_NFT";
345056
345063
  break;
345064
+ case "DEGEN_DISTRIBUTOR":
345065
+ contract = "DEGEN_DISTRIBUTOR";
345066
+ break;
345057
345067
  case "ZERO_PRICE_FEED":
345058
345068
  contract = "PRICE_FEED_ZERO_ORACLE";
345059
345069
  break;
@@ -349874,7 +349884,7 @@ function getRenderer(opts) {
349874
349884
  }
349875
349885
 
349876
349886
  // package.json
349877
- var version3 = "4.15.1";
349887
+ var version3 = "4.15.3";
349878
349888
 
349879
349889
  // src/version.ts
349880
349890
  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.15.1",
4
+ "version": "4.15.3",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"