@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/mainnet/neutron.js
CHANGED
|
@@ -428,6 +428,133 @@ const assets = {
|
|
|
428
428
|
}
|
|
429
429
|
}]
|
|
430
430
|
},
|
|
431
|
+
{
|
|
432
|
+
description: 'The native token of Elys Network',
|
|
433
|
+
denom_units: [
|
|
434
|
+
{
|
|
435
|
+
denom: 'ibc/28FC965E05DB1A4C0A6DE6B720F67AFF8CAB571FE262824976DDDFF49A4BAAF7',
|
|
436
|
+
exponent: 0,
|
|
437
|
+
aliases: ['uelys']
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
denom: 'melys',
|
|
441
|
+
exponent: 3,
|
|
442
|
+
aliases: ['millielys']
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
denom: 'elys',
|
|
446
|
+
exponent: 6,
|
|
447
|
+
aliases: []
|
|
448
|
+
}
|
|
449
|
+
],
|
|
450
|
+
base: 'ibc/28FC965E05DB1A4C0A6DE6B720F67AFF8CAB571FE262824976DDDFF49A4BAAF7',
|
|
451
|
+
name: 'Elys Network',
|
|
452
|
+
display: 'elys',
|
|
453
|
+
symbol: 'ELYS',
|
|
454
|
+
logo_URIs: {
|
|
455
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
456
|
+
},
|
|
457
|
+
coingecko_id: 'elys-network',
|
|
458
|
+
images: [{
|
|
459
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
460
|
+
}],
|
|
461
|
+
type_asset: 'sdk.coin',
|
|
462
|
+
traces: [{
|
|
463
|
+
type: 'ibc',
|
|
464
|
+
counterparty: {
|
|
465
|
+
channel_id: 'channel-16',
|
|
466
|
+
base_denom: 'uelys',
|
|
467
|
+
chain_name: 'elys'
|
|
468
|
+
},
|
|
469
|
+
chain: {
|
|
470
|
+
channel_id: 'channel-6476'
|
|
471
|
+
}
|
|
472
|
+
}]
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
description: 'Eden token definition',
|
|
476
|
+
denom_units: [
|
|
477
|
+
{
|
|
478
|
+
denom: 'ibc/D3A7EBD9B281154B061A76C45729481AE0FE89ED072CD149ADC7065CCFB724EE',
|
|
479
|
+
exponent: 0,
|
|
480
|
+
aliases: ['ueden']
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
denom: 'meden',
|
|
484
|
+
exponent: 3,
|
|
485
|
+
aliases: ['millieden']
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
denom: 'eden',
|
|
489
|
+
exponent: 6,
|
|
490
|
+
aliases: []
|
|
491
|
+
}
|
|
492
|
+
],
|
|
493
|
+
base: 'ibc/D3A7EBD9B281154B061A76C45729481AE0FE89ED072CD149ADC7065CCFB724EE',
|
|
494
|
+
name: 'Eden',
|
|
495
|
+
display: 'eden',
|
|
496
|
+
symbol: 'EDEN',
|
|
497
|
+
logo_URIs: {
|
|
498
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
499
|
+
},
|
|
500
|
+
images: [{
|
|
501
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
502
|
+
}],
|
|
503
|
+
type_asset: 'sdk.coin',
|
|
504
|
+
traces: [{
|
|
505
|
+
type: 'ibc',
|
|
506
|
+
counterparty: {
|
|
507
|
+
channel_id: 'channel-16',
|
|
508
|
+
base_denom: 'ueden',
|
|
509
|
+
chain_name: 'elys'
|
|
510
|
+
},
|
|
511
|
+
chain: {
|
|
512
|
+
channel_id: 'channel-6476'
|
|
513
|
+
}
|
|
514
|
+
}]
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
description: 'Eden BOOST token definition',
|
|
518
|
+
denom_units: [
|
|
519
|
+
{
|
|
520
|
+
denom: 'ibc/2A9CC7F90013D50DBBF4741F7BDC38004C3510D24228E264667A25DEB9DA668A',
|
|
521
|
+
exponent: 0,
|
|
522
|
+
aliases: ['uedenb']
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
denom: 'medenb',
|
|
526
|
+
exponent: 3,
|
|
527
|
+
aliases: ['milliedenb']
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
denom: 'edenb',
|
|
531
|
+
exponent: 6,
|
|
532
|
+
aliases: []
|
|
533
|
+
}
|
|
534
|
+
],
|
|
535
|
+
base: 'ibc/2A9CC7F90013D50DBBF4741F7BDC38004C3510D24228E264667A25DEB9DA668A',
|
|
536
|
+
name: 'Eden BOOST',
|
|
537
|
+
display: 'edenb',
|
|
538
|
+
symbol: 'EDEN BOOST',
|
|
539
|
+
logo_URIs: {
|
|
540
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
541
|
+
},
|
|
542
|
+
images: [{
|
|
543
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
544
|
+
}],
|
|
545
|
+
type_asset: 'sdk.coin',
|
|
546
|
+
traces: [{
|
|
547
|
+
type: 'ibc',
|
|
548
|
+
counterparty: {
|
|
549
|
+
channel_id: 'channel-16',
|
|
550
|
+
base_denom: 'uedenb',
|
|
551
|
+
chain_name: 'elys'
|
|
552
|
+
},
|
|
553
|
+
chain: {
|
|
554
|
+
channel_id: 'channel-6476'
|
|
555
|
+
}
|
|
556
|
+
}]
|
|
557
|
+
},
|
|
431
558
|
{
|
|
432
559
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
433
560
|
denom_units: [{
|
|
@@ -1038,6 +1165,71 @@ const assets = {
|
|
|
1038
1165
|
}
|
|
1039
1166
|
}]
|
|
1040
1167
|
},
|
|
1168
|
+
{
|
|
1169
|
+
description: 'The native token of MANTRA',
|
|
1170
|
+
denom_units: [{
|
|
1171
|
+
denom: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
1172
|
+
exponent: 0,
|
|
1173
|
+
aliases: ['uom']
|
|
1174
|
+
}, {
|
|
1175
|
+
denom: 'om',
|
|
1176
|
+
exponent: 6
|
|
1177
|
+
}],
|
|
1178
|
+
type_asset: 'sdk.coin',
|
|
1179
|
+
base: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
1180
|
+
name: 'MANTRA Chain',
|
|
1181
|
+
display: 'om',
|
|
1182
|
+
symbol: 'OM',
|
|
1183
|
+
coingecko_id: 'mantra-dao',
|
|
1184
|
+
keywords: [
|
|
1185
|
+
'rwa',
|
|
1186
|
+
'wasm',
|
|
1187
|
+
'staking'
|
|
1188
|
+
],
|
|
1189
|
+
images: [
|
|
1190
|
+
{
|
|
1191
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
1192
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
1193
|
+
theme: {
|
|
1194
|
+
circle: true,
|
|
1195
|
+
primary_color_hex: '#fba0c1'
|
|
1196
|
+
}
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
1200
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
1201
|
+
theme: {
|
|
1202
|
+
dark_mode: true,
|
|
1203
|
+
circle: true,
|
|
1204
|
+
primary_color_hex: '#342c2c'
|
|
1205
|
+
}
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
1209
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
1210
|
+
theme: {
|
|
1211
|
+
dark_mode: false,
|
|
1212
|
+
circle: true,
|
|
1213
|
+
primary_color_hex: '#342c2c'
|
|
1214
|
+
}
|
|
1215
|
+
}
|
|
1216
|
+
],
|
|
1217
|
+
socials: {
|
|
1218
|
+
website: 'https://www.mantrachain.io/',
|
|
1219
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
1220
|
+
},
|
|
1221
|
+
traces: [{
|
|
1222
|
+
type: 'ibc',
|
|
1223
|
+
counterparty: {
|
|
1224
|
+
channel_id: 'channel-7',
|
|
1225
|
+
base_denom: 'uom',
|
|
1226
|
+
chain_name: 'mantrachain'
|
|
1227
|
+
},
|
|
1228
|
+
chain: {
|
|
1229
|
+
channel_id: 'channel-6964'
|
|
1230
|
+
}
|
|
1231
|
+
}]
|
|
1232
|
+
},
|
|
1041
1233
|
{
|
|
1042
1234
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
1043
1235
|
denom_units: [{
|
|
@@ -1463,6 +1655,133 @@ const assets = {
|
|
|
1463
1655
|
}
|
|
1464
1656
|
}]
|
|
1465
1657
|
},
|
|
1658
|
+
{
|
|
1659
|
+
description: 'The native token of Elys Network',
|
|
1660
|
+
denom_units: [
|
|
1661
|
+
{
|
|
1662
|
+
denom: 'ibc/28FC965E05DB1A4C0A6DE6B720F67AFF8CAB571FE262824976DDDFF49A4BAAF7',
|
|
1663
|
+
exponent: 0,
|
|
1664
|
+
aliases: ['uelys']
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
denom: 'melys',
|
|
1668
|
+
exponent: 3,
|
|
1669
|
+
aliases: ['millielys']
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
denom: 'elys',
|
|
1673
|
+
exponent: 6,
|
|
1674
|
+
aliases: []
|
|
1675
|
+
}
|
|
1676
|
+
],
|
|
1677
|
+
base: 'ibc/28FC965E05DB1A4C0A6DE6B720F67AFF8CAB571FE262824976DDDFF49A4BAAF7',
|
|
1678
|
+
name: 'Elys Network',
|
|
1679
|
+
display: 'elys',
|
|
1680
|
+
symbol: 'ELYS',
|
|
1681
|
+
logo_URIs: {
|
|
1682
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1683
|
+
},
|
|
1684
|
+
coingecko_id: 'elys-network',
|
|
1685
|
+
images: [{
|
|
1686
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1687
|
+
}],
|
|
1688
|
+
type_asset: 'sdk.coin',
|
|
1689
|
+
traces: [{
|
|
1690
|
+
type: 'ibc',
|
|
1691
|
+
counterparty: {
|
|
1692
|
+
channel_id: 'channel-16',
|
|
1693
|
+
base_denom: 'uelys',
|
|
1694
|
+
chain_name: 'elys'
|
|
1695
|
+
},
|
|
1696
|
+
chain: {
|
|
1697
|
+
channel_id: 'channel-6476'
|
|
1698
|
+
}
|
|
1699
|
+
}]
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
description: 'Eden token definition',
|
|
1703
|
+
denom_units: [
|
|
1704
|
+
{
|
|
1705
|
+
denom: 'ibc/D3A7EBD9B281154B061A76C45729481AE0FE89ED072CD149ADC7065CCFB724EE',
|
|
1706
|
+
exponent: 0,
|
|
1707
|
+
aliases: ['ueden']
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
denom: 'meden',
|
|
1711
|
+
exponent: 3,
|
|
1712
|
+
aliases: ['millieden']
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
denom: 'eden',
|
|
1716
|
+
exponent: 6,
|
|
1717
|
+
aliases: []
|
|
1718
|
+
}
|
|
1719
|
+
],
|
|
1720
|
+
base: 'ibc/D3A7EBD9B281154B061A76C45729481AE0FE89ED072CD149ADC7065CCFB724EE',
|
|
1721
|
+
name: 'Eden',
|
|
1722
|
+
display: 'eden',
|
|
1723
|
+
symbol: 'EDEN',
|
|
1724
|
+
logo_URIs: {
|
|
1725
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
1726
|
+
},
|
|
1727
|
+
images: [{
|
|
1728
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
1729
|
+
}],
|
|
1730
|
+
type_asset: 'sdk.coin',
|
|
1731
|
+
traces: [{
|
|
1732
|
+
type: 'ibc',
|
|
1733
|
+
counterparty: {
|
|
1734
|
+
channel_id: 'channel-16',
|
|
1735
|
+
base_denom: 'ueden',
|
|
1736
|
+
chain_name: 'elys'
|
|
1737
|
+
},
|
|
1738
|
+
chain: {
|
|
1739
|
+
channel_id: 'channel-6476'
|
|
1740
|
+
}
|
|
1741
|
+
}]
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
description: 'Eden BOOST token definition',
|
|
1745
|
+
denom_units: [
|
|
1746
|
+
{
|
|
1747
|
+
denom: 'ibc/2A9CC7F90013D50DBBF4741F7BDC38004C3510D24228E264667A25DEB9DA668A',
|
|
1748
|
+
exponent: 0,
|
|
1749
|
+
aliases: ['uedenb']
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
denom: 'medenb',
|
|
1753
|
+
exponent: 3,
|
|
1754
|
+
aliases: ['milliedenb']
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
denom: 'edenb',
|
|
1758
|
+
exponent: 6,
|
|
1759
|
+
aliases: []
|
|
1760
|
+
}
|
|
1761
|
+
],
|
|
1762
|
+
base: 'ibc/2A9CC7F90013D50DBBF4741F7BDC38004C3510D24228E264667A25DEB9DA668A',
|
|
1763
|
+
name: 'Eden BOOST',
|
|
1764
|
+
display: 'edenb',
|
|
1765
|
+
symbol: 'EDEN BOOST',
|
|
1766
|
+
logo_URIs: {
|
|
1767
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
1768
|
+
},
|
|
1769
|
+
images: [{
|
|
1770
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
1771
|
+
}],
|
|
1772
|
+
type_asset: 'sdk.coin',
|
|
1773
|
+
traces: [{
|
|
1774
|
+
type: 'ibc',
|
|
1775
|
+
counterparty: {
|
|
1776
|
+
channel_id: 'channel-16',
|
|
1777
|
+
base_denom: 'uedenb',
|
|
1778
|
+
chain_name: 'elys'
|
|
1779
|
+
},
|
|
1780
|
+
chain: {
|
|
1781
|
+
channel_id: 'channel-6476'
|
|
1782
|
+
}
|
|
1783
|
+
}]
|
|
1784
|
+
},
|
|
1466
1785
|
{
|
|
1467
1786
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
1468
1787
|
denom_units: [{
|
|
@@ -2073,6 +2392,71 @@ const assets = {
|
|
|
2073
2392
|
}
|
|
2074
2393
|
}]
|
|
2075
2394
|
},
|
|
2395
|
+
{
|
|
2396
|
+
description: 'The native token of MANTRA',
|
|
2397
|
+
denom_units: [{
|
|
2398
|
+
denom: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
2399
|
+
exponent: 0,
|
|
2400
|
+
aliases: ['uom']
|
|
2401
|
+
}, {
|
|
2402
|
+
denom: 'om',
|
|
2403
|
+
exponent: 6
|
|
2404
|
+
}],
|
|
2405
|
+
type_asset: 'sdk.coin',
|
|
2406
|
+
base: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
2407
|
+
name: 'MANTRA Chain',
|
|
2408
|
+
display: 'om',
|
|
2409
|
+
symbol: 'OM',
|
|
2410
|
+
coingecko_id: 'mantra-dao',
|
|
2411
|
+
keywords: [
|
|
2412
|
+
'rwa',
|
|
2413
|
+
'wasm',
|
|
2414
|
+
'staking'
|
|
2415
|
+
],
|
|
2416
|
+
images: [
|
|
2417
|
+
{
|
|
2418
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
2419
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
2420
|
+
theme: {
|
|
2421
|
+
circle: true,
|
|
2422
|
+
primary_color_hex: '#fba0c1'
|
|
2423
|
+
}
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
2427
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
2428
|
+
theme: {
|
|
2429
|
+
dark_mode: true,
|
|
2430
|
+
circle: true,
|
|
2431
|
+
primary_color_hex: '#342c2c'
|
|
2432
|
+
}
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
2436
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
2437
|
+
theme: {
|
|
2438
|
+
dark_mode: false,
|
|
2439
|
+
circle: true,
|
|
2440
|
+
primary_color_hex: '#342c2c'
|
|
2441
|
+
}
|
|
2442
|
+
}
|
|
2443
|
+
],
|
|
2444
|
+
socials: {
|
|
2445
|
+
website: 'https://www.mantrachain.io/',
|
|
2446
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
2447
|
+
},
|
|
2448
|
+
traces: [{
|
|
2449
|
+
type: 'ibc',
|
|
2450
|
+
counterparty: {
|
|
2451
|
+
channel_id: 'channel-7',
|
|
2452
|
+
base_denom: 'uom',
|
|
2453
|
+
chain_name: 'mantrachain'
|
|
2454
|
+
},
|
|
2455
|
+
chain: {
|
|
2456
|
+
channel_id: 'channel-6964'
|
|
2457
|
+
}
|
|
2458
|
+
}]
|
|
2459
|
+
},
|
|
2076
2460
|
{
|
|
2077
2461
|
description: 'The permissioned staking asset for Noble Chain',
|
|
2078
2462
|
denom_units: [{
|
package/mainnet/noble.js
CHANGED
|
@@ -208,6 +208,39 @@ const assets = {
|
|
|
208
208
|
}
|
|
209
209
|
}]
|
|
210
210
|
},
|
|
211
|
+
{
|
|
212
|
+
description: 'The native token of Babylon Genesis.',
|
|
213
|
+
denom_units: [{
|
|
214
|
+
denom: 'ibc/0C817F0C77FAE08034E5354D1BDEF1672104ECC3E5B1B8811A580290A4A80614',
|
|
215
|
+
exponent: 0,
|
|
216
|
+
aliases: ['ubbn']
|
|
217
|
+
}, {
|
|
218
|
+
denom: 'BABY',
|
|
219
|
+
exponent: 6
|
|
220
|
+
}],
|
|
221
|
+
base: 'ibc/0C817F0C77FAE08034E5354D1BDEF1672104ECC3E5B1B8811A580290A4A80614',
|
|
222
|
+
name: 'Babylon',
|
|
223
|
+
display: 'BABY',
|
|
224
|
+
symbol: 'BABY',
|
|
225
|
+
logo_URIs: {
|
|
226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
227
|
+
},
|
|
228
|
+
images: [{
|
|
229
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
230
|
+
}],
|
|
231
|
+
type_asset: 'sdk.coin',
|
|
232
|
+
traces: [{
|
|
233
|
+
type: 'ibc',
|
|
234
|
+
counterparty: {
|
|
235
|
+
channel_id: 'channel-1',
|
|
236
|
+
base_denom: 'ubbn',
|
|
237
|
+
chain_name: 'babylon'
|
|
238
|
+
},
|
|
239
|
+
chain: {
|
|
240
|
+
channel_id: 'channel-132'
|
|
241
|
+
}
|
|
242
|
+
}]
|
|
243
|
+
},
|
|
211
244
|
{
|
|
212
245
|
description: 'BeeZee network native coin',
|
|
213
246
|
denom_units: [{
|
|
@@ -2653,6 +2686,39 @@ const assets = {
|
|
|
2653
2686
|
}
|
|
2654
2687
|
}]
|
|
2655
2688
|
},
|
|
2689
|
+
{
|
|
2690
|
+
description: 'The native token of Babylon Genesis.',
|
|
2691
|
+
denom_units: [{
|
|
2692
|
+
denom: 'ibc/0C817F0C77FAE08034E5354D1BDEF1672104ECC3E5B1B8811A580290A4A80614',
|
|
2693
|
+
exponent: 0,
|
|
2694
|
+
aliases: ['ubbn']
|
|
2695
|
+
}, {
|
|
2696
|
+
denom: 'BABY',
|
|
2697
|
+
exponent: 6
|
|
2698
|
+
}],
|
|
2699
|
+
base: 'ibc/0C817F0C77FAE08034E5354D1BDEF1672104ECC3E5B1B8811A580290A4A80614',
|
|
2700
|
+
name: 'Babylon',
|
|
2701
|
+
display: 'BABY',
|
|
2702
|
+
symbol: 'BABY',
|
|
2703
|
+
logo_URIs: {
|
|
2704
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
2705
|
+
},
|
|
2706
|
+
images: [{
|
|
2707
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
2708
|
+
}],
|
|
2709
|
+
type_asset: 'sdk.coin',
|
|
2710
|
+
traces: [{
|
|
2711
|
+
type: 'ibc',
|
|
2712
|
+
counterparty: {
|
|
2713
|
+
channel_id: 'channel-1',
|
|
2714
|
+
base_denom: 'ubbn',
|
|
2715
|
+
chain_name: 'babylon'
|
|
2716
|
+
},
|
|
2717
|
+
chain: {
|
|
2718
|
+
channel_id: 'channel-132'
|
|
2719
|
+
}
|
|
2720
|
+
}]
|
|
2721
|
+
},
|
|
2656
2722
|
{
|
|
2657
2723
|
description: 'BeeZee network native coin',
|
|
2658
2724
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -676,6 +676,39 @@ const assets = {
|
|
|
676
676
|
}
|
|
677
677
|
}]
|
|
678
678
|
},
|
|
679
|
+
{
|
|
680
|
+
description: 'The native token of Babylon Genesis.',
|
|
681
|
+
denom_units: [{
|
|
682
|
+
denom: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
683
|
+
exponent: 0,
|
|
684
|
+
aliases: ['ubbn']
|
|
685
|
+
}, {
|
|
686
|
+
denom: 'BABY',
|
|
687
|
+
exponent: 6
|
|
688
|
+
}],
|
|
689
|
+
base: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
690
|
+
name: 'Babylon',
|
|
691
|
+
display: 'BABY',
|
|
692
|
+
symbol: 'BABY',
|
|
693
|
+
logo_URIs: {
|
|
694
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
695
|
+
},
|
|
696
|
+
images: [{
|
|
697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
698
|
+
}],
|
|
699
|
+
type_asset: 'sdk.coin',
|
|
700
|
+
traces: [{
|
|
701
|
+
type: 'ibc',
|
|
702
|
+
counterparty: {
|
|
703
|
+
channel_id: 'channel-3',
|
|
704
|
+
base_denom: 'ubbn',
|
|
705
|
+
chain_name: 'babylon'
|
|
706
|
+
},
|
|
707
|
+
chain: {
|
|
708
|
+
channel_id: 'channel-101635'
|
|
709
|
+
}
|
|
710
|
+
}]
|
|
711
|
+
},
|
|
679
712
|
{
|
|
680
713
|
description: 'The native token of BandChain',
|
|
681
714
|
denom_units: [{
|
|
@@ -6990,6 +7023,39 @@ const assets = {
|
|
|
6990
7023
|
}
|
|
6991
7024
|
}]
|
|
6992
7025
|
},
|
|
7026
|
+
{
|
|
7027
|
+
description: 'The native token of Babylon Genesis.',
|
|
7028
|
+
denom_units: [{
|
|
7029
|
+
denom: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
7030
|
+
exponent: 0,
|
|
7031
|
+
aliases: ['ubbn']
|
|
7032
|
+
}, {
|
|
7033
|
+
denom: 'BABY',
|
|
7034
|
+
exponent: 6
|
|
7035
|
+
}],
|
|
7036
|
+
base: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
7037
|
+
name: 'Babylon',
|
|
7038
|
+
display: 'BABY',
|
|
7039
|
+
symbol: 'BABY',
|
|
7040
|
+
logo_URIs: {
|
|
7041
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
7042
|
+
},
|
|
7043
|
+
images: [{
|
|
7044
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
7045
|
+
}],
|
|
7046
|
+
type_asset: 'sdk.coin',
|
|
7047
|
+
traces: [{
|
|
7048
|
+
type: 'ibc',
|
|
7049
|
+
counterparty: {
|
|
7050
|
+
channel_id: 'channel-3',
|
|
7051
|
+
base_denom: 'ubbn',
|
|
7052
|
+
chain_name: 'babylon'
|
|
7053
|
+
},
|
|
7054
|
+
chain: {
|
|
7055
|
+
channel_id: 'channel-101635'
|
|
7056
|
+
}
|
|
7057
|
+
}]
|
|
7058
|
+
},
|
|
6993
7059
|
{
|
|
6994
7060
|
description: 'The native token of BandChain',
|
|
6995
7061
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.179",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.111",
|
|
33
|
+
"chain-registry": "^1.69.179"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.111"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "5a9c4b31de55f8221b8407b5782313d583dc0b30"
|
|
47
47
|
}
|