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