@gearbox-protocol/deploy-tools 1.3.1 → 1.3.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.js +13 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -152522,9 +152522,20 @@ var reports = {
152522
152522
  "2023_Sep_ChainSec": {
152523
152523
  auditor: "ChainSecurity" /* ChainSecurity */,
152524
152524
  reportLink: "https://github.com/Gearbox-protocol/security/blob/main/audits/2023%20Sep%20-%20ChainSecurity_Gearbox_Protocol_Gearbox_V2_1_audit.pdf"
152525
+ },
152526
+ "2023_Oct_ChainSec": {
152527
+ auditor: "ChainSecurity" /* ChainSecurity */,
152528
+ reportLink: "https://github.com/Gearbox-protocol/security/blob/main/audits/2023%20Oct%20-%20ChainSecurity_Gearbox_Protocol_Gearbox_V3_Core_audit_draft_2.pdf"
152525
152529
  }
152526
152530
  };
152527
152531
  var audits = {
152532
+ "core-v3": [
152533
+ {
152534
+ type: "commit",
152535
+ commit: "519647cc73f74db3af3730549e450e19e994d0d8",
152536
+ report: reports["2023_Oct_ChainSec"]
152537
+ }
152538
+ ],
152528
152539
  "core-v2": [
152529
152540
  {
152530
152541
  type: "commit",
@@ -152914,7 +152925,7 @@ verify_fn = async function(create2txs, meta2) {
152914
152925
  `${import_chalk.default.yellow(match.contract)} is a partial match`
152915
152926
  );
152916
152927
  } else {
152917
- __privateGet(this, _logger2).debug(
152928
+ __privateGet(this, _logger2).warn(
152918
152929
  `${import_chalk.default.green(match.contract)} is a perfect match`
152919
152930
  );
152920
152931
  }
@@ -152928,6 +152939,7 @@ verify_fn = async function(create2txs, meta2) {
152928
152939
  file.repo
152929
152940
  )} for contract ${import_chalk.default.yellow(match.contract)}`
152930
152941
  );
152942
+ process.exitCode = 1;
152931
152943
  }
152932
152944
  }
152933
152945
  }
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": "1.3.1",
4
+ "version": "1.3.3",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"