@gearbox-protocol/deploy-tools 5.60.0 → 5.60.1
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 +9 -6
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -3495,7 +3495,7 @@ var require_extra_typings = __commonJS({
|
|
|
3495
3495
|
var version;
|
|
3496
3496
|
var init_version = __esm({
|
|
3497
3497
|
"../../node_modules/abitype/dist/esm/version.js"() {
|
|
3498
|
-
version = "1.
|
|
3498
|
+
version = "1.2.0";
|
|
3499
3499
|
}
|
|
3500
3500
|
});
|
|
3501
3501
|
|
|
@@ -266875,8 +266875,11 @@ var chains = {
|
|
|
266875
266875
|
}
|
|
266876
266876
|
},
|
|
266877
266877
|
network: "Monad",
|
|
266878
|
-
defaultMarketConfigurators: {
|
|
266879
|
-
|
|
266878
|
+
defaultMarketConfigurators: {
|
|
266879
|
+
"0x16956912813ab9a38d95730b52a8cf53e860a7c5": "Tulipa",
|
|
266880
|
+
"0x7c6ee1bf9c1eb3ee55bdbdc1e8d0317aab718e0a": "Edge UltraYield"
|
|
266881
|
+
},
|
|
266882
|
+
isPublic: false,
|
|
266880
266883
|
wellKnownToken: {
|
|
266881
266884
|
address: "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
|
|
266882
266885
|
symbol: "USDT0"
|
|
@@ -310957,7 +310960,7 @@ function getRenderer(opts) {
|
|
|
310957
310960
|
var package_default = {
|
|
310958
310961
|
name: "@gearbox-protocol/deploy-tools",
|
|
310959
310962
|
description: "Gearbox deploy tools",
|
|
310960
|
-
version: "5.60.
|
|
310963
|
+
version: "5.60.1",
|
|
310961
310964
|
homepage: "https://gearbox.fi",
|
|
310962
310965
|
keywords: [
|
|
310963
310966
|
"gearbox"
|
|
@@ -310997,13 +311000,13 @@ var package_default = {
|
|
|
310997
311000
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
310998
311001
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
310999
311002
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
311000
|
-
"@gearbox-protocol/sdk": "11.
|
|
311003
|
+
"@gearbox-protocol/sdk": "11.5.0",
|
|
311001
311004
|
"@gearbox-protocol/sdk-gov": "2.34.0-next.114",
|
|
311002
311005
|
"@types/lodash-es": "^4.17.12",
|
|
311003
311006
|
"@types/node": "^24.10.1",
|
|
311004
311007
|
"@types/react": "^19.2.6",
|
|
311005
311008
|
"@types/react-dom": "^19.2.3",
|
|
311006
|
-
abitype: "^1.
|
|
311009
|
+
abitype: "^1.2.0",
|
|
311007
311010
|
chalk: "^5.6.2",
|
|
311008
311011
|
commander: "^14.0.2",
|
|
311009
311012
|
"date-fns": "^4.1.0",
|
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.60.
|
|
4
|
+
"version": "5.60.1",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
42
42
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
43
43
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
44
|
-
"@gearbox-protocol/sdk": "11.
|
|
44
|
+
"@gearbox-protocol/sdk": "11.5.0",
|
|
45
45
|
"@gearbox-protocol/sdk-gov": "2.34.0-next.114",
|
|
46
46
|
"@types/lodash-es": "^4.17.12",
|
|
47
47
|
"@types/node": "^24.10.1",
|
|
48
48
|
"@types/react": "^19.2.6",
|
|
49
49
|
"@types/react-dom": "^19.2.3",
|
|
50
|
-
"abitype": "^1.
|
|
50
|
+
"abitype": "^1.2.0",
|
|
51
51
|
"chalk": "^5.6.2",
|
|
52
52
|
"commander": "^14.0.2",
|
|
53
53
|
"date-fns": "^4.1.0",
|