chain-registry 1.69.117 → 1.69.119

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 (79) hide show
  1. package/devnet/assets.js +2 -0
  2. package/devnet/chains.js +2 -0
  3. package/devnet/manifestdevnet/assets.d.ts +3 -0
  4. package/devnet/manifestdevnet/assets.js +52 -0
  5. package/devnet/manifestdevnet/chain.d.ts +3 -0
  6. package/devnet/manifestdevnet/chain.js +75 -0
  7. package/devnet/manifestdevnet/index.d.ts +2 -0
  8. package/devnet/manifestdevnet/index.js +10 -0
  9. package/devnet/named.d.ts +1 -0
  10. package/devnet/named.js +2 -1
  11. package/esm/devnet/assets.js +2 -0
  12. package/esm/devnet/chains.js +2 -0
  13. package/esm/devnet/manifestdevnet/assets.js +50 -0
  14. package/esm/devnet/manifestdevnet/chain.js +73 -0
  15. package/esm/devnet/manifestdevnet/index.js +4 -0
  16. package/esm/devnet/named.js +1 -0
  17. package/esm/mainnet/akash/assets.js +0 -43
  18. package/esm/mainnet/althea/chain.js +8 -3
  19. package/esm/mainnet/archway/assets.js +0 -40
  20. package/esm/mainnet/axelar/chain.js +13 -6
  21. package/esm/mainnet/canto/assets.js +0 -43
  22. package/esm/mainnet/cosmoshub/assets.js +0 -37
  23. package/esm/mainnet/cronos/chain.js +9 -10
  24. package/esm/mainnet/cryptoorgchain/assets.js +3 -49
  25. package/esm/mainnet/elys/assets.js +0 -327
  26. package/esm/mainnet/elys/chain.js +2 -2
  27. package/esm/mainnet/juno/assets.js +0 -43
  28. package/esm/mainnet/kujira/assets.js +0 -40
  29. package/esm/mainnet/meme/assets.js +0 -42
  30. package/esm/mainnet/migaloo/assets.js +3 -3
  31. package/esm/mainnet/neutron/assets.js +0 -43
  32. package/esm/mainnet/oraichain/assets.js +0 -44
  33. package/esm/mainnet/osmosis/assets.js +0 -168
  34. package/esm/mainnet/planq/assets.js +3 -48
  35. package/esm/mainnet/quasar/assets.js +3 -3
  36. package/esm/mainnet/routerchain/assets.js +0 -49
  37. package/esm/mainnet/sei/assets.js +0 -40
  38. package/esm/mainnet/terra2/assets.js +0 -85
  39. package/esm/noncosmos/picasso/assets.js +3 -2
  40. package/esm/testnet/archwaytestnet/assets.js +3 -89
  41. package/esm/testnet/axelartestnet/assets.js +36 -36
  42. package/esm/testnet/dymensiontestnet1/assets.js +0 -42
  43. package/esm/testnet/elystestnet/assets.js +3 -90
  44. package/esm/testnet/elystestnet/chain.js +2 -18
  45. package/esm/testnet/mantrachaintestnet2/assets.js +2 -178
  46. package/esm/testnet/osmosistestnet/assets.js +0 -163
  47. package/esm/testnet/stridetestnet/assets.js +0 -83
  48. package/mainnet/akash/assets.js +0 -43
  49. package/mainnet/althea/chain.js +8 -3
  50. package/mainnet/archway/assets.js +0 -40
  51. package/mainnet/axelar/chain.js +13 -6
  52. package/mainnet/canto/assets.js +0 -43
  53. package/mainnet/cosmoshub/assets.js +0 -37
  54. package/mainnet/cronos/chain.js +9 -10
  55. package/mainnet/cryptoorgchain/assets.js +3 -49
  56. package/mainnet/elys/assets.js +0 -327
  57. package/mainnet/elys/chain.js +2 -2
  58. package/mainnet/juno/assets.js +0 -43
  59. package/mainnet/kujira/assets.js +0 -40
  60. package/mainnet/meme/assets.js +0 -42
  61. package/mainnet/migaloo/assets.js +3 -3
  62. package/mainnet/neutron/assets.js +0 -43
  63. package/mainnet/oraichain/assets.js +0 -44
  64. package/mainnet/osmosis/assets.js +0 -168
  65. package/mainnet/planq/assets.js +3 -48
  66. package/mainnet/quasar/assets.js +3 -3
  67. package/mainnet/routerchain/assets.js +0 -49
  68. package/mainnet/sei/assets.js +0 -40
  69. package/mainnet/terra2/assets.js +0 -85
  70. package/noncosmos/picasso/assets.js +3 -2
  71. package/package.json +4 -4
  72. package/testnet/archwaytestnet/assets.js +3 -89
  73. package/testnet/axelartestnet/assets.js +36 -36
  74. package/testnet/dymensiontestnet1/assets.js +0 -42
  75. package/testnet/elystestnet/assets.js +3 -90
  76. package/testnet/elystestnet/chain.js +2 -18
  77. package/testnet/mantrachaintestnet2/assets.js +2 -178
  78. package/testnet/osmosistestnet/assets.js +0 -163
  79. package/testnet/stridetestnet/assets.js +0 -83
@@ -3,8 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = {
4
4
  $schema: '../../assetlist.schema.json',
5
5
  chain_name: 'mantrachaintestnet2',
6
- assets: [
7
- {
6
+ assets: [{
8
7
  description: 'The native token of MANTRA',
9
8
  extended_description: 'The first RWA Layer 1 Blockchain, capable of adherence and enforcement of real world regulatory requirements.',
10
9
  denom_units: [{
@@ -61,181 +60,6 @@ const info = {
61
60
  website: 'https://www.mantrachain.io/',
62
61
  twitter: 'https://x.com/MANTRA_Chain'
63
62
  }
64
- },
65
- {
66
- description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, with Circle as the first issuer.',
67
- denom_units: [{
68
- denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
69
- exponent: 0,
70
- aliases: ['microusdc', 'uusdc']
71
- }, {
72
- denom: 'usdc',
73
- exponent: 6
74
- }],
75
- type_asset: 'ics20',
76
- base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
77
- name: 'USDC',
78
- display: 'usdc',
79
- symbol: 'USDC',
80
- traces: [{
81
- type: 'ibc',
82
- counterparty: {
83
- chain_name: 'nobletestnet',
84
- base_denom: 'uusdc',
85
- channel_id: 'channel-237'
86
- },
87
- chain: {
88
- channel_id: 'channel-2',
89
- path: 'transfer/channel-2/uusdc'
90
- }
91
- }],
92
- logo_URIs: {
93
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
94
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
95
- },
96
- images: [{
97
- image_sync: {
98
- chain_name: 'ethereum',
99
- base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
100
- },
101
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
102
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
103
- theme: {
104
- circle: true,
105
- primary_color_hex: '#2775CA'
106
- }
107
- }]
108
- },
109
- {
110
- description: 'Ondo US Dollar Yield',
111
- denom_units: [{
112
- denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
113
- exponent: 0,
114
- aliases: ['attousdy', 'ausdy']
115
- }, {
116
- denom: 'usdy',
117
- exponent: 18
118
- }],
119
- type_asset: 'ics20',
120
- base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
121
- name: 'Ondo US Dollar Yield',
122
- display: 'usdy',
123
- symbol: 'USDY',
124
- traces: [{
125
- type: 'ibc',
126
- counterparty: {
127
- chain_name: 'nobletestnet',
128
- base_denom: 'ausdy',
129
- channel_id: 'channel-237'
130
- },
131
- chain: {
132
- channel_id: 'channel-2',
133
- path: 'transfer/channel-2/ausdy'
134
- }
135
- }],
136
- logo_URIs: {
137
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
138
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
139
- },
140
- images: [{
141
- image_sync: {
142
- chain_name: 'noble',
143
- base_denom: 'ausdy'
144
- },
145
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
146
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
147
- theme: {
148
- primary_color_hex: '#142c5c'
149
- }
150
- }]
151
- },
152
- {
153
- description: 'OSMO from Osmosis',
154
- denom_units: [{
155
- denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
156
- exponent: 0,
157
- aliases: ['uosmo']
158
- }, {
159
- denom: 'osmo',
160
- exponent: 6,
161
- aliases: []
162
- }],
163
- type_asset: 'ics20',
164
- base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
165
- name: 'Osmosis',
166
- display: 'osmo',
167
- symbol: 'OSMO',
168
- traces: [{
169
- type: 'ibc',
170
- counterparty: {
171
- chain_name: 'osmosistestnet',
172
- base_denom: 'uosmo',
173
- channel_id: 'channel-9126'
174
- },
175
- chain: {
176
- channel_id: 'channel-0',
177
- path: 'transfer/channel-0/uosmo'
178
- }
179
- }],
180
- images: [{
181
- image_sync: {
182
- chain_name: 'osmosis',
183
- base_denom: 'uosmo'
184
- },
185
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
186
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
187
- theme: {
188
- primary_color_hex: '#760dbb'
189
- }
190
- }],
191
- logo_URIs: {
192
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
193
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
194
- }
195
- },
196
- {
197
- description: 'The native staking and governance token of the Cosmos Hub.',
198
- denom_units: [{
199
- denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
200
- exponent: 0,
201
- aliases: ['uatom']
202
- }, {
203
- denom: 'atom',
204
- exponent: 6
205
- }],
206
- type_asset: 'ics20',
207
- base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
208
- name: 'Cosmos Hub',
209
- display: 'atom',
210
- symbol: 'ATOM',
211
- traces: [{
212
- type: 'ibc',
213
- counterparty: {
214
- chain_name: 'cosmosicsprovidertestnet',
215
- base_denom: 'uatom',
216
- channel_id: 'channel-241'
217
- },
218
- chain: {
219
- channel_id: 'channel-3',
220
- path: 'transfer/channel-3/uatom'
221
- }
222
- }],
223
- logo_URIs: {
224
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
225
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
226
- },
227
- images: [{
228
- image_sync: {
229
- chain_name: 'cosmoshub',
230
- base_denom: 'uatom'
231
- },
232
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
233
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
234
- theme: {
235
- primary_color_hex: '#272d45'
236
- }
237
- }]
238
- }
239
- ]
63
+ }]
240
64
  };
241
65
  exports.default = info;
@@ -485,44 +485,6 @@ const info = {
485
485
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
486
486
  }]
487
487
  },
488
- {
489
- description: 'The native token of Chain4Energy',
490
- denom_units: [{
491
- denom: 'ibc/E3D323CB6F427C49E56F913C853A416F6B71BAA9B0164625AD0203266F92B3ED',
492
- exponent: 0,
493
- aliases: ['uc4e']
494
- }, {
495
- denom: 'c4e',
496
- exponent: 6
497
- }],
498
- type_asset: 'ics20',
499
- base: 'ibc/E3D323CB6F427C49E56F913C853A416F6B71BAA9B0164625AD0203266F92B3ED',
500
- name: 'Chain4Energy Testnet',
501
- display: 'c4e',
502
- symbol: 'C4E',
503
- traces: [{
504
- type: 'ibc',
505
- counterparty: {
506
- chain_name: 'chain4energytestnet',
507
- base_denom: 'uc4e',
508
- channel_id: 'channel-0'
509
- },
510
- chain: {
511
- channel_id: 'channel-111',
512
- path: 'transfer/channel-111/uc4e'
513
- }
514
- }],
515
- logo_URIs: {
516
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png'
517
- },
518
- images: [{
519
- image_sync: {
520
- chain_name: 'chain4energytestnet',
521
- base_denom: 'uc4e'
522
- },
523
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png'
524
- }]
525
- },
526
488
  {
527
489
  description: 'The XPRT token is primarily a governance token for the Persistence chain.',
528
490
  denom_units: [{
@@ -563,45 +525,6 @@ const info = {
563
525
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
564
526
  }]
565
527
  },
566
- {
567
- description: 'The native staking token of the Xion network.',
568
- denom_units: [{
569
- denom: 'ibc/3642669AD14386D3E38F43F30CFCA859B3E8A05BF6BD6A23DEBD2115AD1325E9',
570
- exponent: 0,
571
- aliases: ['microxion', 'uxion']
572
- }, {
573
- denom: 'XION',
574
- exponent: 6,
575
- aliases: ['xion']
576
- }],
577
- type_asset: 'ics20',
578
- base: 'ibc/3642669AD14386D3E38F43F30CFCA859B3E8A05BF6BD6A23DEBD2115AD1325E9',
579
- name: 'Xion Testnet',
580
- display: 'XION',
581
- symbol: 'XION',
582
- traces: [{
583
- type: 'ibc',
584
- counterparty: {
585
- chain_name: 'xiontestnet',
586
- base_denom: 'uxion',
587
- channel_id: 'channel-12'
588
- },
589
- chain: {
590
- channel_id: 'channel-4410',
591
- path: 'transfer/channel-4410/uxion'
592
- }
593
- }],
594
- logo_URIs: {
595
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
596
- },
597
- images: [{
598
- image_sync: {
599
- chain_name: 'xiontestnet',
600
- base_denom: 'uxion'
601
- },
602
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
603
- }]
604
- },
605
528
  {
606
529
  description: 'The native token of Saga Testnet',
607
530
  denom_units: [{
@@ -716,92 +639,6 @@ const info = {
716
639
  }],
717
640
  type_asset: 'sdk.coin'
718
641
  },
719
- {
720
- description: 'The yield token for ATOM denominated vaults on Amulet Protocol',
721
- denom_units: [{
722
- denom: 'ibc/C86B92F7FCFC1993DAC4AB0D78D9BC080300354B823A57F12CD6E2FBB667214E',
723
- exponent: 0
724
- }, {
725
- denom: 'amATOM',
726
- exponent: 6
727
- }],
728
- base: 'ibc/C86B92F7FCFC1993DAC4AB0D78D9BC080300354B823A57F12CD6E2FBB667214E',
729
- name: 'amATOM (Testnet)',
730
- display: 'amATOM',
731
- symbol: 'amATOM',
732
- type_asset: 'ics20',
733
- logo_URIs: {
734
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.png',
735
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.svg'
736
- },
737
- images: [{
738
- image_sync: {
739
- chain_name: 'neutrontestnet',
740
- base_denom: 'factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom'
741
- },
742
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.png',
743
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.svg'
744
- }],
745
- traces: [{
746
- type: 'ibc',
747
- counterparty: {
748
- chain_name: 'neutrontestnet',
749
- base_denom: 'factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom',
750
- channel_id: 'channel-787'
751
- },
752
- chain: {
753
- channel_id: 'channel-7884',
754
- path: 'transfer/channel-7884/factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom'
755
- }
756
- }]
757
- },
758
- {
759
- description: 'The native EVM, governance and staking token of the Titan Chain',
760
- denom_units: [
761
- {
762
- denom: 'ibc/28EEF762052DB8C3D27A7BF625E9F86A1B3B689CC8D80C818CEDF2EB6CBA02A6',
763
- exponent: 0,
764
- aliases: ['atkx']
765
- },
766
- {
767
- denom: 'utkx',
768
- exponent: 12,
769
- aliases: ['microtkx']
770
- },
771
- {
772
- denom: 'mtkx',
773
- exponent: 15,
774
- aliases: ['millitkx']
775
- },
776
- {
777
- denom: 'tkx',
778
- exponent: 18
779
- }
780
- ],
781
- type_asset: 'ics20',
782
- base: 'ibc/28EEF762052DB8C3D27A7BF625E9F86A1B3B689CC8D80C818CEDF2EB6CBA02A6',
783
- name: 'tkx',
784
- display: 'tkx',
785
- symbol: 'TKX',
786
- traces: [{
787
- type: 'ibc',
788
- counterparty: {
789
- chain_name: 'titan',
790
- base_denom: 'atkx',
791
- channel_id: 'channel-2'
792
- },
793
- chain: {
794
- channel_id: 'channel-5969',
795
- path: 'transfer/channel-5969/atkx'
796
- }
797
- }],
798
- logo_URIs: {
799
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png'
800
- },
801
- images: [{
802
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png'
803
- }]
804
- },
805
642
  {
806
643
  description: 'Manifest Testnet Token',
807
644
  denom_units: [{
@@ -94,89 +94,6 @@ const info = {
94
94
  }
95
95
  }],
96
96
  type_asset: 'sdk.coin'
97
- },
98
- {
99
- description: 'The native token of Celestia',
100
- denom_units: [{
101
- denom: 'ibc/1A7653323C1A9E267FF7BEBF40B3EEA8065E8F069F47F2493ABC3E0B621BF793',
102
- exponent: 0,
103
- aliases: ['utia']
104
- }, {
105
- denom: 'TIA',
106
- exponent: 6
107
- }],
108
- type_asset: 'ics20',
109
- base: 'ibc/1A7653323C1A9E267FF7BEBF40B3EEA8065E8F069F47F2493ABC3E0B621BF793',
110
- name: 'Celestia',
111
- display: 'TIA',
112
- symbol: 'TIA',
113
- traces: [{
114
- type: 'ibc',
115
- counterparty: {
116
- chain_name: 'celestiatestnet3',
117
- base_denom: 'utia',
118
- channel_id: 'channel-78'
119
- },
120
- chain: {
121
- channel_id: 'channel-38',
122
- path: 'transfer/channel-38/utia'
123
- }
124
- }],
125
- logo_URIs: {
126
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png',
127
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg'
128
- },
129
- images: [{
130
- image_sync: {
131
- chain_name: 'celestiatestnet3',
132
- base_denom: 'utia'
133
- },
134
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png',
135
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg'
136
- }]
137
- },
138
- {
139
- description: 'The native token of dYdX',
140
- denom_units: [{
141
- denom: 'ibc/DFA22C0A6DD15E64B6BD164A1C748EDA8E976F3BDAC9BA7B40AD887BBEC5D2BB',
142
- exponent: 0,
143
- aliases: ['adv4tnt']
144
- }, {
145
- denom: 'DV4TNT',
146
- exponent: 6
147
- }],
148
- type_asset: 'ics20',
149
- base: 'ibc/DFA22C0A6DD15E64B6BD164A1C748EDA8E976F3BDAC9BA7B40AD887BBEC5D2BB',
150
- name: 'dYdX',
151
- display: 'DV4TNT',
152
- symbol: 'DV4TNT',
153
- traces: [{
154
- type: 'ibc',
155
- counterparty: {
156
- chain_name: 'dydxtestnet',
157
- base_denom: 'adv4tnt',
158
- channel_id: 'channel-54'
159
- },
160
- chain: {
161
- channel_id: 'channel-40',
162
- path: 'transfer/channel-40/adv4tnt'
163
- }
164
- }],
165
- logo_URIs: {
166
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
167
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
168
- },
169
- images: [{
170
- image_sync: {
171
- chain_name: 'dydxtestnet',
172
- base_denom: 'adv4tnt'
173
- },
174
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
175
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg',
176
- theme: {
177
- primary_color_hex: '#21212f'
178
- }
179
- }]
180
97
  }
181
98
  ]
182
99
  };