chain-registry 2.0.77 → 2.0.79
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://
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: [{
|
|
@@ -122,6 +122,10 @@ const info = {
|
|
|
122
122
|
{
|
|
123
123
|
address: 'https://rpc-sunrise.blockval.io/',
|
|
124
124
|
provider: 'Blockval'
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
address: 'https://rpc-sunrice-mainnet.catsmile.space',
|
|
128
|
+
provider: 'catsmile'
|
|
125
129
|
}
|
|
126
130
|
],
|
|
127
131
|
rest: [
|
|
@@ -188,6 +192,10 @@ const info = {
|
|
|
188
192
|
{
|
|
189
193
|
address: 'https://api-sunrise.blockval.io',
|
|
190
194
|
provider: 'Blockval'
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
address: 'https://api-sunrice-mainnet.catsmile.space',
|
|
198
|
+
provider: 'catsmile'
|
|
191
199
|
}
|
|
192
200
|
],
|
|
193
201
|
grpc: [
|
|
@@ -238,6 +246,10 @@ const info = {
|
|
|
238
246
|
{
|
|
239
247
|
address: 'grpc-sunrise.blockval.io:443',
|
|
240
248
|
provider: 'Blockval'
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
address: 'grpc-sunrice-mainnet.catsmile.space:443',
|
|
252
|
+
provider: 'catsmile'
|
|
241
253
|
}
|
|
242
254
|
]
|
|
243
255
|
},
|
|
@@ -312,6 +324,12 @@ const info = {
|
|
|
312
324
|
url: 'https://explorer.winnode.xyz/Sunrise-Mainnet',
|
|
313
325
|
txPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/tx/${txHash}',
|
|
314
326
|
accountPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/account/${accountAddress}'
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
kind: 'catsmile explorer',
|
|
330
|
+
url: 'https://explorer.catsmile.cloud/sunrice-mainnet',
|
|
331
|
+
txPage: 'https://explorer.catsmile.cloud/sunrice-mainnet/tx/${txHash}',
|
|
332
|
+
accountPage: 'https://explorer.catsmile.cloud/sunrice-mainnet/account/${accountAddress}'
|
|
315
333
|
}
|
|
316
334
|
],
|
|
317
335
|
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://
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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/mainnet/sunrise/chain.js
CHANGED
|
@@ -124,6 +124,10 @@ const info = {
|
|
|
124
124
|
{
|
|
125
125
|
address: 'https://rpc-sunrise.blockval.io/',
|
|
126
126
|
provider: 'Blockval'
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
address: 'https://rpc-sunrice-mainnet.catsmile.space',
|
|
130
|
+
provider: 'catsmile'
|
|
127
131
|
}
|
|
128
132
|
],
|
|
129
133
|
rest: [
|
|
@@ -190,6 +194,10 @@ const info = {
|
|
|
190
194
|
{
|
|
191
195
|
address: 'https://api-sunrise.blockval.io',
|
|
192
196
|
provider: 'Blockval'
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
address: 'https://api-sunrice-mainnet.catsmile.space',
|
|
200
|
+
provider: 'catsmile'
|
|
193
201
|
}
|
|
194
202
|
],
|
|
195
203
|
grpc: [
|
|
@@ -240,6 +248,10 @@ const info = {
|
|
|
240
248
|
{
|
|
241
249
|
address: 'grpc-sunrise.blockval.io:443',
|
|
242
250
|
provider: 'Blockval'
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
address: 'grpc-sunrice-mainnet.catsmile.space:443',
|
|
254
|
+
provider: 'catsmile'
|
|
243
255
|
}
|
|
244
256
|
]
|
|
245
257
|
},
|
|
@@ -314,6 +326,12 @@ const info = {
|
|
|
314
326
|
url: 'https://explorer.winnode.xyz/Sunrise-Mainnet',
|
|
315
327
|
txPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/tx/${txHash}',
|
|
316
328
|
accountPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/account/${accountAddress}'
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
kind: 'catsmile explorer',
|
|
332
|
+
url: 'https://explorer.catsmile.cloud/sunrice-mainnet',
|
|
333
|
+
txPage: 'https://explorer.catsmile.cloud/sunrice-mainnet/tx/${txHash}',
|
|
334
|
+
accountPage: 'https://explorer.catsmile.cloud/sunrice-mainnet/account/${accountAddress}'
|
|
317
335
|
}
|
|
318
336
|
],
|
|
319
337
|
images: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.79",
|
|
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.79"
|
|
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": "99adcfaa779b0e9b21585a93f97dc3b988a7f7db"
|
|
43
43
|
}
|