@chain-registry/assets 1.70.177 → 1.70.179
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/assets.js +2 -1
- package/esm/mainnet/axelar.js +74 -8
- package/esm/mainnet/babylon.js +668 -0
- package/esm/mainnet/cosmoshub.js +66 -0
- package/esm/mainnet/elys.js +306 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/jackal.js +8 -8
- package/esm/mainnet/mantrachain.js +306 -0
- package/esm/mainnet/neutron.js +384 -0
- package/esm/mainnet/noble.js +66 -0
- package/esm/mainnet/osmosis.js +66 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +74 -8
- package/mainnet/babylon.d.ts +3 -0
- package/mainnet/babylon.js +670 -0
- package/mainnet/cosmoshub.js +66 -0
- package/mainnet/elys.js +306 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +5 -4
- package/mainnet/jackal.js +8 -8
- package/mainnet/mantrachain.js +306 -0
- package/mainnet/neutron.js +384 -0
- package/mainnet/noble.js +66 -0
- package/mainnet/osmosis.js +66 -0
- package/package.json +5 -5
package/esm/mainnet/neutron.js
CHANGED
|
@@ -426,6 +426,133 @@ const assets = {
|
|
|
426
426
|
}
|
|
427
427
|
}]
|
|
428
428
|
},
|
|
429
|
+
{
|
|
430
|
+
description: 'The native token of Elys Network',
|
|
431
|
+
denom_units: [
|
|
432
|
+
{
|
|
433
|
+
denom: 'ibc/28FC965E05DB1A4C0A6DE6B720F67AFF8CAB571FE262824976DDDFF49A4BAAF7',
|
|
434
|
+
exponent: 0,
|
|
435
|
+
aliases: ['uelys']
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
denom: 'melys',
|
|
439
|
+
exponent: 3,
|
|
440
|
+
aliases: ['millielys']
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
denom: 'elys',
|
|
444
|
+
exponent: 6,
|
|
445
|
+
aliases: []
|
|
446
|
+
}
|
|
447
|
+
],
|
|
448
|
+
base: 'ibc/28FC965E05DB1A4C0A6DE6B720F67AFF8CAB571FE262824976DDDFF49A4BAAF7',
|
|
449
|
+
name: 'Elys Network',
|
|
450
|
+
display: 'elys',
|
|
451
|
+
symbol: 'ELYS',
|
|
452
|
+
logo_URIs: {
|
|
453
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
454
|
+
},
|
|
455
|
+
coingecko_id: 'elys-network',
|
|
456
|
+
images: [{
|
|
457
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
458
|
+
}],
|
|
459
|
+
type_asset: 'sdk.coin',
|
|
460
|
+
traces: [{
|
|
461
|
+
type: 'ibc',
|
|
462
|
+
counterparty: {
|
|
463
|
+
channel_id: 'channel-16',
|
|
464
|
+
base_denom: 'uelys',
|
|
465
|
+
chain_name: 'elys'
|
|
466
|
+
},
|
|
467
|
+
chain: {
|
|
468
|
+
channel_id: 'channel-6476'
|
|
469
|
+
}
|
|
470
|
+
}]
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
description: 'Eden token definition',
|
|
474
|
+
denom_units: [
|
|
475
|
+
{
|
|
476
|
+
denom: 'ibc/D3A7EBD9B281154B061A76C45729481AE0FE89ED072CD149ADC7065CCFB724EE',
|
|
477
|
+
exponent: 0,
|
|
478
|
+
aliases: ['ueden']
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
denom: 'meden',
|
|
482
|
+
exponent: 3,
|
|
483
|
+
aliases: ['millieden']
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
denom: 'eden',
|
|
487
|
+
exponent: 6,
|
|
488
|
+
aliases: []
|
|
489
|
+
}
|
|
490
|
+
],
|
|
491
|
+
base: 'ibc/D3A7EBD9B281154B061A76C45729481AE0FE89ED072CD149ADC7065CCFB724EE',
|
|
492
|
+
name: 'Eden',
|
|
493
|
+
display: 'eden',
|
|
494
|
+
symbol: 'EDEN',
|
|
495
|
+
logo_URIs: {
|
|
496
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
497
|
+
},
|
|
498
|
+
images: [{
|
|
499
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
500
|
+
}],
|
|
501
|
+
type_asset: 'sdk.coin',
|
|
502
|
+
traces: [{
|
|
503
|
+
type: 'ibc',
|
|
504
|
+
counterparty: {
|
|
505
|
+
channel_id: 'channel-16',
|
|
506
|
+
base_denom: 'ueden',
|
|
507
|
+
chain_name: 'elys'
|
|
508
|
+
},
|
|
509
|
+
chain: {
|
|
510
|
+
channel_id: 'channel-6476'
|
|
511
|
+
}
|
|
512
|
+
}]
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
description: 'Eden BOOST token definition',
|
|
516
|
+
denom_units: [
|
|
517
|
+
{
|
|
518
|
+
denom: 'ibc/2A9CC7F90013D50DBBF4741F7BDC38004C3510D24228E264667A25DEB9DA668A',
|
|
519
|
+
exponent: 0,
|
|
520
|
+
aliases: ['uedenb']
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
denom: 'medenb',
|
|
524
|
+
exponent: 3,
|
|
525
|
+
aliases: ['milliedenb']
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
denom: 'edenb',
|
|
529
|
+
exponent: 6,
|
|
530
|
+
aliases: []
|
|
531
|
+
}
|
|
532
|
+
],
|
|
533
|
+
base: 'ibc/2A9CC7F90013D50DBBF4741F7BDC38004C3510D24228E264667A25DEB9DA668A',
|
|
534
|
+
name: 'Eden BOOST',
|
|
535
|
+
display: 'edenb',
|
|
536
|
+
symbol: 'EDEN BOOST',
|
|
537
|
+
logo_URIs: {
|
|
538
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
539
|
+
},
|
|
540
|
+
images: [{
|
|
541
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
542
|
+
}],
|
|
543
|
+
type_asset: 'sdk.coin',
|
|
544
|
+
traces: [{
|
|
545
|
+
type: 'ibc',
|
|
546
|
+
counterparty: {
|
|
547
|
+
channel_id: 'channel-16',
|
|
548
|
+
base_denom: 'uedenb',
|
|
549
|
+
chain_name: 'elys'
|
|
550
|
+
},
|
|
551
|
+
chain: {
|
|
552
|
+
channel_id: 'channel-6476'
|
|
553
|
+
}
|
|
554
|
+
}]
|
|
555
|
+
},
|
|
429
556
|
{
|
|
430
557
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
431
558
|
denom_units: [{
|
|
@@ -1036,6 +1163,71 @@ const assets = {
|
|
|
1036
1163
|
}
|
|
1037
1164
|
}]
|
|
1038
1165
|
},
|
|
1166
|
+
{
|
|
1167
|
+
description: 'The native token of MANTRA',
|
|
1168
|
+
denom_units: [{
|
|
1169
|
+
denom: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
1170
|
+
exponent: 0,
|
|
1171
|
+
aliases: ['uom']
|
|
1172
|
+
}, {
|
|
1173
|
+
denom: 'om',
|
|
1174
|
+
exponent: 6
|
|
1175
|
+
}],
|
|
1176
|
+
type_asset: 'sdk.coin',
|
|
1177
|
+
base: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
1178
|
+
name: 'MANTRA Chain',
|
|
1179
|
+
display: 'om',
|
|
1180
|
+
symbol: 'OM',
|
|
1181
|
+
coingecko_id: 'mantra-dao',
|
|
1182
|
+
keywords: [
|
|
1183
|
+
'rwa',
|
|
1184
|
+
'wasm',
|
|
1185
|
+
'staking'
|
|
1186
|
+
],
|
|
1187
|
+
images: [
|
|
1188
|
+
{
|
|
1189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
1190
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
1191
|
+
theme: {
|
|
1192
|
+
circle: true,
|
|
1193
|
+
primary_color_hex: '#fba0c1'
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
1198
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
1199
|
+
theme: {
|
|
1200
|
+
dark_mode: true,
|
|
1201
|
+
circle: true,
|
|
1202
|
+
primary_color_hex: '#342c2c'
|
|
1203
|
+
}
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
1207
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
1208
|
+
theme: {
|
|
1209
|
+
dark_mode: false,
|
|
1210
|
+
circle: true,
|
|
1211
|
+
primary_color_hex: '#342c2c'
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
],
|
|
1215
|
+
socials: {
|
|
1216
|
+
website: 'https://www.mantrachain.io/',
|
|
1217
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
1218
|
+
},
|
|
1219
|
+
traces: [{
|
|
1220
|
+
type: 'ibc',
|
|
1221
|
+
counterparty: {
|
|
1222
|
+
channel_id: 'channel-7',
|
|
1223
|
+
base_denom: 'uom',
|
|
1224
|
+
chain_name: 'mantrachain'
|
|
1225
|
+
},
|
|
1226
|
+
chain: {
|
|
1227
|
+
channel_id: 'channel-6964'
|
|
1228
|
+
}
|
|
1229
|
+
}]
|
|
1230
|
+
},
|
|
1039
1231
|
{
|
|
1040
1232
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
1041
1233
|
denom_units: [{
|
|
@@ -1461,6 +1653,133 @@ const assets = {
|
|
|
1461
1653
|
}
|
|
1462
1654
|
}]
|
|
1463
1655
|
},
|
|
1656
|
+
{
|
|
1657
|
+
description: 'The native token of Elys Network',
|
|
1658
|
+
denom_units: [
|
|
1659
|
+
{
|
|
1660
|
+
denom: 'ibc/28FC965E05DB1A4C0A6DE6B720F67AFF8CAB571FE262824976DDDFF49A4BAAF7',
|
|
1661
|
+
exponent: 0,
|
|
1662
|
+
aliases: ['uelys']
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
denom: 'melys',
|
|
1666
|
+
exponent: 3,
|
|
1667
|
+
aliases: ['millielys']
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
denom: 'elys',
|
|
1671
|
+
exponent: 6,
|
|
1672
|
+
aliases: []
|
|
1673
|
+
}
|
|
1674
|
+
],
|
|
1675
|
+
base: 'ibc/28FC965E05DB1A4C0A6DE6B720F67AFF8CAB571FE262824976DDDFF49A4BAAF7',
|
|
1676
|
+
name: 'Elys Network',
|
|
1677
|
+
display: 'elys',
|
|
1678
|
+
symbol: 'ELYS',
|
|
1679
|
+
logo_URIs: {
|
|
1680
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1681
|
+
},
|
|
1682
|
+
coingecko_id: 'elys-network',
|
|
1683
|
+
images: [{
|
|
1684
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1685
|
+
}],
|
|
1686
|
+
type_asset: 'sdk.coin',
|
|
1687
|
+
traces: [{
|
|
1688
|
+
type: 'ibc',
|
|
1689
|
+
counterparty: {
|
|
1690
|
+
channel_id: 'channel-16',
|
|
1691
|
+
base_denom: 'uelys',
|
|
1692
|
+
chain_name: 'elys'
|
|
1693
|
+
},
|
|
1694
|
+
chain: {
|
|
1695
|
+
channel_id: 'channel-6476'
|
|
1696
|
+
}
|
|
1697
|
+
}]
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
description: 'Eden token definition',
|
|
1701
|
+
denom_units: [
|
|
1702
|
+
{
|
|
1703
|
+
denom: 'ibc/D3A7EBD9B281154B061A76C45729481AE0FE89ED072CD149ADC7065CCFB724EE',
|
|
1704
|
+
exponent: 0,
|
|
1705
|
+
aliases: ['ueden']
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
denom: 'meden',
|
|
1709
|
+
exponent: 3,
|
|
1710
|
+
aliases: ['millieden']
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
denom: 'eden',
|
|
1714
|
+
exponent: 6,
|
|
1715
|
+
aliases: []
|
|
1716
|
+
}
|
|
1717
|
+
],
|
|
1718
|
+
base: 'ibc/D3A7EBD9B281154B061A76C45729481AE0FE89ED072CD149ADC7065CCFB724EE',
|
|
1719
|
+
name: 'Eden',
|
|
1720
|
+
display: 'eden',
|
|
1721
|
+
symbol: 'EDEN',
|
|
1722
|
+
logo_URIs: {
|
|
1723
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
1724
|
+
},
|
|
1725
|
+
images: [{
|
|
1726
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
1727
|
+
}],
|
|
1728
|
+
type_asset: 'sdk.coin',
|
|
1729
|
+
traces: [{
|
|
1730
|
+
type: 'ibc',
|
|
1731
|
+
counterparty: {
|
|
1732
|
+
channel_id: 'channel-16',
|
|
1733
|
+
base_denom: 'ueden',
|
|
1734
|
+
chain_name: 'elys'
|
|
1735
|
+
},
|
|
1736
|
+
chain: {
|
|
1737
|
+
channel_id: 'channel-6476'
|
|
1738
|
+
}
|
|
1739
|
+
}]
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
description: 'Eden BOOST token definition',
|
|
1743
|
+
denom_units: [
|
|
1744
|
+
{
|
|
1745
|
+
denom: 'ibc/2A9CC7F90013D50DBBF4741F7BDC38004C3510D24228E264667A25DEB9DA668A',
|
|
1746
|
+
exponent: 0,
|
|
1747
|
+
aliases: ['uedenb']
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
denom: 'medenb',
|
|
1751
|
+
exponent: 3,
|
|
1752
|
+
aliases: ['milliedenb']
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
denom: 'edenb',
|
|
1756
|
+
exponent: 6,
|
|
1757
|
+
aliases: []
|
|
1758
|
+
}
|
|
1759
|
+
],
|
|
1760
|
+
base: 'ibc/2A9CC7F90013D50DBBF4741F7BDC38004C3510D24228E264667A25DEB9DA668A',
|
|
1761
|
+
name: 'Eden BOOST',
|
|
1762
|
+
display: 'edenb',
|
|
1763
|
+
symbol: 'EDEN BOOST',
|
|
1764
|
+
logo_URIs: {
|
|
1765
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
1766
|
+
},
|
|
1767
|
+
images: [{
|
|
1768
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
1769
|
+
}],
|
|
1770
|
+
type_asset: 'sdk.coin',
|
|
1771
|
+
traces: [{
|
|
1772
|
+
type: 'ibc',
|
|
1773
|
+
counterparty: {
|
|
1774
|
+
channel_id: 'channel-16',
|
|
1775
|
+
base_denom: 'uedenb',
|
|
1776
|
+
chain_name: 'elys'
|
|
1777
|
+
},
|
|
1778
|
+
chain: {
|
|
1779
|
+
channel_id: 'channel-6476'
|
|
1780
|
+
}
|
|
1781
|
+
}]
|
|
1782
|
+
},
|
|
1464
1783
|
{
|
|
1465
1784
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
1466
1785
|
denom_units: [{
|
|
@@ -2071,6 +2390,71 @@ const assets = {
|
|
|
2071
2390
|
}
|
|
2072
2391
|
}]
|
|
2073
2392
|
},
|
|
2393
|
+
{
|
|
2394
|
+
description: 'The native token of MANTRA',
|
|
2395
|
+
denom_units: [{
|
|
2396
|
+
denom: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
2397
|
+
exponent: 0,
|
|
2398
|
+
aliases: ['uom']
|
|
2399
|
+
}, {
|
|
2400
|
+
denom: 'om',
|
|
2401
|
+
exponent: 6
|
|
2402
|
+
}],
|
|
2403
|
+
type_asset: 'sdk.coin',
|
|
2404
|
+
base: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
2405
|
+
name: 'MANTRA Chain',
|
|
2406
|
+
display: 'om',
|
|
2407
|
+
symbol: 'OM',
|
|
2408
|
+
coingecko_id: 'mantra-dao',
|
|
2409
|
+
keywords: [
|
|
2410
|
+
'rwa',
|
|
2411
|
+
'wasm',
|
|
2412
|
+
'staking'
|
|
2413
|
+
],
|
|
2414
|
+
images: [
|
|
2415
|
+
{
|
|
2416
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
2417
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
2418
|
+
theme: {
|
|
2419
|
+
circle: true,
|
|
2420
|
+
primary_color_hex: '#fba0c1'
|
|
2421
|
+
}
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
2425
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
2426
|
+
theme: {
|
|
2427
|
+
dark_mode: true,
|
|
2428
|
+
circle: true,
|
|
2429
|
+
primary_color_hex: '#342c2c'
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
2434
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
2435
|
+
theme: {
|
|
2436
|
+
dark_mode: false,
|
|
2437
|
+
circle: true,
|
|
2438
|
+
primary_color_hex: '#342c2c'
|
|
2439
|
+
}
|
|
2440
|
+
}
|
|
2441
|
+
],
|
|
2442
|
+
socials: {
|
|
2443
|
+
website: 'https://www.mantrachain.io/',
|
|
2444
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
2445
|
+
},
|
|
2446
|
+
traces: [{
|
|
2447
|
+
type: 'ibc',
|
|
2448
|
+
counterparty: {
|
|
2449
|
+
channel_id: 'channel-7',
|
|
2450
|
+
base_denom: 'uom',
|
|
2451
|
+
chain_name: 'mantrachain'
|
|
2452
|
+
},
|
|
2453
|
+
chain: {
|
|
2454
|
+
channel_id: 'channel-6964'
|
|
2455
|
+
}
|
|
2456
|
+
}]
|
|
2457
|
+
},
|
|
2074
2458
|
{
|
|
2075
2459
|
description: 'The permissioned staking asset for Noble Chain',
|
|
2076
2460
|
denom_units: [{
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -206,6 +206,39 @@ const assets = {
|
|
|
206
206
|
}
|
|
207
207
|
}]
|
|
208
208
|
},
|
|
209
|
+
{
|
|
210
|
+
description: 'The native token of Babylon Genesis.',
|
|
211
|
+
denom_units: [{
|
|
212
|
+
denom: 'ibc/0C817F0C77FAE08034E5354D1BDEF1672104ECC3E5B1B8811A580290A4A80614',
|
|
213
|
+
exponent: 0,
|
|
214
|
+
aliases: ['ubbn']
|
|
215
|
+
}, {
|
|
216
|
+
denom: 'BABY',
|
|
217
|
+
exponent: 6
|
|
218
|
+
}],
|
|
219
|
+
base: 'ibc/0C817F0C77FAE08034E5354D1BDEF1672104ECC3E5B1B8811A580290A4A80614',
|
|
220
|
+
name: 'Babylon',
|
|
221
|
+
display: 'BABY',
|
|
222
|
+
symbol: 'BABY',
|
|
223
|
+
logo_URIs: {
|
|
224
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
225
|
+
},
|
|
226
|
+
images: [{
|
|
227
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
228
|
+
}],
|
|
229
|
+
type_asset: 'sdk.coin',
|
|
230
|
+
traces: [{
|
|
231
|
+
type: 'ibc',
|
|
232
|
+
counterparty: {
|
|
233
|
+
channel_id: 'channel-1',
|
|
234
|
+
base_denom: 'ubbn',
|
|
235
|
+
chain_name: 'babylon'
|
|
236
|
+
},
|
|
237
|
+
chain: {
|
|
238
|
+
channel_id: 'channel-132'
|
|
239
|
+
}
|
|
240
|
+
}]
|
|
241
|
+
},
|
|
209
242
|
{
|
|
210
243
|
description: 'BeeZee network native coin',
|
|
211
244
|
denom_units: [{
|
|
@@ -2651,6 +2684,39 @@ const assets = {
|
|
|
2651
2684
|
}
|
|
2652
2685
|
}]
|
|
2653
2686
|
},
|
|
2687
|
+
{
|
|
2688
|
+
description: 'The native token of Babylon Genesis.',
|
|
2689
|
+
denom_units: [{
|
|
2690
|
+
denom: 'ibc/0C817F0C77FAE08034E5354D1BDEF1672104ECC3E5B1B8811A580290A4A80614',
|
|
2691
|
+
exponent: 0,
|
|
2692
|
+
aliases: ['ubbn']
|
|
2693
|
+
}, {
|
|
2694
|
+
denom: 'BABY',
|
|
2695
|
+
exponent: 6
|
|
2696
|
+
}],
|
|
2697
|
+
base: 'ibc/0C817F0C77FAE08034E5354D1BDEF1672104ECC3E5B1B8811A580290A4A80614',
|
|
2698
|
+
name: 'Babylon',
|
|
2699
|
+
display: 'BABY',
|
|
2700
|
+
symbol: 'BABY',
|
|
2701
|
+
logo_URIs: {
|
|
2702
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
2703
|
+
},
|
|
2704
|
+
images: [{
|
|
2705
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
2706
|
+
}],
|
|
2707
|
+
type_asset: 'sdk.coin',
|
|
2708
|
+
traces: [{
|
|
2709
|
+
type: 'ibc',
|
|
2710
|
+
counterparty: {
|
|
2711
|
+
channel_id: 'channel-1',
|
|
2712
|
+
base_denom: 'ubbn',
|
|
2713
|
+
chain_name: 'babylon'
|
|
2714
|
+
},
|
|
2715
|
+
chain: {
|
|
2716
|
+
channel_id: 'channel-132'
|
|
2717
|
+
}
|
|
2718
|
+
}]
|
|
2719
|
+
},
|
|
2654
2720
|
{
|
|
2655
2721
|
description: 'BeeZee network native coin',
|
|
2656
2722
|
denom_units: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -674,6 +674,39 @@ const assets = {
|
|
|
674
674
|
}
|
|
675
675
|
}]
|
|
676
676
|
},
|
|
677
|
+
{
|
|
678
|
+
description: 'The native token of Babylon Genesis.',
|
|
679
|
+
denom_units: [{
|
|
680
|
+
denom: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
681
|
+
exponent: 0,
|
|
682
|
+
aliases: ['ubbn']
|
|
683
|
+
}, {
|
|
684
|
+
denom: 'BABY',
|
|
685
|
+
exponent: 6
|
|
686
|
+
}],
|
|
687
|
+
base: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
688
|
+
name: 'Babylon',
|
|
689
|
+
display: 'BABY',
|
|
690
|
+
symbol: 'BABY',
|
|
691
|
+
logo_URIs: {
|
|
692
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
693
|
+
},
|
|
694
|
+
images: [{
|
|
695
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
696
|
+
}],
|
|
697
|
+
type_asset: 'sdk.coin',
|
|
698
|
+
traces: [{
|
|
699
|
+
type: 'ibc',
|
|
700
|
+
counterparty: {
|
|
701
|
+
channel_id: 'channel-3',
|
|
702
|
+
base_denom: 'ubbn',
|
|
703
|
+
chain_name: 'babylon'
|
|
704
|
+
},
|
|
705
|
+
chain: {
|
|
706
|
+
channel_id: 'channel-101635'
|
|
707
|
+
}
|
|
708
|
+
}]
|
|
709
|
+
},
|
|
677
710
|
{
|
|
678
711
|
description: 'The native token of BandChain',
|
|
679
712
|
denom_units: [{
|
|
@@ -6988,6 +7021,39 @@ const assets = {
|
|
|
6988
7021
|
}
|
|
6989
7022
|
}]
|
|
6990
7023
|
},
|
|
7024
|
+
{
|
|
7025
|
+
description: 'The native token of Babylon Genesis.',
|
|
7026
|
+
denom_units: [{
|
|
7027
|
+
denom: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
7028
|
+
exponent: 0,
|
|
7029
|
+
aliases: ['ubbn']
|
|
7030
|
+
}, {
|
|
7031
|
+
denom: 'BABY',
|
|
7032
|
+
exponent: 6
|
|
7033
|
+
}],
|
|
7034
|
+
base: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
7035
|
+
name: 'Babylon',
|
|
7036
|
+
display: 'BABY',
|
|
7037
|
+
symbol: 'BABY',
|
|
7038
|
+
logo_URIs: {
|
|
7039
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
7040
|
+
},
|
|
7041
|
+
images: [{
|
|
7042
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
7043
|
+
}],
|
|
7044
|
+
type_asset: 'sdk.coin',
|
|
7045
|
+
traces: [{
|
|
7046
|
+
type: 'ibc',
|
|
7047
|
+
counterparty: {
|
|
7048
|
+
channel_id: 'channel-3',
|
|
7049
|
+
base_denom: 'ubbn',
|
|
7050
|
+
chain_name: 'babylon'
|
|
7051
|
+
},
|
|
7052
|
+
chain: {
|
|
7053
|
+
channel_id: 'channel-101635'
|
|
7054
|
+
}
|
|
7055
|
+
}]
|
|
7056
|
+
},
|
|
6991
7057
|
{
|
|
6992
7058
|
description: 'The native token of BandChain',
|
|
6993
7059
|
denom_units: [{
|
package/mainnet/assets.js
CHANGED
|
@@ -17,6 +17,7 @@ const assetmantle_1 = __importDefault(require("./assetmantle"));
|
|
|
17
17
|
const atomone_1 = __importDefault(require("./atomone"));
|
|
18
18
|
const aura_1 = __importDefault(require("./aura"));
|
|
19
19
|
const axelar_1 = __importDefault(require("./axelar"));
|
|
20
|
+
const babylon_1 = __importDefault(require("./babylon"));
|
|
20
21
|
const bandchain_1 = __importDefault(require("./bandchain"));
|
|
21
22
|
const beezee_1 = __importDefault(require("./beezee"));
|
|
22
23
|
const bitcanna_1 = __importDefault(require("./bitcanna"));
|
|
@@ -154,5 +155,5 @@ const uptick_1 = __importDefault(require("./uptick"));
|
|
|
154
155
|
const xion_1 = __importDefault(require("./xion"));
|
|
155
156
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
156
157
|
const zenrock_1 = __importDefault(require("./zenrock"));
|
|
157
|
-
const assets = [ethereum_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, zenrock_1.default];
|
|
158
|
+
const assets = [ethereum_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, babylon_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, zenrock_1.default];
|
|
158
159
|
exports.default = assets;
|