chain-registry 2.0.77 → 2.0.78

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.
@@ -25,7 +25,7 @@ const info = {
25
25
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
26
26
  }],
27
27
  socials: {
28
- website: 'https://www.sentinel.co/',
28
+ website: 'https://sentinel.co',
29
29
  twitter: 'https://x.com/SentinelP2P'
30
30
  },
31
31
  typeAsset: 'sdk.coin'
@@ -3,7 +3,7 @@ const info = {
3
3
  chainName: 'sentinel',
4
4
  status: 'live',
5
5
  networkType: 'mainnet',
6
- website: 'https://sentinel.co/',
6
+ website: 'https://sentinel.co',
7
7
  prettyName: 'Sentinel',
8
8
  chainType: 'cosmos',
9
9
  chainId: 'sentinelhub-2',
@@ -252,25 +252,25 @@ const info = {
252
252
  },
253
253
  explorers: [
254
254
  {
255
- kind: 'Chainroot',
255
+ kind: 'Sentinel',
256
+ url: 'https://explorer.sentinel.co',
257
+ txPage: 'https://explorer.sentinel.co/transactions/${txHash}',
258
+ accountPage: 'https://explorer.sentinel.co/accounts/${accountAddress}'
259
+ },
260
+ {
261
+ kind: 'ChainRoot',
256
262
  url: 'https://explorer.chainroot.io/sentinel',
257
263
  txPage: 'https://explorer.chainroot.io/sentinel/transactions/${txHash}',
258
264
  accountPage: 'https://explorer.chainroot.io/sentinel/accounts/${accountAddress}'
259
265
  },
260
266
  {
261
- kind: 'mintscan',
262
- url: 'https://www.mintscan.io/sentinel',
263
- txPage: 'https://www.mintscan.io/sentinel/transactions/${txHash}',
264
- accountPage: 'https://www.mintscan.io/sentinel/accounts/${accountAddress}'
265
- },
266
- {
267
- kind: 'ezstaking',
267
+ kind: 'EZ Staking App',
268
268
  url: 'https://ezstaking.app/sentinel',
269
269
  txPage: 'https://ezstaking.app/sentinel/txs/${txHash}',
270
270
  accountPage: 'https://ezstaking.app/sentinel/account/${accountAddress}'
271
271
  },
272
272
  {
273
- kind: 'atomscan',
273
+ kind: 'ATOMScan',
274
274
  url: 'https://atomscan.com/sentinel',
275
275
  txPage: 'https://atomscan.com/sentinel/transactions/${txHash}',
276
276
  accountPage: 'https://atomscan.com/sentinel/accounts/${accountAddress}'
@@ -293,21 +293,15 @@ const info = {
293
293
  txPage: 'https://explorer.validatornode.com/sentinel/tx/${txHash}'
294
294
  },
295
295
  {
296
- kind: 'Decloud Nodes Lab',
296
+ kind: 'DNL Explorer',
297
297
  url: 'https://explorer.declab.pro/Sentinel',
298
298
  txPage: 'https://explorer.declab.pro/Sentinel/tx/${txHash}'
299
299
  },
300
300
  {
301
- kind: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅',
301
+ kind: 'NodesHub',
302
302
  url: 'https://explorer.nodeshub.online/sentinel/',
303
303
  txPage: 'https://explorer.nodeshub.online/sentinel/tx/${txHash}',
304
304
  accountPage: 'https://explorer.nodeshub.online/sentinel/accounts/${accountAddress}'
305
- },
306
- {
307
- kind: 'WhisperNode 🤐',
308
- url: 'https://mainnet.whispernode.com/sentinel',
309
- txPage: 'https://mainnet.whispernode.com/sentinel/tx/${txHash}',
310
- accountPage: 'https://mainnet.whispernode.com/sentinel/account/${accountAddress}'
311
305
  }
312
306
  ],
313
307
  images: [{
@@ -27,7 +27,7 @@ const info = {
27
27
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
28
28
  }],
29
29
  socials: {
30
- website: 'https://www.sentinel.co/',
30
+ website: 'https://sentinel.co',
31
31
  twitter: 'https://x.com/SentinelP2P'
32
32
  },
33
33
  typeAsset: 'sdk.coin'
@@ -5,7 +5,7 @@ const info = {
5
5
  chainName: 'sentinel',
6
6
  status: 'live',
7
7
  networkType: 'mainnet',
8
- website: 'https://sentinel.co/',
8
+ website: 'https://sentinel.co',
9
9
  prettyName: 'Sentinel',
10
10
  chainType: 'cosmos',
11
11
  chainId: 'sentinelhub-2',
@@ -254,25 +254,25 @@ const info = {
254
254
  },
255
255
  explorers: [
256
256
  {
257
- kind: 'Chainroot',
257
+ kind: 'Sentinel',
258
+ url: 'https://explorer.sentinel.co',
259
+ txPage: 'https://explorer.sentinel.co/transactions/${txHash}',
260
+ accountPage: 'https://explorer.sentinel.co/accounts/${accountAddress}'
261
+ },
262
+ {
263
+ kind: 'ChainRoot',
258
264
  url: 'https://explorer.chainroot.io/sentinel',
259
265
  txPage: 'https://explorer.chainroot.io/sentinel/transactions/${txHash}',
260
266
  accountPage: 'https://explorer.chainroot.io/sentinel/accounts/${accountAddress}'
261
267
  },
262
268
  {
263
- kind: 'mintscan',
264
- url: 'https://www.mintscan.io/sentinel',
265
- txPage: 'https://www.mintscan.io/sentinel/transactions/${txHash}',
266
- accountPage: 'https://www.mintscan.io/sentinel/accounts/${accountAddress}'
267
- },
268
- {
269
- kind: 'ezstaking',
269
+ kind: 'EZ Staking App',
270
270
  url: 'https://ezstaking.app/sentinel',
271
271
  txPage: 'https://ezstaking.app/sentinel/txs/${txHash}',
272
272
  accountPage: 'https://ezstaking.app/sentinel/account/${accountAddress}'
273
273
  },
274
274
  {
275
- kind: 'atomscan',
275
+ kind: 'ATOMScan',
276
276
  url: 'https://atomscan.com/sentinel',
277
277
  txPage: 'https://atomscan.com/sentinel/transactions/${txHash}',
278
278
  accountPage: 'https://atomscan.com/sentinel/accounts/${accountAddress}'
@@ -295,21 +295,15 @@ const info = {
295
295
  txPage: 'https://explorer.validatornode.com/sentinel/tx/${txHash}'
296
296
  },
297
297
  {
298
- kind: 'Decloud Nodes Lab',
298
+ kind: 'DNL Explorer',
299
299
  url: 'https://explorer.declab.pro/Sentinel',
300
300
  txPage: 'https://explorer.declab.pro/Sentinel/tx/${txHash}'
301
301
  },
302
302
  {
303
- kind: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅',
303
+ kind: 'NodesHub',
304
304
  url: 'https://explorer.nodeshub.online/sentinel/',
305
305
  txPage: 'https://explorer.nodeshub.online/sentinel/tx/${txHash}',
306
306
  accountPage: 'https://explorer.nodeshub.online/sentinel/accounts/${accountAddress}'
307
- },
308
- {
309
- kind: 'WhisperNode 🤐',
310
- url: 'https://mainnet.whispernode.com/sentinel',
311
- txPage: 'https://mainnet.whispernode.com/sentinel/tx/${txHash}',
312
- accountPage: 'https://mainnet.whispernode.com/sentinel/account/${accountAddress}'
313
307
  }
314
308
  ],
315
309
  images: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.77",
3
+ "version": "2.0.78",
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.77"
32
+ "@chain-registry/types": "^2.0.78"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "8a5bf01d8e7fc2048fcdc5d00c8e3af20322d921"
42
+ "gitHead": "4919fe5da1a8363846fb9776769f7977368b08aa"
43
43
  }