@gearbox-protocol/deploy-tools 1.3.2 → 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.
- package/dist/index.js +12 -1
- 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).
|
|
152928
|
+
__privateGet(this, _logger2).warn(
|
|
152918
152929
|
`${import_chalk.default.green(match.contract)} is a perfect match`
|
|
152919
152930
|
);
|
|
152920
152931
|
}
|