@chain-registry/assets 1.70.31 → 1.70.32

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 (54) hide show
  1. package/devnet/prysmdevnet.js +0 -148
  2. package/esm/devnet/prysmdevnet.js +0 -148
  3. package/esm/mainnet/assets.js +1 -8
  4. package/esm/mainnet/index.js +0 -7
  5. package/esm/mainnet/juno.js +0 -72
  6. package/esm/mainnet/osmosis.js +0 -464
  7. package/esm/testnet/assets.js +1 -3
  8. package/esm/testnet/axelartestnet.js +0 -148
  9. package/esm/testnet/index.js +0 -2
  10. package/esm/testnet/junotestnet.js +0 -148
  11. package/esm/testnet/marstestnet.js +0 -148
  12. package/esm/testnet/nobletestnet.js +0 -148
  13. package/esm/testnet/osmosistestnet.js +0 -82
  14. package/mainnet/assets.js +1 -8
  15. package/mainnet/index.d.ts +0 -7
  16. package/mainnet/index.js +3 -11
  17. package/mainnet/juno.js +0 -72
  18. package/mainnet/osmosis.js +0 -464
  19. package/package.json +6 -6
  20. package/testnet/assets.js +1 -3
  21. package/testnet/axelartestnet.js +0 -148
  22. package/testnet/index.d.ts +0 -2
  23. package/testnet/index.js +1 -3
  24. package/testnet/junotestnet.js +0 -148
  25. package/testnet/marstestnet.js +0 -148
  26. package/testnet/nobletestnet.js +0 -148
  27. package/testnet/osmosistestnet.js +0 -82
  28. package/esm/mainnet/8ball.js +0 -182
  29. package/esm/mainnet/cerberus.js +0 -182
  30. package/esm/mainnet/cudos.js +0 -182
  31. package/esm/mainnet/dig.js +0 -268
  32. package/esm/mainnet/lumenx.js +0 -182
  33. package/esm/mainnet/microtick.js +0 -182
  34. package/esm/mainnet/vidulum.js +0 -424
  35. package/esm/testnet/entrypointtestnet.js +0 -154
  36. package/esm/testnet/osmosistestnet4.js +0 -476
  37. package/mainnet/8ball.d.ts +0 -3
  38. package/mainnet/8ball.js +0 -184
  39. package/mainnet/cerberus.d.ts +0 -3
  40. package/mainnet/cerberus.js +0 -184
  41. package/mainnet/cudos.d.ts +0 -3
  42. package/mainnet/cudos.js +0 -184
  43. package/mainnet/dig.d.ts +0 -3
  44. package/mainnet/dig.js +0 -270
  45. package/mainnet/lumenx.d.ts +0 -3
  46. package/mainnet/lumenx.js +0 -184
  47. package/mainnet/microtick.d.ts +0 -3
  48. package/mainnet/microtick.js +0 -184
  49. package/mainnet/vidulum.d.ts +0 -3
  50. package/mainnet/vidulum.js +0 -426
  51. package/testnet/entrypointtestnet.d.ts +0 -3
  52. package/testnet/entrypointtestnet.js +0 -156
  53. package/testnet/osmosistestnet4.d.ts +0 -3
  54. package/testnet/osmosistestnet4.js +0 -478
@@ -109,80 +109,6 @@ const assets = {
109
109
  }
110
110
  }]
111
111
  },
112
- {
113
- description: 'The native token of Osmosis',
114
- denom_units: [{
115
- denom: 'ibc/D1D20B29CB665CF3BCBD929349E31CF77AB90C15EED241EE07501962ADD9D5CE',
116
- exponent: 0,
117
- aliases: ['uosmo']
118
- }, {
119
- denom: 'osmo',
120
- exponent: 6,
121
- aliases: []
122
- }],
123
- base: 'ibc/D1D20B29CB665CF3BCBD929349E31CF77AB90C15EED241EE07501962ADD9D5CE',
124
- name: 'Osmosis',
125
- display: 'osmo',
126
- symbol: 'OSMO',
127
- logo_URIs: {
128
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
129
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
130
- },
131
- coingecko_id: 'osmosis',
132
- keywords: ['dex', 'staking'],
133
- images: [{
134
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
135
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
136
- }],
137
- type_asset: 'sdk.coin',
138
- traces: [{
139
- type: 'ibc',
140
- counterparty: {
141
- channel_id: 'channel-1946',
142
- base_denom: 'uosmo',
143
- chain_name: 'osmosistestnet4'
144
- },
145
- chain: {
146
- channel_id: 'channel-135'
147
- }
148
- }]
149
- },
150
- {
151
- denom_units: [{
152
- denom: 'ibc/4BD323DD3A07E235DBAC120B831CF18274C5B1FB089AE360F90ED76FCB28D8C0',
153
- exponent: 0,
154
- aliases: ['uion']
155
- }, {
156
- denom: 'ion',
157
- exponent: 6
158
- }],
159
- base: 'ibc/4BD323DD3A07E235DBAC120B831CF18274C5B1FB089AE360F90ED76FCB28D8C0',
160
- name: 'Ion',
161
- display: 'ion',
162
- symbol: 'ION',
163
- logo_URIs: {
164
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
165
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
166
- },
167
- coingecko_id: 'ion',
168
- keywords: ['memecoin'],
169
- images: [{
170
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
171
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
172
- }],
173
- type_asset: 'sdk.coin',
174
- traces: [{
175
- type: 'ibc',
176
- counterparty: {
177
- channel_id: 'channel-1946',
178
- base_denom: 'uion',
179
- chain_name: 'osmosistestnet4'
180
- },
181
- chain: {
182
- channel_id: 'channel-135'
183
- }
184
- }]
185
- },
186
112
  {
187
113
  description: 'The XPRT token is primarily a governance token for the Persistence chain.',
188
114
  denom_units: [{
@@ -592,80 +518,6 @@ const assets = {
592
518
  }
593
519
  }]
594
520
  },
595
- {
596
- description: 'The native token of Osmosis',
597
- denom_units: [{
598
- denom: 'ibc/D1D20B29CB665CF3BCBD929349E31CF77AB90C15EED241EE07501962ADD9D5CE',
599
- exponent: 0,
600
- aliases: ['uosmo']
601
- }, {
602
- denom: 'osmo',
603
- exponent: 6,
604
- aliases: []
605
- }],
606
- base: 'ibc/D1D20B29CB665CF3BCBD929349E31CF77AB90C15EED241EE07501962ADD9D5CE',
607
- name: 'Osmosis',
608
- display: 'osmo',
609
- symbol: 'OSMO',
610
- logo_URIs: {
611
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
612
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
613
- },
614
- coingecko_id: 'osmosis',
615
- keywords: ['dex', 'staking'],
616
- images: [{
617
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
618
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
619
- }],
620
- type_asset: 'sdk.coin',
621
- traces: [{
622
- type: 'ibc',
623
- counterparty: {
624
- channel_id: 'channel-1946',
625
- base_denom: 'uosmo',
626
- chain_name: 'osmosistestnet4'
627
- },
628
- chain: {
629
- channel_id: 'channel-135'
630
- }
631
- }]
632
- },
633
- {
634
- denom_units: [{
635
- denom: 'ibc/4BD323DD3A07E235DBAC120B831CF18274C5B1FB089AE360F90ED76FCB28D8C0',
636
- exponent: 0,
637
- aliases: ['uion']
638
- }, {
639
- denom: 'ion',
640
- exponent: 6
641
- }],
642
- base: 'ibc/4BD323DD3A07E235DBAC120B831CF18274C5B1FB089AE360F90ED76FCB28D8C0',
643
- name: 'Ion',
644
- display: 'ion',
645
- symbol: 'ION',
646
- logo_URIs: {
647
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
648
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
649
- },
650
- coingecko_id: 'ion',
651
- keywords: ['memecoin'],
652
- images: [{
653
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
654
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
655
- }],
656
- type_asset: 'sdk.coin',
657
- traces: [{
658
- type: 'ibc',
659
- counterparty: {
660
- channel_id: 'channel-1946',
661
- base_denom: 'uion',
662
- chain_name: 'osmosistestnet4'
663
- },
664
- chain: {
665
- channel_id: 'channel-135'
666
- }
667
- }]
668
- },
669
521
  {
670
522
  description: 'The XPRT token is primarily a governance token for the Persistence chain.',
671
523
  denom_units: [{
@@ -10,7 +10,6 @@ export * as doravotatestnet from './doravotatestnet';
10
10
  export * as dydxtestnet from './dydxtestnet';
11
11
  export * as elystestnet from './elystestnet';
12
12
  export * as empowertestnet from './empowertestnet';
13
- export * as entrypointtestnet from './entrypointtestnet';
14
13
  export * as impacthubtestnet from './impacthubtestnet';
15
14
  export * as injectivetestnet from './injectivetestnet';
16
15
  export * as jackaltestnet2 from './jackaltestnet2';
@@ -27,7 +26,6 @@ export * as nobletestnet from './nobletestnet';
27
26
  export * as noistestnet from './noistestnet';
28
27
  export * as nolustestnet from './nolustestnet';
29
28
  export * as osmosistestnet from './osmosistestnet';
30
- export * as osmosistestnet4 from './osmosistestnet4';
31
29
  export * as persistencetestnet2 from './persistencetestnet2';
32
30
  export * as quicksilvertestnet from './quicksilvertestnet';
33
31
  export * as sagatestnet from './sagatestnet';
@@ -116,80 +116,6 @@ const assets = {
116
116
  }
117
117
  }]
118
118
  },
119
- {
120
- description: 'The native token of Osmosis',
121
- denom_units: [{
122
- denom: 'ibc/9FA811F0E9422B55C8E84F33F62B7286842B252784BC833C7F0C37104ED7DA47',
123
- exponent: 0,
124
- aliases: ['uosmo']
125
- }, {
126
- denom: 'osmo',
127
- exponent: 6,
128
- aliases: []
129
- }],
130
- base: 'ibc/9FA811F0E9422B55C8E84F33F62B7286842B252784BC833C7F0C37104ED7DA47',
131
- name: 'Osmosis',
132
- display: 'osmo',
133
- symbol: 'OSMO',
134
- logo_URIs: {
135
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
136
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
137
- },
138
- coingecko_id: 'osmosis',
139
- keywords: ['dex', 'staking'],
140
- images: [{
141
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
142
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
143
- }],
144
- type_asset: 'sdk.coin',
145
- traces: [{
146
- type: 'ibc',
147
- counterparty: {
148
- channel_id: 'channel-3316',
149
- base_denom: 'uosmo',
150
- chain_name: 'osmosistestnet4'
151
- },
152
- chain: {
153
- channel_id: 'channel-140'
154
- }
155
- }]
156
- },
157
- {
158
- denom_units: [{
159
- denom: 'ibc/CBDB8D47D7013CE4D2974CDBDA8584433288BB62B81D2B5A86C0893CA259AB8A',
160
- exponent: 0,
161
- aliases: ['uion']
162
- }, {
163
- denom: 'ion',
164
- exponent: 6
165
- }],
166
- base: 'ibc/CBDB8D47D7013CE4D2974CDBDA8584433288BB62B81D2B5A86C0893CA259AB8A',
167
- name: 'Ion',
168
- display: 'ion',
169
- symbol: 'ION',
170
- logo_URIs: {
171
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
172
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
173
- },
174
- coingecko_id: 'ion',
175
- keywords: ['memecoin'],
176
- images: [{
177
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
178
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
179
- }],
180
- type_asset: 'sdk.coin',
181
- traces: [{
182
- type: 'ibc',
183
- counterparty: {
184
- channel_id: 'channel-3316',
185
- base_denom: 'uion',
186
- chain_name: 'osmosistestnet4'
187
- },
188
- chain: {
189
- channel_id: 'channel-140'
190
- }
191
- }]
192
- },
193
119
  {
194
120
  description: 'The native token of Symphony',
195
121
  denom_units: [{
@@ -441,80 +367,6 @@ const assets = {
441
367
  }
442
368
  }]
443
369
  },
444
- {
445
- description: 'The native token of Osmosis',
446
- denom_units: [{
447
- denom: 'ibc/9FA811F0E9422B55C8E84F33F62B7286842B252784BC833C7F0C37104ED7DA47',
448
- exponent: 0,
449
- aliases: ['uosmo']
450
- }, {
451
- denom: 'osmo',
452
- exponent: 6,
453
- aliases: []
454
- }],
455
- base: 'ibc/9FA811F0E9422B55C8E84F33F62B7286842B252784BC833C7F0C37104ED7DA47',
456
- name: 'Osmosis',
457
- display: 'osmo',
458
- symbol: 'OSMO',
459
- logo_URIs: {
460
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
461
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
462
- },
463
- coingecko_id: 'osmosis',
464
- keywords: ['dex', 'staking'],
465
- images: [{
466
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
467
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
468
- }],
469
- type_asset: 'sdk.coin',
470
- traces: [{
471
- type: 'ibc',
472
- counterparty: {
473
- channel_id: 'channel-3316',
474
- base_denom: 'uosmo',
475
- chain_name: 'osmosistestnet4'
476
- },
477
- chain: {
478
- channel_id: 'channel-140'
479
- }
480
- }]
481
- },
482
- {
483
- denom_units: [{
484
- denom: 'ibc/CBDB8D47D7013CE4D2974CDBDA8584433288BB62B81D2B5A86C0893CA259AB8A',
485
- exponent: 0,
486
- aliases: ['uion']
487
- }, {
488
- denom: 'ion',
489
- exponent: 6
490
- }],
491
- base: 'ibc/CBDB8D47D7013CE4D2974CDBDA8584433288BB62B81D2B5A86C0893CA259AB8A',
492
- name: 'Ion',
493
- display: 'ion',
494
- symbol: 'ION',
495
- logo_URIs: {
496
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
497
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
498
- },
499
- coingecko_id: 'ion',
500
- keywords: ['memecoin'],
501
- images: [{
502
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
503
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
504
- }],
505
- type_asset: 'sdk.coin',
506
- traces: [{
507
- type: 'ibc',
508
- counterparty: {
509
- channel_id: 'channel-3316',
510
- base_denom: 'uion',
511
- chain_name: 'osmosistestnet4'
512
- },
513
- chain: {
514
- channel_id: 'channel-140'
515
- }
516
- }]
517
- },
518
370
  {
519
371
  description: 'The native token of Symphony',
520
372
  denom_units: [{
@@ -75,80 +75,6 @@ const assets = {
75
75
  }
76
76
  }]
77
77
  },
78
- {
79
- description: 'The native token of Osmosis',
80
- denom_units: [{
81
- denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
82
- exponent: 0,
83
- aliases: ['uosmo']
84
- }, {
85
- denom: 'osmo',
86
- exponent: 6,
87
- aliases: []
88
- }],
89
- base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
90
- name: 'Osmosis',
91
- display: 'osmo',
92
- symbol: 'OSMO',
93
- logo_URIs: {
94
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
95
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
96
- },
97
- coingecko_id: 'osmosis',
98
- keywords: ['dex', 'staking'],
99
- images: [{
100
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
101
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
102
- }],
103
- type_asset: 'sdk.coin',
104
- traces: [{
105
- type: 'ibc',
106
- counterparty: {
107
- channel_id: 'channel-2083',
108
- base_denom: 'uosmo',
109
- chain_name: 'osmosistestnet4'
110
- },
111
- chain: {
112
- channel_id: 'channel-2'
113
- }
114
- }]
115
- },
116
- {
117
- denom_units: [{
118
- denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
119
- exponent: 0,
120
- aliases: ['uion']
121
- }, {
122
- denom: 'ion',
123
- exponent: 6
124
- }],
125
- base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
126
- name: 'Ion',
127
- display: 'ion',
128
- symbol: 'ION',
129
- logo_URIs: {
130
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
131
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
132
- },
133
- coingecko_id: 'ion',
134
- keywords: ['memecoin'],
135
- images: [{
136
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
137
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
138
- }],
139
- type_asset: 'sdk.coin',
140
- traces: [{
141
- type: 'ibc',
142
- counterparty: {
143
- channel_id: 'channel-2083',
144
- base_denom: 'uion',
145
- chain_name: 'osmosistestnet4'
146
- },
147
- chain: {
148
- channel_id: 'channel-2'
149
- }
150
- }]
151
- },
152
78
  {
153
79
  description: 'The native token of Osmosis',
154
80
  denom_units: [{
@@ -222,80 +148,6 @@ const assets = {
222
148
  channel_id: 'channel-28'
223
149
  }
224
150
  }]
225
- },
226
- {
227
- description: 'The native token of Osmosis',
228
- denom_units: [{
229
- denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
230
- exponent: 0,
231
- aliases: ['uosmo']
232
- }, {
233
- denom: 'osmo',
234
- exponent: 6,
235
- aliases: []
236
- }],
237
- base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
238
- name: 'Osmosis',
239
- display: 'osmo',
240
- symbol: 'OSMO',
241
- logo_URIs: {
242
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
243
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
244
- },
245
- coingecko_id: 'osmosis',
246
- keywords: ['dex', 'staking'],
247
- images: [{
248
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
249
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
250
- }],
251
- type_asset: 'sdk.coin',
252
- traces: [{
253
- type: 'ibc',
254
- counterparty: {
255
- channel_id: 'channel-2083',
256
- base_denom: 'uosmo',
257
- chain_name: 'osmosistestnet4'
258
- },
259
- chain: {
260
- channel_id: 'channel-2'
261
- }
262
- }]
263
- },
264
- {
265
- denom_units: [{
266
- denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
267
- exponent: 0,
268
- aliases: ['uion']
269
- }, {
270
- denom: 'ion',
271
- exponent: 6
272
- }],
273
- base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
274
- name: 'Ion',
275
- display: 'ion',
276
- symbol: 'ION',
277
- logo_URIs: {
278
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
279
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
280
- },
281
- coingecko_id: 'ion',
282
- keywords: ['memecoin'],
283
- images: [{
284
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
285
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
286
- }],
287
- type_asset: 'sdk.coin',
288
- traces: [{
289
- type: 'ibc',
290
- counterparty: {
291
- channel_id: 'channel-2083',
292
- base_denom: 'uion',
293
- chain_name: 'osmosistestnet4'
294
- },
295
- chain: {
296
- channel_id: 'channel-2'
297
- }
298
- }]
299
151
  }
300
152
  ]
301
153
  };
@@ -245,80 +245,6 @@ const assets = {
245
245
  }
246
246
  }]
247
247
  },
248
- {
249
- description: 'The native token of Osmosis',
250
- denom_units: [{
251
- denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
252
- exponent: 0,
253
- aliases: ['uosmo']
254
- }, {
255
- denom: 'osmo',
256
- exponent: 6,
257
- aliases: []
258
- }],
259
- base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
260
- name: 'Osmosis',
261
- display: 'osmo',
262
- symbol: 'OSMO',
263
- logo_URIs: {
264
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
265
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
266
- },
267
- coingecko_id: 'osmosis',
268
- keywords: ['dex', 'staking'],
269
- images: [{
270
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
271
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
272
- }],
273
- type_asset: 'sdk.coin',
274
- traces: [{
275
- type: 'ibc',
276
- counterparty: {
277
- channel_id: 'channel-3651',
278
- base_denom: 'uosmo',
279
- chain_name: 'osmosistestnet4'
280
- },
281
- chain: {
282
- channel_id: 'channel-4'
283
- }
284
- }]
285
- },
286
- {
287
- denom_units: [{
288
- denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
289
- exponent: 0,
290
- aliases: ['uion']
291
- }, {
292
- denom: 'ion',
293
- exponent: 6
294
- }],
295
- base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
296
- name: 'Ion',
297
- display: 'ion',
298
- symbol: 'ION',
299
- logo_URIs: {
300
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
301
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
302
- },
303
- coingecko_id: 'ion',
304
- keywords: ['memecoin'],
305
- images: [{
306
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
307
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
308
- }],
309
- type_asset: 'sdk.coin',
310
- traces: [{
311
- type: 'ibc',
312
- counterparty: {
313
- channel_id: 'channel-3651',
314
- base_denom: 'uion',
315
- chain_name: 'osmosistestnet4'
316
- },
317
- chain: {
318
- channel_id: 'channel-4'
319
- }
320
- }]
321
- },
322
248
  {
323
249
  description: 'The native token of Prysm',
324
250
  denom_units: [{
@@ -547,80 +473,6 @@ const assets = {
547
473
  }
548
474
  }]
549
475
  },
550
- {
551
- description: 'The native token of Osmosis',
552
- denom_units: [{
553
- denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
554
- exponent: 0,
555
- aliases: ['uosmo']
556
- }, {
557
- denom: 'osmo',
558
- exponent: 6,
559
- aliases: []
560
- }],
561
- base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
562
- name: 'Osmosis',
563
- display: 'osmo',
564
- symbol: 'OSMO',
565
- logo_URIs: {
566
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
567
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
568
- },
569
- coingecko_id: 'osmosis',
570
- keywords: ['dex', 'staking'],
571
- images: [{
572
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
573
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
574
- }],
575
- type_asset: 'sdk.coin',
576
- traces: [{
577
- type: 'ibc',
578
- counterparty: {
579
- channel_id: 'channel-3651',
580
- base_denom: 'uosmo',
581
- chain_name: 'osmosistestnet4'
582
- },
583
- chain: {
584
- channel_id: 'channel-4'
585
- }
586
- }]
587
- },
588
- {
589
- denom_units: [{
590
- denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
591
- exponent: 0,
592
- aliases: ['uion']
593
- }, {
594
- denom: 'ion',
595
- exponent: 6
596
- }],
597
- base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
598
- name: 'Ion',
599
- display: 'ion',
600
- symbol: 'ION',
601
- logo_URIs: {
602
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
603
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
604
- },
605
- coingecko_id: 'ion',
606
- keywords: ['memecoin'],
607
- images: [{
608
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
609
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
610
- }],
611
- type_asset: 'sdk.coin',
612
- traces: [{
613
- type: 'ibc',
614
- counterparty: {
615
- channel_id: 'channel-3651',
616
- base_denom: 'uion',
617
- chain_name: 'osmosistestnet4'
618
- },
619
- chain: {
620
- channel_id: 'channel-4'
621
- }
622
- }]
623
- },
624
476
  {
625
477
  description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
626
478
  denom_units: [{