@gearbox-protocol/deploy-tools 4.21.1 → 4.21.2
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.mjs +20 -8
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -109941,7 +109941,7 @@ var require_wrapped = __commonJS({
|
|
|
109941
109941
|
"../../node_modules/@gearbox-protocol/sdk-gov/lib/tokens/wrapped.js"(exports2) {
|
|
109942
109942
|
"use strict";
|
|
109943
109943
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
109944
|
-
exports2.wrappedTokens = void 0;
|
|
109944
|
+
exports2.isWrappedToken = exports2.wrappedTokens = void 0;
|
|
109945
109945
|
var tokenType_1 = require_tokenType();
|
|
109946
109946
|
exports2.wrappedTokens = {
|
|
109947
109947
|
wstETH: {
|
|
@@ -109963,6 +109963,8 @@ var require_wrapped = __commonJS({
|
|
|
109963
109963
|
}
|
|
109964
109964
|
}
|
|
109965
109965
|
};
|
|
109966
|
+
var isWrappedToken = (t) => typeof t === "string" && !!exports2.wrappedTokens[t];
|
|
109967
|
+
exports2.isWrappedToken = isWrappedToken;
|
|
109966
109968
|
}
|
|
109967
109969
|
});
|
|
109968
109970
|
|
|
@@ -122087,6 +122089,11 @@ var require_audits = __commonJS({
|
|
|
122087
122089
|
auditor: Auditor2.ChainSecurity,
|
|
122088
122090
|
revision: "2024 February",
|
|
122089
122091
|
reportLink: "https://github.com/Gearbox-protocol/security/blob/main/audits/2024%20Feb%20-%20ChainSecurity_Gearbox_Core_V3.pdf"
|
|
122092
|
+
},
|
|
122093
|
+
"2024_Mar_ChainSecurity_CoreV3": {
|
|
122094
|
+
auditor: Auditor2.ChainSecurity,
|
|
122095
|
+
revision: "2024 March",
|
|
122096
|
+
reportLink: "https://github.com/Gearbox-protocol/security/blob/main/audits/2024%20Mar%20-%20ChainSecurity_Gearbox_Protocol_Gearbox_V3_Core_audit.pdf"
|
|
122090
122097
|
}
|
|
122091
122098
|
};
|
|
122092
122099
|
exports2.audits = {
|
|
@@ -122105,6 +122112,11 @@ var require_audits = __commonJS({
|
|
|
122105
122112
|
type: "commit",
|
|
122106
122113
|
commit: "27d05440deddb1af3f0505c5fc14721d637353f0",
|
|
122107
122114
|
report: exports2.auditReports["2024_Feb_ChainSecurity_CoreV3"]
|
|
122115
|
+
},
|
|
122116
|
+
{
|
|
122117
|
+
type: "commit",
|
|
122118
|
+
commit: "9db98f7bb7876e40181a7235ca3a12dcfc08852a",
|
|
122119
|
+
report: exports2.auditReports["2024_Mar_ChainSecurity_CoreV3"]
|
|
122108
122120
|
}
|
|
122109
122121
|
],
|
|
122110
122122
|
"core-v2": [
|
|
@@ -136872,9 +136884,9 @@ var require_bs58 = __commonJS({
|
|
|
136872
136884
|
}
|
|
136873
136885
|
});
|
|
136874
136886
|
|
|
136875
|
-
// ../../node_modules/
|
|
136887
|
+
// ../../node_modules/detect-libc/lib/process.js
|
|
136876
136888
|
var require_process = __commonJS({
|
|
136877
|
-
"../../node_modules/
|
|
136889
|
+
"../../node_modules/detect-libc/lib/process.js"(exports2, module2) {
|
|
136878
136890
|
"use strict";
|
|
136879
136891
|
var isLinux = () => process.platform === "linux";
|
|
136880
136892
|
var report = null;
|
|
@@ -136888,9 +136900,9 @@ var require_process = __commonJS({
|
|
|
136888
136900
|
}
|
|
136889
136901
|
});
|
|
136890
136902
|
|
|
136891
|
-
// ../../node_modules/
|
|
136903
|
+
// ../../node_modules/detect-libc/lib/filesystem.js
|
|
136892
136904
|
var require_filesystem = __commonJS({
|
|
136893
|
-
"../../node_modules/
|
|
136905
|
+
"../../node_modules/detect-libc/lib/filesystem.js"(exports2, module2) {
|
|
136894
136906
|
"use strict";
|
|
136895
136907
|
var fs2 = __require("fs");
|
|
136896
136908
|
var LDD_PATH = "/usr/bin/ldd";
|
|
@@ -136912,9 +136924,9 @@ var require_filesystem = __commonJS({
|
|
|
136912
136924
|
}
|
|
136913
136925
|
});
|
|
136914
136926
|
|
|
136915
|
-
// ../../node_modules/
|
|
136927
|
+
// ../../node_modules/detect-libc/lib/detect-libc.js
|
|
136916
136928
|
var require_detect_libc = __commonJS({
|
|
136917
|
-
"../../node_modules/
|
|
136929
|
+
"../../node_modules/detect-libc/lib/detect-libc.js"(exports2, module2) {
|
|
136918
136930
|
"use strict";
|
|
136919
136931
|
var childProcess = __require("child_process");
|
|
136920
136932
|
var { isLinux, getReport } = require_process();
|
|
@@ -365141,7 +365153,7 @@ function getRenderer(opts) {
|
|
|
365141
365153
|
}
|
|
365142
365154
|
|
|
365143
365155
|
// package.json
|
|
365144
|
-
var version3 = "4.21.
|
|
365156
|
+
var version3 = "4.21.2";
|
|
365145
365157
|
|
|
365146
365158
|
// src/version.ts
|
|
365147
365159
|
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.21.
|
|
4
|
+
"version": "4.21.2",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"@actions/core": "^1.10.1",
|
|
39
39
|
"@chialab/esbuild-plugin-commonjs": "^0.18.0",
|
|
40
40
|
"@commander-js/extra-typings": "^12.0.1",
|
|
41
|
-
"@ethereum-sourcify/bytecode-utils": "^1.2.
|
|
41
|
+
"@ethereum-sourcify/bytecode-utils": "^1.2.7",
|
|
42
42
|
"@ethereum-sourcify/lib-sourcify": "^1.4.1",
|
|
43
43
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
44
44
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
45
45
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
46
|
-
"@gearbox-protocol/sdk-gov": "^1.46.
|
|
46
|
+
"@gearbox-protocol/sdk-gov": "^1.46.2",
|
|
47
47
|
"@types/lodash-es": "^4.17.12",
|
|
48
|
-
"@types/node": "^20.11.
|
|
48
|
+
"@types/node": "^20.11.30",
|
|
49
49
|
"@types/react": "^18.2.67",
|
|
50
50
|
"@types/react-dom": "^18.2.22",
|
|
51
51
|
"abitype": "^1.0.2",
|