@gearbox-protocol/cli-utils 5.60.5 → 5.60.6
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/providers.js +2 -2
- package/package.json +5 -5
package/dist/providers.js
CHANGED
|
@@ -62,7 +62,7 @@ const ANKR_DOMAINS = {
|
|
|
62
62
|
Plasma: null,
|
|
63
63
|
Sonic: "sonic_mainnet",
|
|
64
64
|
WorldChain: null,
|
|
65
|
-
Somnia:
|
|
65
|
+
Somnia: "somnia_mainnet",
|
|
66
66
|
};
|
|
67
67
|
export function getAnkrUrl(network, apiKey, protocol = "http") {
|
|
68
68
|
const net = ANKR_DOMAINS[network];
|
|
@@ -85,7 +85,7 @@ const THIRDWEB_DOMAINS = {
|
|
|
85
85
|
Plasma: chains.Plasma.id.toString(),
|
|
86
86
|
Sonic: chains.Sonic.id.toString(),
|
|
87
87
|
WorldChain: chains.WorldChain.id.toString(),
|
|
88
|
-
Somnia:
|
|
88
|
+
Somnia: chains.Somnia.id.toString(),
|
|
89
89
|
};
|
|
90
90
|
export function getThirdWebUrl(network, apiKey, protocol = "http") {
|
|
91
91
|
if (protocol === "ws") {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gearbox-protocol/cli-utils",
|
|
3
3
|
"description": "Utils for creating cli apps",
|
|
4
|
-
"version": "5.60.
|
|
4
|
+
"version": "5.60.6",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"package:version": "yarn version"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
|
33
|
-
"@aws-sdk/client-ssm": "^3.
|
|
34
|
-
"@gearbox-protocol/sdk": ">=11.
|
|
32
|
+
"@aws-sdk/client-secrets-manager": "^3.940.0",
|
|
33
|
+
"@aws-sdk/client-ssm": "^3.940.0",
|
|
34
|
+
"@gearbox-protocol/sdk": ">=11.7.2",
|
|
35
35
|
"abitype": "^1.2.0",
|
|
36
36
|
"commander": "^14.0.2",
|
|
37
37
|
"lodash-es": "^4.17.21",
|
|
38
|
-
"viem": "^2.40.
|
|
38
|
+
"viem": "^2.40.3",
|
|
39
39
|
"yaml": "^2.8.1",
|
|
40
40
|
"zod": "^4.1.13"
|
|
41
41
|
},
|