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