chain-registry 2.0.117 → 2.0.118

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.
@@ -183,6 +183,10 @@ const info = {
183
183
  {
184
184
  address: 'https://atomone.api.pocket.network',
185
185
  provider: 'Pocket Network'
186
+ },
187
+ {
188
+ address: 'https://atomone.blocksync.me/rpc',
189
+ provider: 'BlockSync'
186
190
  }
187
191
  ],
188
192
  rest: [
@@ -305,6 +309,10 @@ const info = {
305
309
  {
306
310
  address: 'https://atomone.api.pocket.network',
307
311
  provider: 'Pocket Network'
312
+ },
313
+ {
314
+ address: 'https://atomone.blocksync.me/api',
315
+ provider: 'BlockSync'
308
316
  }
309
317
  ],
310
318
  grpc: [
@@ -387,6 +395,10 @@ const info = {
387
395
  {
388
396
  address: 'atomone-grpc.nyan-cat.net',
389
397
  provider: 'NyanCat'
398
+ },
399
+ {
400
+ address: 'atomone-grpc.blocksync.me:443',
401
+ provider: 'BlockSync'
390
402
  }
391
403
  ]
392
404
  },
@@ -504,6 +516,12 @@ const info = {
504
516
  url: 'https://explorer.nyan-cat.net/atomone',
505
517
  txPage: 'https://explorer.nyan-cat.net/atomone/tx/${txHash}',
506
518
  accountPage: 'https://explorer.nyan-cat.net/atomone/account/${accountAddress}'
519
+ },
520
+ {
521
+ kind: 'BlockSync',
522
+ url: 'https://dashboard.blocksync.me/atomone',
523
+ txPage: 'https://dashboard.blocksync.me/atomone/tx/${txHash}',
524
+ accountPage: 'https://dashboard.blocksync.me/atomone/account/${accountAddress}'
507
525
  }
508
526
  ],
509
527
  images: [{
@@ -65,6 +65,11 @@ const info = {
65
65
  description: 'The Cosmos Hub is the flagship blockchain of the Cosmos ecosystem, launched in 2019. Today, it provides multichain services to other Cosmos blockchains, including the IBC Eureka bridge between the Cosmos ecosystem and Ethereum.',
66
66
  apis: {
67
67
  rpc: [
68
+ {
69
+ address: 'https://rpc.cosmoshub-main.ccvalidators.com:443',
70
+ provider: 'CryptoCrew',
71
+ archive: true
72
+ },
68
73
  {
69
74
  address: 'https://cosmoshub.tendermintrpc.lava.build:443',
70
75
  provider: 'Lava'
@@ -227,6 +232,11 @@ const info = {
227
232
  }
228
233
  ],
229
234
  rest: [
235
+ {
236
+ address: 'https://rest.cosmoshub-main.ccvalidators.com:443',
237
+ provider: 'CryptoCrew',
238
+ archive: true
239
+ },
230
240
  {
231
241
  address: 'https://cosmoshub.lava.build:443',
232
242
  provider: 'Lava'
@@ -361,6 +371,11 @@ const info = {
361
371
  }
362
372
  ],
363
373
  grpc: [
374
+ {
375
+ address: 'grpc.cosmoshub-main.ccvalidators.com:443',
376
+ provider: 'CryptoCrew',
377
+ archive: true
378
+ },
364
379
  {
365
380
  address: 'cosmoshub.grpc.lava.build',
366
381
  provider: 'Lava'
@@ -185,6 +185,10 @@ const info = {
185
185
  {
186
186
  address: 'https://atomone.api.pocket.network',
187
187
  provider: 'Pocket Network'
188
+ },
189
+ {
190
+ address: 'https://atomone.blocksync.me/rpc',
191
+ provider: 'BlockSync'
188
192
  }
189
193
  ],
190
194
  rest: [
@@ -307,6 +311,10 @@ const info = {
307
311
  {
308
312
  address: 'https://atomone.api.pocket.network',
309
313
  provider: 'Pocket Network'
314
+ },
315
+ {
316
+ address: 'https://atomone.blocksync.me/api',
317
+ provider: 'BlockSync'
310
318
  }
311
319
  ],
312
320
  grpc: [
@@ -389,6 +397,10 @@ const info = {
389
397
  {
390
398
  address: 'atomone-grpc.nyan-cat.net',
391
399
  provider: 'NyanCat'
400
+ },
401
+ {
402
+ address: 'atomone-grpc.blocksync.me:443',
403
+ provider: 'BlockSync'
392
404
  }
393
405
  ]
394
406
  },
@@ -506,6 +518,12 @@ const info = {
506
518
  url: 'https://explorer.nyan-cat.net/atomone',
507
519
  txPage: 'https://explorer.nyan-cat.net/atomone/tx/${txHash}',
508
520
  accountPage: 'https://explorer.nyan-cat.net/atomone/account/${accountAddress}'
521
+ },
522
+ {
523
+ kind: 'BlockSync',
524
+ url: 'https://dashboard.blocksync.me/atomone',
525
+ txPage: 'https://dashboard.blocksync.me/atomone/tx/${txHash}',
526
+ accountPage: 'https://dashboard.blocksync.me/atomone/account/${accountAddress}'
509
527
  }
510
528
  ],
511
529
  images: [{
@@ -67,6 +67,11 @@ const info = {
67
67
  description: 'The Cosmos Hub is the flagship blockchain of the Cosmos ecosystem, launched in 2019. Today, it provides multichain services to other Cosmos blockchains, including the IBC Eureka bridge between the Cosmos ecosystem and Ethereum.',
68
68
  apis: {
69
69
  rpc: [
70
+ {
71
+ address: 'https://rpc.cosmoshub-main.ccvalidators.com:443',
72
+ provider: 'CryptoCrew',
73
+ archive: true
74
+ },
70
75
  {
71
76
  address: 'https://cosmoshub.tendermintrpc.lava.build:443',
72
77
  provider: 'Lava'
@@ -229,6 +234,11 @@ const info = {
229
234
  }
230
235
  ],
231
236
  rest: [
237
+ {
238
+ address: 'https://rest.cosmoshub-main.ccvalidators.com:443',
239
+ provider: 'CryptoCrew',
240
+ archive: true
241
+ },
232
242
  {
233
243
  address: 'https://cosmoshub.lava.build:443',
234
244
  provider: 'Lava'
@@ -363,6 +373,11 @@ const info = {
363
373
  }
364
374
  ],
365
375
  grpc: [
376
+ {
377
+ address: 'grpc.cosmoshub-main.ccvalidators.com:443',
378
+ provider: 'CryptoCrew',
379
+ archive: true
380
+ },
366
381
  {
367
382
  address: 'cosmoshub.grpc.lava.build',
368
383
  provider: 'Lava'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.117",
3
+ "version": "2.0.118",
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.117"
32
+ "@chain-registry/types": "^2.0.118"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "eee98d560b8aaaeeb0f6a185ebae7f96754fab51"
42
+ "gitHead": "9de19845debf5c15e89e19e219bafd453caea6da"
43
43
  }