chain-registry 2.0.135 → 2.0.137
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.
|
@@ -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',
|
|
@@ -3,22 +3,22 @@ const info = [{
|
|
|
3
3
|
chain1: {
|
|
4
4
|
chainName: 'mirage',
|
|
5
5
|
chainId: 'mirage-1',
|
|
6
|
-
clientId: '07-tendermint-
|
|
7
|
-
connectionId: 'connection-
|
|
6
|
+
clientId: '07-tendermint-2',
|
|
7
|
+
connectionId: 'connection-1'
|
|
8
8
|
},
|
|
9
9
|
chain2: {
|
|
10
10
|
chainName: 'osmosis',
|
|
11
11
|
chainId: 'osmosis-1',
|
|
12
|
-
clientId: '07-tendermint-
|
|
13
|
-
connectionId: 'connection-
|
|
12
|
+
clientId: '07-tendermint-3654',
|
|
13
|
+
connectionId: 'connection-11001'
|
|
14
14
|
},
|
|
15
15
|
channels: [{
|
|
16
16
|
chain1: {
|
|
17
|
-
channelId: 'channel-
|
|
17
|
+
channelId: 'channel-1',
|
|
18
18
|
portId: 'transfer'
|
|
19
19
|
},
|
|
20
20
|
chain2: {
|
|
21
|
-
channelId: 'channel-
|
|
21
|
+
channelId: 'channel-108698',
|
|
22
22
|
portId: 'transfer'
|
|
23
23
|
},
|
|
24
24
|
ordering: 'unordered',
|
|
@@ -3167,22 +3167,22 @@ const info = [
|
|
|
3167
3167
|
chain1: {
|
|
3168
3168
|
chainName: 'mirage',
|
|
3169
3169
|
chainId: 'mirage-1',
|
|
3170
|
-
clientId: '07-tendermint-
|
|
3171
|
-
connectionId: 'connection-
|
|
3170
|
+
clientId: '07-tendermint-2',
|
|
3171
|
+
connectionId: 'connection-1'
|
|
3172
3172
|
},
|
|
3173
3173
|
chain2: {
|
|
3174
3174
|
chainName: 'osmosis',
|
|
3175
3175
|
chainId: 'osmosis-1',
|
|
3176
|
-
clientId: '07-tendermint-
|
|
3177
|
-
connectionId: 'connection-
|
|
3176
|
+
clientId: '07-tendermint-3654',
|
|
3177
|
+
connectionId: 'connection-11001'
|
|
3178
3178
|
},
|
|
3179
3179
|
channels: [{
|
|
3180
3180
|
chain1: {
|
|
3181
|
-
channelId: 'channel-
|
|
3181
|
+
channelId: 'channel-1',
|
|
3182
3182
|
portId: 'transfer'
|
|
3183
3183
|
},
|
|
3184
3184
|
chain2: {
|
|
3185
|
-
channelId: 'channel-
|
|
3185
|
+
channelId: 'channel-108698',
|
|
3186
3186
|
portId: 'transfer'
|
|
3187
3187
|
},
|
|
3188
3188
|
ordering: 'unordered',
|
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',
|
|
@@ -5,22 +5,22 @@ const info = [{
|
|
|
5
5
|
chain1: {
|
|
6
6
|
chainName: 'mirage',
|
|
7
7
|
chainId: 'mirage-1',
|
|
8
|
-
clientId: '07-tendermint-
|
|
9
|
-
connectionId: 'connection-
|
|
8
|
+
clientId: '07-tendermint-2',
|
|
9
|
+
connectionId: 'connection-1'
|
|
10
10
|
},
|
|
11
11
|
chain2: {
|
|
12
12
|
chainName: 'osmosis',
|
|
13
13
|
chainId: 'osmosis-1',
|
|
14
|
-
clientId: '07-tendermint-
|
|
15
|
-
connectionId: 'connection-
|
|
14
|
+
clientId: '07-tendermint-3654',
|
|
15
|
+
connectionId: 'connection-11001'
|
|
16
16
|
},
|
|
17
17
|
channels: [{
|
|
18
18
|
chain1: {
|
|
19
|
-
channelId: 'channel-
|
|
19
|
+
channelId: 'channel-1',
|
|
20
20
|
portId: 'transfer'
|
|
21
21
|
},
|
|
22
22
|
chain2: {
|
|
23
|
-
channelId: 'channel-
|
|
23
|
+
channelId: 'channel-108698',
|
|
24
24
|
portId: 'transfer'
|
|
25
25
|
},
|
|
26
26
|
ordering: 'unordered',
|
|
@@ -3169,22 +3169,22 @@ const info = [
|
|
|
3169
3169
|
chain1: {
|
|
3170
3170
|
chainName: 'mirage',
|
|
3171
3171
|
chainId: 'mirage-1',
|
|
3172
|
-
clientId: '07-tendermint-
|
|
3173
|
-
connectionId: 'connection-
|
|
3172
|
+
clientId: '07-tendermint-2',
|
|
3173
|
+
connectionId: 'connection-1'
|
|
3174
3174
|
},
|
|
3175
3175
|
chain2: {
|
|
3176
3176
|
chainName: 'osmosis',
|
|
3177
3177
|
chainId: 'osmosis-1',
|
|
3178
|
-
clientId: '07-tendermint-
|
|
3179
|
-
connectionId: 'connection-
|
|
3178
|
+
clientId: '07-tendermint-3654',
|
|
3179
|
+
connectionId: 'connection-11001'
|
|
3180
3180
|
},
|
|
3181
3181
|
channels: [{
|
|
3182
3182
|
chain1: {
|
|
3183
|
-
channelId: 'channel-
|
|
3183
|
+
channelId: 'channel-1',
|
|
3184
3184
|
portId: 'transfer'
|
|
3185
3185
|
},
|
|
3186
3186
|
chain2: {
|
|
3187
|
-
channelId: 'channel-
|
|
3187
|
+
channelId: 'channel-108698',
|
|
3188
3188
|
portId: 'transfer'
|
|
3189
3189
|
},
|
|
3190
3190
|
ordering: 'unordered',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.137",
|
|
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.137"
|
|
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": "a75158c032f41edd28198a7aded876c8c8fa4ab6"
|
|
43
43
|
}
|