@chain-registry/cli 1.49.85 → 1.50.0
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/commands/info/chain.js
CHANGED
|
@@ -28,7 +28,6 @@ function displayChain(chain) {
|
|
|
28
28
|
console.log(chalk_1.default.bold(`Codebase:`));
|
|
29
29
|
console.log(` Git Repo: ${chain.codebase.git_repo}`);
|
|
30
30
|
console.log(` Recommended Version: ${chain.codebase.recommended_version}`);
|
|
31
|
-
console.log(` Go Version: ${chain.codebase.go_version}`);
|
|
32
31
|
}
|
|
33
32
|
if (chain.fees) {
|
|
34
33
|
console.log(chalk_1.default.bold(`Fee Tokens:`));
|
|
@@ -22,7 +22,6 @@ export function displayChain(chain) {
|
|
|
22
22
|
console.log(chalk.bold(`Codebase:`));
|
|
23
23
|
console.log(` Git Repo: ${chain.codebase.git_repo}`);
|
|
24
24
|
console.log(` Recommended Version: ${chain.codebase.recommended_version}`);
|
|
25
|
-
console.log(` Go Version: ${chain.codebase.go_version}`);
|
|
26
25
|
}
|
|
27
26
|
if (chain.fees) {
|
|
28
27
|
console.log(chalk.bold(`Fee Tokens:`));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.50.0",
|
|
4
4
|
"description": "Chain Registry CLI",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"test:watch": "jest --watch"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@chain-registry/interfaces": "^0.
|
|
38
|
-
"@chain-registry/workflows": "^1.
|
|
37
|
+
"@chain-registry/interfaces": "^0.49.0",
|
|
38
|
+
"@chain-registry/workflows": "^1.50.0",
|
|
39
39
|
"chalk": "^4.1.0",
|
|
40
40
|
"deepmerge": "^4.3.1",
|
|
41
41
|
"inquirerer": "1.9.0",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"cosmos",
|
|
49
49
|
"interchain"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "fbd284ef1c6ac649534c53c1a62f085cc20fe181"
|
|
52
52
|
}
|