chain-registry 2.0.136 → 2.0.138
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/cosmoshub/chain.js +10 -10
- package/esm/mainnet/haqq/chain.js +3 -14
- package/mainnet/cosmoshub/chain.js +10 -10
- package/mainnet/haqq/chain.js +3 -14
- package/package.json +3 -3
|
@@ -28,35 +28,35 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
31
|
-
recommendedVersion: 'v25.
|
|
32
|
-
compatibleVersions: ['v25.
|
|
31
|
+
recommendedVersion: 'v25.3.0',
|
|
32
|
+
compatibleVersions: ['v25.3.0'],
|
|
33
33
|
consensus: {
|
|
34
34
|
type: 'cometbft',
|
|
35
|
-
version: 'v0.38.
|
|
35
|
+
version: 'v0.38.20'
|
|
36
36
|
},
|
|
37
37
|
binaries: {
|
|
38
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
39
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
40
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
38
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-arm64',
|
|
40
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-linux-amd64'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
44
44
|
},
|
|
45
45
|
sdk: {
|
|
46
46
|
type: 'cosmos',
|
|
47
|
-
version: 'v0.53.
|
|
48
|
-
tag: 'v0.53.
|
|
47
|
+
version: 'v0.53.4',
|
|
48
|
+
tag: 'v0.53.4'
|
|
49
49
|
},
|
|
50
50
|
ibc: {
|
|
51
51
|
type: 'go',
|
|
52
|
-
version: 'v10.
|
|
52
|
+
version: 'v10.5.0'
|
|
53
53
|
},
|
|
54
54
|
cosmwasm: {
|
|
55
55
|
version: 'v0.60.2',
|
|
56
56
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
57
57
|
tag: 'v0.60.2'
|
|
58
58
|
},
|
|
59
|
-
tag: 'v25.
|
|
59
|
+
tag: 'v25.3.0'
|
|
60
60
|
},
|
|
61
61
|
logoURIs: {
|
|
62
62
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -237,21 +237,15 @@ const info = {
|
|
|
237
237
|
},
|
|
238
238
|
explorers: [
|
|
239
239
|
{
|
|
240
|
-
kind: '
|
|
241
|
-
url: 'https://
|
|
242
|
-
txPage: 'https://
|
|
243
|
-
accountPage: 'https://explorer.chainroot.io/haqq/accounts/${accountAddress}'
|
|
240
|
+
kind: 'ping.pub',
|
|
241
|
+
url: 'https://ping.pub/haqq',
|
|
242
|
+
txPage: 'https://ping.pub/haqq/tx/${txHash}'
|
|
244
243
|
},
|
|
245
244
|
{
|
|
246
245
|
kind: 'blockscout',
|
|
247
246
|
url: 'https://explorer.haqq.network',
|
|
248
247
|
txPage: 'https://explorer.haqq.network/tx/${txHash}'
|
|
249
248
|
},
|
|
250
|
-
{
|
|
251
|
-
kind: 'ping.pub',
|
|
252
|
-
url: 'https://ping.pub/haqq',
|
|
253
|
-
txPage: 'https://ping.pub/haqq/tx/${txHash}'
|
|
254
|
-
},
|
|
255
249
|
{
|
|
256
250
|
kind: 'explorers.guru',
|
|
257
251
|
url: 'https://haqq.explorers.guru',
|
|
@@ -273,11 +267,6 @@ const info = {
|
|
|
273
267
|
url: 'https://explorer.konsortech.xyz/haqq',
|
|
274
268
|
txPage: 'https://explorer.konsortech.xyz/haqq/tx/${txHash}'
|
|
275
269
|
},
|
|
276
|
-
{
|
|
277
|
-
kind: 'Palamar Explorer',
|
|
278
|
-
url: 'https://explorer.palamar.io/haqq',
|
|
279
|
-
txPage: 'https://explorer.palamar.io/haqq/tx/${txHash}'
|
|
280
|
-
},
|
|
281
270
|
{
|
|
282
271
|
kind: '🔥STAVR🔥 Explorer',
|
|
283
272
|
url: 'https://explorer.stavr.tech/HAQQ-Mainnet',
|
|
@@ -30,35 +30,35 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
33
|
-
recommendedVersion: 'v25.
|
|
34
|
-
compatibleVersions: ['v25.
|
|
33
|
+
recommendedVersion: 'v25.3.0',
|
|
34
|
+
compatibleVersions: ['v25.3.0'],
|
|
35
35
|
consensus: {
|
|
36
36
|
type: 'cometbft',
|
|
37
|
-
version: 'v0.38.
|
|
37
|
+
version: 'v0.38.20'
|
|
38
38
|
},
|
|
39
39
|
binaries: {
|
|
40
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
41
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
42
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
40
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-amd64',
|
|
41
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-arm64',
|
|
42
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-linux-amd64'
|
|
43
43
|
},
|
|
44
44
|
genesis: {
|
|
45
45
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
46
46
|
},
|
|
47
47
|
sdk: {
|
|
48
48
|
type: 'cosmos',
|
|
49
|
-
version: 'v0.53.
|
|
50
|
-
tag: 'v0.53.
|
|
49
|
+
version: 'v0.53.4',
|
|
50
|
+
tag: 'v0.53.4'
|
|
51
51
|
},
|
|
52
52
|
ibc: {
|
|
53
53
|
type: 'go',
|
|
54
|
-
version: 'v10.
|
|
54
|
+
version: 'v10.5.0'
|
|
55
55
|
},
|
|
56
56
|
cosmwasm: {
|
|
57
57
|
version: 'v0.60.2',
|
|
58
58
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
59
59
|
tag: 'v0.60.2'
|
|
60
60
|
},
|
|
61
|
-
tag: 'v25.
|
|
61
|
+
tag: 'v25.3.0'
|
|
62
62
|
},
|
|
63
63
|
logoURIs: {
|
|
64
64
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
package/mainnet/haqq/chain.js
CHANGED
|
@@ -239,21 +239,15 @@ const info = {
|
|
|
239
239
|
},
|
|
240
240
|
explorers: [
|
|
241
241
|
{
|
|
242
|
-
kind: '
|
|
243
|
-
url: 'https://
|
|
244
|
-
txPage: 'https://
|
|
245
|
-
accountPage: 'https://explorer.chainroot.io/haqq/accounts/${accountAddress}'
|
|
242
|
+
kind: 'ping.pub',
|
|
243
|
+
url: 'https://ping.pub/haqq',
|
|
244
|
+
txPage: 'https://ping.pub/haqq/tx/${txHash}'
|
|
246
245
|
},
|
|
247
246
|
{
|
|
248
247
|
kind: 'blockscout',
|
|
249
248
|
url: 'https://explorer.haqq.network',
|
|
250
249
|
txPage: 'https://explorer.haqq.network/tx/${txHash}'
|
|
251
250
|
},
|
|
252
|
-
{
|
|
253
|
-
kind: 'ping.pub',
|
|
254
|
-
url: 'https://ping.pub/haqq',
|
|
255
|
-
txPage: 'https://ping.pub/haqq/tx/${txHash}'
|
|
256
|
-
},
|
|
257
251
|
{
|
|
258
252
|
kind: 'explorers.guru',
|
|
259
253
|
url: 'https://haqq.explorers.guru',
|
|
@@ -275,11 +269,6 @@ const info = {
|
|
|
275
269
|
url: 'https://explorer.konsortech.xyz/haqq',
|
|
276
270
|
txPage: 'https://explorer.konsortech.xyz/haqq/tx/${txHash}'
|
|
277
271
|
},
|
|
278
|
-
{
|
|
279
|
-
kind: 'Palamar Explorer',
|
|
280
|
-
url: 'https://explorer.palamar.io/haqq',
|
|
281
|
-
txPage: 'https://explorer.palamar.io/haqq/tx/${txHash}'
|
|
282
|
-
},
|
|
283
272
|
{
|
|
284
273
|
kind: '🔥STAVR🔥 Explorer',
|
|
285
274
|
url: 'https://explorer.stavr.tech/HAQQ-Mainnet',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.138",
|
|
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.138"
|
|
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": "1cffb76a574ede9c8d5eb90f63a9f509fc1e42ed"
|
|
43
43
|
}
|