chain-registry 1.69.182 → 1.69.184

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.
Files changed (61) hide show
  1. package/esm/mainnet/akash/chain.js +6 -0
  2. package/esm/mainnet/althea/chain.js +12 -3
  3. package/esm/mainnet/arkeo/chain.js +5 -0
  4. package/esm/mainnet/atomone/chain.js +6 -0
  5. package/esm/mainnet/axelar/chain.js +6 -0
  6. package/esm/mainnet/babylon/assets.js +98 -0
  7. package/esm/mainnet/bitcanna/chain.js +6 -0
  8. package/esm/mainnet/celestia/chain.js +12 -0
  9. package/esm/mainnet/cosmoshub/chain.js +6 -0
  10. package/esm/mainnet/doravota/chain.js +6 -0
  11. package/esm/mainnet/dydx/chain.js +6 -0
  12. package/esm/mainnet/dymension/chain.js +6 -0
  13. package/esm/mainnet/ethereum/assets.js +22 -1
  14. package/esm/mainnet/fetchhub/chain.js +6 -0
  15. package/esm/mainnet/injective/chain.js +6 -0
  16. package/esm/mainnet/irisnet/chain.js +6 -0
  17. package/esm/mainnet/juno/chain.js +6 -0
  18. package/esm/mainnet/kava/chain.js +6 -0
  19. package/esm/mainnet/nillion/chain.js +6 -0
  20. package/esm/mainnet/omniflixhub/chain.js +6 -0
  21. package/esm/mainnet/osmosis/chain.js +6 -0
  22. package/esm/mainnet/persistence/chain.js +6 -0
  23. package/esm/mainnet/regen/chain.js +6 -0
  24. package/esm/mainnet/stargaze/chain.js +6 -0
  25. package/esm/mainnet/umee/chain.js +6 -0
  26. package/esm/mainnet/xion/chain.js +1 -1
  27. package/esm/mainnet/zetachain/chain.js +6 -0
  28. package/esm/testnet/celestiatestnet3/chain.js +6 -0
  29. package/esm/testnet/dydxtestnet/chain.js +5 -0
  30. package/esm/testnet/persistencetestnet2/chain.js +6 -0
  31. package/mainnet/akash/chain.js +6 -0
  32. package/mainnet/althea/chain.js +12 -3
  33. package/mainnet/arkeo/chain.js +5 -0
  34. package/mainnet/atomone/chain.js +6 -0
  35. package/mainnet/axelar/chain.js +6 -0
  36. package/mainnet/babylon/assets.js +98 -0
  37. package/mainnet/bitcanna/chain.js +6 -0
  38. package/mainnet/celestia/chain.js +12 -0
  39. package/mainnet/cosmoshub/chain.js +6 -0
  40. package/mainnet/doravota/chain.js +6 -0
  41. package/mainnet/dydx/chain.js +6 -0
  42. package/mainnet/dymension/chain.js +6 -0
  43. package/mainnet/ethereum/assets.js +22 -1
  44. package/mainnet/fetchhub/chain.js +6 -0
  45. package/mainnet/injective/chain.js +6 -0
  46. package/mainnet/irisnet/chain.js +6 -0
  47. package/mainnet/juno/chain.js +6 -0
  48. package/mainnet/kava/chain.js +6 -0
  49. package/mainnet/nillion/chain.js +6 -0
  50. package/mainnet/omniflixhub/chain.js +6 -0
  51. package/mainnet/osmosis/chain.js +6 -0
  52. package/mainnet/persistence/chain.js +6 -0
  53. package/mainnet/regen/chain.js +6 -0
  54. package/mainnet/stargaze/chain.js +6 -0
  55. package/mainnet/umee/chain.js +6 -0
  56. package/mainnet/xion/chain.js +1 -1
  57. package/mainnet/zetachain/chain.js +6 -0
  58. package/package.json +4 -4
  59. package/testnet/celestiatestnet3/chain.js +6 -0
  60. package/testnet/dydxtestnet/chain.js +5 -0
  61. package/testnet/persistencetestnet2/chain.js +6 -0
@@ -211,6 +211,12 @@ const info = {
211
211
  kind: 'Arcturian Tech',
212
212
  url: 'https://explorer.arcturian.tech',
213
213
  tx_page: 'https://explorer.arcturian.tech/akash/tx/${txHash}'
214
+ },
215
+ {
216
+ kind: 'Valopers',
217
+ url: 'https://akash.valopers.com/',
218
+ tx_page: 'https://akash.valopers.com/transactions/${txHash}',
219
+ account_page: 'https://akash.valopers.com/account/${accountAddress}'
214
220
  }
215
221
  ],
216
222
  images: [{
@@ -81,16 +81,25 @@ const info = {
81
81
  provider: 'Lavender.Five Nodes 🐝'
82
82
  }]
83
83
  },
84
- explorers: [{
84
+ explorers: [
85
+ {
85
86
  kind: 'staking-explorer.com',
86
87
  url: 'https://staking-explorer.com/explorer/althea',
87
88
  tx_page: 'https://staking-explorer.com/transaction.php?chain=althea&tx=${txHash}',
88
89
  account_page: 'https://staking-explorer.com/account.php?chain=althea&addr=${accountAddress}'
89
- }, {
90
+ },
91
+ {
90
92
  kind: 'mintscan',
91
93
  url: 'https://www.mintscan.io/althea',
92
94
  tx_page: 'https://www.mintscan.io/althea/transactions/${txHash}',
93
95
  account_page: 'https://www.mintscan.io/althea/accounts/${accountAddress}'
94
- }]
96
+ },
97
+ {
98
+ kind: 'Valopers',
99
+ url: 'https://althea.valopers.com/',
100
+ tx_page: 'https://althea.valopers.com/transactions/${txHash}',
101
+ account_page: 'https://althea.valopers.com/account/${accountAddress}'
102
+ }
103
+ ]
95
104
  };
96
105
  export default info;
@@ -65,6 +65,11 @@ const info = {
65
65
  url: 'https://exp.stakevillage.net/arkeo-mainnet',
66
66
  tx_page: 'https://exp.stakevillage.net/arkeo-mainnet/tx/${txHash}',
67
67
  account_page: 'https://exp.stakevillage.net/arkeo-mainnet/account/${accountAddress}'
68
+ }, {
69
+ kind: 'Valopers',
70
+ url: 'https://arkeo.valopers.com/',
71
+ tx_page: 'https://arkeo.valopers.com/transactions/${txHash}',
72
+ account_page: 'https://arkeo.valopers.com/account/${accountAddress}'
68
73
  }],
69
74
  keywords: [
70
75
  'validator',
@@ -317,6 +317,12 @@ const info = {
317
317
  url: 'https://explorer.chaintools.tech/atomone',
318
318
  tx_page: 'https://explorer.chaintools.tech/atomone/tx/${txHash}',
319
319
  account_page: 'https://explorer.chaintools.tech/atomone/account/${accountAddress}'
320
+ },
321
+ {
322
+ kind: 'Valopers',
323
+ url: 'https://atomone.valopers.com/',
324
+ tx_page: 'https://atomone.valopers.com/transactions/${txHash}',
325
+ account_page: 'https://atomone.valopers.com/account/${accountAddress}'
320
326
  }
321
327
  ],
322
328
  images: [{
@@ -330,6 +330,12 @@ const info = {
330
330
  url: 'https://mainnet.whispernode.com/axelar',
331
331
  tx_page: 'https://mainnet.whispernode.com/axelar/tx/${txHash}',
332
332
  account_page: 'https://mainnet.whispernode.com/axelar/account/${accountAddress}'
333
+ },
334
+ {
335
+ kind: 'Valopers',
336
+ url: 'https://axelar.valopers.com/',
337
+ tx_page: 'https://axelar.valopers.com/transactions/${txHash}',
338
+ account_page: 'https://axelar.valopers.com/account/${accountAddress}'
333
339
  }
334
340
  ],
335
341
  images: [{
@@ -404,6 +404,104 @@ const info = {
404
404
  }
405
405
  }],
406
406
  type_asset: 'ics20'
407
+ },
408
+ {
409
+ description: 'Liquid staking token from Cube by SatLayer',
410
+ denom_units: [{
411
+ denom: 'cw20:bbn17y5zvse30629t7r37xsdj73xsqp7qsdr7gpnh966wf5aslpn66rq5ekwsz',
412
+ exponent: 0
413
+ }, {
414
+ denom: 'cBABY',
415
+ exponent: 6
416
+ }],
417
+ address: 'bbn17y5zvse30629t7r37xsdj73xsqp7qsdr7gpnh966wf5aslpn66rq5ekwsz',
418
+ base: 'cw20:bbn17y5zvse30629t7r37xsdj73xsqp7qsdr7gpnh966wf5aslpn66rq5ekwsz',
419
+ name: 'Cube Baby',
420
+ display: 'cBABY',
421
+ symbol: 'cBABY',
422
+ logo_URIs: {
423
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/cbaby.svg'
424
+ },
425
+ images: [{
426
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/cbaby.svg'
427
+ }],
428
+ coingecko_id: 'cube-staked-baby',
429
+ traces: [{
430
+ type: 'liquid-stake',
431
+ counterparty: {
432
+ chain_name: 'babylon',
433
+ base_denom: 'ubbn'
434
+ },
435
+ provider: 'Cube by SatLayer'
436
+ }],
437
+ type_asset: 'cw20',
438
+ socials: {
439
+ website: 'https://www.satlayer.xyz',
440
+ twitter: 'https://x.com/satlayer',
441
+ github: 'https://github.com/satlayer',
442
+ telegram: 'https://t.me/satlayerannouncements',
443
+ discord: 'https://discord.com/invite/satlayer'
444
+ }
445
+ },
446
+ {
447
+ base: 'cw20:bbn1s7jzz7cyuqmy5xpr07yepka5ngktexsferu2cr4xeww897ftj77sv30f5s',
448
+ name: 'Babylon Escher LST',
449
+ address: 'bbn1s7jzz7cyuqmy5xpr07yepka5ngktexsferu2cr4xeww897ftj77sv30f5s',
450
+ symbol: 'eBABY',
451
+ display: 'eBABY',
452
+ type_asset: 'cw20',
453
+ denom_units: [{
454
+ denom: 'cw20:bbn1s7jzz7cyuqmy5xpr07yepka5ngktexsferu2cr4xeww897ftj77sv30f5s',
455
+ exponent: 0
456
+ }, {
457
+ denom: 'eBABY',
458
+ exponent: 6
459
+ }],
460
+ logo_URIs: {
461
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/eBABY.svg'
462
+ },
463
+ images: [{
464
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/eBABY.svg'
465
+ }],
466
+ traces: [{
467
+ type: 'liquid-stake',
468
+ counterparty: {
469
+ chain_name: 'babylon',
470
+ base_denom: 'ubbn'
471
+ },
472
+ provider: 'Escher'
473
+ }]
474
+ },
475
+ {
476
+ denom_units: [{
477
+ denom: 'cw20:bbn1fkz8dcvsqyfy3apfh8ufexdn4ag00w5jts99zjw9nkjue0zhs4ts6hfdz2',
478
+ exponent: 0
479
+ }, {
480
+ denom: 'uniBTC',
481
+ exponent: 8
482
+ }],
483
+ base: 'cw20:bbn1fkz8dcvsqyfy3apfh8ufexdn4ag00w5jts99zjw9nkjue0zhs4ts6hfdz2',
484
+ address: 'bbn1fkz8dcvsqyfy3apfh8ufexdn4ag00w5jts99zjw9nkjue0zhs4ts6hfdz2',
485
+ name: 'Universal BTC',
486
+ display: 'uniBTC',
487
+ symbol: 'uniBTC',
488
+ logo_URIs: {
489
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
490
+ },
491
+ type_asset: 'cw20',
492
+ traces: [{
493
+ type: 'ibc-bridge',
494
+ provider: 'Union',
495
+ counterparty: {
496
+ chain_name: 'ethereum',
497
+ base_denom: '0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568',
498
+ channel_id: '1'
499
+ },
500
+ chain: {
501
+ channel_id: '3',
502
+ path: '0'
503
+ }
504
+ }]
407
505
  }
408
506
  ]
409
507
  };
@@ -462,6 +462,12 @@ const info = {
462
462
  url: 'https://mainnet.explorer.aviaone.com/bitcanna',
463
463
  tx_page: 'https://mainnet.explorer.aviaone.com/bitcanna/tx/${txHash}',
464
464
  account_page: 'https://mainnet.explorer.aviaone.com/bitcanna/account/${accountAddress}'
465
+ },
466
+ {
467
+ kind: 'Valopers',
468
+ url: 'https://bitcanna.valopers.com/',
469
+ tx_page: 'https://bitcanna.valopers.com/transactions/${txHash}',
470
+ account_page: 'https://bitcanna.valopers.com/account/${accountAddress}'
465
471
  }
466
472
  ],
467
473
  images: [{
@@ -391,6 +391,12 @@ const info = {
391
391
  ]
392
392
  },
393
393
  explorers: [
394
+ {
395
+ kind: 'CelestiaHub [Noders]',
396
+ url: 'https://celestiahub.org/explorer/dashboard',
397
+ tx_page: 'https://celestiahub.org/explorer/transactions/${txHash}',
398
+ account_page: 'https://celestiahub.org/explorer/accounts/${accountAddress}'
399
+ },
394
400
  {
395
401
  kind: 'Mintscan',
396
402
  url: 'https://mintscan.io/celestia',
@@ -455,6 +461,12 @@ const info = {
455
461
  url: 'https://explorer.stakeandrelax.net/celestia',
456
462
  tx_page: 'https://explorer.stakeandrelax.net/celestia/transaction/${txHash}',
457
463
  account_page: 'https://explorer.stakeandrelax.net/celestia/account/${accountAddress}'
464
+ },
465
+ {
466
+ kind: 'Valopers',
467
+ url: 'https://celestia.valopers.com/',
468
+ tx_page: 'https://celestia.valopers.com/transactions/${txHash}',
469
+ account_page: 'https://celestia.valopers.com/account/${accountAddress}'
458
470
  }
459
471
  ],
460
472
  images: [{
@@ -560,6 +560,12 @@ const info = {
560
560
  validator_page: 'https://explorer.nodestake.org/cosmos/staking/${validatorAddress}',
561
561
  proposal_page: 'https://explorer.nodestake.org/cosmos/gov/${proposalId}',
562
562
  block_page: 'https://explorer.nodestake.org/cosmos/block/${blockHeight}'
563
+ },
564
+ {
565
+ kind: 'Valopers',
566
+ url: 'https://cosmos.valopers.com/',
567
+ tx_page: 'https://cosmos.valopers.com/transactions/${txHash}',
568
+ account_page: 'https://cosmos.valopers.com/account/${accountAddress}'
563
569
  }
564
570
  ],
565
571
  images: [{
@@ -111,6 +111,12 @@ const info = {
111
111
  kind: 'Explorers',
112
112
  url: 'https://dora.explorers.guru',
113
113
  tx_page: 'https://dora.explorers.guru/transaction/${txHash}'
114
+ },
115
+ {
116
+ kind: 'Valopers',
117
+ url: 'https://dora.valopers.com/',
118
+ tx_page: 'https://dora.valopers.com/transactions/${txHash}',
119
+ account_page: 'https://dora.valopers.com/account/${accountAddress}'
114
120
  }
115
121
  ]
116
122
  };
@@ -266,6 +266,12 @@ const info = {
266
266
  url: 'https://explorer.tcnetwork.io/dydx',
267
267
  tx_page: 'https://explorer.tcnetwork.io/dydx/transaction/${txHash}',
268
268
  account_page: 'https://explorer.tcnetwork.io/dydx/account/${accountAddress}'
269
+ },
270
+ {
271
+ kind: 'Valopers',
272
+ url: 'https://dydx.valopers.com/',
273
+ tx_page: 'https://dydx.valopers.com/transactions/${txHash}',
274
+ account_page: 'https://dydx.valopers.com/account/${accountAddress}'
269
275
  }
270
276
  ],
271
277
  images: [{
@@ -499,6 +499,12 @@ const info = {
499
499
  url: 'https://explorer.mainnet.dteam.tech/dymension',
500
500
  tx_page: 'https://explorer.mainnet.dteam.tech/dymension/tx/${txHash}',
501
501
  account_page: 'https://explorer.mainnet.dteam.tech/dymension/account/${accountAddress}'
502
+ },
503
+ {
504
+ kind: 'Valopers',
505
+ url: 'https://dymension.valopers.com/',
506
+ tx_page: 'https://dymension.valopers.com/transactions/${txHash}',
507
+ account_page: 'https://dymension.valopers.com/account/${accountAddress}'
502
508
  }
503
509
  ]
504
510
  };
@@ -1685,12 +1685,33 @@ const info = {
1685
1685
  exponent: 8
1686
1686
  }],
1687
1687
  base: '0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568',
1688
- name: 'uniBTC',
1688
+ name: 'Universal BTC',
1689
1689
  display: 'unibtc',
1690
1690
  symbol: 'uniBTC',
1691
+ traces: [{
1692
+ type: 'liquid-stake',
1693
+ counterparty: {
1694
+ chain_name: 'bitcoin',
1695
+ base_denom: 'sat'
1696
+ },
1697
+ provider: 'Bedrock'
1698
+ }],
1691
1699
  logo_URIs: {
1692
1700
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC_200px.png'
1693
1701
  },
1702
+ images: [{
1703
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC_200px.png',
1704
+ theme: {
1705
+ circle: false,
1706
+ background_color_hex: '#00000000'
1707
+ }
1708
+ }, {
1709
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg',
1710
+ theme: {
1711
+ circle: true,
1712
+ background_color_hex: '#000000'
1713
+ }
1714
+ }],
1694
1715
  coingecko_id: 'universal-btc'
1695
1716
  },
1696
1717
  {
@@ -284,6 +284,12 @@ const info = {
284
284
  url: 'https://mainnet.explorer.aviaone.com/fetchhub',
285
285
  tx_page: 'https://mainnet.explorer.aviaone.com/fetchhub/tx/${txHash}',
286
286
  account_page: 'https://mainnet.explorer.aviaone.com/fetchhub/accounts/${accountAddress}'
287
+ },
288
+ {
289
+ kind: 'Valopers',
290
+ url: 'https://asi.valopers.com/',
291
+ tx_page: 'https://asi.valopers.com/transactions/${txHash}',
292
+ account_page: 'https://asi.valopers.com/account/${accountAddress}'
287
293
  }
288
294
  ],
289
295
  images: [{
@@ -271,6 +271,12 @@ const info = {
271
271
  url: 'https://mainnet.whispernode.com/injective',
272
272
  tx_page: 'https://mainnet.whispernode.com/injective/tx/${txHash}',
273
273
  account_page: 'https://mainnet.whispernode.com/injective/account/${accountAddress}'
274
+ },
275
+ {
276
+ kind: 'Valopers',
277
+ url: 'https://injective.valopers.com/',
278
+ tx_page: 'https://injective.valopers.com/transactions/${txHash}',
279
+ account_page: 'https://injective.valopers.com/account/${accountAddress}'
274
280
  }
275
281
  ],
276
282
  images: [{
@@ -180,6 +180,12 @@ const info = {
180
180
  kind: 'KonsorTech',
181
181
  url: 'https://explorer.konsortech.xyz/iris',
182
182
  tx_page: 'https://explorer.konsortech.xyz/iris/tx/${txHash}'
183
+ },
184
+ {
185
+ kind: 'Valopers',
186
+ url: 'https://iris.valopers.com/',
187
+ tx_page: 'https://iris.valopers.com/transactions/${txHash}',
188
+ account_page: 'https://iris.valopers.com/account/${accountAddress}'
183
189
  }
184
190
  ],
185
191
  images: [{
@@ -426,6 +426,12 @@ const info = {
426
426
  url: 'https://explorer.chainroot.io/juno',
427
427
  tx_page: 'https://explorer.chainroot.io/juno/transactions/${txHash}',
428
428
  account_page: 'https://explorer.chainroot.io/juno/accounts/${accountAddress}'
429
+ },
430
+ {
431
+ kind: 'Valopers',
432
+ url: 'https://juno.valopers.com/',
433
+ tx_page: 'https://juno.valopers.com/transactions/${txHash}',
434
+ account_page: 'https://juno.valopers.com/account/${accountAddress}'
429
435
  }
430
436
  ],
431
437
  images: [{
@@ -194,6 +194,12 @@ const info = {
194
194
  kind: 'Stakeflow',
195
195
  url: 'https://stakeflow.io/kava',
196
196
  account_page: 'https://stakeflow.io/kava/accounts/${accountAddress}'
197
+ },
198
+ {
199
+ kind: 'Valopers',
200
+ url: 'https://kava.valopers.com/',
201
+ tx_page: 'https://kava.valopers.com/transactions/${txHash}',
202
+ account_page: 'https://kava.valopers.com/account/${accountAddress}'
197
203
  }
198
204
  ],
199
205
  images: [{
@@ -92,6 +92,12 @@ const info = {
92
92
  ]
93
93
  },
94
94
  explorers: [
95
+ {
96
+ kind: 'Nillionhub [Noders]',
97
+ url: 'https://nillionhub.org/explorer/dashboard',
98
+ tx_page: 'https://nillionhub.org/explorer/transactions/${txHash}',
99
+ account_page: 'https://nillionhub.org/explorer/accounts/${accountAddress}'
100
+ },
95
101
  {
96
102
  url: 'https://nillion.explorers.guru',
97
103
  tx_page: 'https://nillion.explorers.guru/transaction/${txHash}',
@@ -267,6 +267,12 @@ const info = {
267
267
  url: 'https://explorer.stakr.space/omniflix/',
268
268
  tx_page: 'https://explorer.stakr.space/omniflix/tx/${txHash}',
269
269
  account_page: 'https://explorer.stakr.space/omniflix/account/${accountAddress}'
270
+ },
271
+ {
272
+ kind: 'Valopers',
273
+ url: 'https://omniflix.valopers.com/',
274
+ tx_page: 'https://omniflix.valopers.com/transactions/${txHash}',
275
+ account_page: 'https://omniflix.valopers.com/account/${accountAddress}'
270
276
  }
271
277
  ],
272
278
  images: [{
@@ -976,6 +976,12 @@ const info = {
976
976
  url: 'https://explorer.chainroot.io/osmosis',
977
977
  tx_page: 'https://explorer.chainroot.io/osmosis/transactions/${txHash}',
978
978
  account_page: 'https://explorer.chainroot.io/osmosis/accounts/${accountAddress}'
979
+ },
980
+ {
981
+ kind: 'Valopers',
982
+ url: 'https://osmosis.valopers.com/',
983
+ tx_page: 'https://osmosis.valopers.com/transactions/${txHash}',
984
+ account_page: 'https://osmosis.valopers.com/account/${accountAddress}'
979
985
  }
980
986
  ],
981
987
  keywords: ['dex']
@@ -345,6 +345,12 @@ const info = {
345
345
  kind: 'Stakeflow',
346
346
  url: 'https://stakeflow.io/persistence',
347
347
  account_page: 'https://stakeflow.io/persistence/accounts/${accountAddress}'
348
+ },
349
+ {
350
+ kind: 'Valopers',
351
+ url: 'https://persistence.valopers.com/',
352
+ tx_page: 'https://persistence.valopers.com/transactions/${txHash}',
353
+ account_page: 'https://persistence.valopers.com/account/${accountAddress}'
348
354
  }
349
355
  ],
350
356
  images: [{
@@ -193,6 +193,12 @@ const info = {
193
193
  url: 'https://atomscan.com/regen-network',
194
194
  tx_page: 'https://atomscan.com/regen-network/transactions/${txHash}',
195
195
  account_page: 'https://atomscan.com/regen-network/accounts/${accountAddress}'
196
+ },
197
+ {
198
+ kind: 'Valopers',
199
+ url: 'https://regen.valopers.com/',
200
+ tx_page: 'https://regen.valopers.com/transactions/${txHash}',
201
+ account_page: 'https://regen.valopers.com/account/${accountAddress}'
196
202
  }
197
203
  ],
198
204
  logo_URIs: {
@@ -313,6 +313,12 @@ const info = {
313
313
  url: 'https://explorer.chainroot.io/stargaze',
314
314
  tx_page: 'https://explorer.chainroot.io/stargaze/transactions/${txHash}',
315
315
  account_page: 'https://explorer.chainroot.io/stargaze/accounts/${accountAddress}'
316
+ },
317
+ {
318
+ kind: 'Valopers',
319
+ url: 'https://stargaze.valopers.com/',
320
+ tx_page: 'https://stargaze.valopers.com/transactions/${txHash}',
321
+ account_page: 'https://stargaze.valopers.com/account/${accountAddress}'
316
322
  }
317
323
  ],
318
324
  images: [{
@@ -341,6 +341,12 @@ const info = {
341
341
  url: 'https://explorer.chainroot.io/ux',
342
342
  tx_page: 'https://explorer.chainroot.io/ux/transactions/${txHash}',
343
343
  account_page: 'https://explorer.chainroot.io/ux/accounts/${accountAddress}'
344
+ },
345
+ {
346
+ kind: 'Valopers',
347
+ url: 'https://ux.valopers.com/',
348
+ tx_page: 'https://ux.valopers.com/transactions/${txHash}',
349
+ account_page: 'https://ux.valopers.com/account/${accountAddress}'
344
350
  }
345
351
  ],
346
352
  images: [{
@@ -65,7 +65,7 @@ const info = {
65
65
  version: 'v8.7.0'
66
66
  },
67
67
  genesis: {
68
- genesis_url: 'https://raw.githubusercontent.com/burnt-labs/burnt-networks/refs/heads/main/mainnet/xion-mainnet-1/genesis.json'
68
+ genesis_url: 'https://raw.githubusercontent.com/burnt-labs/xion-mainnet-1/refs/heads/main/config/genesis.json'
69
69
  }
70
70
  },
71
71
  apis: {
@@ -186,6 +186,12 @@ const info = {
186
186
  url: 'https://explorer.stavr.tech/Zetachain-Mainnet',
187
187
  tx_page: 'https://explorer.stavr.tech/Zetachain-Mainnet/tx/${txHash}',
188
188
  account_page: 'https://explorer.stavr.tech/Zetachain-Mainnet/accounts/${accountAddress}'
189
+ },
190
+ {
191
+ kind: 'Valopers',
192
+ url: 'https://zetachain.valopers.com/',
193
+ tx_page: 'https://zetachain.valopers.com/transactions/${txHash}',
194
+ account_page: 'https://zetachain.valopers.com/account/${accountAddress}'
189
195
  }
190
196
  ]
191
197
  };
@@ -153,6 +153,12 @@ const info = {
153
153
  url: 'https://testnet.explorer.stakeandrelax.net/celestia',
154
154
  tx_page: 'https://testnet.explorer.stakeandrelax.net/celestia/transaction/${txHash}',
155
155
  account_page: 'https://testnet.explorer.stakeandrelax.net/celestia/account/${accountAddress}'
156
+ },
157
+ {
158
+ kind: 'Valopers',
159
+ url: 'https://testnet.celestia.valopers.com/',
160
+ tx_page: 'https://testnet.celestia.valopers.com/transactions/${txHash}',
161
+ account_page: 'https://testnet.celestia.valopers.com/account/${accountAddress}'
156
162
  }
157
163
  ]
158
164
  };
@@ -103,6 +103,11 @@ const info = {
103
103
  url: 'https://www.mintscan.io/dydx-testnet',
104
104
  tx_page: 'https://www.mintscan.io/dydx-testnet/txs/${txHash}',
105
105
  account_page: 'https://www.mintscan.io/dydx-testnet/account/${accountAddress}'
106
+ }, {
107
+ kind: 'Valopers',
108
+ url: 'https://testnet.dydx.valopers.com/',
109
+ tx_page: 'https://testnet.dydx.valopers.com/transactions/${txHash}',
110
+ account_page: 'https://testnet.dydx.valopers.com/account/${accountAddress}'
106
111
  }],
107
112
  logo_URIs: {
108
113
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
@@ -123,6 +123,12 @@ const info = {
123
123
  url: 'https://testnet-explorer.baryon.dev/test-core-2',
124
124
  tx_page: 'https://testnet-explorer.baryon.dev/test-core-2/tx/{txHash}',
125
125
  account_page: 'https://testnet-explorer.baryon.dev/test-core-2/account/${accountAddress}'
126
+ },
127
+ {
128
+ kind: 'Valopers',
129
+ url: 'https://testnet.persistence.valopers.com/',
130
+ tx_page: 'https://testnet.persistence.valopers.com/transactions/${txHash}',
131
+ account_page: 'https://testnet.persistence.valopers.com/account/${accountAddress}'
126
132
  }
127
133
  ]
128
134
  };
@@ -213,6 +213,12 @@ const info = {
213
213
  kind: 'Arcturian Tech',
214
214
  url: 'https://explorer.arcturian.tech',
215
215
  tx_page: 'https://explorer.arcturian.tech/akash/tx/${txHash}'
216
+ },
217
+ {
218
+ kind: 'Valopers',
219
+ url: 'https://akash.valopers.com/',
220
+ tx_page: 'https://akash.valopers.com/transactions/${txHash}',
221
+ account_page: 'https://akash.valopers.com/account/${accountAddress}'
216
222
  }
217
223
  ],
218
224
  images: [{
@@ -83,16 +83,25 @@ const info = {
83
83
  provider: 'Lavender.Five Nodes 🐝'
84
84
  }]
85
85
  },
86
- explorers: [{
86
+ explorers: [
87
+ {
87
88
  kind: 'staking-explorer.com',
88
89
  url: 'https://staking-explorer.com/explorer/althea',
89
90
  tx_page: 'https://staking-explorer.com/transaction.php?chain=althea&tx=${txHash}',
90
91
  account_page: 'https://staking-explorer.com/account.php?chain=althea&addr=${accountAddress}'
91
- }, {
92
+ },
93
+ {
92
94
  kind: 'mintscan',
93
95
  url: 'https://www.mintscan.io/althea',
94
96
  tx_page: 'https://www.mintscan.io/althea/transactions/${txHash}',
95
97
  account_page: 'https://www.mintscan.io/althea/accounts/${accountAddress}'
96
- }]
98
+ },
99
+ {
100
+ kind: 'Valopers',
101
+ url: 'https://althea.valopers.com/',
102
+ tx_page: 'https://althea.valopers.com/transactions/${txHash}',
103
+ account_page: 'https://althea.valopers.com/account/${accountAddress}'
104
+ }
105
+ ]
97
106
  };
98
107
  exports.default = info;
@@ -67,6 +67,11 @@ const info = {
67
67
  url: 'https://exp.stakevillage.net/arkeo-mainnet',
68
68
  tx_page: 'https://exp.stakevillage.net/arkeo-mainnet/tx/${txHash}',
69
69
  account_page: 'https://exp.stakevillage.net/arkeo-mainnet/account/${accountAddress}'
70
+ }, {
71
+ kind: 'Valopers',
72
+ url: 'https://arkeo.valopers.com/',
73
+ tx_page: 'https://arkeo.valopers.com/transactions/${txHash}',
74
+ account_page: 'https://arkeo.valopers.com/account/${accountAddress}'
70
75
  }],
71
76
  keywords: [
72
77
  'validator',
@@ -319,6 +319,12 @@ const info = {
319
319
  url: 'https://explorer.chaintools.tech/atomone',
320
320
  tx_page: 'https://explorer.chaintools.tech/atomone/tx/${txHash}',
321
321
  account_page: 'https://explorer.chaintools.tech/atomone/account/${accountAddress}'
322
+ },
323
+ {
324
+ kind: 'Valopers',
325
+ url: 'https://atomone.valopers.com/',
326
+ tx_page: 'https://atomone.valopers.com/transactions/${txHash}',
327
+ account_page: 'https://atomone.valopers.com/account/${accountAddress}'
322
328
  }
323
329
  ],
324
330
  images: [{
@@ -332,6 +332,12 @@ const info = {
332
332
  url: 'https://mainnet.whispernode.com/axelar',
333
333
  tx_page: 'https://mainnet.whispernode.com/axelar/tx/${txHash}',
334
334
  account_page: 'https://mainnet.whispernode.com/axelar/account/${accountAddress}'
335
+ },
336
+ {
337
+ kind: 'Valopers',
338
+ url: 'https://axelar.valopers.com/',
339
+ tx_page: 'https://axelar.valopers.com/transactions/${txHash}',
340
+ account_page: 'https://axelar.valopers.com/account/${accountAddress}'
335
341
  }
336
342
  ],
337
343
  images: [{
@@ -406,6 +406,104 @@ const info = {
406
406
  }
407
407
  }],
408
408
  type_asset: 'ics20'
409
+ },
410
+ {
411
+ description: 'Liquid staking token from Cube by SatLayer',
412
+ denom_units: [{
413
+ denom: 'cw20:bbn17y5zvse30629t7r37xsdj73xsqp7qsdr7gpnh966wf5aslpn66rq5ekwsz',
414
+ exponent: 0
415
+ }, {
416
+ denom: 'cBABY',
417
+ exponent: 6
418
+ }],
419
+ address: 'bbn17y5zvse30629t7r37xsdj73xsqp7qsdr7gpnh966wf5aslpn66rq5ekwsz',
420
+ base: 'cw20:bbn17y5zvse30629t7r37xsdj73xsqp7qsdr7gpnh966wf5aslpn66rq5ekwsz',
421
+ name: 'Cube Baby',
422
+ display: 'cBABY',
423
+ symbol: 'cBABY',
424
+ logo_URIs: {
425
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/cbaby.svg'
426
+ },
427
+ images: [{
428
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/cbaby.svg'
429
+ }],
430
+ coingecko_id: 'cube-staked-baby',
431
+ traces: [{
432
+ type: 'liquid-stake',
433
+ counterparty: {
434
+ chain_name: 'babylon',
435
+ base_denom: 'ubbn'
436
+ },
437
+ provider: 'Cube by SatLayer'
438
+ }],
439
+ type_asset: 'cw20',
440
+ socials: {
441
+ website: 'https://www.satlayer.xyz',
442
+ twitter: 'https://x.com/satlayer',
443
+ github: 'https://github.com/satlayer',
444
+ telegram: 'https://t.me/satlayerannouncements',
445
+ discord: 'https://discord.com/invite/satlayer'
446
+ }
447
+ },
448
+ {
449
+ base: 'cw20:bbn1s7jzz7cyuqmy5xpr07yepka5ngktexsferu2cr4xeww897ftj77sv30f5s',
450
+ name: 'Babylon Escher LST',
451
+ address: 'bbn1s7jzz7cyuqmy5xpr07yepka5ngktexsferu2cr4xeww897ftj77sv30f5s',
452
+ symbol: 'eBABY',
453
+ display: 'eBABY',
454
+ type_asset: 'cw20',
455
+ denom_units: [{
456
+ denom: 'cw20:bbn1s7jzz7cyuqmy5xpr07yepka5ngktexsferu2cr4xeww897ftj77sv30f5s',
457
+ exponent: 0
458
+ }, {
459
+ denom: 'eBABY',
460
+ exponent: 6
461
+ }],
462
+ logo_URIs: {
463
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/eBABY.svg'
464
+ },
465
+ images: [{
466
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/eBABY.svg'
467
+ }],
468
+ traces: [{
469
+ type: 'liquid-stake',
470
+ counterparty: {
471
+ chain_name: 'babylon',
472
+ base_denom: 'ubbn'
473
+ },
474
+ provider: 'Escher'
475
+ }]
476
+ },
477
+ {
478
+ denom_units: [{
479
+ denom: 'cw20:bbn1fkz8dcvsqyfy3apfh8ufexdn4ag00w5jts99zjw9nkjue0zhs4ts6hfdz2',
480
+ exponent: 0
481
+ }, {
482
+ denom: 'uniBTC',
483
+ exponent: 8
484
+ }],
485
+ base: 'cw20:bbn1fkz8dcvsqyfy3apfh8ufexdn4ag00w5jts99zjw9nkjue0zhs4ts6hfdz2',
486
+ address: 'bbn1fkz8dcvsqyfy3apfh8ufexdn4ag00w5jts99zjw9nkjue0zhs4ts6hfdz2',
487
+ name: 'Universal BTC',
488
+ display: 'uniBTC',
489
+ symbol: 'uniBTC',
490
+ logo_URIs: {
491
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
492
+ },
493
+ type_asset: 'cw20',
494
+ traces: [{
495
+ type: 'ibc-bridge',
496
+ provider: 'Union',
497
+ counterparty: {
498
+ chain_name: 'ethereum',
499
+ base_denom: '0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568',
500
+ channel_id: '1'
501
+ },
502
+ chain: {
503
+ channel_id: '3',
504
+ path: '0'
505
+ }
506
+ }]
409
507
  }
410
508
  ]
411
509
  };
@@ -464,6 +464,12 @@ const info = {
464
464
  url: 'https://mainnet.explorer.aviaone.com/bitcanna',
465
465
  tx_page: 'https://mainnet.explorer.aviaone.com/bitcanna/tx/${txHash}',
466
466
  account_page: 'https://mainnet.explorer.aviaone.com/bitcanna/account/${accountAddress}'
467
+ },
468
+ {
469
+ kind: 'Valopers',
470
+ url: 'https://bitcanna.valopers.com/',
471
+ tx_page: 'https://bitcanna.valopers.com/transactions/${txHash}',
472
+ account_page: 'https://bitcanna.valopers.com/account/${accountAddress}'
467
473
  }
468
474
  ],
469
475
  images: [{
@@ -393,6 +393,12 @@ const info = {
393
393
  ]
394
394
  },
395
395
  explorers: [
396
+ {
397
+ kind: 'CelestiaHub [Noders]',
398
+ url: 'https://celestiahub.org/explorer/dashboard',
399
+ tx_page: 'https://celestiahub.org/explorer/transactions/${txHash}',
400
+ account_page: 'https://celestiahub.org/explorer/accounts/${accountAddress}'
401
+ },
396
402
  {
397
403
  kind: 'Mintscan',
398
404
  url: 'https://mintscan.io/celestia',
@@ -457,6 +463,12 @@ const info = {
457
463
  url: 'https://explorer.stakeandrelax.net/celestia',
458
464
  tx_page: 'https://explorer.stakeandrelax.net/celestia/transaction/${txHash}',
459
465
  account_page: 'https://explorer.stakeandrelax.net/celestia/account/${accountAddress}'
466
+ },
467
+ {
468
+ kind: 'Valopers',
469
+ url: 'https://celestia.valopers.com/',
470
+ tx_page: 'https://celestia.valopers.com/transactions/${txHash}',
471
+ account_page: 'https://celestia.valopers.com/account/${accountAddress}'
460
472
  }
461
473
  ],
462
474
  images: [{
@@ -562,6 +562,12 @@ const info = {
562
562
  validator_page: 'https://explorer.nodestake.org/cosmos/staking/${validatorAddress}',
563
563
  proposal_page: 'https://explorer.nodestake.org/cosmos/gov/${proposalId}',
564
564
  block_page: 'https://explorer.nodestake.org/cosmos/block/${blockHeight}'
565
+ },
566
+ {
567
+ kind: 'Valopers',
568
+ url: 'https://cosmos.valopers.com/',
569
+ tx_page: 'https://cosmos.valopers.com/transactions/${txHash}',
570
+ account_page: 'https://cosmos.valopers.com/account/${accountAddress}'
565
571
  }
566
572
  ],
567
573
  images: [{
@@ -113,6 +113,12 @@ const info = {
113
113
  kind: 'Explorers',
114
114
  url: 'https://dora.explorers.guru',
115
115
  tx_page: 'https://dora.explorers.guru/transaction/${txHash}'
116
+ },
117
+ {
118
+ kind: 'Valopers',
119
+ url: 'https://dora.valopers.com/',
120
+ tx_page: 'https://dora.valopers.com/transactions/${txHash}',
121
+ account_page: 'https://dora.valopers.com/account/${accountAddress}'
116
122
  }
117
123
  ]
118
124
  };
@@ -268,6 +268,12 @@ const info = {
268
268
  url: 'https://explorer.tcnetwork.io/dydx',
269
269
  tx_page: 'https://explorer.tcnetwork.io/dydx/transaction/${txHash}',
270
270
  account_page: 'https://explorer.tcnetwork.io/dydx/account/${accountAddress}'
271
+ },
272
+ {
273
+ kind: 'Valopers',
274
+ url: 'https://dydx.valopers.com/',
275
+ tx_page: 'https://dydx.valopers.com/transactions/${txHash}',
276
+ account_page: 'https://dydx.valopers.com/account/${accountAddress}'
271
277
  }
272
278
  ],
273
279
  images: [{
@@ -501,6 +501,12 @@ const info = {
501
501
  url: 'https://explorer.mainnet.dteam.tech/dymension',
502
502
  tx_page: 'https://explorer.mainnet.dteam.tech/dymension/tx/${txHash}',
503
503
  account_page: 'https://explorer.mainnet.dteam.tech/dymension/account/${accountAddress}'
504
+ },
505
+ {
506
+ kind: 'Valopers',
507
+ url: 'https://dymension.valopers.com/',
508
+ tx_page: 'https://dymension.valopers.com/transactions/${txHash}',
509
+ account_page: 'https://dymension.valopers.com/account/${accountAddress}'
504
510
  }
505
511
  ]
506
512
  };
@@ -1687,12 +1687,33 @@ const info = {
1687
1687
  exponent: 8
1688
1688
  }],
1689
1689
  base: '0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568',
1690
- name: 'uniBTC',
1690
+ name: 'Universal BTC',
1691
1691
  display: 'unibtc',
1692
1692
  symbol: 'uniBTC',
1693
+ traces: [{
1694
+ type: 'liquid-stake',
1695
+ counterparty: {
1696
+ chain_name: 'bitcoin',
1697
+ base_denom: 'sat'
1698
+ },
1699
+ provider: 'Bedrock'
1700
+ }],
1693
1701
  logo_URIs: {
1694
1702
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC_200px.png'
1695
1703
  },
1704
+ images: [{
1705
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC_200px.png',
1706
+ theme: {
1707
+ circle: false,
1708
+ background_color_hex: '#00000000'
1709
+ }
1710
+ }, {
1711
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg',
1712
+ theme: {
1713
+ circle: true,
1714
+ background_color_hex: '#000000'
1715
+ }
1716
+ }],
1696
1717
  coingecko_id: 'universal-btc'
1697
1718
  },
1698
1719
  {
@@ -286,6 +286,12 @@ const info = {
286
286
  url: 'https://mainnet.explorer.aviaone.com/fetchhub',
287
287
  tx_page: 'https://mainnet.explorer.aviaone.com/fetchhub/tx/${txHash}',
288
288
  account_page: 'https://mainnet.explorer.aviaone.com/fetchhub/accounts/${accountAddress}'
289
+ },
290
+ {
291
+ kind: 'Valopers',
292
+ url: 'https://asi.valopers.com/',
293
+ tx_page: 'https://asi.valopers.com/transactions/${txHash}',
294
+ account_page: 'https://asi.valopers.com/account/${accountAddress}'
289
295
  }
290
296
  ],
291
297
  images: [{
@@ -273,6 +273,12 @@ const info = {
273
273
  url: 'https://mainnet.whispernode.com/injective',
274
274
  tx_page: 'https://mainnet.whispernode.com/injective/tx/${txHash}',
275
275
  account_page: 'https://mainnet.whispernode.com/injective/account/${accountAddress}'
276
+ },
277
+ {
278
+ kind: 'Valopers',
279
+ url: 'https://injective.valopers.com/',
280
+ tx_page: 'https://injective.valopers.com/transactions/${txHash}',
281
+ account_page: 'https://injective.valopers.com/account/${accountAddress}'
276
282
  }
277
283
  ],
278
284
  images: [{
@@ -182,6 +182,12 @@ const info = {
182
182
  kind: 'KonsorTech',
183
183
  url: 'https://explorer.konsortech.xyz/iris',
184
184
  tx_page: 'https://explorer.konsortech.xyz/iris/tx/${txHash}'
185
+ },
186
+ {
187
+ kind: 'Valopers',
188
+ url: 'https://iris.valopers.com/',
189
+ tx_page: 'https://iris.valopers.com/transactions/${txHash}',
190
+ account_page: 'https://iris.valopers.com/account/${accountAddress}'
185
191
  }
186
192
  ],
187
193
  images: [{
@@ -428,6 +428,12 @@ const info = {
428
428
  url: 'https://explorer.chainroot.io/juno',
429
429
  tx_page: 'https://explorer.chainroot.io/juno/transactions/${txHash}',
430
430
  account_page: 'https://explorer.chainroot.io/juno/accounts/${accountAddress}'
431
+ },
432
+ {
433
+ kind: 'Valopers',
434
+ url: 'https://juno.valopers.com/',
435
+ tx_page: 'https://juno.valopers.com/transactions/${txHash}',
436
+ account_page: 'https://juno.valopers.com/account/${accountAddress}'
431
437
  }
432
438
  ],
433
439
  images: [{
@@ -196,6 +196,12 @@ const info = {
196
196
  kind: 'Stakeflow',
197
197
  url: 'https://stakeflow.io/kava',
198
198
  account_page: 'https://stakeflow.io/kava/accounts/${accountAddress}'
199
+ },
200
+ {
201
+ kind: 'Valopers',
202
+ url: 'https://kava.valopers.com/',
203
+ tx_page: 'https://kava.valopers.com/transactions/${txHash}',
204
+ account_page: 'https://kava.valopers.com/account/${accountAddress}'
199
205
  }
200
206
  ],
201
207
  images: [{
@@ -94,6 +94,12 @@ const info = {
94
94
  ]
95
95
  },
96
96
  explorers: [
97
+ {
98
+ kind: 'Nillionhub [Noders]',
99
+ url: 'https://nillionhub.org/explorer/dashboard',
100
+ tx_page: 'https://nillionhub.org/explorer/transactions/${txHash}',
101
+ account_page: 'https://nillionhub.org/explorer/accounts/${accountAddress}'
102
+ },
97
103
  {
98
104
  url: 'https://nillion.explorers.guru',
99
105
  tx_page: 'https://nillion.explorers.guru/transaction/${txHash}',
@@ -269,6 +269,12 @@ const info = {
269
269
  url: 'https://explorer.stakr.space/omniflix/',
270
270
  tx_page: 'https://explorer.stakr.space/omniflix/tx/${txHash}',
271
271
  account_page: 'https://explorer.stakr.space/omniflix/account/${accountAddress}'
272
+ },
273
+ {
274
+ kind: 'Valopers',
275
+ url: 'https://omniflix.valopers.com/',
276
+ tx_page: 'https://omniflix.valopers.com/transactions/${txHash}',
277
+ account_page: 'https://omniflix.valopers.com/account/${accountAddress}'
272
278
  }
273
279
  ],
274
280
  images: [{
@@ -978,6 +978,12 @@ const info = {
978
978
  url: 'https://explorer.chainroot.io/osmosis',
979
979
  tx_page: 'https://explorer.chainroot.io/osmosis/transactions/${txHash}',
980
980
  account_page: 'https://explorer.chainroot.io/osmosis/accounts/${accountAddress}'
981
+ },
982
+ {
983
+ kind: 'Valopers',
984
+ url: 'https://osmosis.valopers.com/',
985
+ tx_page: 'https://osmosis.valopers.com/transactions/${txHash}',
986
+ account_page: 'https://osmosis.valopers.com/account/${accountAddress}'
981
987
  }
982
988
  ],
983
989
  keywords: ['dex']
@@ -347,6 +347,12 @@ const info = {
347
347
  kind: 'Stakeflow',
348
348
  url: 'https://stakeflow.io/persistence',
349
349
  account_page: 'https://stakeflow.io/persistence/accounts/${accountAddress}'
350
+ },
351
+ {
352
+ kind: 'Valopers',
353
+ url: 'https://persistence.valopers.com/',
354
+ tx_page: 'https://persistence.valopers.com/transactions/${txHash}',
355
+ account_page: 'https://persistence.valopers.com/account/${accountAddress}'
350
356
  }
351
357
  ],
352
358
  images: [{
@@ -195,6 +195,12 @@ const info = {
195
195
  url: 'https://atomscan.com/regen-network',
196
196
  tx_page: 'https://atomscan.com/regen-network/transactions/${txHash}',
197
197
  account_page: 'https://atomscan.com/regen-network/accounts/${accountAddress}'
198
+ },
199
+ {
200
+ kind: 'Valopers',
201
+ url: 'https://regen.valopers.com/',
202
+ tx_page: 'https://regen.valopers.com/transactions/${txHash}',
203
+ account_page: 'https://regen.valopers.com/account/${accountAddress}'
198
204
  }
199
205
  ],
200
206
  logo_URIs: {
@@ -315,6 +315,12 @@ const info = {
315
315
  url: 'https://explorer.chainroot.io/stargaze',
316
316
  tx_page: 'https://explorer.chainroot.io/stargaze/transactions/${txHash}',
317
317
  account_page: 'https://explorer.chainroot.io/stargaze/accounts/${accountAddress}'
318
+ },
319
+ {
320
+ kind: 'Valopers',
321
+ url: 'https://stargaze.valopers.com/',
322
+ tx_page: 'https://stargaze.valopers.com/transactions/${txHash}',
323
+ account_page: 'https://stargaze.valopers.com/account/${accountAddress}'
318
324
  }
319
325
  ],
320
326
  images: [{
@@ -343,6 +343,12 @@ const info = {
343
343
  url: 'https://explorer.chainroot.io/ux',
344
344
  tx_page: 'https://explorer.chainroot.io/ux/transactions/${txHash}',
345
345
  account_page: 'https://explorer.chainroot.io/ux/accounts/${accountAddress}'
346
+ },
347
+ {
348
+ kind: 'Valopers',
349
+ url: 'https://ux.valopers.com/',
350
+ tx_page: 'https://ux.valopers.com/transactions/${txHash}',
351
+ account_page: 'https://ux.valopers.com/account/${accountAddress}'
346
352
  }
347
353
  ],
348
354
  images: [{
@@ -67,7 +67,7 @@ const info = {
67
67
  version: 'v8.7.0'
68
68
  },
69
69
  genesis: {
70
- genesis_url: 'https://raw.githubusercontent.com/burnt-labs/burnt-networks/refs/heads/main/mainnet/xion-mainnet-1/genesis.json'
70
+ genesis_url: 'https://raw.githubusercontent.com/burnt-labs/xion-mainnet-1/refs/heads/main/config/genesis.json'
71
71
  }
72
72
  },
73
73
  apis: {
@@ -188,6 +188,12 @@ const info = {
188
188
  url: 'https://explorer.stavr.tech/Zetachain-Mainnet',
189
189
  tx_page: 'https://explorer.stavr.tech/Zetachain-Mainnet/tx/${txHash}',
190
190
  account_page: 'https://explorer.stavr.tech/Zetachain-Mainnet/accounts/${accountAddress}'
191
+ },
192
+ {
193
+ kind: 'Valopers',
194
+ url: 'https://zetachain.valopers.com/',
195
+ tx_page: 'https://zetachain.valopers.com/transactions/${txHash}',
196
+ account_page: 'https://zetachain.valopers.com/account/${accountAddress}'
191
197
  }
192
198
  ]
193
199
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.182",
3
+ "version": "1.69.184",
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,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.114",
32
+ "@chain-registry/utils": "^1.51.115",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.114"
36
+ "@chain-registry/types": "^0.50.115"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "b464037969f2a8c775c63a130553af9974f26c30"
46
+ "gitHead": "6f5db6789da3b6ed19187febf1b4a252963aaee9"
47
47
  }
@@ -155,6 +155,12 @@ const info = {
155
155
  url: 'https://testnet.explorer.stakeandrelax.net/celestia',
156
156
  tx_page: 'https://testnet.explorer.stakeandrelax.net/celestia/transaction/${txHash}',
157
157
  account_page: 'https://testnet.explorer.stakeandrelax.net/celestia/account/${accountAddress}'
158
+ },
159
+ {
160
+ kind: 'Valopers',
161
+ url: 'https://testnet.celestia.valopers.com/',
162
+ tx_page: 'https://testnet.celestia.valopers.com/transactions/${txHash}',
163
+ account_page: 'https://testnet.celestia.valopers.com/account/${accountAddress}'
158
164
  }
159
165
  ]
160
166
  };
@@ -105,6 +105,11 @@ const info = {
105
105
  url: 'https://www.mintscan.io/dydx-testnet',
106
106
  tx_page: 'https://www.mintscan.io/dydx-testnet/txs/${txHash}',
107
107
  account_page: 'https://www.mintscan.io/dydx-testnet/account/${accountAddress}'
108
+ }, {
109
+ kind: 'Valopers',
110
+ url: 'https://testnet.dydx.valopers.com/',
111
+ tx_page: 'https://testnet.dydx.valopers.com/transactions/${txHash}',
112
+ account_page: 'https://testnet.dydx.valopers.com/account/${accountAddress}'
108
113
  }],
109
114
  logo_URIs: {
110
115
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
@@ -125,6 +125,12 @@ const info = {
125
125
  url: 'https://testnet-explorer.baryon.dev/test-core-2',
126
126
  tx_page: 'https://testnet-explorer.baryon.dev/test-core-2/tx/{txHash}',
127
127
  account_page: 'https://testnet-explorer.baryon.dev/test-core-2/account/${accountAddress}'
128
+ },
129
+ {
130
+ kind: 'Valopers',
131
+ url: 'https://testnet.persistence.valopers.com/',
132
+ tx_page: 'https://testnet.persistence.valopers.com/transactions/${txHash}',
133
+ account_page: 'https://testnet.persistence.valopers.com/account/${accountAddress}'
128
134
  }
129
135
  ]
130
136
  };