@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
@@ -3,78 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'mantrachaintestnet',
5
5
  assets: [
6
- {
7
- description: 'The native token of Axelar',
8
- denom_units: [{
9
- denom: 'ibc/062588846168EDFECF20F7681F2A0A131A53B9A3C8535BCA8F7D1A268246974B',
10
- exponent: 0,
11
- aliases: ['uaxl']
12
- }, {
13
- denom: 'axl',
14
- exponent: 6
15
- }],
16
- base: 'ibc/062588846168EDFECF20F7681F2A0A131A53B9A3C8535BCA8F7D1A268246974B',
17
- name: 'Axelar',
18
- display: 'axl',
19
- symbol: 'AXL',
20
- logo_URIs: {
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
22
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
23
- },
24
- coingecko_id: 'axelar',
25
- images: [{
26
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
27
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
28
- }],
29
- type_asset: 'sdk.coin',
30
- traces: [{
31
- type: 'ibc',
32
- counterparty: {
33
- channel_id: 'channel-540',
34
- base_denom: 'uaxl',
35
- chain_name: 'axelartestnet'
36
- },
37
- chain: {
38
- channel_id: 'channel-7'
39
- }
40
- }]
41
- },
42
- {
43
- description: 'The native token of Axelar',
44
- denom_units: [{
45
- denom: 'ibc/062588846168EDFECF20F7681F2A0A131A53B9A3C8535BCA8F7D1A268246974B',
46
- exponent: 0,
47
- aliases: ['uaxl']
48
- }, {
49
- denom: 'axl',
50
- exponent: 6
51
- }],
52
- base: 'ibc/062588846168EDFECF20F7681F2A0A131A53B9A3C8535BCA8F7D1A268246974B',
53
- name: 'Axelar',
54
- display: 'axl',
55
- symbol: 'AXL',
56
- logo_URIs: {
57
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
58
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
59
- },
60
- coingecko_id: 'axelar',
61
- images: [{
62
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
63
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
64
- }],
65
- type_asset: 'sdk.coin',
66
- traces: [{
67
- type: 'ibc',
68
- counterparty: {
69
- channel_id: 'channel-540',
70
- base_denom: 'uaxl',
71
- chain_name: 'axelartestnet'
72
- },
73
- chain: {
74
- channel_id: 'channel-7'
75
- }
76
- }]
77
- },
78
6
  {
79
7
  description: 'The controlled staking asset for Noble Chain',
80
8
  denom_units: [{
@@ -164,80 +92,6 @@ const assets = {
164
92
  }
165
93
  }]
166
94
  },
167
- {
168
- description: 'The native token of Osmosis',
169
- denom_units: [{
170
- denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
171
- exponent: 0,
172
- aliases: ['uosmo']
173
- }, {
174
- denom: 'osmo',
175
- exponent: 6,
176
- aliases: []
177
- }],
178
- type_asset: 'sdk.coin',
179
- base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
180
- name: 'Osmosis Testnet',
181
- display: 'osmo',
182
- symbol: 'OSMO',
183
- logo_URIs: {
184
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
185
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
186
- },
187
- images: [{
188
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
189
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
190
- }],
191
- coingecko_id: 'osmosis',
192
- keywords: ['dex', 'staking'],
193
- traces: [{
194
- type: 'ibc',
195
- counterparty: {
196
- channel_id: 'channel-8734',
197
- base_denom: 'uosmo',
198
- chain_name: 'osmosistestnet'
199
- },
200
- chain: {
201
- channel_id: 'channel-5'
202
- }
203
- }]
204
- },
205
- {
206
- denom_units: [{
207
- denom: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
208
- exponent: 0,
209
- aliases: ['uion']
210
- }, {
211
- denom: 'ion',
212
- exponent: 6
213
- }],
214
- type_asset: 'sdk.coin',
215
- base: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
216
- name: 'Ion',
217
- display: 'ion',
218
- symbol: 'ION',
219
- logo_URIs: {
220
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
221
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
222
- },
223
- images: [{
224
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
225
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
226
- }],
227
- coingecko_id: 'ion',
228
- keywords: ['memecoin'],
229
- traces: [{
230
- type: 'ibc',
231
- counterparty: {
232
- channel_id: 'channel-8734',
233
- base_denom: 'uion',
234
- chain_name: 'osmosistestnet'
235
- },
236
- chain: {
237
- channel_id: 'channel-5'
238
- }
239
- }]
240
- },
241
95
  {
242
96
  description: 'The controlled staking asset for Noble Chain',
243
97
  denom_units: [{
@@ -326,80 +180,6 @@ const assets = {
326
180
  channel_id: 'channel-6'
327
181
  }
328
182
  }]
329
- },
330
- {
331
- description: 'The native token of Osmosis',
332
- denom_units: [{
333
- denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
334
- exponent: 0,
335
- aliases: ['uosmo']
336
- }, {
337
- denom: 'osmo',
338
- exponent: 6,
339
- aliases: []
340
- }],
341
- type_asset: 'sdk.coin',
342
- base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
343
- name: 'Osmosis Testnet',
344
- display: 'osmo',
345
- symbol: 'OSMO',
346
- logo_URIs: {
347
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
348
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
349
- },
350
- images: [{
351
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
352
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
353
- }],
354
- coingecko_id: 'osmosis',
355
- keywords: ['dex', 'staking'],
356
- traces: [{
357
- type: 'ibc',
358
- counterparty: {
359
- channel_id: 'channel-8734',
360
- base_denom: 'uosmo',
361
- chain_name: 'osmosistestnet'
362
- },
363
- chain: {
364
- channel_id: 'channel-5'
365
- }
366
- }]
367
- },
368
- {
369
- denom_units: [{
370
- denom: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
371
- exponent: 0,
372
- aliases: ['uion']
373
- }, {
374
- denom: 'ion',
375
- exponent: 6
376
- }],
377
- type_asset: 'sdk.coin',
378
- base: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
379
- name: 'Ion',
380
- display: 'ion',
381
- symbol: 'ION',
382
- logo_URIs: {
383
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
384
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
385
- },
386
- images: [{
387
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
388
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
389
- }],
390
- coingecko_id: 'ion',
391
- keywords: ['memecoin'],
392
- traces: [{
393
- type: 'ibc',
394
- counterparty: {
395
- channel_id: 'channel-8734',
396
- base_denom: 'uion',
397
- chain_name: 'osmosistestnet'
398
- },
399
- chain: {
400
- channel_id: 'channel-5'
401
- }
402
- }]
403
183
  }
404
184
  ]
405
185
  };
@@ -2,155 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'marstestnet',
5
- assets: [
6
- {
7
- description: 'The native token of Osmosis',
8
- denom_units: [{
9
- denom: 'ibc/88EBE03CB0568DD56FF98A358943787B5E93F8D98F0D0F4A5081E89D7F1C79EA',
10
- exponent: 0,
11
- aliases: ['uosmo']
12
- }, {
13
- denom: 'osmo',
14
- exponent: 6,
15
- aliases: []
16
- }],
17
- type_asset: 'sdk.coin',
18
- base: 'ibc/88EBE03CB0568DD56FF98A358943787B5E93F8D98F0D0F4A5081E89D7F1C79EA',
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-5499',
36
- base_denom: 'uosmo',
37
- chain_name: 'osmosistestnet'
38
- },
39
- chain: {
40
- channel_id: 'channel-28'
41
- }
42
- }]
43
- },
44
- {
45
- denom_units: [{
46
- denom: 'ibc/EF8B1E0B76F5D60B0DAAA5D44E7DF9F3A1141841BF7990A3B367565FAF6D3722',
47
- exponent: 0,
48
- aliases: ['uion']
49
- }, {
50
- denom: 'ion',
51
- exponent: 6
52
- }],
53
- type_asset: 'sdk.coin',
54
- base: 'ibc/EF8B1E0B76F5D60B0DAAA5D44E7DF9F3A1141841BF7990A3B367565FAF6D3722',
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-5499',
72
- base_denom: 'uion',
73
- chain_name: 'osmosistestnet'
74
- },
75
- chain: {
76
- channel_id: 'channel-28'
77
- }
78
- }]
79
- },
80
- {
81
- description: 'The native token of Osmosis',
82
- denom_units: [{
83
- denom: 'ibc/88EBE03CB0568DD56FF98A358943787B5E93F8D98F0D0F4A5081E89D7F1C79EA',
84
- exponent: 0,
85
- aliases: ['uosmo']
86
- }, {
87
- denom: 'osmo',
88
- exponent: 6,
89
- aliases: []
90
- }],
91
- type_asset: 'sdk.coin',
92
- base: 'ibc/88EBE03CB0568DD56FF98A358943787B5E93F8D98F0D0F4A5081E89D7F1C79EA',
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-5499',
110
- base_denom: 'uosmo',
111
- chain_name: 'osmosistestnet'
112
- },
113
- chain: {
114
- channel_id: 'channel-28'
115
- }
116
- }]
117
- },
118
- {
119
- denom_units: [{
120
- denom: 'ibc/EF8B1E0B76F5D60B0DAAA5D44E7DF9F3A1141841BF7990A3B367565FAF6D3722',
121
- exponent: 0,
122
- aliases: ['uion']
123
- }, {
124
- denom: 'ion',
125
- exponent: 6
126
- }],
127
- type_asset: 'sdk.coin',
128
- base: 'ibc/EF8B1E0B76F5D60B0DAAA5D44E7DF9F3A1141841BF7990A3B367565FAF6D3722',
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-5499',
146
- base_denom: 'uion',
147
- chain_name: 'osmosistestnet'
148
- },
149
- chain: {
150
- channel_id: 'channel-28'
151
- }
152
- }]
153
- }
154
- ]
5
+ assets: []
155
6
  };
156
7
  exports.default = assets;
@@ -79,80 +79,6 @@ const assets = {
79
79
  }
80
80
  }]
81
81
  },
82
- {
83
- description: 'The native token of Osmosis',
84
- denom_units: [{
85
- denom: 'ibc/B4AD449E01839EFBA0561B18E0C2A37821DAF20EB448C7B8DAC82070A78D1B1A',
86
- exponent: 0,
87
- aliases: ['uosmo']
88
- }, {
89
- denom: 'osmo',
90
- exponent: 6,
91
- aliases: []
92
- }],
93
- type_asset: 'sdk.coin',
94
- base: 'ibc/B4AD449E01839EFBA0561B18E0C2A37821DAF20EB448C7B8DAC82070A78D1B1A',
95
- name: 'Osmosis Testnet',
96
- display: 'osmo',
97
- symbol: 'OSMO',
98
- logo_URIs: {
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
- images: [{
103
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
104
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
105
- }],
106
- coingecko_id: 'osmosis',
107
- keywords: ['dex', 'staking'],
108
- traces: [{
109
- type: 'ibc',
110
- counterparty: {
111
- channel_id: 'channel-4172',
112
- base_denom: 'uosmo',
113
- chain_name: 'osmosistestnet'
114
- },
115
- chain: {
116
- channel_id: 'channel-196'
117
- }
118
- }]
119
- },
120
- {
121
- denom_units: [{
122
- denom: 'ibc/9A4429BB4E2BBF23D7C2896EADBABEDF391B788613BBDC5265FC5452A1F56A88',
123
- exponent: 0,
124
- aliases: ['uion']
125
- }, {
126
- denom: 'ion',
127
- exponent: 6
128
- }],
129
- type_asset: 'sdk.coin',
130
- base: 'ibc/9A4429BB4E2BBF23D7C2896EADBABEDF391B788613BBDC5265FC5452A1F56A88',
131
- name: 'Ion',
132
- display: 'ion',
133
- symbol: 'ION',
134
- logo_URIs: {
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
- images: [{
139
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
140
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
141
- }],
142
- coingecko_id: 'ion',
143
- keywords: ['memecoin'],
144
- traces: [{
145
- type: 'ibc',
146
- counterparty: {
147
- channel_id: 'channel-4172',
148
- base_denom: 'uion',
149
- chain_name: 'osmosistestnet'
150
- },
151
- chain: {
152
- channel_id: 'channel-196'
153
- }
154
- }]
155
- },
156
82
  {
157
83
  description: 'The native token of Nois',
158
84
  denom_units: [{
@@ -228,80 +154,6 @@ const assets = {
228
154
  channel_id: 'channel-1061'
229
155
  }
230
156
  }]
231
- },
232
- {
233
- description: 'The native token of Osmosis',
234
- denom_units: [{
235
- denom: 'ibc/B4AD449E01839EFBA0561B18E0C2A37821DAF20EB448C7B8DAC82070A78D1B1A',
236
- exponent: 0,
237
- aliases: ['uosmo']
238
- }, {
239
- denom: 'osmo',
240
- exponent: 6,
241
- aliases: []
242
- }],
243
- type_asset: 'sdk.coin',
244
- base: 'ibc/B4AD449E01839EFBA0561B18E0C2A37821DAF20EB448C7B8DAC82070A78D1B1A',
245
- name: 'Osmosis Testnet',
246
- display: 'osmo',
247
- symbol: 'OSMO',
248
- logo_URIs: {
249
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
250
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
251
- },
252
- images: [{
253
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
254
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
255
- }],
256
- coingecko_id: 'osmosis',
257
- keywords: ['dex', 'staking'],
258
- traces: [{
259
- type: 'ibc',
260
- counterparty: {
261
- channel_id: 'channel-4172',
262
- base_denom: 'uosmo',
263
- chain_name: 'osmosistestnet'
264
- },
265
- chain: {
266
- channel_id: 'channel-196'
267
- }
268
- }]
269
- },
270
- {
271
- denom_units: [{
272
- denom: 'ibc/9A4429BB4E2BBF23D7C2896EADBABEDF391B788613BBDC5265FC5452A1F56A88',
273
- exponent: 0,
274
- aliases: ['uion']
275
- }, {
276
- denom: 'ion',
277
- exponent: 6
278
- }],
279
- type_asset: 'sdk.coin',
280
- base: 'ibc/9A4429BB4E2BBF23D7C2896EADBABEDF391B788613BBDC5265FC5452A1F56A88',
281
- name: 'Ion',
282
- display: 'ion',
283
- symbol: 'ION',
284
- logo_URIs: {
285
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
286
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
287
- },
288
- images: [{
289
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
290
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
291
- }],
292
- coingecko_id: 'ion',
293
- keywords: ['memecoin'],
294
- traces: [{
295
- type: 'ibc',
296
- counterparty: {
297
- channel_id: 'channel-4172',
298
- base_denom: 'uion',
299
- chain_name: 'osmosistestnet'
300
- },
301
- chain: {
302
- channel_id: 'channel-196'
303
- }
304
- }]
305
157
  }
306
158
  ]
307
159
  };