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