@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
@@ -1,7 +1,6 @@
1
1
  const assets = {
2
2
  chain_name: 'empowertestnet',
3
- assets: [
4
- {
3
+ assets: [{
5
4
  description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
6
5
  denom_units: [{
7
6
  denom: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
@@ -35,8 +34,7 @@ const assets = {
35
34
  channel_id: 'channel-2'
36
35
  }
37
36
  }]
38
- },
39
- {
37
+ }, {
40
38
  description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
41
39
  denom_units: [{
42
40
  denom: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
@@ -70,223 +68,6 @@ const assets = {
70
68
  channel_id: 'channel-2'
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-155',
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-155',
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 Stargaze',
150
- denom_units: [{
151
- denom: 'ibc/9222203B0B37D076F07B3CAC716533C80E7C4239499B6306CD9921A15D308F12',
152
- exponent: 0,
153
- aliases: ['ustars']
154
- }, {
155
- denom: 'stars',
156
- exponent: 6
157
- }],
158
- base: 'ibc/9222203B0B37D076F07B3CAC716533C80E7C4239499B6306CD9921A15D308F12',
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-459',
174
- base_denom: 'ustars',
175
- chain_name: 'stargazetestnet'
176
- },
177
- chain: {
178
- channel_id: 'channel-1'
179
- }
180
- }]
181
- },
182
- {
183
- description: 'The native token of Osmosis',
184
- denom_units: [{
185
- denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
186
- exponent: 0,
187
- aliases: ['uosmo']
188
- }, {
189
- denom: 'osmo',
190
- exponent: 6,
191
- aliases: []
192
- }],
193
- type_asset: 'sdk.coin',
194
- base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
195
- name: 'Osmosis Testnet',
196
- display: 'osmo',
197
- symbol: 'OSMO',
198
- logo_URIs: {
199
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
200
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
201
- },
202
- images: [{
203
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
204
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
205
- }],
206
- coingecko_id: 'osmosis',
207
- keywords: ['dex', 'staking'],
208
- traces: [{
209
- type: 'ibc',
210
- counterparty: {
211
- channel_id: 'channel-155',
212
- base_denom: 'uosmo',
213
- chain_name: 'osmosistestnet'
214
- },
215
- chain: {
216
- channel_id: 'channel-0'
217
- }
218
- }]
219
- },
220
- {
221
- denom_units: [{
222
- denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
223
- exponent: 0,
224
- aliases: ['uion']
225
- }, {
226
- denom: 'ion',
227
- exponent: 6
228
- }],
229
- type_asset: 'sdk.coin',
230
- base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
231
- name: 'Ion',
232
- display: 'ion',
233
- symbol: 'ION',
234
- logo_URIs: {
235
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
236
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
237
- },
238
- images: [{
239
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
240
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
241
- }],
242
- coingecko_id: 'ion',
243
- keywords: ['memecoin'],
244
- traces: [{
245
- type: 'ibc',
246
- counterparty: {
247
- channel_id: 'channel-155',
248
- base_denom: 'uion',
249
- chain_name: 'osmosistestnet'
250
- },
251
- chain: {
252
- channel_id: 'channel-0'
253
- }
254
- }]
255
- },
256
- {
257
- description: 'The native token of Stargaze',
258
- denom_units: [{
259
- denom: 'ibc/9222203B0B37D076F07B3CAC716533C80E7C4239499B6306CD9921A15D308F12',
260
- exponent: 0,
261
- aliases: ['ustars']
262
- }, {
263
- denom: 'stars',
264
- exponent: 6
265
- }],
266
- base: 'ibc/9222203B0B37D076F07B3CAC716533C80E7C4239499B6306CD9921A15D308F12',
267
- name: 'Stargaze',
268
- display: 'stars',
269
- symbol: 'STARS',
270
- logo_URIs: {
271
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
272
- },
273
- coingecko_id: 'stargaze',
274
- images: [{
275
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
276
- }],
277
- type_asset: 'sdk.coin',
278
- traces: [{
279
- type: 'ibc',
280
- counterparty: {
281
- channel_id: 'channel-459',
282
- base_denom: 'ustars',
283
- chain_name: 'stargazetestnet'
284
- },
285
- chain: {
286
- channel_id: 'channel-1'
287
- }
288
- }]
289
- }
290
- ]
71
+ }]
291
72
  };
292
73
  export default assets;
@@ -1,154 +1,5 @@
1
1
  const assets = {
2
2
  chain_name: 'impacthubtestnet',
3
- assets: [
4
- {
5
- description: 'The native token of Osmosis',
6
- denom_units: [{
7
- denom: 'ibc/376222D6D9DAE23092E29740E56B758580935A6D77C24C2ABD57A6A78A1F3955',
8
- exponent: 0,
9
- aliases: ['uosmo']
10
- }, {
11
- denom: 'osmo',
12
- exponent: 6,
13
- aliases: []
14
- }],
15
- type_asset: 'sdk.coin',
16
- base: 'ibc/376222D6D9DAE23092E29740E56B758580935A6D77C24C2ABD57A6A78A1F3955',
17
- name: 'Osmosis Testnet',
18
- display: 'osmo',
19
- symbol: 'OSMO',
20
- logo_URIs: {
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
22
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
23
- },
24
- images: [{
25
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
26
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
27
- }],
28
- coingecko_id: 'osmosis',
29
- keywords: ['dex', 'staking'],
30
- traces: [{
31
- type: 'ibc',
32
- counterparty: {
33
- channel_id: 'channel-1637',
34
- base_denom: 'uosmo',
35
- chain_name: 'osmosistestnet'
36
- },
37
- chain: {
38
- channel_id: 'channel-10'
39
- }
40
- }]
41
- },
42
- {
43
- denom_units: [{
44
- denom: 'ibc/0433997003A2CFE10E483B93743BEC37F2F13B89854FD69599482E6DB8E6CE22',
45
- exponent: 0,
46
- aliases: ['uion']
47
- }, {
48
- denom: 'ion',
49
- exponent: 6
50
- }],
51
- type_asset: 'sdk.coin',
52
- base: 'ibc/0433997003A2CFE10E483B93743BEC37F2F13B89854FD69599482E6DB8E6CE22',
53
- name: 'Ion',
54
- display: 'ion',
55
- symbol: 'ION',
56
- logo_URIs: {
57
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
58
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
59
- },
60
- images: [{
61
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
62
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
63
- }],
64
- coingecko_id: 'ion',
65
- keywords: ['memecoin'],
66
- traces: [{
67
- type: 'ibc',
68
- counterparty: {
69
- channel_id: 'channel-1637',
70
- base_denom: 'uion',
71
- chain_name: 'osmosistestnet'
72
- },
73
- chain: {
74
- channel_id: 'channel-10'
75
- }
76
- }]
77
- },
78
- {
79
- description: 'The native token of Osmosis',
80
- denom_units: [{
81
- denom: 'ibc/376222D6D9DAE23092E29740E56B758580935A6D77C24C2ABD57A6A78A1F3955',
82
- exponent: 0,
83
- aliases: ['uosmo']
84
- }, {
85
- denom: 'osmo',
86
- exponent: 6,
87
- aliases: []
88
- }],
89
- type_asset: 'sdk.coin',
90
- base: 'ibc/376222D6D9DAE23092E29740E56B758580935A6D77C24C2ABD57A6A78A1F3955',
91
- name: 'Osmosis Testnet',
92
- display: 'osmo',
93
- symbol: 'OSMO',
94
- logo_URIs: {
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
- images: [{
99
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
100
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
101
- }],
102
- coingecko_id: 'osmosis',
103
- keywords: ['dex', 'staking'],
104
- traces: [{
105
- type: 'ibc',
106
- counterparty: {
107
- channel_id: 'channel-1637',
108
- base_denom: 'uosmo',
109
- chain_name: 'osmosistestnet'
110
- },
111
- chain: {
112
- channel_id: 'channel-10'
113
- }
114
- }]
115
- },
116
- {
117
- denom_units: [{
118
- denom: 'ibc/0433997003A2CFE10E483B93743BEC37F2F13B89854FD69599482E6DB8E6CE22',
119
- exponent: 0,
120
- aliases: ['uion']
121
- }, {
122
- denom: 'ion',
123
- exponent: 6
124
- }],
125
- type_asset: 'sdk.coin',
126
- base: 'ibc/0433997003A2CFE10E483B93743BEC37F2F13B89854FD69599482E6DB8E6CE22',
127
- name: 'Ion',
128
- display: 'ion',
129
- symbol: 'ION',
130
- logo_URIs: {
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
- images: [{
135
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
136
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
137
- }],
138
- coingecko_id: 'ion',
139
- keywords: ['memecoin'],
140
- traces: [{
141
- type: 'ibc',
142
- counterparty: {
143
- channel_id: 'channel-1637',
144
- base_denom: 'uion',
145
- chain_name: 'osmosistestnet'
146
- },
147
- chain: {
148
- channel_id: 'channel-10'
149
- }
150
- }]
151
- }
152
- ]
3
+ assets: []
153
4
  };
154
5
  export default assets;
@@ -42,80 +42,6 @@ const assets = {
42
42
  }
43
43
  }]
44
44
  },
45
- {
46
- description: 'The native token of Osmosis',
47
- denom_units: [{
48
- denom: 'ibc/5D1C51E9D2A3CF6F88F3796BD144CD1AE9EC26A8B7E1BF95FEA9CE2D1A4FE82D',
49
- exponent: 0,
50
- aliases: ['uosmo']
51
- }, {
52
- denom: 'osmo',
53
- exponent: 6,
54
- aliases: []
55
- }],
56
- type_asset: 'sdk.coin',
57
- base: 'ibc/5D1C51E9D2A3CF6F88F3796BD144CD1AE9EC26A8B7E1BF95FEA9CE2D1A4FE82D',
58
- name: 'Osmosis Testnet',
59
- display: 'osmo',
60
- symbol: 'OSMO',
61
- logo_URIs: {
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
- images: [{
66
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
67
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
68
- }],
69
- coingecko_id: 'osmosis',
70
- keywords: ['dex', 'staking'],
71
- traces: [{
72
- type: 'ibc',
73
- counterparty: {
74
- channel_id: 'channel-4174',
75
- base_denom: 'uosmo',
76
- chain_name: 'osmosistestnet'
77
- },
78
- chain: {
79
- channel_id: 'channel-129'
80
- }
81
- }]
82
- },
83
- {
84
- denom_units: [{
85
- denom: 'ibc/19A26C71FFF71D901C09803EF4036874344A5BD0D2B71AA96EED948B09990F3F',
86
- exponent: 0,
87
- aliases: ['uion']
88
- }, {
89
- denom: 'ion',
90
- exponent: 6
91
- }],
92
- type_asset: 'sdk.coin',
93
- base: 'ibc/19A26C71FFF71D901C09803EF4036874344A5BD0D2B71AA96EED948B09990F3F',
94
- name: 'Ion',
95
- display: 'ion',
96
- symbol: 'ION',
97
- logo_URIs: {
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
- images: [{
102
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
103
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
104
- }],
105
- coingecko_id: 'ion',
106
- keywords: ['memecoin'],
107
- traces: [{
108
- type: 'ibc',
109
- counterparty: {
110
- channel_id: 'channel-4174',
111
- base_denom: 'uion',
112
- chain_name: 'osmosistestnet'
113
- },
114
- chain: {
115
- channel_id: 'channel-129'
116
- }
117
- }]
118
- },
119
45
  {
120
46
  description: 'The native staking token of the Xion network.',
121
47
  denom_units: [{
@@ -191,80 +117,6 @@ const assets = {
191
117
  }
192
118
  }]
193
119
  },
194
- {
195
- description: 'The native token of Osmosis',
196
- denom_units: [{
197
- denom: 'ibc/5D1C51E9D2A3CF6F88F3796BD144CD1AE9EC26A8B7E1BF95FEA9CE2D1A4FE82D',
198
- exponent: 0,
199
- aliases: ['uosmo']
200
- }, {
201
- denom: 'osmo',
202
- exponent: 6,
203
- aliases: []
204
- }],
205
- type_asset: 'sdk.coin',
206
- base: 'ibc/5D1C51E9D2A3CF6F88F3796BD144CD1AE9EC26A8B7E1BF95FEA9CE2D1A4FE82D',
207
- name: 'Osmosis Testnet',
208
- display: 'osmo',
209
- symbol: 'OSMO',
210
- logo_URIs: {
211
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
212
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
213
- },
214
- images: [{
215
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
216
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
217
- }],
218
- coingecko_id: 'osmosis',
219
- keywords: ['dex', 'staking'],
220
- traces: [{
221
- type: 'ibc',
222
- counterparty: {
223
- channel_id: 'channel-4174',
224
- base_denom: 'uosmo',
225
- chain_name: 'osmosistestnet'
226
- },
227
- chain: {
228
- channel_id: 'channel-129'
229
- }
230
- }]
231
- },
232
- {
233
- denom_units: [{
234
- denom: 'ibc/19A26C71FFF71D901C09803EF4036874344A5BD0D2B71AA96EED948B09990F3F',
235
- exponent: 0,
236
- aliases: ['uion']
237
- }, {
238
- denom: 'ion',
239
- exponent: 6
240
- }],
241
- type_asset: 'sdk.coin',
242
- base: 'ibc/19A26C71FFF71D901C09803EF4036874344A5BD0D2B71AA96EED948B09990F3F',
243
- name: 'Ion',
244
- display: 'ion',
245
- symbol: 'ION',
246
- logo_URIs: {
247
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
248
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
249
- },
250
- images: [{
251
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
252
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
253
- }],
254
- coingecko_id: 'ion',
255
- keywords: ['memecoin'],
256
- traces: [{
257
- type: 'ibc',
258
- counterparty: {
259
- channel_id: 'channel-4174',
260
- base_denom: 'uion',
261
- chain_name: 'osmosistestnet'
262
- },
263
- chain: {
264
- channel_id: 'channel-129'
265
- }
266
- }]
267
- },
268
120
  {
269
121
  description: 'The native staking token of the Xion network.',
270
122
  denom_units: [{