@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
@@ -87,80 +87,6 @@ const assets = {
87
87
  }
88
88
  }]
89
89
  },
90
- {
91
- description: 'The native token of Osmosis',
92
- denom_units: [{
93
- denom: 'ibc/D73D168790F3C072F38CFD35BCC72C356C1B300FBA32CF7B0199C75601FCC8BA',
94
- exponent: 0,
95
- aliases: ['uosmo']
96
- }, {
97
- denom: 'osmo',
98
- exponent: 6,
99
- aliases: []
100
- }],
101
- type_asset: 'sdk.coin',
102
- base: 'ibc/D73D168790F3C072F38CFD35BCC72C356C1B300FBA32CF7B0199C75601FCC8BA',
103
- name: 'Osmosis Testnet',
104
- display: 'osmo',
105
- symbol: 'OSMO',
106
- logo_URIs: {
107
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
108
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
109
- },
110
- images: [{
111
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
112
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
113
- }],
114
- coingecko_id: 'osmosis',
115
- keywords: ['dex', 'staking'],
116
- traces: [{
117
- type: 'ibc',
118
- counterparty: {
119
- channel_id: 'channel-4280',
120
- base_denom: 'uosmo',
121
- chain_name: 'osmosistestnet'
122
- },
123
- chain: {
124
- channel_id: 'channel-22'
125
- }
126
- }]
127
- },
128
- {
129
- denom_units: [{
130
- denom: 'ibc/F98ED29F4531D727A51BFE81C25C84184762D208E04A3596D1FD83006EDCC58D',
131
- exponent: 0,
132
- aliases: ['uion']
133
- }, {
134
- denom: 'ion',
135
- exponent: 6
136
- }],
137
- type_asset: 'sdk.coin',
138
- base: 'ibc/F98ED29F4531D727A51BFE81C25C84184762D208E04A3596D1FD83006EDCC58D',
139
- name: 'Ion',
140
- display: 'ion',
141
- symbol: 'ION',
142
- logo_URIs: {
143
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
144
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
145
- },
146
- images: [{
147
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
148
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
149
- }],
150
- coingecko_id: 'ion',
151
- keywords: ['memecoin'],
152
- traces: [{
153
- type: 'ibc',
154
- counterparty: {
155
- channel_id: 'channel-4280',
156
- base_denom: 'uion',
157
- chain_name: 'osmosistestnet'
158
- },
159
- chain: {
160
- channel_id: 'channel-22'
161
- }
162
- }]
163
- },
164
90
  {
165
91
  description: 'The native token of Prysm',
166
92
  denom_units: [{
@@ -315,80 +241,6 @@ const assets = {
315
241
  }
316
242
  }]
317
243
  },
318
- {
319
- description: 'The native token of Osmosis',
320
- denom_units: [{
321
- denom: 'ibc/D73D168790F3C072F38CFD35BCC72C356C1B300FBA32CF7B0199C75601FCC8BA',
322
- exponent: 0,
323
- aliases: ['uosmo']
324
- }, {
325
- denom: 'osmo',
326
- exponent: 6,
327
- aliases: []
328
- }],
329
- type_asset: 'sdk.coin',
330
- base: 'ibc/D73D168790F3C072F38CFD35BCC72C356C1B300FBA32CF7B0199C75601FCC8BA',
331
- name: 'Osmosis Testnet',
332
- display: 'osmo',
333
- symbol: 'OSMO',
334
- logo_URIs: {
335
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
336
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
337
- },
338
- images: [{
339
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
340
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
341
- }],
342
- coingecko_id: 'osmosis',
343
- keywords: ['dex', 'staking'],
344
- traces: [{
345
- type: 'ibc',
346
- counterparty: {
347
- channel_id: 'channel-4280',
348
- base_denom: 'uosmo',
349
- chain_name: 'osmosistestnet'
350
- },
351
- chain: {
352
- channel_id: 'channel-22'
353
- }
354
- }]
355
- },
356
- {
357
- denom_units: [{
358
- denom: 'ibc/F98ED29F4531D727A51BFE81C25C84184762D208E04A3596D1FD83006EDCC58D',
359
- exponent: 0,
360
- aliases: ['uion']
361
- }, {
362
- denom: 'ion',
363
- exponent: 6
364
- }],
365
- type_asset: 'sdk.coin',
366
- base: 'ibc/F98ED29F4531D727A51BFE81C25C84184762D208E04A3596D1FD83006EDCC58D',
367
- name: 'Ion',
368
- display: 'ion',
369
- symbol: 'ION',
370
- logo_URIs: {
371
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
372
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
373
- },
374
- images: [{
375
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
376
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
377
- }],
378
- coingecko_id: 'ion',
379
- keywords: ['memecoin'],
380
- traces: [{
381
- type: 'ibc',
382
- counterparty: {
383
- channel_id: 'channel-4280',
384
- base_denom: 'uion',
385
- chain_name: 'osmosistestnet'
386
- },
387
- chain: {
388
- channel_id: 'channel-22'
389
- }
390
- }]
391
- },
392
244
  {
393
245
  description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
394
246
  denom_units: [{
@@ -2,44 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'noistestnet',
5
- assets: [
6
- {
7
- description: 'The INJ token is the native governance token for the Injective chain.',
8
- denom_units: [{
9
- denom: 'ibc/EF3A8A0642F865E753994B3CE35D6DBD2DA2E81EF83EDCBD197DDB90DD09E1DD',
10
- exponent: 0,
11
- aliases: ['inj']
12
- }, {
13
- denom: 'INJ',
14
- exponent: 18
15
- }],
16
- base: 'ibc/EF3A8A0642F865E753994B3CE35D6DBD2DA2E81EF83EDCBD197DDB90DD09E1DD',
17
- name: 'Injective',
18
- display: 'INJ',
19
- symbol: 'INJ',
20
- logo_URIs: {
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
22
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
23
- },
24
- coingecko_id: 'injective-protocol',
25
- images: [{
26
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
27
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
28
- }],
29
- type_asset: 'sdk.coin',
30
- traces: [{
31
- type: 'ibc',
32
- counterparty: {
33
- channel_id: 'channel-74',
34
- base_denom: 'inj',
35
- chain_name: 'injectivetestnet'
36
- },
37
- chain: {
38
- channel_id: 'channel-33'
39
- }
40
- }]
41
- },
42
- {
5
+ assets: [{
43
6
  description: 'The native token of Neutron chain',
44
7
  denom_units: [{
45
8
  denom: 'ibc/873C81D14607BEF92121A341BB74A3B13CB1AD4F925A787BA6EC4B54E7C145DA',
@@ -73,44 +36,7 @@ const assets = {
73
36
  channel_id: 'channel-40'
74
37
  }
75
38
  }]
76
- },
77
- {
78
- description: 'The INJ token is the native governance token for the Injective chain.',
79
- denom_units: [{
80
- denom: 'ibc/EF3A8A0642F865E753994B3CE35D6DBD2DA2E81EF83EDCBD197DDB90DD09E1DD',
81
- exponent: 0,
82
- aliases: ['inj']
83
- }, {
84
- denom: 'INJ',
85
- exponent: 18
86
- }],
87
- base: 'ibc/EF3A8A0642F865E753994B3CE35D6DBD2DA2E81EF83EDCBD197DDB90DD09E1DD',
88
- name: 'Injective',
89
- display: 'INJ',
90
- symbol: 'INJ',
91
- logo_URIs: {
92
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
93
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
94
- },
95
- coingecko_id: 'injective-protocol',
96
- images: [{
97
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
98
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
99
- }],
100
- type_asset: 'sdk.coin',
101
- traces: [{
102
- type: 'ibc',
103
- counterparty: {
104
- channel_id: 'channel-74',
105
- base_denom: 'inj',
106
- chain_name: 'injectivetestnet'
107
- },
108
- chain: {
109
- channel_id: 'channel-33'
110
- }
111
- }]
112
- },
113
- {
39
+ }, {
114
40
  description: 'The native token of Neutron chain',
115
41
  denom_units: [{
116
42
  denom: 'ibc/873C81D14607BEF92121A341BB74A3B13CB1AD4F925A787BA6EC4B54E7C145DA',
@@ -144,75 +70,6 @@ const assets = {
144
70
  channel_id: 'channel-40'
145
71
  }
146
72
  }]
147
- },
148
- {
149
- description: 'The native token of Stargaze',
150
- denom_units: [{
151
- denom: 'ibc/E2CA6A70043DE6672D33475A3D806D289D07EA556A12BBB53602639233A2D5DF',
152
- exponent: 0,
153
- aliases: ['ustars']
154
- }, {
155
- denom: 'stars',
156
- exponent: 6
157
- }],
158
- base: 'ibc/E2CA6A70043DE6672D33475A3D806D289D07EA556A12BBB53602639233A2D5DF',
159
- name: 'Stargaze',
160
- display: 'stars',
161
- symbol: 'STARS',
162
- logo_URIs: {
163
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
164
- },
165
- coingecko_id: 'stargaze',
166
- images: [{
167
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
168
- }],
169
- type_asset: 'sdk.coin',
170
- traces: [{
171
- type: 'ibc',
172
- counterparty: {
173
- channel_id: 'channel-485',
174
- base_denom: 'ustars',
175
- chain_name: 'stargazetestnet'
176
- },
177
- chain: {
178
- channel_id: 'channel-48'
179
- }
180
- }]
181
- },
182
- {
183
- description: 'The native token of Stargaze',
184
- denom_units: [{
185
- denom: 'ibc/E2CA6A70043DE6672D33475A3D806D289D07EA556A12BBB53602639233A2D5DF',
186
- exponent: 0,
187
- aliases: ['ustars']
188
- }, {
189
- denom: 'stars',
190
- exponent: 6
191
- }],
192
- base: 'ibc/E2CA6A70043DE6672D33475A3D806D289D07EA556A12BBB53602639233A2D5DF',
193
- name: 'Stargaze',
194
- display: 'stars',
195
- symbol: 'STARS',
196
- logo_URIs: {
197
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
198
- },
199
- coingecko_id: 'stargaze',
200
- images: [{
201
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
202
- }],
203
- type_asset: 'sdk.coin',
204
- traces: [{
205
- type: 'ibc',
206
- counterparty: {
207
- channel_id: 'channel-485',
208
- base_denom: 'ustars',
209
- chain_name: 'stargazetestnet'
210
- },
211
- chain: {
212
- channel_id: 'channel-48'
213
- }
214
- }]
215
- }
216
- ]
73
+ }]
217
74
  };
218
75
  exports.default = assets;
@@ -2,8 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'nolustestnet',
5
- assets: [
6
- {
5
+ assets: [{
7
6
  description: 'The native token of Neutron chain',
8
7
  denom_units: [{
9
8
  denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
@@ -37,8 +36,7 @@ const assets = {
37
36
  channel_id: 'channel-1'
38
37
  }
39
38
  }]
40
- },
41
- {
39
+ }, {
42
40
  description: 'The native token of Neutron chain',
43
41
  denom_units: [{
44
42
  denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
@@ -72,155 +70,6 @@ const assets = {
72
70
  channel_id: 'channel-1'
73
71
  }
74
72
  }]
75
- },
76
- {
77
- description: 'The native token of Osmosis',
78
- denom_units: [{
79
- denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
80
- exponent: 0,
81
- aliases: ['uosmo']
82
- }, {
83
- denom: 'osmo',
84
- exponent: 6,
85
- aliases: []
86
- }],
87
- type_asset: 'sdk.coin',
88
- base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
89
- name: 'Osmosis Testnet',
90
- display: 'osmo',
91
- symbol: 'OSMO',
92
- logo_URIs: {
93
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
94
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
95
- },
96
- images: [{
97
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
98
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
99
- }],
100
- coingecko_id: 'osmosis',
101
- keywords: ['dex', 'staking'],
102
- traces: [{
103
- type: 'ibc',
104
- counterparty: {
105
- channel_id: 'channel-8272',
106
- base_denom: 'uosmo',
107
- chain_name: 'osmosistestnet'
108
- },
109
- chain: {
110
- channel_id: 'channel-0'
111
- }
112
- }]
113
- },
114
- {
115
- denom_units: [{
116
- denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
117
- exponent: 0,
118
- aliases: ['uion']
119
- }, {
120
- denom: 'ion',
121
- exponent: 6
122
- }],
123
- type_asset: 'sdk.coin',
124
- base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
125
- name: 'Ion',
126
- display: 'ion',
127
- symbol: 'ION',
128
- logo_URIs: {
129
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
130
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
131
- },
132
- images: [{
133
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
134
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
135
- }],
136
- coingecko_id: 'ion',
137
- keywords: ['memecoin'],
138
- traces: [{
139
- type: 'ibc',
140
- counterparty: {
141
- channel_id: 'channel-8272',
142
- base_denom: 'uion',
143
- chain_name: 'osmosistestnet'
144
- },
145
- chain: {
146
- channel_id: 'channel-0'
147
- }
148
- }]
149
- },
150
- {
151
- description: 'The native token of Osmosis',
152
- denom_units: [{
153
- denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
154
- exponent: 0,
155
- aliases: ['uosmo']
156
- }, {
157
- denom: 'osmo',
158
- exponent: 6,
159
- aliases: []
160
- }],
161
- type_asset: 'sdk.coin',
162
- base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
163
- name: 'Osmosis Testnet',
164
- display: 'osmo',
165
- symbol: 'OSMO',
166
- logo_URIs: {
167
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
168
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
169
- },
170
- images: [{
171
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
172
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
173
- }],
174
- coingecko_id: 'osmosis',
175
- keywords: ['dex', 'staking'],
176
- traces: [{
177
- type: 'ibc',
178
- counterparty: {
179
- channel_id: 'channel-8272',
180
- base_denom: 'uosmo',
181
- chain_name: 'osmosistestnet'
182
- },
183
- chain: {
184
- channel_id: 'channel-0'
185
- }
186
- }]
187
- },
188
- {
189
- denom_units: [{
190
- denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
191
- exponent: 0,
192
- aliases: ['uion']
193
- }, {
194
- denom: 'ion',
195
- exponent: 6
196
- }],
197
- type_asset: 'sdk.coin',
198
- base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
199
- name: 'Ion',
200
- display: 'ion',
201
- symbol: 'ION',
202
- logo_URIs: {
203
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
204
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
205
- },
206
- images: [{
207
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
208
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
209
- }],
210
- coingecko_id: 'ion',
211
- keywords: ['memecoin'],
212
- traces: [{
213
- type: 'ibc',
214
- counterparty: {
215
- channel_id: 'channel-8272',
216
- base_denom: 'uion',
217
- chain_name: 'osmosistestnet'
218
- },
219
- chain: {
220
- channel_id: 'channel-0'
221
- }
222
- }]
223
- }
224
- ]
73
+ }]
225
74
  };
226
75
  exports.default = assets;