@gearbox-protocol/deploy-tools 5.39.0 → 5.39.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 +4 -3
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -221662,6 +221662,7 @@ var require_config2 = __commonJS({
|
|
|
221662
221662
|
{ chainId: 130n, shortName: "unichain" },
|
|
221663
221663
|
{ chainId: 133n, shortName: "HSKT" },
|
|
221664
221664
|
{ chainId: 137n, shortName: "matic" },
|
|
221665
|
+
{ chainId: 143n, shortName: "mon" },
|
|
221665
221666
|
{ chainId: 146n, shortName: "sonic" },
|
|
221666
221667
|
{ chainId: 148n, shortName: "shimmerevm" },
|
|
221667
221668
|
{ chainId: 155n, shortName: "tenet-testnet" },
|
|
@@ -281274,7 +281275,7 @@ var require_getProtocolKitVersion = __commonJS({
|
|
|
281274
281275
|
"use strict";
|
|
281275
281276
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
281276
281277
|
exports2.getProtocolKitVersion = void 0;
|
|
281277
|
-
var getProtocolKitVersion = () => "5.2.
|
|
281278
|
+
var getProtocolKitVersion = () => "5.2.12";
|
|
281278
281279
|
exports2.getProtocolKitVersion = getProtocolKitVersion;
|
|
281279
281280
|
}
|
|
281280
281281
|
});
|
|
@@ -448693,7 +448694,7 @@ function getRenderer(opts) {
|
|
|
448693
448694
|
var package_default = {
|
|
448694
448695
|
name: "@gearbox-protocol/deploy-tools",
|
|
448695
448696
|
description: "Gearbox deploy tools",
|
|
448696
|
-
version: "5.39.
|
|
448697
|
+
version: "5.39.2",
|
|
448697
448698
|
homepage: "https://gearbox.fi",
|
|
448698
448699
|
keywords: [
|
|
448699
448700
|
"gearbox"
|
|
@@ -448736,7 +448737,7 @@ var package_default = {
|
|
|
448736
448737
|
"@gearbox-protocol/sdk": "8.10.1",
|
|
448737
448738
|
"@gearbox-protocol/sdk-gov": "2.37.0",
|
|
448738
448739
|
"@types/lodash-es": "^4.17.12",
|
|
448739
|
-
"@types/node": "^24.0
|
|
448740
|
+
"@types/node": "^24.1.0",
|
|
448740
448741
|
"@types/react": "^19.1.8",
|
|
448741
448742
|
"@types/react-dom": "^19.1.6",
|
|
448742
448743
|
abitype: "^1.0.8",
|
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": "5.39.
|
|
4
|
+
"version": "5.39.2",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@gearbox-protocol/sdk": "8.10.1",
|
|
45
45
|
"@gearbox-protocol/sdk-gov": "2.37.0",
|
|
46
46
|
"@types/lodash-es": "^4.17.12",
|
|
47
|
-
"@types/node": "^24.0
|
|
47
|
+
"@types/node": "^24.1.0",
|
|
48
48
|
"@types/react": "^19.1.8",
|
|
49
49
|
"@types/react-dom": "^19.1.6",
|
|
50
50
|
"abitype": "^1.0.8",
|