@chain-registry/assets 1.64.83 → 1.64.85
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/bostrom.js +84 -0
- package/esm/mainnet/cosmoshub.js +358 -0
- package/esm/mainnet/osmosis.js +8 -0
- package/esm/mainnet/secretnetwork.js +8 -0
- package/esm/testnet/archwaytestnet.js +208 -4
- package/esm/testnet/cosmoshubtestnet.js +416 -8
- package/esm/testnet/junotestnet.js +208 -4
- package/esm/testnet/osmosistestnet.js +208 -4
- package/esm/testnet/stargazetestnet.js +208 -4
- package/mainnet/bostrom.js +84 -0
- package/mainnet/cosmoshub.js +358 -0
- package/mainnet/osmosis.js +8 -0
- package/mainnet/secretnetwork.js +8 -0
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +208 -4
- package/testnet/cosmoshubtestnet.js +416 -8
- package/testnet/junotestnet.js +208 -4
- package/testnet/osmosistestnet.js +208 -4
- package/testnet/stargazetestnet.js +208 -4
|
@@ -195,10 +195,10 @@ const assets = {
|
|
|
195
195
|
display: 'mld',
|
|
196
196
|
symbol: 'MLD',
|
|
197
197
|
logo_URIs: {
|
|
198
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
198
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
199
199
|
},
|
|
200
200
|
images: [{
|
|
201
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
201
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
202
202
|
}],
|
|
203
203
|
traces: [{
|
|
204
204
|
type: 'ibc',
|
|
@@ -212,6 +212,108 @@ const assets = {
|
|
|
212
212
|
}
|
|
213
213
|
}]
|
|
214
214
|
},
|
|
215
|
+
{
|
|
216
|
+
description: 'Harmonized USD',
|
|
217
|
+
denom_units: [{
|
|
218
|
+
denom: 'ibc/3F5D1A5D8A889C7E26FFEEC41BBE40EBABDA5174EBABB9A781C2DF4C64D5D9F2',
|
|
219
|
+
exponent: 0,
|
|
220
|
+
aliases: ['uusd']
|
|
221
|
+
}, {
|
|
222
|
+
denom: 'husd',
|
|
223
|
+
exponent: 6,
|
|
224
|
+
aliases: ['harmony USD']
|
|
225
|
+
}],
|
|
226
|
+
type_asset: 'sdk.coin',
|
|
227
|
+
base: 'ibc/3F5D1A5D8A889C7E26FFEEC41BBE40EBABDA5174EBABB9A781C2DF4C64D5D9F2',
|
|
228
|
+
name: 'Harmony USD',
|
|
229
|
+
display: 'husd',
|
|
230
|
+
symbol: 'HUSD',
|
|
231
|
+
logo_URIs: {
|
|
232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
233
|
+
},
|
|
234
|
+
images: [{
|
|
235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
236
|
+
}],
|
|
237
|
+
traces: [{
|
|
238
|
+
type: 'ibc',
|
|
239
|
+
counterparty: {
|
|
240
|
+
channel_id: 'channel-10',
|
|
241
|
+
base_denom: 'uusd',
|
|
242
|
+
chain_name: 'symphonytestnet'
|
|
243
|
+
},
|
|
244
|
+
chain: {
|
|
245
|
+
channel_id: 'channel-495'
|
|
246
|
+
}
|
|
247
|
+
}]
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
description: 'Harmonized HKD',
|
|
251
|
+
denom_units: [{
|
|
252
|
+
denom: 'ibc/B424A324D41A1FDEC598F8F22207A2973D06AB16B207EEC316A9F5A77F76296E',
|
|
253
|
+
exponent: 0,
|
|
254
|
+
aliases: ['ukhd']
|
|
255
|
+
}, {
|
|
256
|
+
denom: 'hkhd',
|
|
257
|
+
exponent: 6,
|
|
258
|
+
aliases: ['harmony HKD']
|
|
259
|
+
}],
|
|
260
|
+
type_asset: 'sdk.coin',
|
|
261
|
+
base: 'ibc/B424A324D41A1FDEC598F8F22207A2973D06AB16B207EEC316A9F5A77F76296E',
|
|
262
|
+
name: 'Harmony HKD',
|
|
263
|
+
display: 'hkhd',
|
|
264
|
+
symbol: 'HKHD',
|
|
265
|
+
logo_URIs: {
|
|
266
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
267
|
+
},
|
|
268
|
+
images: [{
|
|
269
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
270
|
+
}],
|
|
271
|
+
traces: [{
|
|
272
|
+
type: 'ibc',
|
|
273
|
+
counterparty: {
|
|
274
|
+
channel_id: 'channel-10',
|
|
275
|
+
base_denom: 'ukhd',
|
|
276
|
+
chain_name: 'symphonytestnet'
|
|
277
|
+
},
|
|
278
|
+
chain: {
|
|
279
|
+
channel_id: 'channel-495'
|
|
280
|
+
}
|
|
281
|
+
}]
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
description: 'Harmonized VND',
|
|
285
|
+
denom_units: [{
|
|
286
|
+
denom: 'ibc/A5CAF28BD7CE2D0D51F9E2C6DC65AE2C305C05443B6B0359429BB85C4F85800C',
|
|
287
|
+
exponent: 0,
|
|
288
|
+
aliases: ['uvnd']
|
|
289
|
+
}, {
|
|
290
|
+
denom: 'hvnd',
|
|
291
|
+
exponent: 6,
|
|
292
|
+
aliases: ['harmony VND']
|
|
293
|
+
}],
|
|
294
|
+
type_asset: 'sdk.coin',
|
|
295
|
+
base: 'ibc/A5CAF28BD7CE2D0D51F9E2C6DC65AE2C305C05443B6B0359429BB85C4F85800C',
|
|
296
|
+
name: 'Harmony VND',
|
|
297
|
+
display: 'hvnd',
|
|
298
|
+
symbol: 'HVND',
|
|
299
|
+
logo_URIs: {
|
|
300
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
301
|
+
},
|
|
302
|
+
images: [{
|
|
303
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
304
|
+
}],
|
|
305
|
+
traces: [{
|
|
306
|
+
type: 'ibc',
|
|
307
|
+
counterparty: {
|
|
308
|
+
channel_id: 'channel-10',
|
|
309
|
+
base_denom: 'uvnd',
|
|
310
|
+
chain_name: 'symphonytestnet'
|
|
311
|
+
},
|
|
312
|
+
chain: {
|
|
313
|
+
channel_id: 'channel-495'
|
|
314
|
+
}
|
|
315
|
+
}]
|
|
316
|
+
},
|
|
215
317
|
{
|
|
216
318
|
description: 'The native token of Axelar',
|
|
217
319
|
denom_units: [{
|
|
@@ -338,10 +440,10 @@ const assets = {
|
|
|
338
440
|
display: 'mld',
|
|
339
441
|
symbol: 'MLD',
|
|
340
442
|
logo_URIs: {
|
|
341
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
342
444
|
},
|
|
343
445
|
images: [{
|
|
344
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
446
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
345
447
|
}],
|
|
346
448
|
traces: [{
|
|
347
449
|
type: 'ibc',
|
|
@@ -354,6 +456,108 @@ const assets = {
|
|
|
354
456
|
channel_id: 'channel-495'
|
|
355
457
|
}
|
|
356
458
|
}]
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
description: 'Harmonized USD',
|
|
462
|
+
denom_units: [{
|
|
463
|
+
denom: 'ibc/3F5D1A5D8A889C7E26FFEEC41BBE40EBABDA5174EBABB9A781C2DF4C64D5D9F2',
|
|
464
|
+
exponent: 0,
|
|
465
|
+
aliases: ['uusd']
|
|
466
|
+
}, {
|
|
467
|
+
denom: 'husd',
|
|
468
|
+
exponent: 6,
|
|
469
|
+
aliases: ['harmony USD']
|
|
470
|
+
}],
|
|
471
|
+
type_asset: 'sdk.coin',
|
|
472
|
+
base: 'ibc/3F5D1A5D8A889C7E26FFEEC41BBE40EBABDA5174EBABB9A781C2DF4C64D5D9F2',
|
|
473
|
+
name: 'Harmony USD',
|
|
474
|
+
display: 'husd',
|
|
475
|
+
symbol: 'HUSD',
|
|
476
|
+
logo_URIs: {
|
|
477
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
478
|
+
},
|
|
479
|
+
images: [{
|
|
480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
481
|
+
}],
|
|
482
|
+
traces: [{
|
|
483
|
+
type: 'ibc',
|
|
484
|
+
counterparty: {
|
|
485
|
+
channel_id: 'channel-10',
|
|
486
|
+
base_denom: 'uusd',
|
|
487
|
+
chain_name: 'symphonytestnet'
|
|
488
|
+
},
|
|
489
|
+
chain: {
|
|
490
|
+
channel_id: 'channel-495'
|
|
491
|
+
}
|
|
492
|
+
}]
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
description: 'Harmonized HKD',
|
|
496
|
+
denom_units: [{
|
|
497
|
+
denom: 'ibc/B424A324D41A1FDEC598F8F22207A2973D06AB16B207EEC316A9F5A77F76296E',
|
|
498
|
+
exponent: 0,
|
|
499
|
+
aliases: ['ukhd']
|
|
500
|
+
}, {
|
|
501
|
+
denom: 'hkhd',
|
|
502
|
+
exponent: 6,
|
|
503
|
+
aliases: ['harmony HKD']
|
|
504
|
+
}],
|
|
505
|
+
type_asset: 'sdk.coin',
|
|
506
|
+
base: 'ibc/B424A324D41A1FDEC598F8F22207A2973D06AB16B207EEC316A9F5A77F76296E',
|
|
507
|
+
name: 'Harmony HKD',
|
|
508
|
+
display: 'hkhd',
|
|
509
|
+
symbol: 'HKHD',
|
|
510
|
+
logo_URIs: {
|
|
511
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
512
|
+
},
|
|
513
|
+
images: [{
|
|
514
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
515
|
+
}],
|
|
516
|
+
traces: [{
|
|
517
|
+
type: 'ibc',
|
|
518
|
+
counterparty: {
|
|
519
|
+
channel_id: 'channel-10',
|
|
520
|
+
base_denom: 'ukhd',
|
|
521
|
+
chain_name: 'symphonytestnet'
|
|
522
|
+
},
|
|
523
|
+
chain: {
|
|
524
|
+
channel_id: 'channel-495'
|
|
525
|
+
}
|
|
526
|
+
}]
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
description: 'Harmonized VND',
|
|
530
|
+
denom_units: [{
|
|
531
|
+
denom: 'ibc/A5CAF28BD7CE2D0D51F9E2C6DC65AE2C305C05443B6B0359429BB85C4F85800C',
|
|
532
|
+
exponent: 0,
|
|
533
|
+
aliases: ['uvnd']
|
|
534
|
+
}, {
|
|
535
|
+
denom: 'hvnd',
|
|
536
|
+
exponent: 6,
|
|
537
|
+
aliases: ['harmony VND']
|
|
538
|
+
}],
|
|
539
|
+
type_asset: 'sdk.coin',
|
|
540
|
+
base: 'ibc/A5CAF28BD7CE2D0D51F9E2C6DC65AE2C305C05443B6B0359429BB85C4F85800C',
|
|
541
|
+
name: 'Harmony VND',
|
|
542
|
+
display: 'hvnd',
|
|
543
|
+
symbol: 'HVND',
|
|
544
|
+
logo_URIs: {
|
|
545
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
546
|
+
},
|
|
547
|
+
images: [{
|
|
548
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
549
|
+
}],
|
|
550
|
+
traces: [{
|
|
551
|
+
type: 'ibc',
|
|
552
|
+
counterparty: {
|
|
553
|
+
channel_id: 'channel-10',
|
|
554
|
+
base_denom: 'uvnd',
|
|
555
|
+
chain_name: 'symphonytestnet'
|
|
556
|
+
},
|
|
557
|
+
chain: {
|
|
558
|
+
channel_id: 'channel-495'
|
|
559
|
+
}
|
|
560
|
+
}]
|
|
357
561
|
}
|
|
358
562
|
]
|
|
359
563
|
};
|