@chain-registry/assets 1.70.32 → 1.70.34
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/dungeon.js +392 -0
- package/esm/mainnet/kimanetwork.js +16 -16
- package/esm/mainnet/neutron.js +72 -0
- package/esm/mainnet/osmosis.js +8 -8
- package/esm/mainnet/stride.js +72 -0
- package/mainnet/dungeon.js +392 -0
- package/mainnet/kimanetwork.js +16 -16
- package/mainnet/neutron.js +72 -0
- package/mainnet/osmosis.js +8 -8
- package/mainnet/stride.js +72 -0
- package/package.json +5 -5
package/esm/mainnet/dungeon.js
CHANGED
|
@@ -87,6 +87,159 @@ const assets = {
|
|
|
87
87
|
}
|
|
88
88
|
}]
|
|
89
89
|
},
|
|
90
|
+
{
|
|
91
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
92
|
+
denom_units: [{
|
|
93
|
+
denom: 'ibc/6E4F7AC11F4EA9923438CF4A282B56EF96B8D4E052D6D360D53CEBC5114E5E77',
|
|
94
|
+
exponent: 0,
|
|
95
|
+
aliases: ['untrn']
|
|
96
|
+
}, {
|
|
97
|
+
denom: 'ntrn',
|
|
98
|
+
exponent: 6
|
|
99
|
+
}],
|
|
100
|
+
base: 'ibc/6E4F7AC11F4EA9923438CF4A282B56EF96B8D4E052D6D360D53CEBC5114E5E77',
|
|
101
|
+
name: 'Neutron',
|
|
102
|
+
display: 'ntrn',
|
|
103
|
+
symbol: 'NTRN',
|
|
104
|
+
logo_URIs: {
|
|
105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
107
|
+
},
|
|
108
|
+
coingecko_id: 'neutron-3',
|
|
109
|
+
images: [{
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
112
|
+
theme: {
|
|
113
|
+
primary_color_hex: '#040404',
|
|
114
|
+
background_color_hex: '#000000',
|
|
115
|
+
circle: true
|
|
116
|
+
}
|
|
117
|
+
}],
|
|
118
|
+
socials: {
|
|
119
|
+
website: 'https://neutron.org/',
|
|
120
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
121
|
+
},
|
|
122
|
+
type_asset: 'sdk.coin',
|
|
123
|
+
traces: [{
|
|
124
|
+
type: 'ibc',
|
|
125
|
+
counterparty: {
|
|
126
|
+
channel_id: 'channel-5481',
|
|
127
|
+
base_denom: 'untrn',
|
|
128
|
+
chain_name: 'neutron'
|
|
129
|
+
},
|
|
130
|
+
chain: {
|
|
131
|
+
channel_id: 'channel-4'
|
|
132
|
+
}
|
|
133
|
+
}]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
description: 'BITCOSMOS',
|
|
137
|
+
denom_units: [{
|
|
138
|
+
denom: 'ibc/E32447C3B93953DF829D689C0FCB611CDA198127DDDBB2BEC08FAA3D566846A1',
|
|
139
|
+
exponent: 0,
|
|
140
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
141
|
+
}, {
|
|
142
|
+
denom: 'bitcosmos',
|
|
143
|
+
exponent: 6
|
|
144
|
+
}],
|
|
145
|
+
base: 'ibc/E32447C3B93953DF829D689C0FCB611CDA198127DDDBB2BEC08FAA3D566846A1',
|
|
146
|
+
name: 'Bitcosmos',
|
|
147
|
+
display: 'bitcosmos',
|
|
148
|
+
symbol: 'BTC',
|
|
149
|
+
logo_URIs: {
|
|
150
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
151
|
+
},
|
|
152
|
+
images: [{
|
|
153
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
154
|
+
theme: {
|
|
155
|
+
primary_color_hex: '#1b0847'
|
|
156
|
+
}
|
|
157
|
+
}],
|
|
158
|
+
type_asset: 'sdk.coin',
|
|
159
|
+
traces: [{
|
|
160
|
+
type: 'ibc',
|
|
161
|
+
counterparty: {
|
|
162
|
+
channel_id: 'channel-5481',
|
|
163
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
164
|
+
chain_name: 'neutron'
|
|
165
|
+
},
|
|
166
|
+
chain: {
|
|
167
|
+
channel_id: 'channel-4'
|
|
168
|
+
}
|
|
169
|
+
}]
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
description: 'What the Fuck',
|
|
173
|
+
denom_units: [{
|
|
174
|
+
denom: 'ibc/C25277032035DDC15E1662DEFA34564EC082ABCC4E77D9F6DB319E5A32D47B51',
|
|
175
|
+
exponent: 0,
|
|
176
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
177
|
+
}, {
|
|
178
|
+
denom: 'wtf',
|
|
179
|
+
exponent: 6
|
|
180
|
+
}],
|
|
181
|
+
base: 'ibc/C25277032035DDC15E1662DEFA34564EC082ABCC4E77D9F6DB319E5A32D47B51',
|
|
182
|
+
name: 'wtf',
|
|
183
|
+
display: 'wtf',
|
|
184
|
+
symbol: 'WTF',
|
|
185
|
+
logo_URIs: {
|
|
186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
187
|
+
},
|
|
188
|
+
images: [{
|
|
189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
190
|
+
theme: {
|
|
191
|
+
primary_color_hex: '#dcd5ab'
|
|
192
|
+
}
|
|
193
|
+
}],
|
|
194
|
+
type_asset: 'sdk.coin',
|
|
195
|
+
traces: [{
|
|
196
|
+
type: 'ibc',
|
|
197
|
+
counterparty: {
|
|
198
|
+
channel_id: 'channel-5481',
|
|
199
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
200
|
+
chain_name: 'neutron'
|
|
201
|
+
},
|
|
202
|
+
chain: {
|
|
203
|
+
channel_id: 'channel-4'
|
|
204
|
+
}
|
|
205
|
+
}]
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
description: 'Astro BOY',
|
|
209
|
+
denom_units: [{
|
|
210
|
+
denom: 'ibc/4DBE718ED40B5F29214F5A74CC07383B4603FA43E88CFC17E78BCC140BE7DC06',
|
|
211
|
+
exponent: 0,
|
|
212
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
213
|
+
}, {
|
|
214
|
+
denom: 'boy',
|
|
215
|
+
exponent: 6
|
|
216
|
+
}],
|
|
217
|
+
base: 'ibc/4DBE718ED40B5F29214F5A74CC07383B4603FA43E88CFC17E78BCC140BE7DC06',
|
|
218
|
+
name: 'boy',
|
|
219
|
+
display: 'boy',
|
|
220
|
+
symbol: 'BOY',
|
|
221
|
+
logo_URIs: {
|
|
222
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
223
|
+
},
|
|
224
|
+
images: [{
|
|
225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
226
|
+
theme: {
|
|
227
|
+
primary_color_hex: '#333333'
|
|
228
|
+
}
|
|
229
|
+
}],
|
|
230
|
+
type_asset: 'sdk.coin',
|
|
231
|
+
traces: [{
|
|
232
|
+
type: 'ibc',
|
|
233
|
+
counterparty: {
|
|
234
|
+
channel_id: 'channel-5481',
|
|
235
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
236
|
+
chain_name: 'neutron'
|
|
237
|
+
},
|
|
238
|
+
chain: {
|
|
239
|
+
channel_id: 'channel-4'
|
|
240
|
+
}
|
|
241
|
+
}]
|
|
242
|
+
},
|
|
90
243
|
{
|
|
91
244
|
description: 'The native token of Osmosis',
|
|
92
245
|
denom_units: [{
|
|
@@ -175,6 +328,202 @@ const assets = {
|
|
|
175
328
|
}
|
|
176
329
|
}]
|
|
177
330
|
},
|
|
331
|
+
{
|
|
332
|
+
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
333
|
+
denom_units: [{
|
|
334
|
+
denom: 'ibc/F4EF72139CDCF526FFD520402C53FFB7A927B528BDF0C5FF60A4D8B4780D2C6B',
|
|
335
|
+
exponent: 0,
|
|
336
|
+
aliases: ['ustrd']
|
|
337
|
+
}, {
|
|
338
|
+
denom: 'strd',
|
|
339
|
+
exponent: 6
|
|
340
|
+
}],
|
|
341
|
+
base: 'ibc/F4EF72139CDCF526FFD520402C53FFB7A927B528BDF0C5FF60A4D8B4780D2C6B',
|
|
342
|
+
name: 'Stride',
|
|
343
|
+
display: 'strd',
|
|
344
|
+
symbol: 'STRD',
|
|
345
|
+
logo_URIs: {
|
|
346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
347
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
348
|
+
},
|
|
349
|
+
coingecko_id: 'stride',
|
|
350
|
+
images: [{
|
|
351
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
352
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg',
|
|
353
|
+
theme: {
|
|
354
|
+
primary_color_hex: '#e4047c'
|
|
355
|
+
}
|
|
356
|
+
}],
|
|
357
|
+
socials: {
|
|
358
|
+
website: 'https://stride.zone/',
|
|
359
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
360
|
+
},
|
|
361
|
+
type_asset: 'sdk.coin',
|
|
362
|
+
traces: [{
|
|
363
|
+
type: 'ibc',
|
|
364
|
+
counterparty: {
|
|
365
|
+
channel_id: 'channel-287',
|
|
366
|
+
base_denom: 'ustrd',
|
|
367
|
+
chain_name: 'stride'
|
|
368
|
+
},
|
|
369
|
+
chain: {
|
|
370
|
+
channel_id: 'channel-5'
|
|
371
|
+
}
|
|
372
|
+
}]
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
376
|
+
denom_units: [{
|
|
377
|
+
denom: 'ibc/6E4F7AC11F4EA9923438CF4A282B56EF96B8D4E052D6D360D53CEBC5114E5E77',
|
|
378
|
+
exponent: 0,
|
|
379
|
+
aliases: ['untrn']
|
|
380
|
+
}, {
|
|
381
|
+
denom: 'ntrn',
|
|
382
|
+
exponent: 6
|
|
383
|
+
}],
|
|
384
|
+
base: 'ibc/6E4F7AC11F4EA9923438CF4A282B56EF96B8D4E052D6D360D53CEBC5114E5E77',
|
|
385
|
+
name: 'Neutron',
|
|
386
|
+
display: 'ntrn',
|
|
387
|
+
symbol: 'NTRN',
|
|
388
|
+
logo_URIs: {
|
|
389
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
390
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
391
|
+
},
|
|
392
|
+
coingecko_id: 'neutron-3',
|
|
393
|
+
images: [{
|
|
394
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
395
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
396
|
+
theme: {
|
|
397
|
+
primary_color_hex: '#040404',
|
|
398
|
+
background_color_hex: '#000000',
|
|
399
|
+
circle: true
|
|
400
|
+
}
|
|
401
|
+
}],
|
|
402
|
+
socials: {
|
|
403
|
+
website: 'https://neutron.org/',
|
|
404
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
405
|
+
},
|
|
406
|
+
type_asset: 'sdk.coin',
|
|
407
|
+
traces: [{
|
|
408
|
+
type: 'ibc',
|
|
409
|
+
counterparty: {
|
|
410
|
+
channel_id: 'channel-5481',
|
|
411
|
+
base_denom: 'untrn',
|
|
412
|
+
chain_name: 'neutron'
|
|
413
|
+
},
|
|
414
|
+
chain: {
|
|
415
|
+
channel_id: 'channel-4'
|
|
416
|
+
}
|
|
417
|
+
}]
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
description: 'BITCOSMOS',
|
|
421
|
+
denom_units: [{
|
|
422
|
+
denom: 'ibc/E32447C3B93953DF829D689C0FCB611CDA198127DDDBB2BEC08FAA3D566846A1',
|
|
423
|
+
exponent: 0,
|
|
424
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
425
|
+
}, {
|
|
426
|
+
denom: 'bitcosmos',
|
|
427
|
+
exponent: 6
|
|
428
|
+
}],
|
|
429
|
+
base: 'ibc/E32447C3B93953DF829D689C0FCB611CDA198127DDDBB2BEC08FAA3D566846A1',
|
|
430
|
+
name: 'Bitcosmos',
|
|
431
|
+
display: 'bitcosmos',
|
|
432
|
+
symbol: 'BTC',
|
|
433
|
+
logo_URIs: {
|
|
434
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
435
|
+
},
|
|
436
|
+
images: [{
|
|
437
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
438
|
+
theme: {
|
|
439
|
+
primary_color_hex: '#1b0847'
|
|
440
|
+
}
|
|
441
|
+
}],
|
|
442
|
+
type_asset: 'sdk.coin',
|
|
443
|
+
traces: [{
|
|
444
|
+
type: 'ibc',
|
|
445
|
+
counterparty: {
|
|
446
|
+
channel_id: 'channel-5481',
|
|
447
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
448
|
+
chain_name: 'neutron'
|
|
449
|
+
},
|
|
450
|
+
chain: {
|
|
451
|
+
channel_id: 'channel-4'
|
|
452
|
+
}
|
|
453
|
+
}]
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
description: 'What the Fuck',
|
|
457
|
+
denom_units: [{
|
|
458
|
+
denom: 'ibc/C25277032035DDC15E1662DEFA34564EC082ABCC4E77D9F6DB319E5A32D47B51',
|
|
459
|
+
exponent: 0,
|
|
460
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
461
|
+
}, {
|
|
462
|
+
denom: 'wtf',
|
|
463
|
+
exponent: 6
|
|
464
|
+
}],
|
|
465
|
+
base: 'ibc/C25277032035DDC15E1662DEFA34564EC082ABCC4E77D9F6DB319E5A32D47B51',
|
|
466
|
+
name: 'wtf',
|
|
467
|
+
display: 'wtf',
|
|
468
|
+
symbol: 'WTF',
|
|
469
|
+
logo_URIs: {
|
|
470
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
471
|
+
},
|
|
472
|
+
images: [{
|
|
473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
474
|
+
theme: {
|
|
475
|
+
primary_color_hex: '#dcd5ab'
|
|
476
|
+
}
|
|
477
|
+
}],
|
|
478
|
+
type_asset: 'sdk.coin',
|
|
479
|
+
traces: [{
|
|
480
|
+
type: 'ibc',
|
|
481
|
+
counterparty: {
|
|
482
|
+
channel_id: 'channel-5481',
|
|
483
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
484
|
+
chain_name: 'neutron'
|
|
485
|
+
},
|
|
486
|
+
chain: {
|
|
487
|
+
channel_id: 'channel-4'
|
|
488
|
+
}
|
|
489
|
+
}]
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
description: 'Astro BOY',
|
|
493
|
+
denom_units: [{
|
|
494
|
+
denom: 'ibc/4DBE718ED40B5F29214F5A74CC07383B4603FA43E88CFC17E78BCC140BE7DC06',
|
|
495
|
+
exponent: 0,
|
|
496
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
497
|
+
}, {
|
|
498
|
+
denom: 'boy',
|
|
499
|
+
exponent: 6
|
|
500
|
+
}],
|
|
501
|
+
base: 'ibc/4DBE718ED40B5F29214F5A74CC07383B4603FA43E88CFC17E78BCC140BE7DC06',
|
|
502
|
+
name: 'boy',
|
|
503
|
+
display: 'boy',
|
|
504
|
+
symbol: 'BOY',
|
|
505
|
+
logo_URIs: {
|
|
506
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
507
|
+
},
|
|
508
|
+
images: [{
|
|
509
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
510
|
+
theme: {
|
|
511
|
+
primary_color_hex: '#333333'
|
|
512
|
+
}
|
|
513
|
+
}],
|
|
514
|
+
type_asset: 'sdk.coin',
|
|
515
|
+
traces: [{
|
|
516
|
+
type: 'ibc',
|
|
517
|
+
counterparty: {
|
|
518
|
+
channel_id: 'channel-5481',
|
|
519
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
520
|
+
chain_name: 'neutron'
|
|
521
|
+
},
|
|
522
|
+
chain: {
|
|
523
|
+
channel_id: 'channel-4'
|
|
524
|
+
}
|
|
525
|
+
}]
|
|
526
|
+
},
|
|
178
527
|
{
|
|
179
528
|
description: 'The native token of Osmosis',
|
|
180
529
|
denom_units: [{
|
|
@@ -262,6 +611,49 @@ const assets = {
|
|
|
262
611
|
channel_id: 'channel-2'
|
|
263
612
|
}
|
|
264
613
|
}]
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
617
|
+
denom_units: [{
|
|
618
|
+
denom: 'ibc/F4EF72139CDCF526FFD520402C53FFB7A927B528BDF0C5FF60A4D8B4780D2C6B',
|
|
619
|
+
exponent: 0,
|
|
620
|
+
aliases: ['ustrd']
|
|
621
|
+
}, {
|
|
622
|
+
denom: 'strd',
|
|
623
|
+
exponent: 6
|
|
624
|
+
}],
|
|
625
|
+
base: 'ibc/F4EF72139CDCF526FFD520402C53FFB7A927B528BDF0C5FF60A4D8B4780D2C6B',
|
|
626
|
+
name: 'Stride',
|
|
627
|
+
display: 'strd',
|
|
628
|
+
symbol: 'STRD',
|
|
629
|
+
logo_URIs: {
|
|
630
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
631
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
632
|
+
},
|
|
633
|
+
coingecko_id: 'stride',
|
|
634
|
+
images: [{
|
|
635
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
636
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg',
|
|
637
|
+
theme: {
|
|
638
|
+
primary_color_hex: '#e4047c'
|
|
639
|
+
}
|
|
640
|
+
}],
|
|
641
|
+
socials: {
|
|
642
|
+
website: 'https://stride.zone/',
|
|
643
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
644
|
+
},
|
|
645
|
+
type_asset: 'sdk.coin',
|
|
646
|
+
traces: [{
|
|
647
|
+
type: 'ibc',
|
|
648
|
+
counterparty: {
|
|
649
|
+
channel_id: 'channel-287',
|
|
650
|
+
base_denom: 'ustrd',
|
|
651
|
+
chain_name: 'stride'
|
|
652
|
+
},
|
|
653
|
+
chain: {
|
|
654
|
+
channel_id: 'channel-5'
|
|
655
|
+
}
|
|
656
|
+
}]
|
|
265
657
|
}
|
|
266
658
|
]
|
|
267
659
|
};
|
|
@@ -4,7 +4,7 @@ const assets = {
|
|
|
4
4
|
{
|
|
5
5
|
description: 'The native token of Osmosis',
|
|
6
6
|
denom_units: [{
|
|
7
|
-
denom: 'ibc/
|
|
7
|
+
denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
8
8
|
exponent: 0,
|
|
9
9
|
aliases: ['uosmo']
|
|
10
10
|
}, {
|
|
@@ -12,7 +12,7 @@ const assets = {
|
|
|
12
12
|
exponent: 6
|
|
13
13
|
}],
|
|
14
14
|
type_asset: 'sdk.coin',
|
|
15
|
-
base: 'ibc/
|
|
15
|
+
base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
16
16
|
name: 'Osmosis',
|
|
17
17
|
display: 'osmo',
|
|
18
18
|
symbol: 'OSMO',
|
|
@@ -36,19 +36,19 @@ const assets = {
|
|
|
36
36
|
traces: [{
|
|
37
37
|
type: 'ibc',
|
|
38
38
|
counterparty: {
|
|
39
|
-
channel_id: 'channel-
|
|
39
|
+
channel_id: 'channel-86496',
|
|
40
40
|
base_denom: 'uosmo',
|
|
41
41
|
chain_name: 'osmosis'
|
|
42
42
|
},
|
|
43
43
|
chain: {
|
|
44
|
-
channel_id: 'channel-
|
|
44
|
+
channel_id: 'channel-4'
|
|
45
45
|
}
|
|
46
46
|
}]
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
description: 'ION is the second native token of Osmosis.',
|
|
50
50
|
denom_units: [{
|
|
51
|
-
denom: 'ibc/
|
|
51
|
+
denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
52
52
|
exponent: 0,
|
|
53
53
|
aliases: ['uion']
|
|
54
54
|
}, {
|
|
@@ -56,7 +56,7 @@ const assets = {
|
|
|
56
56
|
exponent: 6
|
|
57
57
|
}],
|
|
58
58
|
type_asset: 'sdk.coin',
|
|
59
|
-
base: 'ibc/
|
|
59
|
+
base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
60
60
|
name: 'Ion DAO',
|
|
61
61
|
display: 'ion',
|
|
62
62
|
symbol: 'ION',
|
|
@@ -80,19 +80,19 @@ const assets = {
|
|
|
80
80
|
traces: [{
|
|
81
81
|
type: 'ibc',
|
|
82
82
|
counterparty: {
|
|
83
|
-
channel_id: 'channel-
|
|
83
|
+
channel_id: 'channel-86496',
|
|
84
84
|
base_denom: 'uion',
|
|
85
85
|
chain_name: 'osmosis'
|
|
86
86
|
},
|
|
87
87
|
chain: {
|
|
88
|
-
channel_id: 'channel-
|
|
88
|
+
channel_id: 'channel-4'
|
|
89
89
|
}
|
|
90
90
|
}]
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
description: 'The native token of Osmosis',
|
|
94
94
|
denom_units: [{
|
|
95
|
-
denom: 'ibc/
|
|
95
|
+
denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
96
96
|
exponent: 0,
|
|
97
97
|
aliases: ['uosmo']
|
|
98
98
|
}, {
|
|
@@ -100,7 +100,7 @@ const assets = {
|
|
|
100
100
|
exponent: 6
|
|
101
101
|
}],
|
|
102
102
|
type_asset: 'sdk.coin',
|
|
103
|
-
base: 'ibc/
|
|
103
|
+
base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
104
104
|
name: 'Osmosis',
|
|
105
105
|
display: 'osmo',
|
|
106
106
|
symbol: 'OSMO',
|
|
@@ -124,19 +124,19 @@ const assets = {
|
|
|
124
124
|
traces: [{
|
|
125
125
|
type: 'ibc',
|
|
126
126
|
counterparty: {
|
|
127
|
-
channel_id: 'channel-
|
|
127
|
+
channel_id: 'channel-86496',
|
|
128
128
|
base_denom: 'uosmo',
|
|
129
129
|
chain_name: 'osmosis'
|
|
130
130
|
},
|
|
131
131
|
chain: {
|
|
132
|
-
channel_id: 'channel-
|
|
132
|
+
channel_id: 'channel-4'
|
|
133
133
|
}
|
|
134
134
|
}]
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
description: 'ION is the second native token of Osmosis.',
|
|
138
138
|
denom_units: [{
|
|
139
|
-
denom: 'ibc/
|
|
139
|
+
denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
140
140
|
exponent: 0,
|
|
141
141
|
aliases: ['uion']
|
|
142
142
|
}, {
|
|
@@ -144,7 +144,7 @@ const assets = {
|
|
|
144
144
|
exponent: 6
|
|
145
145
|
}],
|
|
146
146
|
type_asset: 'sdk.coin',
|
|
147
|
-
base: 'ibc/
|
|
147
|
+
base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
148
148
|
name: 'Ion DAO',
|
|
149
149
|
display: 'ion',
|
|
150
150
|
symbol: 'ION',
|
|
@@ -168,12 +168,12 @@ const assets = {
|
|
|
168
168
|
traces: [{
|
|
169
169
|
type: 'ibc',
|
|
170
170
|
counterparty: {
|
|
171
|
-
channel_id: 'channel-
|
|
171
|
+
channel_id: 'channel-86496',
|
|
172
172
|
base_denom: 'uion',
|
|
173
173
|
chain_name: 'osmosis'
|
|
174
174
|
},
|
|
175
175
|
chain: {
|
|
176
|
-
channel_id: 'channel-
|
|
176
|
+
channel_id: 'channel-4'
|
|
177
177
|
}
|
|
178
178
|
}]
|
|
179
179
|
}
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -253,6 +253,42 @@ const assets = {
|
|
|
253
253
|
}
|
|
254
254
|
}]
|
|
255
255
|
},
|
|
256
|
+
{
|
|
257
|
+
description: 'Dungeon native token',
|
|
258
|
+
denom_units: [{
|
|
259
|
+
denom: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
|
|
260
|
+
exponent: 0,
|
|
261
|
+
aliases: ['udgn']
|
|
262
|
+
}, {
|
|
263
|
+
denom: 'DGN',
|
|
264
|
+
exponent: 6
|
|
265
|
+
}],
|
|
266
|
+
base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
|
|
267
|
+
name: 'Dungeon Coin',
|
|
268
|
+
display: 'DGN',
|
|
269
|
+
symbol: 'DGN',
|
|
270
|
+
logo_URIs: {
|
|
271
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
272
|
+
},
|
|
273
|
+
images: [{
|
|
274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
275
|
+
theme: {
|
|
276
|
+
circle: true
|
|
277
|
+
}
|
|
278
|
+
}],
|
|
279
|
+
type_asset: 'sdk.coin',
|
|
280
|
+
traces: [{
|
|
281
|
+
type: 'ibc',
|
|
282
|
+
counterparty: {
|
|
283
|
+
channel_id: 'channel-4',
|
|
284
|
+
base_denom: 'udgn',
|
|
285
|
+
chain_name: 'dungeon'
|
|
286
|
+
},
|
|
287
|
+
chain: {
|
|
288
|
+
channel_id: 'channel-5481'
|
|
289
|
+
}
|
|
290
|
+
}]
|
|
291
|
+
},
|
|
256
292
|
{
|
|
257
293
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
258
294
|
denom_units: [{
|
|
@@ -1166,6 +1202,42 @@ const assets = {
|
|
|
1166
1202
|
}
|
|
1167
1203
|
}]
|
|
1168
1204
|
},
|
|
1205
|
+
{
|
|
1206
|
+
description: 'Dungeon native token',
|
|
1207
|
+
denom_units: [{
|
|
1208
|
+
denom: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
|
|
1209
|
+
exponent: 0,
|
|
1210
|
+
aliases: ['udgn']
|
|
1211
|
+
}, {
|
|
1212
|
+
denom: 'DGN',
|
|
1213
|
+
exponent: 6
|
|
1214
|
+
}],
|
|
1215
|
+
base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
|
|
1216
|
+
name: 'Dungeon Coin',
|
|
1217
|
+
display: 'DGN',
|
|
1218
|
+
symbol: 'DGN',
|
|
1219
|
+
logo_URIs: {
|
|
1220
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
1221
|
+
},
|
|
1222
|
+
images: [{
|
|
1223
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
1224
|
+
theme: {
|
|
1225
|
+
circle: true
|
|
1226
|
+
}
|
|
1227
|
+
}],
|
|
1228
|
+
type_asset: 'sdk.coin',
|
|
1229
|
+
traces: [{
|
|
1230
|
+
type: 'ibc',
|
|
1231
|
+
counterparty: {
|
|
1232
|
+
channel_id: 'channel-4',
|
|
1233
|
+
base_denom: 'udgn',
|
|
1234
|
+
chain_name: 'dungeon'
|
|
1235
|
+
},
|
|
1236
|
+
chain: {
|
|
1237
|
+
channel_id: 'channel-5481'
|
|
1238
|
+
}
|
|
1239
|
+
}]
|
|
1240
|
+
},
|
|
1169
1241
|
{
|
|
1170
1242
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
1171
1243
|
denom_units: [{
|