chain-registry 2.0.124 → 2.0.125
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/esm/mainnet/beezee/chain.js +11 -11
- package/esm/mainnet/namada/chain.js +9 -2
- package/mainnet/beezee/chain.js +11 -11
- package/mainnet/namada/chain.js +9 -2
- package/package.json +3 -3
|
@@ -28,30 +28,30 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
gitRepo: 'https://github.com/bze-alphateam/bze',
|
|
31
|
-
recommendedVersion: '
|
|
32
|
-
compatibleVersions: ['
|
|
31
|
+
recommendedVersion: 'v8.0.0',
|
|
32
|
+
compatibleVersions: ['v8.0.0'],
|
|
33
33
|
binaries: {
|
|
34
|
-
"darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/
|
|
35
|
-
"darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/
|
|
36
|
-
"linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/
|
|
37
|
-
"linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/
|
|
38
|
-
"windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/
|
|
34
|
+
"darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-darwin-amd64.tar.gz',
|
|
35
|
+
"darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-darwin-arm64.tar.gz',
|
|
36
|
+
"linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-linux-amd64.tar.gz',
|
|
37
|
+
"linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-linux-arm64.tar.gz',
|
|
38
|
+
"windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-win64.zip'
|
|
39
39
|
},
|
|
40
40
|
genesis: {
|
|
41
41
|
genesisUrl: 'https://raw.githubusercontent.com/bze-alphateam/bze/main/genesis.json'
|
|
42
42
|
},
|
|
43
|
-
tag: '
|
|
43
|
+
tag: 'v8.0.0',
|
|
44
44
|
sdk: {
|
|
45
45
|
type: 'cosmos',
|
|
46
|
-
version: 'v0.
|
|
46
|
+
version: 'v0.50.14'
|
|
47
47
|
},
|
|
48
48
|
consensus: {
|
|
49
49
|
type: 'cometbft',
|
|
50
|
-
version: 'v0.
|
|
50
|
+
version: 'v0.38.17'
|
|
51
51
|
},
|
|
52
52
|
ibc: {
|
|
53
53
|
type: 'go',
|
|
54
|
-
version: '
|
|
54
|
+
version: 'v8.7.0'
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
logoURIs: {
|
|
@@ -29,7 +29,7 @@ const info = {
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
|
-
gitRepo: 'https://github.com/
|
|
32
|
+
gitRepo: 'https://github.com/namada-net/namada'
|
|
33
33
|
},
|
|
34
34
|
apis: {
|
|
35
35
|
rpc: [
|
|
@@ -104,6 +104,12 @@ const info = {
|
|
|
104
104
|
]
|
|
105
105
|
},
|
|
106
106
|
explorers: [
|
|
107
|
+
{
|
|
108
|
+
kind: 'Namada Explorer',
|
|
109
|
+
url: 'https://namada.world/',
|
|
110
|
+
txPage: 'https://namada.world/transactions/${txHash}',
|
|
111
|
+
accountPage: 'https://namada.world/account/${accountAddress}'
|
|
112
|
+
},
|
|
107
113
|
{
|
|
108
114
|
kind: 'Explorer75',
|
|
109
115
|
url: 'https://explorer75.org/namada',
|
|
@@ -131,7 +137,8 @@ const info = {
|
|
|
131
137
|
{
|
|
132
138
|
kind: 'Coverlet',
|
|
133
139
|
url: 'https://namada.coverlet.io/',
|
|
134
|
-
txPage: 'https://namada.coverlet.io/tx/${txHash}'
|
|
140
|
+
txPage: 'https://namada.coverlet.io/tx/${txHash}',
|
|
141
|
+
accountPage: 'https://namada.coverlet.io/address/${accountAddress}'
|
|
135
142
|
}
|
|
136
143
|
],
|
|
137
144
|
logoURIs: {
|
package/mainnet/beezee/chain.js
CHANGED
|
@@ -30,30 +30,30 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/bze-alphateam/bze',
|
|
33
|
-
recommendedVersion: '
|
|
34
|
-
compatibleVersions: ['
|
|
33
|
+
recommendedVersion: 'v8.0.0',
|
|
34
|
+
compatibleVersions: ['v8.0.0'],
|
|
35
35
|
binaries: {
|
|
36
|
-
"darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/
|
|
37
|
-
"darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/
|
|
38
|
-
"linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/
|
|
39
|
-
"linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/
|
|
40
|
-
"windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/
|
|
36
|
+
"darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-darwin-amd64.tar.gz',
|
|
37
|
+
"darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-darwin-arm64.tar.gz',
|
|
38
|
+
"linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-linux-amd64.tar.gz',
|
|
39
|
+
"linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-linux-arm64.tar.gz',
|
|
40
|
+
"windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-win64.zip'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
genesisUrl: 'https://raw.githubusercontent.com/bze-alphateam/bze/main/genesis.json'
|
|
44
44
|
},
|
|
45
|
-
tag: '
|
|
45
|
+
tag: 'v8.0.0',
|
|
46
46
|
sdk: {
|
|
47
47
|
type: 'cosmos',
|
|
48
|
-
version: 'v0.
|
|
48
|
+
version: 'v0.50.14'
|
|
49
49
|
},
|
|
50
50
|
consensus: {
|
|
51
51
|
type: 'cometbft',
|
|
52
|
-
version: 'v0.
|
|
52
|
+
version: 'v0.38.17'
|
|
53
53
|
},
|
|
54
54
|
ibc: {
|
|
55
55
|
type: 'go',
|
|
56
|
-
version: '
|
|
56
|
+
version: 'v8.7.0'
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
logoURIs: {
|
package/mainnet/namada/chain.js
CHANGED
|
@@ -31,7 +31,7 @@ const info = {
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
codebase: {
|
|
34
|
-
gitRepo: 'https://github.com/
|
|
34
|
+
gitRepo: 'https://github.com/namada-net/namada'
|
|
35
35
|
},
|
|
36
36
|
apis: {
|
|
37
37
|
rpc: [
|
|
@@ -106,6 +106,12 @@ const info = {
|
|
|
106
106
|
]
|
|
107
107
|
},
|
|
108
108
|
explorers: [
|
|
109
|
+
{
|
|
110
|
+
kind: 'Namada Explorer',
|
|
111
|
+
url: 'https://namada.world/',
|
|
112
|
+
txPage: 'https://namada.world/transactions/${txHash}',
|
|
113
|
+
accountPage: 'https://namada.world/account/${accountAddress}'
|
|
114
|
+
},
|
|
109
115
|
{
|
|
110
116
|
kind: 'Explorer75',
|
|
111
117
|
url: 'https://explorer75.org/namada',
|
|
@@ -133,7 +139,8 @@ const info = {
|
|
|
133
139
|
{
|
|
134
140
|
kind: 'Coverlet',
|
|
135
141
|
url: 'https://namada.coverlet.io/',
|
|
136
|
-
txPage: 'https://namada.coverlet.io/tx/${txHash}'
|
|
142
|
+
txPage: 'https://namada.coverlet.io/tx/${txHash}',
|
|
143
|
+
accountPage: 'https://namada.coverlet.io/address/${accountAddress}'
|
|
137
144
|
}
|
|
138
145
|
],
|
|
139
146
|
logoURIs: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.125",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.125"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "29ca7e114614b66dfa76899f04fe93c3c1ce06e1"
|
|
43
43
|
}
|