@chain-registry/assets 1.64.49 → 1.64.51
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/cosmoshub.js +102 -0
- package/esm/mainnet/kava.js +232 -0
- package/esm/mainnet/lava.js +84 -0
- package/esm/mainnet/noble.js +398 -0
- package/esm/testnet/axelartestnet.js +8 -8
- package/esm/testnet/titantestnet.js +8 -8
- package/index.d.ts +1 -1
- package/mainnet/cosmoshub.js +102 -0
- package/mainnet/kava.js +232 -0
- package/mainnet/lava.js +84 -0
- package/mainnet/noble.js +398 -0
- package/package.json +5 -5
- package/testnet/axelartestnet.js +8 -8
- package/testnet/titantestnet.js +8 -8
package/mainnet/kava.js
CHANGED
|
@@ -1698,6 +1698,122 @@ const assets = {
|
|
|
1698
1698
|
}
|
|
1699
1699
|
}]
|
|
1700
1700
|
},
|
|
1701
|
+
{
|
|
1702
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
1703
|
+
denom_units: [{
|
|
1704
|
+
denom: 'ibc/598AAE327C2402C8B9847FDB2063EB82203084DA0730B66EB4CAF8CFC482128C',
|
|
1705
|
+
exponent: 0,
|
|
1706
|
+
aliases: ['ustake']
|
|
1707
|
+
}, {
|
|
1708
|
+
denom: 'stake',
|
|
1709
|
+
exponent: 6
|
|
1710
|
+
}],
|
|
1711
|
+
base: 'ibc/598AAE327C2402C8B9847FDB2063EB82203084DA0730B66EB4CAF8CFC482128C',
|
|
1712
|
+
name: 'Stake',
|
|
1713
|
+
display: 'stake',
|
|
1714
|
+
symbol: 'STAKE',
|
|
1715
|
+
logo_URIs: {
|
|
1716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
1717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
1718
|
+
},
|
|
1719
|
+
images: [{
|
|
1720
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
1721
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
1722
|
+
theme: {
|
|
1723
|
+
primary_color_hex: '#a8bbfb'
|
|
1724
|
+
}
|
|
1725
|
+
}],
|
|
1726
|
+
traces: [{
|
|
1727
|
+
type: 'ibc',
|
|
1728
|
+
counterparty: {
|
|
1729
|
+
channel_id: 'channel-88',
|
|
1730
|
+
base_denom: 'ustake',
|
|
1731
|
+
chain_name: 'noble'
|
|
1732
|
+
},
|
|
1733
|
+
chain: {
|
|
1734
|
+
channel_id: 'channel-151'
|
|
1735
|
+
}
|
|
1736
|
+
}]
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
1740
|
+
denom_units: [{
|
|
1741
|
+
denom: 'ibc/BE871623F36A2C4A47240B5B0F5241B0B6A87B1549B1A24E53EB75C5C3FB60C4',
|
|
1742
|
+
exponent: 0,
|
|
1743
|
+
aliases: ['ufrienzies']
|
|
1744
|
+
}, {
|
|
1745
|
+
denom: 'frienzies',
|
|
1746
|
+
exponent: 6
|
|
1747
|
+
}],
|
|
1748
|
+
base: 'ibc/BE871623F36A2C4A47240B5B0F5241B0B6A87B1549B1A24E53EB75C5C3FB60C4',
|
|
1749
|
+
display: 'frienzies',
|
|
1750
|
+
name: 'Frienzies',
|
|
1751
|
+
symbol: 'FRNZ',
|
|
1752
|
+
logo_URIs: {
|
|
1753
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
1754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
1755
|
+
},
|
|
1756
|
+
images: [{
|
|
1757
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
1758
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
1759
|
+
theme: {
|
|
1760
|
+
primary_color_hex: '#04041c'
|
|
1761
|
+
}
|
|
1762
|
+
}],
|
|
1763
|
+
traces: [{
|
|
1764
|
+
type: 'ibc',
|
|
1765
|
+
counterparty: {
|
|
1766
|
+
channel_id: 'channel-88',
|
|
1767
|
+
base_denom: 'ufrienzies',
|
|
1768
|
+
chain_name: 'noble'
|
|
1769
|
+
},
|
|
1770
|
+
chain: {
|
|
1771
|
+
channel_id: 'channel-151'
|
|
1772
|
+
}
|
|
1773
|
+
}]
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
description: 'Ondo US Dollar Yield',
|
|
1777
|
+
denom_units: [{
|
|
1778
|
+
denom: 'ibc/B65490809A689F7C04020449CF40446A039630BEBC5F5E94BD1AD849F5CCCE80',
|
|
1779
|
+
exponent: 0,
|
|
1780
|
+
aliases: ['ausdy']
|
|
1781
|
+
}, {
|
|
1782
|
+
denom: 'usdy',
|
|
1783
|
+
exponent: 18
|
|
1784
|
+
}],
|
|
1785
|
+
base: 'ibc/B65490809A689F7C04020449CF40446A039630BEBC5F5E94BD1AD849F5CCCE80',
|
|
1786
|
+
display: 'usdy',
|
|
1787
|
+
name: 'Ondo US Dollar Yield',
|
|
1788
|
+
symbol: 'USDY',
|
|
1789
|
+
logo_URIs: {
|
|
1790
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
1791
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
1792
|
+
},
|
|
1793
|
+
images: [{
|
|
1794
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
1795
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
1796
|
+
theme: {
|
|
1797
|
+
primary_color_hex: '#142c5c'
|
|
1798
|
+
}
|
|
1799
|
+
}],
|
|
1800
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
1801
|
+
socials: {
|
|
1802
|
+
website: 'https://ondo.finance/usdy',
|
|
1803
|
+
twitter: 'https://x.com/OndoFinance'
|
|
1804
|
+
},
|
|
1805
|
+
traces: [{
|
|
1806
|
+
type: 'ibc',
|
|
1807
|
+
counterparty: {
|
|
1808
|
+
channel_id: 'channel-88',
|
|
1809
|
+
base_denom: 'ausdy',
|
|
1810
|
+
chain_name: 'noble'
|
|
1811
|
+
},
|
|
1812
|
+
chain: {
|
|
1813
|
+
channel_id: 'channel-151'
|
|
1814
|
+
}
|
|
1815
|
+
}]
|
|
1816
|
+
},
|
|
1701
1817
|
{
|
|
1702
1818
|
description: 'The native token of ONEX',
|
|
1703
1819
|
denom_units: [{
|
|
@@ -2249,6 +2365,122 @@ const assets = {
|
|
|
2249
2365
|
}
|
|
2250
2366
|
}]
|
|
2251
2367
|
},
|
|
2368
|
+
{
|
|
2369
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
2370
|
+
denom_units: [{
|
|
2371
|
+
denom: 'ibc/598AAE327C2402C8B9847FDB2063EB82203084DA0730B66EB4CAF8CFC482128C',
|
|
2372
|
+
exponent: 0,
|
|
2373
|
+
aliases: ['ustake']
|
|
2374
|
+
}, {
|
|
2375
|
+
denom: 'stake',
|
|
2376
|
+
exponent: 6
|
|
2377
|
+
}],
|
|
2378
|
+
base: 'ibc/598AAE327C2402C8B9847FDB2063EB82203084DA0730B66EB4CAF8CFC482128C',
|
|
2379
|
+
name: 'Stake',
|
|
2380
|
+
display: 'stake',
|
|
2381
|
+
symbol: 'STAKE',
|
|
2382
|
+
logo_URIs: {
|
|
2383
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
2384
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
2385
|
+
},
|
|
2386
|
+
images: [{
|
|
2387
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
2388
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
2389
|
+
theme: {
|
|
2390
|
+
primary_color_hex: '#a8bbfb'
|
|
2391
|
+
}
|
|
2392
|
+
}],
|
|
2393
|
+
traces: [{
|
|
2394
|
+
type: 'ibc',
|
|
2395
|
+
counterparty: {
|
|
2396
|
+
channel_id: 'channel-88',
|
|
2397
|
+
base_denom: 'ustake',
|
|
2398
|
+
chain_name: 'noble'
|
|
2399
|
+
},
|
|
2400
|
+
chain: {
|
|
2401
|
+
channel_id: 'channel-151'
|
|
2402
|
+
}
|
|
2403
|
+
}]
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
2407
|
+
denom_units: [{
|
|
2408
|
+
denom: 'ibc/BE871623F36A2C4A47240B5B0F5241B0B6A87B1549B1A24E53EB75C5C3FB60C4',
|
|
2409
|
+
exponent: 0,
|
|
2410
|
+
aliases: ['ufrienzies']
|
|
2411
|
+
}, {
|
|
2412
|
+
denom: 'frienzies',
|
|
2413
|
+
exponent: 6
|
|
2414
|
+
}],
|
|
2415
|
+
base: 'ibc/BE871623F36A2C4A47240B5B0F5241B0B6A87B1549B1A24E53EB75C5C3FB60C4',
|
|
2416
|
+
display: 'frienzies',
|
|
2417
|
+
name: 'Frienzies',
|
|
2418
|
+
symbol: 'FRNZ',
|
|
2419
|
+
logo_URIs: {
|
|
2420
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
2421
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
2422
|
+
},
|
|
2423
|
+
images: [{
|
|
2424
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
2425
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
2426
|
+
theme: {
|
|
2427
|
+
primary_color_hex: '#04041c'
|
|
2428
|
+
}
|
|
2429
|
+
}],
|
|
2430
|
+
traces: [{
|
|
2431
|
+
type: 'ibc',
|
|
2432
|
+
counterparty: {
|
|
2433
|
+
channel_id: 'channel-88',
|
|
2434
|
+
base_denom: 'ufrienzies',
|
|
2435
|
+
chain_name: 'noble'
|
|
2436
|
+
},
|
|
2437
|
+
chain: {
|
|
2438
|
+
channel_id: 'channel-151'
|
|
2439
|
+
}
|
|
2440
|
+
}]
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
description: 'Ondo US Dollar Yield',
|
|
2444
|
+
denom_units: [{
|
|
2445
|
+
denom: 'ibc/B65490809A689F7C04020449CF40446A039630BEBC5F5E94BD1AD849F5CCCE80',
|
|
2446
|
+
exponent: 0,
|
|
2447
|
+
aliases: ['ausdy']
|
|
2448
|
+
}, {
|
|
2449
|
+
denom: 'usdy',
|
|
2450
|
+
exponent: 18
|
|
2451
|
+
}],
|
|
2452
|
+
base: 'ibc/B65490809A689F7C04020449CF40446A039630BEBC5F5E94BD1AD849F5CCCE80',
|
|
2453
|
+
display: 'usdy',
|
|
2454
|
+
name: 'Ondo US Dollar Yield',
|
|
2455
|
+
symbol: 'USDY',
|
|
2456
|
+
logo_URIs: {
|
|
2457
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
2458
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
2459
|
+
},
|
|
2460
|
+
images: [{
|
|
2461
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
2462
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
2463
|
+
theme: {
|
|
2464
|
+
primary_color_hex: '#142c5c'
|
|
2465
|
+
}
|
|
2466
|
+
}],
|
|
2467
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
2468
|
+
socials: {
|
|
2469
|
+
website: 'https://ondo.finance/usdy',
|
|
2470
|
+
twitter: 'https://x.com/OndoFinance'
|
|
2471
|
+
},
|
|
2472
|
+
traces: [{
|
|
2473
|
+
type: 'ibc',
|
|
2474
|
+
counterparty: {
|
|
2475
|
+
channel_id: 'channel-88',
|
|
2476
|
+
base_denom: 'ausdy',
|
|
2477
|
+
chain_name: 'noble'
|
|
2478
|
+
},
|
|
2479
|
+
chain: {
|
|
2480
|
+
channel_id: 'channel-151'
|
|
2481
|
+
}
|
|
2482
|
+
}]
|
|
2483
|
+
},
|
|
2252
2484
|
{
|
|
2253
2485
|
description: 'The native token of ONEX',
|
|
2254
2486
|
denom_units: [{
|
package/mainnet/lava.js
CHANGED
|
@@ -45,6 +45,48 @@ const assets = {
|
|
|
45
45
|
}
|
|
46
46
|
}]
|
|
47
47
|
},
|
|
48
|
+
{
|
|
49
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
50
|
+
denom_units: [{
|
|
51
|
+
denom: 'ibc/C09A0FFBA11313A32D42A58D820190E71E9D0D5AB3E841C0391EB9A623E07F4B',
|
|
52
|
+
exponent: 0,
|
|
53
|
+
aliases: ['uatom']
|
|
54
|
+
}, {
|
|
55
|
+
denom: 'atom',
|
|
56
|
+
exponent: 6
|
|
57
|
+
}],
|
|
58
|
+
base: 'ibc/C09A0FFBA11313A32D42A58D820190E71E9D0D5AB3E841C0391EB9A623E07F4B',
|
|
59
|
+
name: 'Cosmos Hub Atom',
|
|
60
|
+
display: 'atom',
|
|
61
|
+
symbol: 'ATOM',
|
|
62
|
+
logo_URIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
65
|
+
},
|
|
66
|
+
coingecko_id: 'cosmos',
|
|
67
|
+
images: [{
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
70
|
+
theme: {
|
|
71
|
+
primary_color_hex: '#272d45'
|
|
72
|
+
}
|
|
73
|
+
}],
|
|
74
|
+
socials: {
|
|
75
|
+
website: 'https://cosmos.network',
|
|
76
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
77
|
+
},
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'ibc',
|
|
80
|
+
counterparty: {
|
|
81
|
+
channel_id: 'channel-969',
|
|
82
|
+
base_denom: 'uatom',
|
|
83
|
+
chain_name: 'cosmoshub'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channel_id: 'channel-6'
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
48
90
|
{
|
|
49
91
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
50
92
|
denom_units: [{
|
|
@@ -87,6 +129,48 @@ const assets = {
|
|
|
87
129
|
}
|
|
88
130
|
}]
|
|
89
131
|
},
|
|
132
|
+
{
|
|
133
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
134
|
+
denom_units: [{
|
|
135
|
+
denom: 'ibc/C09A0FFBA11313A32D42A58D820190E71E9D0D5AB3E841C0391EB9A623E07F4B',
|
|
136
|
+
exponent: 0,
|
|
137
|
+
aliases: ['uatom']
|
|
138
|
+
}, {
|
|
139
|
+
denom: 'atom',
|
|
140
|
+
exponent: 6
|
|
141
|
+
}],
|
|
142
|
+
base: 'ibc/C09A0FFBA11313A32D42A58D820190E71E9D0D5AB3E841C0391EB9A623E07F4B',
|
|
143
|
+
name: 'Cosmos Hub Atom',
|
|
144
|
+
display: 'atom',
|
|
145
|
+
symbol: 'ATOM',
|
|
146
|
+
logo_URIs: {
|
|
147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
149
|
+
},
|
|
150
|
+
coingecko_id: 'cosmos',
|
|
151
|
+
images: [{
|
|
152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
154
|
+
theme: {
|
|
155
|
+
primary_color_hex: '#272d45'
|
|
156
|
+
}
|
|
157
|
+
}],
|
|
158
|
+
socials: {
|
|
159
|
+
website: 'https://cosmos.network',
|
|
160
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
161
|
+
},
|
|
162
|
+
traces: [{
|
|
163
|
+
type: 'ibc',
|
|
164
|
+
counterparty: {
|
|
165
|
+
channel_id: 'channel-969',
|
|
166
|
+
base_denom: 'uatom',
|
|
167
|
+
chain_name: 'cosmoshub'
|
|
168
|
+
},
|
|
169
|
+
chain: {
|
|
170
|
+
channel_id: 'channel-6'
|
|
171
|
+
}
|
|
172
|
+
}]
|
|
173
|
+
},
|
|
90
174
|
{
|
|
91
175
|
description: 'The native token of Osmosis',
|
|
92
176
|
denom_units: [{
|