@chain-registry/assets 1.70.122 → 1.70.124

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 (91) hide show
  1. package/devnet/prysmdevnet.js +0 -210
  2. package/esm/devnet/prysmdevnet.js +0 -210
  3. package/esm/mainnet/axelar.js +130 -0
  4. package/esm/mainnet/mantrachain.js +86 -0
  5. package/esm/mainnet/noble.js +86 -0
  6. package/esm/mainnet/osmosis.js +2 -2
  7. package/esm/mainnet/routerchain.js +238 -0
  8. package/esm/testnet/akashtestnet.js +1 -150
  9. package/esm/testnet/archwaytestnet.js +0 -220
  10. package/esm/testnet/axelartestnet.js +0 -220
  11. package/esm/testnet/celestiatestnet3.js +0 -148
  12. package/esm/testnet/chain4energytestnet.js +1 -150
  13. package/esm/testnet/composabletestnet.js +3 -154
  14. package/esm/testnet/coreumtestnet.js +1 -150
  15. package/esm/testnet/cosmoshubtestnet.js +0 -220
  16. package/esm/testnet/doravotatestnet.js +1 -150
  17. package/esm/testnet/dydxtestnet.js +1 -71
  18. package/esm/testnet/empowertestnet.js +3 -222
  19. package/esm/testnet/impacthubtestnet.js +1 -150
  20. package/esm/testnet/injectivetestnet.js +0 -148
  21. package/esm/testnet/junotestnet.js +0 -148
  22. package/esm/testnet/kimanetworktestnet.js +1 -150
  23. package/esm/testnet/kujiratestnet.js +3 -78
  24. package/esm/testnet/kyvetestnet.js +1 -150
  25. package/esm/testnet/lavatestnet.js +1 -222
  26. package/esm/testnet/likecointestnet.js +1 -150
  27. package/esm/testnet/manifesttestnet.js +1 -222
  28. package/esm/testnet/mantrachaintestnet.js +0 -220
  29. package/esm/testnet/marstestnet.js +1 -150
  30. package/esm/testnet/neutrontestnet.js +0 -148
  31. package/esm/testnet/nobletestnet.js +0 -148
  32. package/esm/testnet/noistestnet.js +3 -146
  33. package/esm/testnet/nolustestnet.js +3 -154
  34. package/esm/testnet/osmosistestnet.js +0 -442
  35. package/esm/testnet/persistencetestnet2.js +3 -226
  36. package/esm/testnet/quicksilvertestnet.js +3 -154
  37. package/esm/testnet/sagatestnet.js +1 -222
  38. package/esm/testnet/sgetestnet.js +1 -150
  39. package/esm/testnet/stargazetestnet.js +0 -148
  40. package/esm/testnet/swisstroniktestnet.js +1 -150
  41. package/esm/testnet/symphonytestnet.js +3 -222
  42. package/esm/testnet/symphonytestnet3.js +3 -222
  43. package/esm/testnet/synternettestnet.js +1 -150
  44. package/esm/testnet/titannettestnet.js +1 -150
  45. package/esm/testnet/titantestnet.js +0 -288
  46. package/esm/testnet/xiontestnet.js +0 -292
  47. package/mainnet/axelar.js +130 -0
  48. package/mainnet/mantrachain.js +86 -0
  49. package/mainnet/noble.js +86 -0
  50. package/mainnet/osmosis.js +2 -2
  51. package/mainnet/routerchain.js +238 -0
  52. package/package.json +5 -5
  53. package/testnet/akashtestnet.js +1 -150
  54. package/testnet/archwaytestnet.js +0 -220
  55. package/testnet/axelartestnet.js +0 -220
  56. package/testnet/celestiatestnet3.js +0 -148
  57. package/testnet/chain4energytestnet.js +1 -150
  58. package/testnet/composabletestnet.js +3 -154
  59. package/testnet/coreumtestnet.js +1 -150
  60. package/testnet/cosmoshubtestnet.js +0 -220
  61. package/testnet/doravotatestnet.js +1 -150
  62. package/testnet/dydxtestnet.js +1 -71
  63. package/testnet/empowertestnet.js +3 -222
  64. package/testnet/impacthubtestnet.js +1 -150
  65. package/testnet/injectivetestnet.js +0 -148
  66. package/testnet/junotestnet.js +0 -148
  67. package/testnet/kimanetworktestnet.js +1 -150
  68. package/testnet/kujiratestnet.js +3 -78
  69. package/testnet/kyvetestnet.js +1 -150
  70. package/testnet/lavatestnet.js +1 -222
  71. package/testnet/likecointestnet.js +1 -150
  72. package/testnet/manifesttestnet.js +1 -222
  73. package/testnet/mantrachaintestnet.js +0 -220
  74. package/testnet/marstestnet.js +1 -150
  75. package/testnet/neutrontestnet.js +0 -148
  76. package/testnet/nobletestnet.js +0 -148
  77. package/testnet/noistestnet.js +3 -146
  78. package/testnet/nolustestnet.js +3 -154
  79. package/testnet/osmosistestnet.js +0 -442
  80. package/testnet/persistencetestnet2.js +3 -226
  81. package/testnet/quicksilvertestnet.js +3 -154
  82. package/testnet/sagatestnet.js +1 -222
  83. package/testnet/sgetestnet.js +1 -150
  84. package/testnet/stargazetestnet.js +0 -148
  85. package/testnet/swisstroniktestnet.js +1 -150
  86. package/testnet/symphonytestnet.js +3 -222
  87. package/testnet/symphonytestnet3.js +3 -222
  88. package/testnet/synternettestnet.js +1 -150
  89. package/testnet/titannettestnet.js +1 -150
  90. package/testnet/titantestnet.js +0 -288
  91. package/testnet/xiontestnet.js +0 -292
@@ -71,116 +71,6 @@ const assets = {
71
71
  }
72
72
  }]
73
73
  },
74
- {
75
- description: 'The native token of Axelar',
76
- denom_units: [{
77
- denom: 'ibc/A1F5AED38B17FC8C2009DD6BD70E463C7D3641B35D1676680CF9329D85C28018',
78
- exponent: 0,
79
- aliases: ['uaxl']
80
- }, {
81
- denom: 'axl',
82
- exponent: 6
83
- }],
84
- base: 'ibc/A1F5AED38B17FC8C2009DD6BD70E463C7D3641B35D1676680CF9329D85C28018',
85
- name: 'Axelar',
86
- display: 'axl',
87
- symbol: 'AXL',
88
- logo_URIs: {
89
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
90
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
91
- },
92
- coingecko_id: 'axelar',
93
- images: [{
94
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
95
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
96
- }],
97
- type_asset: 'sdk.coin',
98
- traces: [{
99
- type: 'ibc',
100
- counterparty: {
101
- channel_id: 'channel-305',
102
- base_denom: 'uaxl',
103
- chain_name: 'axelartestnet'
104
- },
105
- chain: {
106
- channel_id: 'channel-50'
107
- }
108
- }]
109
- },
110
- {
111
- description: 'The native token of Osmosis',
112
- denom_units: [{
113
- denom: 'ibc/F05050E6851A163E36B927EA821A13A6CE0D596C7B85FBF90570AC57C3F16D5A',
114
- exponent: 0,
115
- aliases: ['uosmo']
116
- }, {
117
- denom: 'osmo',
118
- exponent: 6,
119
- aliases: []
120
- }],
121
- type_asset: 'sdk.coin',
122
- base: 'ibc/F05050E6851A163E36B927EA821A13A6CE0D596C7B85FBF90570AC57C3F16D5A',
123
- name: 'Osmosis Testnet',
124
- display: 'osmo',
125
- symbol: 'OSMO',
126
- logo_URIs: {
127
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
128
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
129
- },
130
- images: [{
131
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
132
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
133
- }],
134
- coingecko_id: 'osmosis',
135
- keywords: ['dex', 'staking'],
136
- traces: [{
137
- type: 'ibc',
138
- counterparty: {
139
- channel_id: 'channel-7779',
140
- base_denom: 'uosmo',
141
- chain_name: 'osmosistestnet'
142
- },
143
- chain: {
144
- channel_id: 'channel-225'
145
- }
146
- }]
147
- },
148
- {
149
- denom_units: [{
150
- denom: 'ibc/25920C7D913212374622A50BFD85A64C56695D6A0C12FB654FC20B113818CE28',
151
- exponent: 0,
152
- aliases: ['uion']
153
- }, {
154
- denom: 'ion',
155
- exponent: 6
156
- }],
157
- type_asset: 'sdk.coin',
158
- base: 'ibc/25920C7D913212374622A50BFD85A64C56695D6A0C12FB654FC20B113818CE28',
159
- name: 'Ion',
160
- display: 'ion',
161
- symbol: 'ION',
162
- logo_URIs: {
163
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
164
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
165
- },
166
- images: [{
167
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
168
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
169
- }],
170
- coingecko_id: 'ion',
171
- keywords: ['memecoin'],
172
- traces: [{
173
- type: 'ibc',
174
- counterparty: {
175
- channel_id: 'channel-7779',
176
- base_denom: 'uion',
177
- chain_name: 'osmosistestnet'
178
- },
179
- chain: {
180
- channel_id: 'channel-225'
181
- }
182
- }]
183
- },
184
74
  {
185
75
  description: 'The native token of Symphony',
186
76
  denom_units: [{
@@ -317,116 +207,6 @@ const assets = {
317
207
  }
318
208
  }]
319
209
  },
320
- {
321
- description: 'The native token of Axelar',
322
- denom_units: [{
323
- denom: 'ibc/A1F5AED38B17FC8C2009DD6BD70E463C7D3641B35D1676680CF9329D85C28018',
324
- exponent: 0,
325
- aliases: ['uaxl']
326
- }, {
327
- denom: 'axl',
328
- exponent: 6
329
- }],
330
- base: 'ibc/A1F5AED38B17FC8C2009DD6BD70E463C7D3641B35D1676680CF9329D85C28018',
331
- name: 'Axelar',
332
- display: 'axl',
333
- symbol: 'AXL',
334
- logo_URIs: {
335
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
336
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
337
- },
338
- coingecko_id: 'axelar',
339
- images: [{
340
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
341
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
342
- }],
343
- type_asset: 'sdk.coin',
344
- traces: [{
345
- type: 'ibc',
346
- counterparty: {
347
- channel_id: 'channel-305',
348
- base_denom: 'uaxl',
349
- chain_name: 'axelartestnet'
350
- },
351
- chain: {
352
- channel_id: 'channel-50'
353
- }
354
- }]
355
- },
356
- {
357
- description: 'The native token of Osmosis',
358
- denom_units: [{
359
- denom: 'ibc/F05050E6851A163E36B927EA821A13A6CE0D596C7B85FBF90570AC57C3F16D5A',
360
- exponent: 0,
361
- aliases: ['uosmo']
362
- }, {
363
- denom: 'osmo',
364
- exponent: 6,
365
- aliases: []
366
- }],
367
- type_asset: 'sdk.coin',
368
- base: 'ibc/F05050E6851A163E36B927EA821A13A6CE0D596C7B85FBF90570AC57C3F16D5A',
369
- name: 'Osmosis Testnet',
370
- display: 'osmo',
371
- symbol: 'OSMO',
372
- logo_URIs: {
373
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
374
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
375
- },
376
- images: [{
377
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
378
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
379
- }],
380
- coingecko_id: 'osmosis',
381
- keywords: ['dex', 'staking'],
382
- traces: [{
383
- type: 'ibc',
384
- counterparty: {
385
- channel_id: 'channel-7779',
386
- base_denom: 'uosmo',
387
- chain_name: 'osmosistestnet'
388
- },
389
- chain: {
390
- channel_id: 'channel-225'
391
- }
392
- }]
393
- },
394
- {
395
- denom_units: [{
396
- denom: 'ibc/25920C7D913212374622A50BFD85A64C56695D6A0C12FB654FC20B113818CE28',
397
- exponent: 0,
398
- aliases: ['uion']
399
- }, {
400
- denom: 'ion',
401
- exponent: 6
402
- }],
403
- type_asset: 'sdk.coin',
404
- base: 'ibc/25920C7D913212374622A50BFD85A64C56695D6A0C12FB654FC20B113818CE28',
405
- name: 'Ion',
406
- display: 'ion',
407
- symbol: 'ION',
408
- logo_URIs: {
409
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
410
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
411
- },
412
- images: [{
413
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
414
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
415
- }],
416
- coingecko_id: 'ion',
417
- keywords: ['memecoin'],
418
- traces: [{
419
- type: 'ibc',
420
- counterparty: {
421
- channel_id: 'channel-7779',
422
- base_denom: 'uion',
423
- chain_name: 'osmosistestnet'
424
- },
425
- chain: {
426
- channel_id: 'channel-225'
427
- }
428
- }]
429
- },
430
210
  {
431
211
  description: 'The native token of Symphony',
432
212
  denom_units: [{
@@ -105,116 +105,6 @@ const assets = {
105
105
  }
106
106
  }]
107
107
  },
108
- {
109
- description: 'The native token of Osmosis',
110
- denom_units: [{
111
- denom: 'ibc/402D4B04F8FC37BD6433879DE5E5E71B83271EE16F148A7119A3A50BF88F88EC',
112
- exponent: 0,
113
- aliases: ['uosmo']
114
- }, {
115
- denom: 'osmo',
116
- exponent: 6,
117
- aliases: []
118
- }],
119
- type_asset: 'sdk.coin',
120
- base: 'ibc/402D4B04F8FC37BD6433879DE5E5E71B83271EE16F148A7119A3A50BF88F88EC',
121
- name: 'Osmosis Testnet',
122
- display: 'osmo',
123
- symbol: 'OSMO',
124
- logo_URIs: {
125
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
126
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
127
- },
128
- images: [{
129
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
130
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
131
- }],
132
- coingecko_id: 'osmosis',
133
- keywords: ['dex', 'staking'],
134
- traces: [{
135
- type: 'ibc',
136
- counterparty: {
137
- channel_id: 'channel-4170',
138
- base_denom: 'uosmo',
139
- chain_name: 'osmosistestnet'
140
- },
141
- chain: {
142
- channel_id: 'channel-339'
143
- }
144
- }]
145
- },
146
- {
147
- denom_units: [{
148
- denom: 'ibc/AA5C7952E058B7E271C29337EC12EA9572208AE864D64AEAAD0453B832FE101F',
149
- exponent: 0,
150
- aliases: ['uion']
151
- }, {
152
- denom: 'ion',
153
- exponent: 6
154
- }],
155
- type_asset: 'sdk.coin',
156
- base: 'ibc/AA5C7952E058B7E271C29337EC12EA9572208AE864D64AEAAD0453B832FE101F',
157
- name: 'Ion',
158
- display: 'ion',
159
- symbol: 'ION',
160
- logo_URIs: {
161
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
162
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
163
- },
164
- images: [{
165
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
166
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
167
- }],
168
- coingecko_id: 'ion',
169
- keywords: ['memecoin'],
170
- traces: [{
171
- type: 'ibc',
172
- counterparty: {
173
- channel_id: 'channel-4170',
174
- base_denom: 'uion',
175
- chain_name: 'osmosistestnet'
176
- },
177
- chain: {
178
- channel_id: 'channel-339'
179
- }
180
- }]
181
- },
182
- {
183
- description: 'The XPRT token is primarily a governance token for the Persistence chain.',
184
- denom_units: [{
185
- denom: 'ibc/426E2B82248EAF161051E4F698A18699265DC79F4D3BAD9FEDBC4D1FA2617EA0',
186
- exponent: 0,
187
- aliases: ['uxprt']
188
- }, {
189
- denom: 'xprt',
190
- exponent: 6
191
- }],
192
- base: 'ibc/426E2B82248EAF161051E4F698A18699265DC79F4D3BAD9FEDBC4D1FA2617EA0',
193
- name: 'Persistence',
194
- display: 'xprt',
195
- symbol: 'XPRT',
196
- logo_URIs: {
197
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
198
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
199
- },
200
- coingecko_id: 'persistence',
201
- images: [{
202
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
203
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
204
- }],
205
- type_asset: 'sdk.coin',
206
- traces: [{
207
- type: 'ibc',
208
- counterparty: {
209
- channel_id: 'channel-0',
210
- base_denom: 'uxprt',
211
- chain_name: 'persistencetestnet2'
212
- },
213
- chain: {
214
- channel_id: 'channel-261'
215
- }
216
- }]
217
- },
218
108
  {
219
109
  description: 'PSTAKE Liquid-Staked ATOM',
220
110
  denom_units: [{
@@ -584,116 +474,6 @@ const assets = {
584
474
  }
585
475
  }]
586
476
  },
587
- {
588
- description: 'The native token of Osmosis',
589
- denom_units: [{
590
- denom: 'ibc/402D4B04F8FC37BD6433879DE5E5E71B83271EE16F148A7119A3A50BF88F88EC',
591
- exponent: 0,
592
- aliases: ['uosmo']
593
- }, {
594
- denom: 'osmo',
595
- exponent: 6,
596
- aliases: []
597
- }],
598
- type_asset: 'sdk.coin',
599
- base: 'ibc/402D4B04F8FC37BD6433879DE5E5E71B83271EE16F148A7119A3A50BF88F88EC',
600
- name: 'Osmosis Testnet',
601
- display: 'osmo',
602
- symbol: 'OSMO',
603
- logo_URIs: {
604
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
605
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
606
- },
607
- images: [{
608
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
609
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
610
- }],
611
- coingecko_id: 'osmosis',
612
- keywords: ['dex', 'staking'],
613
- traces: [{
614
- type: 'ibc',
615
- counterparty: {
616
- channel_id: 'channel-4170',
617
- base_denom: 'uosmo',
618
- chain_name: 'osmosistestnet'
619
- },
620
- chain: {
621
- channel_id: 'channel-339'
622
- }
623
- }]
624
- },
625
- {
626
- denom_units: [{
627
- denom: 'ibc/AA5C7952E058B7E271C29337EC12EA9572208AE864D64AEAAD0453B832FE101F',
628
- exponent: 0,
629
- aliases: ['uion']
630
- }, {
631
- denom: 'ion',
632
- exponent: 6
633
- }],
634
- type_asset: 'sdk.coin',
635
- base: 'ibc/AA5C7952E058B7E271C29337EC12EA9572208AE864D64AEAAD0453B832FE101F',
636
- name: 'Ion',
637
- display: 'ion',
638
- symbol: 'ION',
639
- logo_URIs: {
640
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
641
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
642
- },
643
- images: [{
644
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
645
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
646
- }],
647
- coingecko_id: 'ion',
648
- keywords: ['memecoin'],
649
- traces: [{
650
- type: 'ibc',
651
- counterparty: {
652
- channel_id: 'channel-4170',
653
- base_denom: 'uion',
654
- chain_name: 'osmosistestnet'
655
- },
656
- chain: {
657
- channel_id: 'channel-339'
658
- }
659
- }]
660
- },
661
- {
662
- description: 'The XPRT token is primarily a governance token for the Persistence chain.',
663
- denom_units: [{
664
- denom: 'ibc/426E2B82248EAF161051E4F698A18699265DC79F4D3BAD9FEDBC4D1FA2617EA0',
665
- exponent: 0,
666
- aliases: ['uxprt']
667
- }, {
668
- denom: 'xprt',
669
- exponent: 6
670
- }],
671
- base: 'ibc/426E2B82248EAF161051E4F698A18699265DC79F4D3BAD9FEDBC4D1FA2617EA0',
672
- name: 'Persistence',
673
- display: 'xprt',
674
- symbol: 'XPRT',
675
- logo_URIs: {
676
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
677
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
678
- },
679
- coingecko_id: 'persistence',
680
- images: [{
681
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
682
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
683
- }],
684
- type_asset: 'sdk.coin',
685
- traces: [{
686
- type: 'ibc',
687
- counterparty: {
688
- channel_id: 'channel-0',
689
- base_denom: 'uxprt',
690
- chain_name: 'persistencetestnet2'
691
- },
692
- chain: {
693
- channel_id: 'channel-261'
694
- }
695
- }]
696
- },
697
477
  {
698
478
  description: 'PSTAKE Liquid-Staked ATOM',
699
479
  denom_units: [{
@@ -36,80 +36,6 @@ const assets = {
36
36
  }
37
37
  }]
38
38
  },
39
- {
40
- description: 'The native token of Osmosis',
41
- denom_units: [{
42
- denom: 'ibc/57358392CD709883E95F5E572EA7BB3D7F8EF6621745F736988BE00D7EA8B611',
43
- exponent: 0,
44
- aliases: ['uosmo']
45
- }, {
46
- denom: 'osmo',
47
- exponent: 6,
48
- aliases: []
49
- }],
50
- type_asset: 'sdk.coin',
51
- base: 'ibc/57358392CD709883E95F5E572EA7BB3D7F8EF6621745F736988BE00D7EA8B611',
52
- name: 'Osmosis Testnet',
53
- display: 'osmo',
54
- symbol: 'OSMO',
55
- logo_URIs: {
56
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
57
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
58
- },
59
- images: [{
60
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
61
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
62
- }],
63
- coingecko_id: 'osmosis',
64
- keywords: ['dex', 'staking'],
65
- traces: [{
66
- type: 'ibc',
67
- counterparty: {
68
- channel_id: 'channel-4370',
69
- base_denom: 'uosmo',
70
- chain_name: 'osmosistestnet'
71
- },
72
- chain: {
73
- channel_id: 'channel-25'
74
- }
75
- }]
76
- },
77
- {
78
- denom_units: [{
79
- denom: 'ibc/42B036F5EA1A1A96DA3F48DAF008B7A533EF3F7014BB7A2A9844782040152A09',
80
- exponent: 0,
81
- aliases: ['uion']
82
- }, {
83
- denom: 'ion',
84
- exponent: 6
85
- }],
86
- type_asset: 'sdk.coin',
87
- base: 'ibc/42B036F5EA1A1A96DA3F48DAF008B7A533EF3F7014BB7A2A9844782040152A09',
88
- name: 'Ion',
89
- display: 'ion',
90
- symbol: 'ION',
91
- logo_URIs: {
92
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
93
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
94
- },
95
- images: [{
96
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
97
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
98
- }],
99
- coingecko_id: 'ion',
100
- keywords: ['memecoin'],
101
- traces: [{
102
- type: 'ibc',
103
- counterparty: {
104
- channel_id: 'channel-4370',
105
- base_denom: 'uion',
106
- chain_name: 'osmosistestnet'
107
- },
108
- chain: {
109
- channel_id: 'channel-25'
110
- }
111
- }]
112
- },
113
39
  {
114
40
  description: 'The native token of Prysm',
115
41
  denom_units: [{
@@ -184,80 +110,6 @@ const assets = {
184
110
  }
185
111
  }]
186
112
  },
187
- {
188
- description: 'The native token of Osmosis',
189
- denom_units: [{
190
- denom: 'ibc/57358392CD709883E95F5E572EA7BB3D7F8EF6621745F736988BE00D7EA8B611',
191
- exponent: 0,
192
- aliases: ['uosmo']
193
- }, {
194
- denom: 'osmo',
195
- exponent: 6,
196
- aliases: []
197
- }],
198
- type_asset: 'sdk.coin',
199
- base: 'ibc/57358392CD709883E95F5E572EA7BB3D7F8EF6621745F736988BE00D7EA8B611',
200
- name: 'Osmosis Testnet',
201
- display: 'osmo',
202
- symbol: 'OSMO',
203
- logo_URIs: {
204
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
205
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
206
- },
207
- images: [{
208
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
209
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
210
- }],
211
- coingecko_id: 'osmosis',
212
- keywords: ['dex', 'staking'],
213
- traces: [{
214
- type: 'ibc',
215
- counterparty: {
216
- channel_id: 'channel-4370',
217
- base_denom: 'uosmo',
218
- chain_name: 'osmosistestnet'
219
- },
220
- chain: {
221
- channel_id: 'channel-25'
222
- }
223
- }]
224
- },
225
- {
226
- denom_units: [{
227
- denom: 'ibc/42B036F5EA1A1A96DA3F48DAF008B7A533EF3F7014BB7A2A9844782040152A09',
228
- exponent: 0,
229
- aliases: ['uion']
230
- }, {
231
- denom: 'ion',
232
- exponent: 6
233
- }],
234
- type_asset: 'sdk.coin',
235
- base: 'ibc/42B036F5EA1A1A96DA3F48DAF008B7A533EF3F7014BB7A2A9844782040152A09',
236
- name: 'Ion',
237
- display: 'ion',
238
- symbol: 'ION',
239
- logo_URIs: {
240
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
241
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
242
- },
243
- images: [{
244
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
245
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
246
- }],
247
- coingecko_id: 'ion',
248
- keywords: ['memecoin'],
249
- traces: [{
250
- type: 'ibc',
251
- counterparty: {
252
- channel_id: 'channel-4370',
253
- base_denom: 'uion',
254
- chain_name: 'osmosistestnet'
255
- },
256
- chain: {
257
- channel_id: 'channel-25'
258
- }
259
- }]
260
- },
261
113
  {
262
114
  description: 'The native token of Prysm',
263
115
  denom_units: [{