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