chain-registry 2.0.136 → 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.
- package/esm/mainnet/haqq/chain.js +3 -14
- package/mainnet/haqq/chain.js +3 -14
- package/package.json +3 -3
|
@@ -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',
|
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.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
|
}
|