@chain-registry/assets 1.70.31 → 1.70.32

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 (54) hide show
  1. package/devnet/prysmdevnet.js +0 -148
  2. package/esm/devnet/prysmdevnet.js +0 -148
  3. package/esm/mainnet/assets.js +1 -8
  4. package/esm/mainnet/index.js +0 -7
  5. package/esm/mainnet/juno.js +0 -72
  6. package/esm/mainnet/osmosis.js +0 -464
  7. package/esm/testnet/assets.js +1 -3
  8. package/esm/testnet/axelartestnet.js +0 -148
  9. package/esm/testnet/index.js +0 -2
  10. package/esm/testnet/junotestnet.js +0 -148
  11. package/esm/testnet/marstestnet.js +0 -148
  12. package/esm/testnet/nobletestnet.js +0 -148
  13. package/esm/testnet/osmosistestnet.js +0 -82
  14. package/mainnet/assets.js +1 -8
  15. package/mainnet/index.d.ts +0 -7
  16. package/mainnet/index.js +3 -11
  17. package/mainnet/juno.js +0 -72
  18. package/mainnet/osmosis.js +0 -464
  19. package/package.json +6 -6
  20. package/testnet/assets.js +1 -3
  21. package/testnet/axelartestnet.js +0 -148
  22. package/testnet/index.d.ts +0 -2
  23. package/testnet/index.js +1 -3
  24. package/testnet/junotestnet.js +0 -148
  25. package/testnet/marstestnet.js +0 -148
  26. package/testnet/nobletestnet.js +0 -148
  27. package/testnet/osmosistestnet.js +0 -82
  28. package/esm/mainnet/8ball.js +0 -182
  29. package/esm/mainnet/cerberus.js +0 -182
  30. package/esm/mainnet/cudos.js +0 -182
  31. package/esm/mainnet/dig.js +0 -268
  32. package/esm/mainnet/lumenx.js +0 -182
  33. package/esm/mainnet/microtick.js +0 -182
  34. package/esm/mainnet/vidulum.js +0 -424
  35. package/esm/testnet/entrypointtestnet.js +0 -154
  36. package/esm/testnet/osmosistestnet4.js +0 -476
  37. package/mainnet/8ball.d.ts +0 -3
  38. package/mainnet/8ball.js +0 -184
  39. package/mainnet/cerberus.d.ts +0 -3
  40. package/mainnet/cerberus.js +0 -184
  41. package/mainnet/cudos.d.ts +0 -3
  42. package/mainnet/cudos.js +0 -184
  43. package/mainnet/dig.d.ts +0 -3
  44. package/mainnet/dig.js +0 -270
  45. package/mainnet/lumenx.d.ts +0 -3
  46. package/mainnet/lumenx.js +0 -184
  47. package/mainnet/microtick.d.ts +0 -3
  48. package/mainnet/microtick.js +0 -184
  49. package/mainnet/vidulum.d.ts +0 -3
  50. package/mainnet/vidulum.js +0 -426
  51. package/testnet/entrypointtestnet.d.ts +0 -3
  52. package/testnet/entrypointtestnet.js +0 -156
  53. package/testnet/osmosistestnet4.d.ts +0 -3
  54. package/testnet/osmosistestnet4.js +0 -478
@@ -1,182 +0,0 @@
1
- const assets = {
2
- chain_name: 'microtick',
3
- assets: [
4
- {
5
- description: 'The native token of Osmosis',
6
- denom_units: [{
7
- denom: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
8
- exponent: 0,
9
- aliases: ['uosmo']
10
- }, {
11
- denom: 'osmo',
12
- exponent: 6
13
- }],
14
- type_asset: 'sdk.coin',
15
- base: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
16
- name: 'Osmosis',
17
- display: 'osmo',
18
- symbol: 'OSMO',
19
- logo_URIs: {
20
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
21
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
22
- },
23
- images: [{
24
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
25
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
26
- theme: {
27
- primary_color_hex: '#760dbb'
28
- }
29
- }],
30
- coingecko_id: 'osmosis',
31
- keywords: ['dex', 'staking'],
32
- socials: {
33
- website: 'https://osmosis.zone',
34
- twitter: 'https://twitter.com/osmosiszone'
35
- },
36
- traces: [{
37
- type: 'ibc',
38
- counterparty: {
39
- channel_id: 'channel-39',
40
- base_denom: 'uosmo',
41
- chain_name: 'osmosis'
42
- },
43
- chain: {
44
- channel_id: 'channel-16'
45
- }
46
- }]
47
- },
48
- {
49
- description: 'ION is the second native token of Osmosis.',
50
- denom_units: [{
51
- denom: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
52
- exponent: 0,
53
- aliases: ['uion']
54
- }, {
55
- denom: 'ion',
56
- exponent: 6
57
- }],
58
- type_asset: 'sdk.coin',
59
- base: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
60
- name: 'Ion DAO',
61
- display: 'ion',
62
- symbol: 'ION',
63
- logo_URIs: {
64
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
65
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
66
- },
67
- images: [{
68
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
69
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
70
- theme: {
71
- primary_color_hex: '#4453c7'
72
- }
73
- }],
74
- coingecko_id: 'ion',
75
- keywords: ['memecoin', 'defi'],
76
- socials: {
77
- website: 'https://ion.wtf',
78
- twitter: 'https://twitter.com/_IONDAO'
79
- },
80
- traces: [{
81
- type: 'ibc',
82
- counterparty: {
83
- channel_id: 'channel-39',
84
- base_denom: 'uion',
85
- chain_name: 'osmosis'
86
- },
87
- chain: {
88
- channel_id: 'channel-16'
89
- }
90
- }]
91
- },
92
- {
93
- description: 'The native token of Osmosis',
94
- denom_units: [{
95
- denom: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
96
- exponent: 0,
97
- aliases: ['uosmo']
98
- }, {
99
- denom: 'osmo',
100
- exponent: 6
101
- }],
102
- type_asset: 'sdk.coin',
103
- base: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
104
- name: 'Osmosis',
105
- display: 'osmo',
106
- symbol: 'OSMO',
107
- logo_URIs: {
108
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
109
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
110
- },
111
- images: [{
112
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
113
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
114
- theme: {
115
- primary_color_hex: '#760dbb'
116
- }
117
- }],
118
- coingecko_id: 'osmosis',
119
- keywords: ['dex', 'staking'],
120
- socials: {
121
- website: 'https://osmosis.zone',
122
- twitter: 'https://twitter.com/osmosiszone'
123
- },
124
- traces: [{
125
- type: 'ibc',
126
- counterparty: {
127
- channel_id: 'channel-39',
128
- base_denom: 'uosmo',
129
- chain_name: 'osmosis'
130
- },
131
- chain: {
132
- channel_id: 'channel-16'
133
- }
134
- }]
135
- },
136
- {
137
- description: 'ION is the second native token of Osmosis.',
138
- denom_units: [{
139
- denom: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
140
- exponent: 0,
141
- aliases: ['uion']
142
- }, {
143
- denom: 'ion',
144
- exponent: 6
145
- }],
146
- type_asset: 'sdk.coin',
147
- base: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
148
- name: 'Ion DAO',
149
- display: 'ion',
150
- symbol: 'ION',
151
- logo_URIs: {
152
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
153
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
154
- },
155
- images: [{
156
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
157
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
158
- theme: {
159
- primary_color_hex: '#4453c7'
160
- }
161
- }],
162
- coingecko_id: 'ion',
163
- keywords: ['memecoin', 'defi'],
164
- socials: {
165
- website: 'https://ion.wtf',
166
- twitter: 'https://twitter.com/_IONDAO'
167
- },
168
- traces: [{
169
- type: 'ibc',
170
- counterparty: {
171
- channel_id: 'channel-39',
172
- base_denom: 'uion',
173
- chain_name: 'osmosis'
174
- },
175
- chain: {
176
- channel_id: 'channel-16'
177
- }
178
- }]
179
- }
180
- ]
181
- };
182
- export default assets;
@@ -1,424 +0,0 @@
1
- const assets = {
2
- chain_name: 'vidulum',
3
- assets: [
4
- {
5
- description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
6
- denom_units: [
7
- {
8
- denom: 'ibc/DFF74686C97987740A277FBEBAC8BB053A7C76DDF9D8B402DEB92E89B6FD23EB',
9
- exponent: 0,
10
- aliases: ['aarch']
11
- },
12
- {
13
- denom: 'uarch',
14
- exponent: 12
15
- },
16
- {
17
- denom: 'arch',
18
- exponent: 18
19
- }
20
- ],
21
- base: 'ibc/DFF74686C97987740A277FBEBAC8BB053A7C76DDF9D8B402DEB92E89B6FD23EB',
22
- name: 'Archway',
23
- display: 'arch',
24
- symbol: 'ARCH',
25
- logo_URIs: {
26
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
27
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
28
- },
29
- coingecko_id: 'archway',
30
- images: [{
31
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
32
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
33
- theme: {
34
- primary_color_hex: '#fc4c04'
35
- }
36
- }],
37
- socials: {
38
- website: 'https://archway.io/',
39
- twitter: 'https://twitter.com/archwayHQ'
40
- },
41
- type_asset: 'sdk.coin',
42
- traces: [{
43
- type: 'ibc',
44
- counterparty: {
45
- channel_id: 'channel-110',
46
- base_denom: 'aarch',
47
- chain_name: 'archway'
48
- },
49
- chain: {
50
- channel_id: 'channel-24'
51
- }
52
- }]
53
- },
54
- {
55
- description: 'Architects Token',
56
- type_asset: 'cw20',
57
- address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
58
- denom_units: [{
59
- denom: 'ibc/F806ACAFDC68533ED2E5EAD5C6EE98D9943BCD20A4BECB21260B812B62A093CA',
60
- exponent: 0,
61
- aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
62
- }, {
63
- denom: 'TOKN',
64
- exponent: 18
65
- }],
66
- base: 'ibc/F806ACAFDC68533ED2E5EAD5C6EE98D9943BCD20A4BECB21260B812B62A093CA',
67
- name: 'Architects Token',
68
- display: 'TOKN',
69
- symbol: 'TOKN',
70
- logo_URIs: {
71
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
72
- },
73
- images: [{
74
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
75
- }],
76
- traces: [{
77
- type: 'ibc',
78
- counterparty: {
79
- channel_id: 'channel-110',
80
- base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
81
- chain_name: 'archway'
82
- },
83
- chain: {
84
- channel_id: 'channel-24'
85
- }
86
- }]
87
- },
88
- {
89
- description: 'The native token of OKExChain',
90
- denom_units: [{
91
- denom: 'ibc/5B881C368626795AADB370EF0FAD4AA2E0D12DFFC778C14DA3906657CF3E8C3D',
92
- exponent: 0,
93
- aliases: ['wei']
94
- }, {
95
- denom: 'okt',
96
- exponent: 18
97
- }],
98
- base: 'ibc/5B881C368626795AADB370EF0FAD4AA2E0D12DFFC778C14DA3906657CF3E8C3D',
99
- name: 'OKExChain',
100
- display: 'okt',
101
- symbol: 'OKT',
102
- logo_URIs: {
103
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
104
- },
105
- coingecko_id: 'oec-token',
106
- images: [{
107
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png',
108
- theme: {
109
- primary_color_hex: '#bbbbbb'
110
- }
111
- }],
112
- type_asset: 'sdk.coin',
113
- traces: [{
114
- type: 'ibc',
115
- counterparty: {
116
- channel_id: 'channel-37',
117
- base_denom: 'wei',
118
- chain_name: 'okexchain'
119
- },
120
- chain: {
121
- channel_id: 'channel-11'
122
- }
123
- }]
124
- },
125
- {
126
- description: 'The native token of Osmosis',
127
- denom_units: [{
128
- denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
129
- exponent: 0,
130
- aliases: ['uosmo']
131
- }, {
132
- denom: 'osmo',
133
- exponent: 6
134
- }],
135
- type_asset: 'sdk.coin',
136
- base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
137
- name: 'Osmosis',
138
- display: 'osmo',
139
- symbol: 'OSMO',
140
- logo_URIs: {
141
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
142
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
143
- },
144
- images: [{
145
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
146
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
147
- theme: {
148
- primary_color_hex: '#760dbb'
149
- }
150
- }],
151
- coingecko_id: 'osmosis',
152
- keywords: ['dex', 'staking'],
153
- socials: {
154
- website: 'https://osmosis.zone',
155
- twitter: 'https://twitter.com/osmosiszone'
156
- },
157
- traces: [{
158
- type: 'ibc',
159
- counterparty: {
160
- channel_id: 'channel-124',
161
- base_denom: 'uosmo',
162
- chain_name: 'osmosis'
163
- },
164
- chain: {
165
- channel_id: 'channel-0'
166
- }
167
- }]
168
- },
169
- {
170
- description: 'ION is the second native token of Osmosis.',
171
- denom_units: [{
172
- denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
173
- exponent: 0,
174
- aliases: ['uion']
175
- }, {
176
- denom: 'ion',
177
- exponent: 6
178
- }],
179
- type_asset: 'sdk.coin',
180
- base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
181
- name: 'Ion DAO',
182
- display: 'ion',
183
- symbol: 'ION',
184
- logo_URIs: {
185
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
186
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
187
- },
188
- images: [{
189
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
190
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
191
- theme: {
192
- primary_color_hex: '#4453c7'
193
- }
194
- }],
195
- coingecko_id: 'ion',
196
- keywords: ['memecoin', 'defi'],
197
- socials: {
198
- website: 'https://ion.wtf',
199
- twitter: 'https://twitter.com/_IONDAO'
200
- },
201
- traces: [{
202
- type: 'ibc',
203
- counterparty: {
204
- channel_id: 'channel-124',
205
- base_denom: 'uion',
206
- chain_name: 'osmosis'
207
- },
208
- chain: {
209
- channel_id: 'channel-0'
210
- }
211
- }]
212
- },
213
- {
214
- description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
215
- denom_units: [
216
- {
217
- denom: 'ibc/DFF74686C97987740A277FBEBAC8BB053A7C76DDF9D8B402DEB92E89B6FD23EB',
218
- exponent: 0,
219
- aliases: ['aarch']
220
- },
221
- {
222
- denom: 'uarch',
223
- exponent: 12
224
- },
225
- {
226
- denom: 'arch',
227
- exponent: 18
228
- }
229
- ],
230
- base: 'ibc/DFF74686C97987740A277FBEBAC8BB053A7C76DDF9D8B402DEB92E89B6FD23EB',
231
- name: 'Archway',
232
- display: 'arch',
233
- symbol: 'ARCH',
234
- logo_URIs: {
235
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
236
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
237
- },
238
- coingecko_id: 'archway',
239
- images: [{
240
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
241
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
242
- theme: {
243
- primary_color_hex: '#fc4c04'
244
- }
245
- }],
246
- socials: {
247
- website: 'https://archway.io/',
248
- twitter: 'https://twitter.com/archwayHQ'
249
- },
250
- type_asset: 'sdk.coin',
251
- traces: [{
252
- type: 'ibc',
253
- counterparty: {
254
- channel_id: 'channel-110',
255
- base_denom: 'aarch',
256
- chain_name: 'archway'
257
- },
258
- chain: {
259
- channel_id: 'channel-24'
260
- }
261
- }]
262
- },
263
- {
264
- description: 'Architects Token',
265
- type_asset: 'cw20',
266
- address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
267
- denom_units: [{
268
- denom: 'ibc/F806ACAFDC68533ED2E5EAD5C6EE98D9943BCD20A4BECB21260B812B62A093CA',
269
- exponent: 0,
270
- aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
271
- }, {
272
- denom: 'TOKN',
273
- exponent: 18
274
- }],
275
- base: 'ibc/F806ACAFDC68533ED2E5EAD5C6EE98D9943BCD20A4BECB21260B812B62A093CA',
276
- name: 'Architects Token',
277
- display: 'TOKN',
278
- symbol: 'TOKN',
279
- logo_URIs: {
280
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
281
- },
282
- images: [{
283
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
284
- }],
285
- traces: [{
286
- type: 'ibc',
287
- counterparty: {
288
- channel_id: 'channel-110',
289
- base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
290
- chain_name: 'archway'
291
- },
292
- chain: {
293
- channel_id: 'channel-24'
294
- }
295
- }]
296
- },
297
- {
298
- description: 'The native token of OKExChain',
299
- denom_units: [{
300
- denom: 'ibc/5B881C368626795AADB370EF0FAD4AA2E0D12DFFC778C14DA3906657CF3E8C3D',
301
- exponent: 0,
302
- aliases: ['wei']
303
- }, {
304
- denom: 'okt',
305
- exponent: 18
306
- }],
307
- base: 'ibc/5B881C368626795AADB370EF0FAD4AA2E0D12DFFC778C14DA3906657CF3E8C3D',
308
- name: 'OKExChain',
309
- display: 'okt',
310
- symbol: 'OKT',
311
- logo_URIs: {
312
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
313
- },
314
- coingecko_id: 'oec-token',
315
- images: [{
316
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png',
317
- theme: {
318
- primary_color_hex: '#bbbbbb'
319
- }
320
- }],
321
- type_asset: 'sdk.coin',
322
- traces: [{
323
- type: 'ibc',
324
- counterparty: {
325
- channel_id: 'channel-37',
326
- base_denom: 'wei',
327
- chain_name: 'okexchain'
328
- },
329
- chain: {
330
- channel_id: 'channel-11'
331
- }
332
- }]
333
- },
334
- {
335
- description: 'The native token of Osmosis',
336
- denom_units: [{
337
- denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
338
- exponent: 0,
339
- aliases: ['uosmo']
340
- }, {
341
- denom: 'osmo',
342
- exponent: 6
343
- }],
344
- type_asset: 'sdk.coin',
345
- base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
346
- name: 'Osmosis',
347
- display: 'osmo',
348
- symbol: 'OSMO',
349
- logo_URIs: {
350
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
351
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
352
- },
353
- images: [{
354
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
355
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
356
- theme: {
357
- primary_color_hex: '#760dbb'
358
- }
359
- }],
360
- coingecko_id: 'osmosis',
361
- keywords: ['dex', 'staking'],
362
- socials: {
363
- website: 'https://osmosis.zone',
364
- twitter: 'https://twitter.com/osmosiszone'
365
- },
366
- traces: [{
367
- type: 'ibc',
368
- counterparty: {
369
- channel_id: 'channel-124',
370
- base_denom: 'uosmo',
371
- chain_name: 'osmosis'
372
- },
373
- chain: {
374
- channel_id: 'channel-0'
375
- }
376
- }]
377
- },
378
- {
379
- description: 'ION is the second native token of Osmosis.',
380
- denom_units: [{
381
- denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
382
- exponent: 0,
383
- aliases: ['uion']
384
- }, {
385
- denom: 'ion',
386
- exponent: 6
387
- }],
388
- type_asset: 'sdk.coin',
389
- base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
390
- name: 'Ion DAO',
391
- display: 'ion',
392
- symbol: 'ION',
393
- logo_URIs: {
394
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
395
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
396
- },
397
- images: [{
398
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
399
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
400
- theme: {
401
- primary_color_hex: '#4453c7'
402
- }
403
- }],
404
- coingecko_id: 'ion',
405
- keywords: ['memecoin', 'defi'],
406
- socials: {
407
- website: 'https://ion.wtf',
408
- twitter: 'https://twitter.com/_IONDAO'
409
- },
410
- traces: [{
411
- type: 'ibc',
412
- counterparty: {
413
- channel_id: 'channel-124',
414
- base_denom: 'uion',
415
- chain_name: 'osmosis'
416
- },
417
- chain: {
418
- channel_id: 'channel-0'
419
- }
420
- }]
421
- }
422
- ]
423
- };
424
- export default assets;