chain-registry 1.69.112 → 1.69.114

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 (43) hide show
  1. package/devnet/prysmdevnet/chain.js +12 -0
  2. package/esm/devnet/prysmdevnet/chain.js +12 -0
  3. package/esm/mainnet/elys/assets.js +327 -0
  4. package/esm/mainnet/mantrachain/assets.js +181 -2
  5. package/esm/mainnet/source/chain.js +0 -4
  6. package/esm/mainnet/stargaze/assets.js +21 -0
  7. package/esm/testnet/assets.js +2 -0
  8. package/esm/testnet/atomonetestnet/assets.js +32 -0
  9. package/esm/testnet/atomonetestnet/chain.js +134 -0
  10. package/esm/testnet/atomonetestnet/index.js +4 -0
  11. package/esm/testnet/axelartestnet/assets.js +1404 -0
  12. package/esm/testnet/chains.js +2 -0
  13. package/esm/testnet/cosmosicsprovidertestnet/chain.js +8 -0
  14. package/esm/testnet/elystestnet/chain.js +8 -0
  15. package/esm/testnet/manifesttestnet/assets.js +1288 -0
  16. package/esm/testnet/mantrachaintestnet2/assets.js +178 -2
  17. package/esm/testnet/named.js +1 -0
  18. package/esm/testnet/neutrontestnet/chain.js +14 -3
  19. package/esm/testnet/osmosistestnet/assets.js +1954 -4
  20. package/esm/testnet/pelltestnet/chain.js +8 -0
  21. package/mainnet/elys/assets.js +327 -0
  22. package/mainnet/mantrachain/assets.js +181 -2
  23. package/mainnet/source/chain.js +0 -4
  24. package/mainnet/stargaze/assets.js +21 -0
  25. package/package.json +4 -4
  26. package/testnet/assets.js +2 -0
  27. package/testnet/atomonetestnet/assets.d.ts +3 -0
  28. package/testnet/atomonetestnet/assets.js +34 -0
  29. package/testnet/atomonetestnet/chain.d.ts +3 -0
  30. package/testnet/atomonetestnet/chain.js +136 -0
  31. package/testnet/atomonetestnet/index.d.ts +2 -0
  32. package/testnet/atomonetestnet/index.js +10 -0
  33. package/testnet/axelartestnet/assets.js +1404 -0
  34. package/testnet/chains.js +2 -0
  35. package/testnet/cosmosicsprovidertestnet/chain.js +8 -0
  36. package/testnet/elystestnet/chain.js +8 -0
  37. package/testnet/manifesttestnet/assets.js +1288 -0
  38. package/testnet/mantrachaintestnet2/assets.js +178 -2
  39. package/testnet/named.d.ts +1 -0
  40. package/testnet/named.js +4 -3
  41. package/testnet/neutrontestnet/chain.js +14 -3
  42. package/testnet/osmosistestnet/assets.js +1954 -4
  43. package/testnet/pelltestnet/chain.js +8 -0
@@ -66,6 +66,10 @@ const info = {
66
66
  {
67
67
  address: 'wss://prysm-testnet-rpc.itrocket.net/websocket',
68
68
  provider: 'ITRocket'
69
+ },
70
+ {
71
+ address: 'wss://prysm-testnet-rpc.ibs.team/websocket',
72
+ provider: 'Inter Blockchain Services'
69
73
  }
70
74
  ],
71
75
  rpc: [
@@ -116,6 +120,10 @@ const info = {
116
120
  {
117
121
  address: 'https://rpc-prysm.coha05.com/',
118
122
  provider: 'Coha05 | Spider Node'
123
+ },
124
+ {
125
+ address: 'https://prysm-testnet-rpc.ibs.team',
126
+ provider: 'Inter Blockchain Services'
119
127
  }
120
128
  ],
121
129
  rest: [
@@ -166,6 +174,10 @@ const info = {
166
174
  {
167
175
  address: 'https://api-prysm.coha05.com',
168
176
  provider: 'Coha05 | Spider Node'
177
+ },
178
+ {
179
+ address: 'https://prysm-testnet-api.ibs.team',
180
+ provider: 'Inter Blockchain Services'
169
181
  }
170
182
  ],
171
183
  grpc: [
@@ -64,6 +64,10 @@ const info = {
64
64
  {
65
65
  address: 'wss://prysm-testnet-rpc.itrocket.net/websocket',
66
66
  provider: 'ITRocket'
67
+ },
68
+ {
69
+ address: 'wss://prysm-testnet-rpc.ibs.team/websocket',
70
+ provider: 'Inter Blockchain Services'
67
71
  }
68
72
  ],
69
73
  rpc: [
@@ -114,6 +118,10 @@ const info = {
114
118
  {
115
119
  address: 'https://rpc-prysm.coha05.com/',
116
120
  provider: 'Coha05 | Spider Node'
121
+ },
122
+ {
123
+ address: 'https://prysm-testnet-rpc.ibs.team',
124
+ provider: 'Inter Blockchain Services'
117
125
  }
118
126
  ],
119
127
  rest: [
@@ -164,6 +172,10 @@ const info = {
164
172
  {
165
173
  address: 'https://api-prysm.coha05.com',
166
174
  provider: 'Coha05 | Spider Node'
175
+ },
176
+ {
177
+ address: 'https://prysm-testnet-api.ibs.team',
178
+ provider: 'Inter Blockchain Services'
167
179
  }
168
180
  ],
169
181
  grpc: [
@@ -369,6 +369,333 @@ const info = {
369
369
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
370
370
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg'
371
371
  }
372
+ },
373
+ {
374
+ description: 'BLD Network Token',
375
+ denom_units: [{
376
+ denom: 'ibc/7EE4FEE86299470E4E8712FB666FCCA75074DAAB749789E29C2360A4B7B7BE96',
377
+ exponent: 0,
378
+ aliases: ['ubld']
379
+ }, {
380
+ denom: 'bld',
381
+ exponent: 6
382
+ }],
383
+ type_asset: 'ics20',
384
+ base: 'ibc/7EE4FEE86299470E4E8712FB666FCCA75074DAAB749789E29C2360A4B7B7BE96',
385
+ name: 'Agoric',
386
+ display: 'bld',
387
+ symbol: 'BLD',
388
+ traces: [{
389
+ type: 'ibc',
390
+ counterparty: {
391
+ chain_name: 'agoric',
392
+ base_denom: 'ubld',
393
+ channel_id: 'channel-152'
394
+ },
395
+ chain: {
396
+ channel_id: 'channel-12',
397
+ path: 'transfer/channel-12/ubld'
398
+ }
399
+ }],
400
+ images: [{
401
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
402
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
403
+ theme: {
404
+ primary_color_hex: '#c42b44'
405
+ }
406
+ }, {
407
+ image_sync: {
408
+ chain_name: 'agoric',
409
+ base_denom: 'ubld'
410
+ },
411
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
412
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
413
+ theme: {
414
+ primary_color_hex: '#c42b44'
415
+ }
416
+ }],
417
+ logo_URIs: {
418
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
419
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
420
+ }
421
+ },
422
+ {
423
+ description: 'STARS Network Token',
424
+ denom_units: [{
425
+ denom: 'ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C',
426
+ exponent: 0,
427
+ aliases: ['ustars']
428
+ }, {
429
+ denom: 'stars',
430
+ exponent: 6
431
+ }],
432
+ type_asset: 'ics20',
433
+ base: 'ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C',
434
+ name: 'Stargaze',
435
+ display: 'stars',
436
+ symbol: 'STARS',
437
+ traces: [{
438
+ type: 'ibc',
439
+ counterparty: {
440
+ chain_name: 'stargaze',
441
+ base_denom: 'ustars',
442
+ channel_id: 'channel-437'
443
+ },
444
+ chain: {
445
+ channel_id: 'channel-15',
446
+ path: 'transfer/channel-15/ustars'
447
+ }
448
+ }],
449
+ images: [{
450
+ image_sync: {
451
+ chain_name: 'stargaze',
452
+ base_denom: 'ustars'
453
+ },
454
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
455
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
456
+ theme: {
457
+ primary_color_hex: '#db2777'
458
+ }
459
+ }],
460
+ logo_URIs: {
461
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
462
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
463
+ }
464
+ },
465
+ {
466
+ description: 'STRD Network Token',
467
+ denom_units: [{
468
+ denom: 'ibc/50AFCA53FE2DCC6FC300F884524FA997E5A9D370EFEF9836F5C9461CB85AF8C1',
469
+ exponent: 0,
470
+ aliases: ['ustrd']
471
+ }, {
472
+ denom: 'strd',
473
+ exponent: 6
474
+ }],
475
+ type_asset: 'ics20',
476
+ base: 'ibc/50AFCA53FE2DCC6FC300F884524FA997E5A9D370EFEF9836F5C9461CB85AF8C1',
477
+ name: 'Stride',
478
+ display: 'strd',
479
+ symbol: 'STRD',
480
+ traces: [{
481
+ type: 'ibc',
482
+ counterparty: {
483
+ chain_name: 'stride',
484
+ base_denom: 'ustrd',
485
+ channel_id: 'channel-295'
486
+ },
487
+ chain: {
488
+ channel_id: 'channel-17',
489
+ path: 'transfer/channel-17/ustrd'
490
+ }
491
+ }],
492
+ logo_URIs: {
493
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
494
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
495
+ },
496
+ images: [{
497
+ image_sync: {
498
+ chain_name: 'stride',
499
+ base_denom: 'ustrd'
500
+ },
501
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
502
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg',
503
+ theme: {
504
+ primary_color_hex: '#e4047c'
505
+ }
506
+ }]
507
+ },
508
+ {
509
+ description: 'NTRN Network Token',
510
+ denom_units: [{
511
+ denom: 'ibc/8BFE59DCD5A7054F0A97CF91F3E3ABCA8C5BA454E548FA512B729D4004584D47',
512
+ exponent: 0,
513
+ aliases: ['untrn']
514
+ }, {
515
+ denom: 'ntrn',
516
+ exponent: 6
517
+ }],
518
+ type_asset: 'ics20',
519
+ base: 'ibc/8BFE59DCD5A7054F0A97CF91F3E3ABCA8C5BA454E548FA512B729D4004584D47',
520
+ name: 'Neutron',
521
+ display: 'ntrn',
522
+ symbol: 'NTRN',
523
+ traces: [{
524
+ type: 'ibc',
525
+ counterparty: {
526
+ chain_name: 'neutron',
527
+ base_denom: 'untrn',
528
+ channel_id: 'channel-6476'
529
+ },
530
+ chain: {
531
+ channel_id: 'channel-16',
532
+ path: 'transfer/channel-16/untrn'
533
+ }
534
+ }],
535
+ logo_URIs: {
536
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
537
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
538
+ },
539
+ images: [{
540
+ image_sync: {
541
+ chain_name: 'neutron',
542
+ base_denom: 'untrn'
543
+ },
544
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
545
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
546
+ theme: {
547
+ primary_color_hex: '#040404',
548
+ background_color_hex: '#000000',
549
+ circle: true
550
+ }
551
+ }]
552
+ },
553
+ {
554
+ description: 'OM Network Token',
555
+ denom_units: [{
556
+ denom: 'ibc/B870E6642B6491779D35F326A895780FC2F7409DFD7F639A98505555AEAF345F',
557
+ exponent: 0,
558
+ aliases: ['uom']
559
+ }, {
560
+ denom: 'om',
561
+ exponent: 6
562
+ }],
563
+ type_asset: 'ics20',
564
+ base: 'ibc/B870E6642B6491779D35F326A895780FC2F7409DFD7F639A98505555AEAF345F',
565
+ name: 'MANTRA',
566
+ display: 'om',
567
+ symbol: 'OM',
568
+ traces: [{
569
+ type: 'ibc',
570
+ counterparty: {
571
+ chain_name: 'mantrachain',
572
+ base_denom: 'uom',
573
+ channel_id: 'channel-5'
574
+ },
575
+ chain: {
576
+ channel_id: 'channel-11',
577
+ path: 'transfer/channel-11/uom'
578
+ }
579
+ }],
580
+ logo_URIs: {
581
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
582
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
583
+ },
584
+ images: [
585
+ {
586
+ image_sync: {
587
+ chain_name: 'mantrachain',
588
+ base_denom: 'uom'
589
+ },
590
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
591
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
592
+ theme: {
593
+ circle: true,
594
+ primary_color_hex: '#fba0c1'
595
+ }
596
+ },
597
+ {
598
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
599
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
600
+ theme: {
601
+ dark_mode: true,
602
+ circle: true,
603
+ primary_color_hex: '#342c2c'
604
+ }
605
+ },
606
+ {
607
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
608
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
609
+ theme: {
610
+ dark_mode: false,
611
+ circle: true,
612
+ primary_color_hex: '#342c2c'
613
+ }
614
+ }
615
+ ]
616
+ },
617
+ {
618
+ description: 'SCRT Network Token',
619
+ denom_units: [{
620
+ denom: 'ibc/E3459360643C2555C57C7DAB0567FA762B42D5D6D45A76615EA7D99D933AEC04',
621
+ exponent: 0,
622
+ aliases: ['uscrt']
623
+ }, {
624
+ denom: 'scrt',
625
+ exponent: 6
626
+ }],
627
+ type_asset: 'ics20',
628
+ base: 'ibc/E3459360643C2555C57C7DAB0567FA762B42D5D6D45A76615EA7D99D933AEC04',
629
+ name: 'Secret Network',
630
+ display: 'scrt',
631
+ symbol: 'SCRT',
632
+ traces: [{
633
+ type: 'ibc',
634
+ counterparty: {
635
+ chain_name: 'secretnetwork',
636
+ base_denom: 'uscrt',
637
+ channel_id: 'channel-183'
638
+ },
639
+ chain: {
640
+ channel_id: 'channel-14',
641
+ path: 'transfer/channel-14/uscrt'
642
+ }
643
+ }],
644
+ logo_URIs: {
645
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
646
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
647
+ },
648
+ images: [{
649
+ image_sync: {
650
+ chain_name: 'secretnetwork',
651
+ base_denom: 'uscrt'
652
+ },
653
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
654
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
655
+ }]
656
+ },
657
+ {
658
+ description: 'KAVA Network Token',
659
+ denom_units: [{
660
+ denom: 'ibc/147B3FF1D005512CCE4089559AF5D0C951F4211A031F15E782E505B85022DF89',
661
+ exponent: 0,
662
+ aliases: ['ukava']
663
+ }, {
664
+ denom: 'kava',
665
+ exponent: 6
666
+ }],
667
+ type_asset: 'ics20',
668
+ base: 'ibc/147B3FF1D005512CCE4089559AF5D0C951F4211A031F15E782E505B85022DF89',
669
+ name: 'Kava',
670
+ display: 'kava',
671
+ symbol: 'KAVA',
672
+ traces: [{
673
+ type: 'ibc',
674
+ counterparty: {
675
+ chain_name: 'kava',
676
+ base_denom: 'ukava',
677
+ channel_id: 'channel-156'
678
+ },
679
+ chain: {
680
+ channel_id: 'channel-13',
681
+ path: 'transfer/channel-13/ukava'
682
+ }
683
+ }],
684
+ logo_URIs: {
685
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
686
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg'
687
+ },
688
+ images: [{
689
+ image_sync: {
690
+ chain_name: 'kava',
691
+ base_denom: 'ukava'
692
+ },
693
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
694
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg',
695
+ theme: {
696
+ primary_color_hex: '#e64942'
697
+ }
698
+ }]
372
699
  }
373
700
  ]
374
701
  };
@@ -1,7 +1,8 @@
1
1
  const info = {
2
2
  $schema: '../assetlist.schema.json',
3
3
  chain_name: 'mantrachain',
4
- assets: [{
4
+ assets: [
5
+ {
5
6
  description: 'The native token of MANTRA',
6
7
  extended_description: 'The first RWA Layer 1 Blockchain, capable of adherence and enforcement of real world regulatory requirements.',
7
8
  denom_units: [{
@@ -54,6 +55,184 @@ const info = {
54
55
  website: 'https://www.mantrachain.io/',
55
56
  twitter: 'https://x.com/MANTRA_Chain'
56
57
  }
57
- }]
58
+ },
59
+ {
60
+ description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, with Circle as the first issuer.',
61
+ denom_units: [{
62
+ denom: 'ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3',
63
+ exponent: 0,
64
+ aliases: ['microusdc', 'uusdc']
65
+ }, {
66
+ denom: 'usdc',
67
+ exponent: 6
68
+ }],
69
+ type_asset: 'ics20',
70
+ base: 'ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3',
71
+ name: 'USDC',
72
+ display: 'usdc',
73
+ symbol: 'USDC',
74
+ traces: [{
75
+ type: 'ibc',
76
+ counterparty: {
77
+ chain_name: 'noble',
78
+ base_denom: 'uusdc',
79
+ channel_id: 'channel-101'
80
+ },
81
+ chain: {
82
+ channel_id: 'channel-1',
83
+ path: 'transfer/channel-1/uusdc'
84
+ }
85
+ }],
86
+ logo_URIs: {
87
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
88
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
89
+ },
90
+ images: [{
91
+ image_sync: {
92
+ chain_name: 'ethereum',
93
+ base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
94
+ },
95
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
96
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
97
+ theme: {
98
+ circle: true,
99
+ primary_color_hex: '#2775CA'
100
+ }
101
+ }]
102
+ },
103
+ {
104
+ description: 'Ondo US Dollar Yield',
105
+ denom_units: [{
106
+ denom: 'ibc/6749D16BC09F419C090C330FC751FFF1C96143DB7A4D2FCAEC2F348A3E17618A',
107
+ exponent: 0,
108
+ aliases: ['attousdy', 'ausdy']
109
+ }, {
110
+ denom: 'usdy',
111
+ exponent: 18
112
+ }],
113
+ type_asset: 'ics20',
114
+ base: 'ibc/6749D16BC09F419C090C330FC751FFF1C96143DB7A4D2FCAEC2F348A3E17618A',
115
+ name: 'Ondo US Dollar Yield',
116
+ display: 'usdy',
117
+ symbol: 'USDY',
118
+ coingecko_id: 'ondo-us-dollar-yield',
119
+ traces: [{
120
+ type: 'ibc',
121
+ counterparty: {
122
+ chain_name: 'noble',
123
+ base_denom: 'ausdy',
124
+ channel_id: 'channel-101'
125
+ },
126
+ chain: {
127
+ channel_id: 'channel-1',
128
+ path: 'transfer/channel-1/ausdy'
129
+ }
130
+ }],
131
+ logo_URIs: {
132
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
133
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
134
+ },
135
+ images: [{
136
+ image_sync: {
137
+ chain_name: 'noble',
138
+ base_denom: 'ausdy'
139
+ },
140
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
141
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
142
+ theme: {
143
+ primary_color_hex: '#142c5c'
144
+ }
145
+ }]
146
+ },
147
+ {
148
+ description: 'OSMO from Osmosis',
149
+ denom_units: [{
150
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
151
+ exponent: 0,
152
+ aliases: ['uosmo']
153
+ }, {
154
+ denom: 'osmo',
155
+ exponent: 6,
156
+ aliases: []
157
+ }],
158
+ type_asset: 'ics20',
159
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
160
+ name: 'Osmosis',
161
+ display: 'osmo',
162
+ symbol: 'OSMO',
163
+ coingecko_id: 'osmosis',
164
+ traces: [{
165
+ type: 'ibc',
166
+ counterparty: {
167
+ chain_name: 'osmosis',
168
+ base_denom: 'uosmo',
169
+ channel_id: 'channel-85077'
170
+ },
171
+ chain: {
172
+ channel_id: 'channel-0',
173
+ path: 'transfer/channel-0/uosmo'
174
+ }
175
+ }],
176
+ images: [{
177
+ image_sync: {
178
+ chain_name: 'osmosis',
179
+ base_denom: 'uosmo'
180
+ },
181
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
182
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
183
+ theme: {
184
+ primary_color_hex: '#760dbb'
185
+ }
186
+ }],
187
+ logo_URIs: {
188
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
189
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
190
+ }
191
+ },
192
+ {
193
+ description: 'The native staking and governance token of the Cosmos Hub.',
194
+ denom_units: [{
195
+ denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
196
+ exponent: 0,
197
+ aliases: ['uatom']
198
+ }, {
199
+ denom: 'atom',
200
+ exponent: 6
201
+ }],
202
+ type_asset: 'ics20',
203
+ base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
204
+ name: 'Cosmos Hub',
205
+ display: 'atom',
206
+ symbol: 'ATOM',
207
+ coingecko_id: 'cosmos',
208
+ traces: [{
209
+ type: 'ibc',
210
+ counterparty: {
211
+ chain_name: 'cosmoshub',
212
+ base_denom: 'uatom',
213
+ channel_id: 'channel-1252'
214
+ },
215
+ chain: {
216
+ channel_id: 'channel-3',
217
+ path: 'transfer/channel-3/uatom'
218
+ }
219
+ }],
220
+ logo_URIs: {
221
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
222
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
223
+ },
224
+ images: [{
225
+ image_sync: {
226
+ chain_name: 'cosmoshub',
227
+ base_denom: 'uatom'
228
+ },
229
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
230
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
231
+ theme: {
232
+ primary_color_hex: '#272d45'
233
+ }
234
+ }]
235
+ }
236
+ ]
58
237
  };
59
238
  export default info;
@@ -186,10 +186,6 @@ const info = {
186
186
  address: 'https://rest.source.posthuman.digital',
187
187
  provider: 'posthuman'
188
188
  },
189
- {
190
- address: 'https://source.api.staking-explorer.com',
191
- provider: 'staking-explorer.com | 3% Fee'
192
- },
193
189
  {
194
190
  address: 'https://source.declab.pro:443',
195
191
  provider: 'Decloud Nodes Lab'
@@ -761,6 +761,27 @@ const info = {
761
761
  }
762
762
  }
763
763
  ]
764
+ },
765
+ {
766
+ description: 'HOOD',
767
+ denom_units: [{
768
+ denom: 'factory/stars1rru5m2wh3fylpheqh8h5g968jwhe7rctkfm7u0gwk7ka4vx3q5tqukjl4z/hood',
769
+ exponent: 0
770
+ }, {
771
+ denom: 'HOOD',
772
+ exponent: 6
773
+ }],
774
+ base: 'factory/stars1rru5m2wh3fylpheqh8h5g968jwhe7rctkfm7u0gwk7ka4vx3q5tqukjl4z/hood',
775
+ name: 'HOOD',
776
+ display: 'HOOD',
777
+ symbol: 'HOOD',
778
+ logo_URIs: {
779
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/hood.png'
780
+ },
781
+ images: [{
782
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/hood.png'
783
+ }],
784
+ type_asset: 'sdk.coin'
764
785
  }
765
786
  ]
766
787
  };
@@ -4,6 +4,7 @@ import * as _alloratestnet from './alloratestnet';
4
4
  import * as _archwaytestnet from './archwaytestnet';
5
5
  import * as _arkeonetworktestnet from './arkeonetworktestnet';
6
6
  import * as _artelatestnet from './artelatestnet';
7
+ import * as _atomonetestnet from './atomonetestnet';
7
8
  import * as _auratestnet from './auratestnet';
8
9
  import * as _axelartestnet from './axelartestnet';
9
10
  import * as _babylontestnet from './babylontestnet';
@@ -125,6 +126,7 @@ const assets = [
125
126
  _archwaytestnet.assets,
126
127
  _arkeonetworktestnet.assets,
127
128
  _artelatestnet.assets,
129
+ _atomonetestnet.assets,
128
130
  _auratestnet.assets,
129
131
  _axelartestnet.assets,
130
132
  _babylontestnet.assets,