@chain-registry/assets 1.70.615 → 1.70.617
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.
- package/esm/mainnet/agoric.js +0 -78
- package/esm/mainnet/akash.js +0 -78
- package/esm/mainnet/archway.js +0 -78
- package/esm/mainnet/assets.js +1 -9
- package/esm/mainnet/axelar.js +0 -236
- package/esm/mainnet/babylon.js +0 -80
- package/esm/mainnet/beezee.js +0 -78
- package/esm/mainnet/celestia.js +0 -80
- package/esm/mainnet/cosmoshub.js +0 -236
- package/esm/mainnet/crescent.js +0 -2
- package/esm/mainnet/index.js +0 -8
- package/esm/mainnet/initia.js +0 -80
- package/esm/mainnet/juno.js +0 -2
- package/esm/mainnet/kava.js +0 -72
- package/esm/mainnet/kujira.js +0 -80
- package/esm/mainnet/migaloo.js +0 -2
- package/esm/mainnet/noble.js +0 -230
- package/esm/mainnet/osmosis.js +0 -714
- package/esm/mainnet/persistence.js +0 -2
- package/esm/mainnet/pundix.js +0 -158
- package/esm/mainnet/quicksilver.js +0 -78
- package/esm/mainnet/secretnetwork.js +0 -2
- package/esm/mainnet/self.js +0 -80
- package/esm/mainnet/stride.js +0 -2
- package/esm/mainnet/terra2.js +0 -2
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +0 -78
- package/mainnet/akash.js +0 -78
- package/mainnet/archway.js +0 -78
- package/mainnet/assets.js +1 -9
- package/mainnet/axelar.js +0 -236
- package/mainnet/babylon.js +0 -80
- package/mainnet/beezee.js +0 -78
- package/mainnet/celestia.js +0 -80
- package/mainnet/cosmoshub.js +0 -236
- package/mainnet/crescent.js +0 -2
- package/mainnet/index.d.ts +0 -8
- package/mainnet/index.js +4 -12
- package/mainnet/initia.js +0 -80
- package/mainnet/juno.js +0 -2
- package/mainnet/kava.js +0 -72
- package/mainnet/kujira.js +0 -80
- package/mainnet/migaloo.js +0 -2
- package/mainnet/noble.js +0 -230
- package/mainnet/osmosis.js +0 -714
- package/mainnet/persistence.js +0 -2
- package/mainnet/pundix.js +0 -158
- package/mainnet/quicksilver.js +0 -78
- package/mainnet/secretnetwork.js +0 -2
- package/mainnet/self.js +0 -80
- package/mainnet/stride.js +0 -2
- package/mainnet/terra2.js +0 -2
- package/package.json +5 -5
- package/esm/mainnet/dhealth.js +0 -170
- package/esm/mainnet/fxcore.js +0 -330
- package/esm/mainnet/lambda.js +0 -170
- package/esm/mainnet/milkyway.js +0 -404
- package/esm/mainnet/omniflixhub.js +0 -1336
- package/esm/mainnet/onex.js +0 -916
- package/esm/mainnet/onomy.js +0 -242
- package/esm/mainnet/routerchain.js +0 -532
- package/mainnet/dhealth.d.ts +0 -3
- package/mainnet/dhealth.js +0 -172
- package/mainnet/fxcore.d.ts +0 -3
- package/mainnet/fxcore.js +0 -332
- package/mainnet/lambda.d.ts +0 -3
- package/mainnet/lambda.js +0 -172
- package/mainnet/milkyway.d.ts +0 -3
- package/mainnet/milkyway.js +0 -406
- package/mainnet/omniflixhub.d.ts +0 -3
- package/mainnet/omniflixhub.js +0 -1338
- package/mainnet/onex.d.ts +0 -3
- package/mainnet/onex.js +0 -918
- package/mainnet/onomy.d.ts +0 -3
- package/mainnet/onomy.js +0 -244
- package/mainnet/routerchain.d.ts +0 -3
- package/mainnet/routerchain.js +0 -534
package/esm/mainnet/milkyway.js
DELETED
|
@@ -1,404 +0,0 @@
|
|
|
1
|
-
const assets = {
|
|
2
|
-
chain_name: 'milkyway',
|
|
3
|
-
assets: [
|
|
4
|
-
{
|
|
5
|
-
description: 'The native token of Babylon Genesis.',
|
|
6
|
-
denom_units: [{
|
|
7
|
-
denom: 'ibc/B0BEE773CEF718E8B6D2892A27D57FEFB00BD8B2E698367B5CC96A4F36148726',
|
|
8
|
-
exponent: 0,
|
|
9
|
-
aliases: ['ubbn']
|
|
10
|
-
}, {
|
|
11
|
-
denom: 'BABY',
|
|
12
|
-
exponent: 6
|
|
13
|
-
}],
|
|
14
|
-
base: 'ibc/B0BEE773CEF718E8B6D2892A27D57FEFB00BD8B2E698367B5CC96A4F36148726',
|
|
15
|
-
name: 'BABY',
|
|
16
|
-
display: 'BABY',
|
|
17
|
-
symbol: 'BABY',
|
|
18
|
-
logo_URIs: {
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
20
|
-
},
|
|
21
|
-
images: [{
|
|
22
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
23
|
-
}],
|
|
24
|
-
coingecko_id: 'babylon',
|
|
25
|
-
type_asset: 'sdk.coin',
|
|
26
|
-
socials: {
|
|
27
|
-
website: 'https://babylonlabs.io/',
|
|
28
|
-
x: 'https://x.com/babylonlabs_io'
|
|
29
|
-
},
|
|
30
|
-
traces: [{
|
|
31
|
-
type: 'ibc',
|
|
32
|
-
counterparty: {
|
|
33
|
-
channel_id: 'channel-4',
|
|
34
|
-
base_denom: 'ubbn',
|
|
35
|
-
chain_name: 'babylon'
|
|
36
|
-
},
|
|
37
|
-
chain: {
|
|
38
|
-
channel_id: 'channel-4'
|
|
39
|
-
}
|
|
40
|
-
}]
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
|
|
44
|
-
denom_units: [{
|
|
45
|
-
denom: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
46
|
-
exponent: 0,
|
|
47
|
-
aliases: ['utia']
|
|
48
|
-
}, {
|
|
49
|
-
denom: 'tia',
|
|
50
|
-
exponent: 6
|
|
51
|
-
}],
|
|
52
|
-
base: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
53
|
-
name: 'Celestia',
|
|
54
|
-
display: 'tia',
|
|
55
|
-
symbol: 'TIA',
|
|
56
|
-
coingecko_id: 'celestia',
|
|
57
|
-
logo_URIs: {
|
|
58
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
59
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
60
|
-
},
|
|
61
|
-
images: [{
|
|
62
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
63
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
64
|
-
}],
|
|
65
|
-
socials: {
|
|
66
|
-
website: 'https://celestia.org/',
|
|
67
|
-
x: 'https://x.com/CelestiaOrg'
|
|
68
|
-
},
|
|
69
|
-
type_asset: 'sdk.coin',
|
|
70
|
-
traces: [{
|
|
71
|
-
type: 'ibc',
|
|
72
|
-
counterparty: {
|
|
73
|
-
channel_id: 'channel-49',
|
|
74
|
-
base_denom: 'utia',
|
|
75
|
-
chain_name: 'celestia'
|
|
76
|
-
},
|
|
77
|
-
chain: {
|
|
78
|
-
channel_id: 'channel-1'
|
|
79
|
-
}
|
|
80
|
-
}]
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
description: 'The native token of Initia',
|
|
84
|
-
denom_units: [{
|
|
85
|
-
denom: 'ibc/FF1404DE8D24A4E1E07A7C85ADD9575FCA11D951CAED401E17EE12796816EC76',
|
|
86
|
-
exponent: 0,
|
|
87
|
-
aliases: ['uinit']
|
|
88
|
-
}, {
|
|
89
|
-
denom: 'INIT',
|
|
90
|
-
exponent: 6
|
|
91
|
-
}],
|
|
92
|
-
base: 'ibc/FF1404DE8D24A4E1E07A7C85ADD9575FCA11D951CAED401E17EE12796816EC76',
|
|
93
|
-
display: 'INIT',
|
|
94
|
-
name: 'Initia',
|
|
95
|
-
symbol: 'INIT',
|
|
96
|
-
images: [{
|
|
97
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
98
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
99
|
-
theme: {
|
|
100
|
-
circle: true
|
|
101
|
-
}
|
|
102
|
-
}],
|
|
103
|
-
socials: {
|
|
104
|
-
website: 'https://initia.xyz/',
|
|
105
|
-
x: 'https://x.com/initiaFDN'
|
|
106
|
-
},
|
|
107
|
-
type_asset: 'sdk.coin',
|
|
108
|
-
coingecko_id: 'initia',
|
|
109
|
-
traces: [{
|
|
110
|
-
type: 'ibc',
|
|
111
|
-
counterparty: {
|
|
112
|
-
channel_id: 'channel-80',
|
|
113
|
-
base_denom: 'uinit',
|
|
114
|
-
chain_name: 'initia'
|
|
115
|
-
},
|
|
116
|
-
chain: {
|
|
117
|
-
channel_id: 'channel-5'
|
|
118
|
-
}
|
|
119
|
-
}]
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
description: 'The native token of Babylon Genesis.',
|
|
123
|
-
denom_units: [{
|
|
124
|
-
denom: 'ibc/B0BEE773CEF718E8B6D2892A27D57FEFB00BD8B2E698367B5CC96A4F36148726',
|
|
125
|
-
exponent: 0,
|
|
126
|
-
aliases: ['ubbn']
|
|
127
|
-
}, {
|
|
128
|
-
denom: 'BABY',
|
|
129
|
-
exponent: 6
|
|
130
|
-
}],
|
|
131
|
-
base: 'ibc/B0BEE773CEF718E8B6D2892A27D57FEFB00BD8B2E698367B5CC96A4F36148726',
|
|
132
|
-
name: 'BABY',
|
|
133
|
-
display: 'BABY',
|
|
134
|
-
symbol: 'BABY',
|
|
135
|
-
logo_URIs: {
|
|
136
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
137
|
-
},
|
|
138
|
-
images: [{
|
|
139
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
140
|
-
}],
|
|
141
|
-
coingecko_id: 'babylon',
|
|
142
|
-
type_asset: 'sdk.coin',
|
|
143
|
-
socials: {
|
|
144
|
-
website: 'https://babylonlabs.io/',
|
|
145
|
-
x: 'https://x.com/babylonlabs_io'
|
|
146
|
-
},
|
|
147
|
-
traces: [{
|
|
148
|
-
type: 'ibc',
|
|
149
|
-
counterparty: {
|
|
150
|
-
channel_id: 'channel-4',
|
|
151
|
-
base_denom: 'ubbn',
|
|
152
|
-
chain_name: 'babylon'
|
|
153
|
-
},
|
|
154
|
-
chain: {
|
|
155
|
-
channel_id: 'channel-4'
|
|
156
|
-
}
|
|
157
|
-
}]
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
|
|
161
|
-
denom_units: [{
|
|
162
|
-
denom: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
163
|
-
exponent: 0,
|
|
164
|
-
aliases: ['utia']
|
|
165
|
-
}, {
|
|
166
|
-
denom: 'tia',
|
|
167
|
-
exponent: 6
|
|
168
|
-
}],
|
|
169
|
-
base: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
170
|
-
name: 'Celestia',
|
|
171
|
-
display: 'tia',
|
|
172
|
-
symbol: 'TIA',
|
|
173
|
-
coingecko_id: 'celestia',
|
|
174
|
-
logo_URIs: {
|
|
175
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
176
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
177
|
-
},
|
|
178
|
-
images: [{
|
|
179
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
180
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
181
|
-
}],
|
|
182
|
-
socials: {
|
|
183
|
-
website: 'https://celestia.org/',
|
|
184
|
-
x: 'https://x.com/CelestiaOrg'
|
|
185
|
-
},
|
|
186
|
-
type_asset: 'sdk.coin',
|
|
187
|
-
traces: [{
|
|
188
|
-
type: 'ibc',
|
|
189
|
-
counterparty: {
|
|
190
|
-
channel_id: 'channel-49',
|
|
191
|
-
base_denom: 'utia',
|
|
192
|
-
chain_name: 'celestia'
|
|
193
|
-
},
|
|
194
|
-
chain: {
|
|
195
|
-
channel_id: 'channel-1'
|
|
196
|
-
}
|
|
197
|
-
}]
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
description: 'The native token of Initia',
|
|
201
|
-
denom_units: [{
|
|
202
|
-
denom: 'ibc/FF1404DE8D24A4E1E07A7C85ADD9575FCA11D951CAED401E17EE12796816EC76',
|
|
203
|
-
exponent: 0,
|
|
204
|
-
aliases: ['uinit']
|
|
205
|
-
}, {
|
|
206
|
-
denom: 'INIT',
|
|
207
|
-
exponent: 6
|
|
208
|
-
}],
|
|
209
|
-
base: 'ibc/FF1404DE8D24A4E1E07A7C85ADD9575FCA11D951CAED401E17EE12796816EC76',
|
|
210
|
-
display: 'INIT',
|
|
211
|
-
name: 'Initia',
|
|
212
|
-
symbol: 'INIT',
|
|
213
|
-
images: [{
|
|
214
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
215
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
216
|
-
theme: {
|
|
217
|
-
circle: true
|
|
218
|
-
}
|
|
219
|
-
}],
|
|
220
|
-
socials: {
|
|
221
|
-
website: 'https://initia.xyz/',
|
|
222
|
-
x: 'https://x.com/initiaFDN'
|
|
223
|
-
},
|
|
224
|
-
type_asset: 'sdk.coin',
|
|
225
|
-
coingecko_id: 'initia',
|
|
226
|
-
traces: [{
|
|
227
|
-
type: 'ibc',
|
|
228
|
-
counterparty: {
|
|
229
|
-
channel_id: 'channel-80',
|
|
230
|
-
base_denom: 'uinit',
|
|
231
|
-
chain_name: 'initia'
|
|
232
|
-
},
|
|
233
|
-
chain: {
|
|
234
|
-
channel_id: 'channel-5'
|
|
235
|
-
}
|
|
236
|
-
}]
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
description: 'The native token of Osmosis',
|
|
240
|
-
denom_units: [{
|
|
241
|
-
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
242
|
-
exponent: 0,
|
|
243
|
-
aliases: ['uosmo']
|
|
244
|
-
}, {
|
|
245
|
-
denom: 'osmo',
|
|
246
|
-
exponent: 6
|
|
247
|
-
}],
|
|
248
|
-
type_asset: 'sdk.coin',
|
|
249
|
-
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
250
|
-
name: 'Osmosis',
|
|
251
|
-
display: 'osmo',
|
|
252
|
-
symbol: 'OSMO',
|
|
253
|
-
logo_URIs: {
|
|
254
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
255
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
256
|
-
},
|
|
257
|
-
images: [{
|
|
258
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
259
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
260
|
-
}],
|
|
261
|
-
coingecko_id: 'osmosis',
|
|
262
|
-
keywords: ['dex', 'staking'],
|
|
263
|
-
socials: {
|
|
264
|
-
website: 'https://osmosis.zone',
|
|
265
|
-
x: 'https://x.com/osmosis'
|
|
266
|
-
},
|
|
267
|
-
traces: [{
|
|
268
|
-
type: 'ibc',
|
|
269
|
-
counterparty: {
|
|
270
|
-
channel_id: 'channel-89298',
|
|
271
|
-
base_denom: 'uosmo',
|
|
272
|
-
chain_name: 'osmosis'
|
|
273
|
-
},
|
|
274
|
-
chain: {
|
|
275
|
-
channel_id: 'channel-0'
|
|
276
|
-
}
|
|
277
|
-
}]
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
description: 'ION is the second native token of Osmosis.',
|
|
281
|
-
denom_units: [{
|
|
282
|
-
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
283
|
-
exponent: 0,
|
|
284
|
-
aliases: ['uion']
|
|
285
|
-
}, {
|
|
286
|
-
denom: 'ion',
|
|
287
|
-
exponent: 6
|
|
288
|
-
}],
|
|
289
|
-
type_asset: 'sdk.coin',
|
|
290
|
-
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
291
|
-
name: 'Ion DAO',
|
|
292
|
-
display: 'ion',
|
|
293
|
-
symbol: 'ION',
|
|
294
|
-
logo_URIs: {
|
|
295
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
296
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
297
|
-
},
|
|
298
|
-
images: [{
|
|
299
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
300
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
301
|
-
}],
|
|
302
|
-
coingecko_id: 'ion',
|
|
303
|
-
keywords: ['memecoin', 'defi'],
|
|
304
|
-
socials: {
|
|
305
|
-
website: 'https://ion.wtf',
|
|
306
|
-
x: 'https://x.com/_IONDAO'
|
|
307
|
-
},
|
|
308
|
-
traces: [{
|
|
309
|
-
type: 'ibc',
|
|
310
|
-
counterparty: {
|
|
311
|
-
channel_id: 'channel-89298',
|
|
312
|
-
base_denom: 'uion',
|
|
313
|
-
chain_name: 'osmosis'
|
|
314
|
-
},
|
|
315
|
-
chain: {
|
|
316
|
-
channel_id: 'channel-0'
|
|
317
|
-
}
|
|
318
|
-
}]
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
description: 'The native token of Osmosis',
|
|
322
|
-
denom_units: [{
|
|
323
|
-
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
324
|
-
exponent: 0,
|
|
325
|
-
aliases: ['uosmo']
|
|
326
|
-
}, {
|
|
327
|
-
denom: 'osmo',
|
|
328
|
-
exponent: 6
|
|
329
|
-
}],
|
|
330
|
-
type_asset: 'sdk.coin',
|
|
331
|
-
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
332
|
-
name: 'Osmosis',
|
|
333
|
-
display: 'osmo',
|
|
334
|
-
symbol: 'OSMO',
|
|
335
|
-
logo_URIs: {
|
|
336
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
337
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
338
|
-
},
|
|
339
|
-
images: [{
|
|
340
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
341
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
342
|
-
}],
|
|
343
|
-
coingecko_id: 'osmosis',
|
|
344
|
-
keywords: ['dex', 'staking'],
|
|
345
|
-
socials: {
|
|
346
|
-
website: 'https://osmosis.zone',
|
|
347
|
-
x: 'https://x.com/osmosis'
|
|
348
|
-
},
|
|
349
|
-
traces: [{
|
|
350
|
-
type: 'ibc',
|
|
351
|
-
counterparty: {
|
|
352
|
-
channel_id: 'channel-89298',
|
|
353
|
-
base_denom: 'uosmo',
|
|
354
|
-
chain_name: 'osmosis'
|
|
355
|
-
},
|
|
356
|
-
chain: {
|
|
357
|
-
channel_id: 'channel-0'
|
|
358
|
-
}
|
|
359
|
-
}]
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
description: 'ION is the second native token of Osmosis.',
|
|
363
|
-
denom_units: [{
|
|
364
|
-
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
365
|
-
exponent: 0,
|
|
366
|
-
aliases: ['uion']
|
|
367
|
-
}, {
|
|
368
|
-
denom: 'ion',
|
|
369
|
-
exponent: 6
|
|
370
|
-
}],
|
|
371
|
-
type_asset: 'sdk.coin',
|
|
372
|
-
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
373
|
-
name: 'Ion DAO',
|
|
374
|
-
display: 'ion',
|
|
375
|
-
symbol: 'ION',
|
|
376
|
-
logo_URIs: {
|
|
377
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
378
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
379
|
-
},
|
|
380
|
-
images: [{
|
|
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
|
-
coingecko_id: 'ion',
|
|
385
|
-
keywords: ['memecoin', 'defi'],
|
|
386
|
-
socials: {
|
|
387
|
-
website: 'https://ion.wtf',
|
|
388
|
-
x: 'https://x.com/_IONDAO'
|
|
389
|
-
},
|
|
390
|
-
traces: [{
|
|
391
|
-
type: 'ibc',
|
|
392
|
-
counterparty: {
|
|
393
|
-
channel_id: 'channel-89298',
|
|
394
|
-
base_denom: 'uion',
|
|
395
|
-
chain_name: 'osmosis'
|
|
396
|
-
},
|
|
397
|
-
chain: {
|
|
398
|
-
channel_id: 'channel-0'
|
|
399
|
-
}
|
|
400
|
-
}]
|
|
401
|
-
}
|
|
402
|
-
]
|
|
403
|
-
};
|
|
404
|
-
export default assets;
|