@chain-registry/assets 1.64.73 → 1.64.75
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 +626 -0
- package/esm/mainnet/canto.js +100 -0
- package/esm/mainnet/celestia.js +544 -0
- package/esm/mainnet/cosmoshub.js +544 -0
- package/esm/mainnet/dydx.js +544 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +544 -0
- package/esm/mainnet/lorenzo.js +182 -0
- package/esm/mainnet/neutron.js +544 -0
- package/esm/mainnet/noble.js +626 -0
- package/esm/mainnet/osmosis.js +716 -0
- package/esm/mainnet/sommelier.js +84 -0
- package/esm/mainnet/stride.js +544 -0
- package/esm/mainnet/terra2.js +544 -0
- package/esm/testnet/archwaytestnet.js +68 -0
- package/esm/testnet/cosmoshubtestnet.js +68 -0
- package/esm/testnet/junotestnet.js +68 -0
- package/esm/testnet/symphonytestnet.js +138 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +626 -0
- package/mainnet/canto.js +100 -0
- package/mainnet/celestia.js +544 -0
- package/mainnet/cosmoshub.js +544 -0
- package/mainnet/dydx.js +544 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +544 -0
- package/mainnet/lorenzo.d.ts +3 -0
- package/mainnet/lorenzo.js +184 -0
- package/mainnet/neutron.js +544 -0
- package/mainnet/noble.js +626 -0
- package/mainnet/osmosis.js +716 -0
- package/mainnet/sommelier.js +84 -0
- package/mainnet/stride.js +544 -0
- package/mainnet/terra2.js +544 -0
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +68 -0
- package/testnet/cosmoshubtestnet.js +68 -0
- package/testnet/junotestnet.js +68 -0
- package/testnet/symphonytestnet.js +138 -0
package/esm/mainnet/dydx.js
CHANGED
|
@@ -1723,6 +1723,108 @@ const assets = {
|
|
|
1723
1723
|
}
|
|
1724
1724
|
}]
|
|
1725
1725
|
},
|
|
1726
|
+
{
|
|
1727
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
1728
|
+
denom_units: [{
|
|
1729
|
+
denom: 'ibc/3693F37E71DB3A5641161D53BD8D6F98274674607DE98C3EC0C72314E25A8CF5',
|
|
1730
|
+
exponent: 0,
|
|
1731
|
+
aliases: ['p:udatom:31Dec2024']
|
|
1732
|
+
}, {
|
|
1733
|
+
denom: 'pdATOM31Dec2024',
|
|
1734
|
+
exponent: 6
|
|
1735
|
+
}],
|
|
1736
|
+
base: 'ibc/3693F37E71DB3A5641161D53BD8D6F98274674607DE98C3EC0C72314E25A8CF5',
|
|
1737
|
+
name: 'pdAtom (31Dec2024)',
|
|
1738
|
+
display: 'pdATOM31Dec2024',
|
|
1739
|
+
symbol: 'pdATOM-31Dec2024',
|
|
1740
|
+
logo_URIs: {
|
|
1741
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
1742
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
1743
|
+
},
|
|
1744
|
+
images: [{
|
|
1745
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
1746
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
1747
|
+
}],
|
|
1748
|
+
traces: [{
|
|
1749
|
+
type: 'ibc',
|
|
1750
|
+
counterparty: {
|
|
1751
|
+
channel_id: 'channel-24',
|
|
1752
|
+
base_denom: 'p:udatom:31Dec2024',
|
|
1753
|
+
chain_name: 'pryzm'
|
|
1754
|
+
},
|
|
1755
|
+
chain: {
|
|
1756
|
+
channel_id: 'channel-71'
|
|
1757
|
+
}
|
|
1758
|
+
}]
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
1762
|
+
denom_units: [{
|
|
1763
|
+
denom: 'ibc/0BD395DD9DA6BE5256F4F1582D4B8B53122EA3C3D71122FC505C2511F52A88D7',
|
|
1764
|
+
exponent: 0,
|
|
1765
|
+
aliases: ['p:udatom:30Jun2025']
|
|
1766
|
+
}, {
|
|
1767
|
+
denom: 'pdATOM30Jun2025',
|
|
1768
|
+
exponent: 6
|
|
1769
|
+
}],
|
|
1770
|
+
base: 'ibc/0BD395DD9DA6BE5256F4F1582D4B8B53122EA3C3D71122FC505C2511F52A88D7',
|
|
1771
|
+
name: 'pdAtom (30Jun2025)',
|
|
1772
|
+
display: 'pdATOM30Jun2025',
|
|
1773
|
+
symbol: 'pdATOM-30Jun2025',
|
|
1774
|
+
logo_URIs: {
|
|
1775
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
1776
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
1777
|
+
},
|
|
1778
|
+
images: [{
|
|
1779
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
1780
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
1781
|
+
}],
|
|
1782
|
+
traces: [{
|
|
1783
|
+
type: 'ibc',
|
|
1784
|
+
counterparty: {
|
|
1785
|
+
channel_id: 'channel-24',
|
|
1786
|
+
base_denom: 'p:udatom:30Jun2025',
|
|
1787
|
+
chain_name: 'pryzm'
|
|
1788
|
+
},
|
|
1789
|
+
chain: {
|
|
1790
|
+
channel_id: 'channel-71'
|
|
1791
|
+
}
|
|
1792
|
+
}]
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
|
|
1796
|
+
denom_units: [{
|
|
1797
|
+
denom: 'ibc/40253F3DC44EAD3D42ED4CEAFEAED03BAC794DDFDD8AB69F827C2048EABC17FF',
|
|
1798
|
+
exponent: 0,
|
|
1799
|
+
aliases: ['p:udatom:31Dec2025']
|
|
1800
|
+
}, {
|
|
1801
|
+
denom: 'pdATOM31Dec2025',
|
|
1802
|
+
exponent: 6
|
|
1803
|
+
}],
|
|
1804
|
+
base: 'ibc/40253F3DC44EAD3D42ED4CEAFEAED03BAC794DDFDD8AB69F827C2048EABC17FF',
|
|
1805
|
+
name: 'pdAtom (31Dec2025)',
|
|
1806
|
+
display: 'pdATOM31Dec2025',
|
|
1807
|
+
symbol: 'pdATOM-31Dec2025',
|
|
1808
|
+
logo_URIs: {
|
|
1809
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
1810
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
1811
|
+
},
|
|
1812
|
+
images: [{
|
|
1813
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
1814
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
1815
|
+
}],
|
|
1816
|
+
traces: [{
|
|
1817
|
+
type: 'ibc',
|
|
1818
|
+
counterparty: {
|
|
1819
|
+
channel_id: 'channel-24',
|
|
1820
|
+
base_denom: 'p:udatom:31Dec2025',
|
|
1821
|
+
chain_name: 'pryzm'
|
|
1822
|
+
},
|
|
1823
|
+
chain: {
|
|
1824
|
+
channel_id: 'channel-71'
|
|
1825
|
+
}
|
|
1826
|
+
}]
|
|
1827
|
+
},
|
|
1726
1828
|
{
|
|
1727
1829
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
1728
1830
|
denom_units: [{
|
|
@@ -2437,6 +2539,108 @@ const assets = {
|
|
|
2437
2539
|
}
|
|
2438
2540
|
}]
|
|
2439
2541
|
},
|
|
2542
|
+
{
|
|
2543
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
2544
|
+
denom_units: [{
|
|
2545
|
+
denom: 'ibc/6C7259CA7D8D34EAA3248232B866CC655531B3F518E6C78D9FA3E6BC46F3827B',
|
|
2546
|
+
exponent: 0,
|
|
2547
|
+
aliases: ['y:udatom:31Dec2024']
|
|
2548
|
+
}, {
|
|
2549
|
+
denom: 'ydATOM31Dec2024',
|
|
2550
|
+
exponent: 6
|
|
2551
|
+
}],
|
|
2552
|
+
base: 'ibc/6C7259CA7D8D34EAA3248232B866CC655531B3F518E6C78D9FA3E6BC46F3827B',
|
|
2553
|
+
name: 'ydAtom (31Dec2024)',
|
|
2554
|
+
display: 'ydATOM31Dec2024',
|
|
2555
|
+
symbol: 'ydATOM-31Dec2024',
|
|
2556
|
+
logo_URIs: {
|
|
2557
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
2558
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
2559
|
+
},
|
|
2560
|
+
images: [{
|
|
2561
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
2562
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
2563
|
+
}],
|
|
2564
|
+
traces: [{
|
|
2565
|
+
type: 'ibc',
|
|
2566
|
+
counterparty: {
|
|
2567
|
+
channel_id: 'channel-24',
|
|
2568
|
+
base_denom: 'y:udatom:31Dec2024',
|
|
2569
|
+
chain_name: 'pryzm'
|
|
2570
|
+
},
|
|
2571
|
+
chain: {
|
|
2572
|
+
channel_id: 'channel-71'
|
|
2573
|
+
}
|
|
2574
|
+
}]
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
2578
|
+
denom_units: [{
|
|
2579
|
+
denom: 'ibc/C34A0AC01D9DFA5007A03DCF6437DA180F4A1EE5B70DC97D1AAA7CF97FE98F5C',
|
|
2580
|
+
exponent: 0,
|
|
2581
|
+
aliases: ['y:udatom:30Jun2025']
|
|
2582
|
+
}, {
|
|
2583
|
+
denom: 'ydATOM30Jun2025',
|
|
2584
|
+
exponent: 6
|
|
2585
|
+
}],
|
|
2586
|
+
base: 'ibc/C34A0AC01D9DFA5007A03DCF6437DA180F4A1EE5B70DC97D1AAA7CF97FE98F5C',
|
|
2587
|
+
name: 'ydAtom (30Jun2025)',
|
|
2588
|
+
display: 'ydATOM30Jun2025',
|
|
2589
|
+
symbol: 'ydATOM-30Jun2025',
|
|
2590
|
+
logo_URIs: {
|
|
2591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
2592
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
2593
|
+
},
|
|
2594
|
+
images: [{
|
|
2595
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
2596
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
2597
|
+
}],
|
|
2598
|
+
traces: [{
|
|
2599
|
+
type: 'ibc',
|
|
2600
|
+
counterparty: {
|
|
2601
|
+
channel_id: 'channel-24',
|
|
2602
|
+
base_denom: 'y:udatom:30Jun2025',
|
|
2603
|
+
chain_name: 'pryzm'
|
|
2604
|
+
},
|
|
2605
|
+
chain: {
|
|
2606
|
+
channel_id: 'channel-71'
|
|
2607
|
+
}
|
|
2608
|
+
}]
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
|
|
2612
|
+
denom_units: [{
|
|
2613
|
+
denom: 'ibc/3A5F3E3C794805896169B4DDD2988D1E66526E38D178FD9B12C316B876F1A98D',
|
|
2614
|
+
exponent: 0,
|
|
2615
|
+
aliases: ['y:udatom:31Dec2025']
|
|
2616
|
+
}, {
|
|
2617
|
+
denom: 'ydATOM31Dec2025',
|
|
2618
|
+
exponent: 6
|
|
2619
|
+
}],
|
|
2620
|
+
base: 'ibc/3A5F3E3C794805896169B4DDD2988D1E66526E38D178FD9B12C316B876F1A98D',
|
|
2621
|
+
name: 'ydAtom (31Dec2025)',
|
|
2622
|
+
display: 'ydATOM31Dec2025',
|
|
2623
|
+
symbol: 'ydATOM-31Dec2025',
|
|
2624
|
+
logo_URIs: {
|
|
2625
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
2626
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
2627
|
+
},
|
|
2628
|
+
images: [{
|
|
2629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
2630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
2631
|
+
}],
|
|
2632
|
+
traces: [{
|
|
2633
|
+
type: 'ibc',
|
|
2634
|
+
counterparty: {
|
|
2635
|
+
channel_id: 'channel-24',
|
|
2636
|
+
base_denom: 'y:udatom:31Dec2025',
|
|
2637
|
+
chain_name: 'pryzm'
|
|
2638
|
+
},
|
|
2639
|
+
chain: {
|
|
2640
|
+
channel_id: 'channel-71'
|
|
2641
|
+
}
|
|
2642
|
+
}]
|
|
2643
|
+
},
|
|
2440
2644
|
{
|
|
2441
2645
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
2442
2646
|
denom_units: [{
|
|
@@ -3185,6 +3389,74 @@ const assets = {
|
|
|
3185
3389
|
}
|
|
3186
3390
|
}]
|
|
3187
3391
|
},
|
|
3392
|
+
{
|
|
3393
|
+
description: 'Pryzm\'s LP token for dATOM Yield pool',
|
|
3394
|
+
denom_units: [{
|
|
3395
|
+
denom: 'ibc/AAD3A7B28DD98F069B0E43B0D63480C0D39F690D1FCB9B99CA53E166C672170B',
|
|
3396
|
+
exponent: 0,
|
|
3397
|
+
aliases: ['lp:22:udatom']
|
|
3398
|
+
}, {
|
|
3399
|
+
denom: 'lp:22:datom',
|
|
3400
|
+
exponent: 6
|
|
3401
|
+
}],
|
|
3402
|
+
base: 'ibc/AAD3A7B28DD98F069B0E43B0D63480C0D39F690D1FCB9B99CA53E166C672170B',
|
|
3403
|
+
name: 'dATOM Yield LP',
|
|
3404
|
+
display: 'lp:22:datom',
|
|
3405
|
+
symbol: 'dATOM-YIELD-LP',
|
|
3406
|
+
logo_URIs: {
|
|
3407
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3408
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3409
|
+
},
|
|
3410
|
+
images: [{
|
|
3411
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3412
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3413
|
+
}],
|
|
3414
|
+
traces: [{
|
|
3415
|
+
type: 'ibc',
|
|
3416
|
+
counterparty: {
|
|
3417
|
+
channel_id: 'channel-24',
|
|
3418
|
+
base_denom: 'lp:22:udatom',
|
|
3419
|
+
chain_name: 'pryzm'
|
|
3420
|
+
},
|
|
3421
|
+
chain: {
|
|
3422
|
+
channel_id: 'channel-71'
|
|
3423
|
+
}
|
|
3424
|
+
}]
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
description: 'Pryzm\'s LP token for dATOM Boost pool',
|
|
3428
|
+
denom_units: [{
|
|
3429
|
+
denom: 'ibc/D70A63EF2F083E7B097AD910B7D08B39B7410D5D7006638DB04209586E70F9A3',
|
|
3430
|
+
exponent: 0,
|
|
3431
|
+
aliases: ['lp:23:udatomypt-uatom']
|
|
3432
|
+
}, {
|
|
3433
|
+
denom: 'lp:23:datomypt-atom',
|
|
3434
|
+
exponent: 6
|
|
3435
|
+
}],
|
|
3436
|
+
base: 'ibc/D70A63EF2F083E7B097AD910B7D08B39B7410D5D7006638DB04209586E70F9A3',
|
|
3437
|
+
name: 'dATOM Boost LP',
|
|
3438
|
+
display: 'lp:23:datomypt-atom',
|
|
3439
|
+
symbol: 'dATOM-BOOST-LP',
|
|
3440
|
+
logo_URIs: {
|
|
3441
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3442
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3443
|
+
},
|
|
3444
|
+
images: [{
|
|
3445
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3446
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3447
|
+
}],
|
|
3448
|
+
traces: [{
|
|
3449
|
+
type: 'ibc',
|
|
3450
|
+
counterparty: {
|
|
3451
|
+
channel_id: 'channel-24',
|
|
3452
|
+
base_denom: 'lp:23:udatomypt-uatom',
|
|
3453
|
+
chain_name: 'pryzm'
|
|
3454
|
+
},
|
|
3455
|
+
chain: {
|
|
3456
|
+
channel_id: 'channel-71'
|
|
3457
|
+
}
|
|
3458
|
+
}]
|
|
3459
|
+
},
|
|
3188
3460
|
{
|
|
3189
3461
|
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.',
|
|
3190
3462
|
denom_units: [{
|
|
@@ -4855,6 +5127,108 @@ const assets = {
|
|
|
4855
5127
|
}
|
|
4856
5128
|
}]
|
|
4857
5129
|
},
|
|
5130
|
+
{
|
|
5131
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
5132
|
+
denom_units: [{
|
|
5133
|
+
denom: 'ibc/3693F37E71DB3A5641161D53BD8D6F98274674607DE98C3EC0C72314E25A8CF5',
|
|
5134
|
+
exponent: 0,
|
|
5135
|
+
aliases: ['p:udatom:31Dec2024']
|
|
5136
|
+
}, {
|
|
5137
|
+
denom: 'pdATOM31Dec2024',
|
|
5138
|
+
exponent: 6
|
|
5139
|
+
}],
|
|
5140
|
+
base: 'ibc/3693F37E71DB3A5641161D53BD8D6F98274674607DE98C3EC0C72314E25A8CF5',
|
|
5141
|
+
name: 'pdAtom (31Dec2024)',
|
|
5142
|
+
display: 'pdATOM31Dec2024',
|
|
5143
|
+
symbol: 'pdATOM-31Dec2024',
|
|
5144
|
+
logo_URIs: {
|
|
5145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
5146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
5147
|
+
},
|
|
5148
|
+
images: [{
|
|
5149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
5150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
5151
|
+
}],
|
|
5152
|
+
traces: [{
|
|
5153
|
+
type: 'ibc',
|
|
5154
|
+
counterparty: {
|
|
5155
|
+
channel_id: 'channel-24',
|
|
5156
|
+
base_denom: 'p:udatom:31Dec2024',
|
|
5157
|
+
chain_name: 'pryzm'
|
|
5158
|
+
},
|
|
5159
|
+
chain: {
|
|
5160
|
+
channel_id: 'channel-71'
|
|
5161
|
+
}
|
|
5162
|
+
}]
|
|
5163
|
+
},
|
|
5164
|
+
{
|
|
5165
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
5166
|
+
denom_units: [{
|
|
5167
|
+
denom: 'ibc/0BD395DD9DA6BE5256F4F1582D4B8B53122EA3C3D71122FC505C2511F52A88D7',
|
|
5168
|
+
exponent: 0,
|
|
5169
|
+
aliases: ['p:udatom:30Jun2025']
|
|
5170
|
+
}, {
|
|
5171
|
+
denom: 'pdATOM30Jun2025',
|
|
5172
|
+
exponent: 6
|
|
5173
|
+
}],
|
|
5174
|
+
base: 'ibc/0BD395DD9DA6BE5256F4F1582D4B8B53122EA3C3D71122FC505C2511F52A88D7',
|
|
5175
|
+
name: 'pdAtom (30Jun2025)',
|
|
5176
|
+
display: 'pdATOM30Jun2025',
|
|
5177
|
+
symbol: 'pdATOM-30Jun2025',
|
|
5178
|
+
logo_URIs: {
|
|
5179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
5180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
5181
|
+
},
|
|
5182
|
+
images: [{
|
|
5183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
5184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
5185
|
+
}],
|
|
5186
|
+
traces: [{
|
|
5187
|
+
type: 'ibc',
|
|
5188
|
+
counterparty: {
|
|
5189
|
+
channel_id: 'channel-24',
|
|
5190
|
+
base_denom: 'p:udatom:30Jun2025',
|
|
5191
|
+
chain_name: 'pryzm'
|
|
5192
|
+
},
|
|
5193
|
+
chain: {
|
|
5194
|
+
channel_id: 'channel-71'
|
|
5195
|
+
}
|
|
5196
|
+
}]
|
|
5197
|
+
},
|
|
5198
|
+
{
|
|
5199
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
|
|
5200
|
+
denom_units: [{
|
|
5201
|
+
denom: 'ibc/40253F3DC44EAD3D42ED4CEAFEAED03BAC794DDFDD8AB69F827C2048EABC17FF',
|
|
5202
|
+
exponent: 0,
|
|
5203
|
+
aliases: ['p:udatom:31Dec2025']
|
|
5204
|
+
}, {
|
|
5205
|
+
denom: 'pdATOM31Dec2025',
|
|
5206
|
+
exponent: 6
|
|
5207
|
+
}],
|
|
5208
|
+
base: 'ibc/40253F3DC44EAD3D42ED4CEAFEAED03BAC794DDFDD8AB69F827C2048EABC17FF',
|
|
5209
|
+
name: 'pdAtom (31Dec2025)',
|
|
5210
|
+
display: 'pdATOM31Dec2025',
|
|
5211
|
+
symbol: 'pdATOM-31Dec2025',
|
|
5212
|
+
logo_URIs: {
|
|
5213
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
5214
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
5215
|
+
},
|
|
5216
|
+
images: [{
|
|
5217
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
5218
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
5219
|
+
}],
|
|
5220
|
+
traces: [{
|
|
5221
|
+
type: 'ibc',
|
|
5222
|
+
counterparty: {
|
|
5223
|
+
channel_id: 'channel-24',
|
|
5224
|
+
base_denom: 'p:udatom:31Dec2025',
|
|
5225
|
+
chain_name: 'pryzm'
|
|
5226
|
+
},
|
|
5227
|
+
chain: {
|
|
5228
|
+
channel_id: 'channel-71'
|
|
5229
|
+
}
|
|
5230
|
+
}]
|
|
5231
|
+
},
|
|
4858
5232
|
{
|
|
4859
5233
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
4860
5234
|
denom_units: [{
|
|
@@ -5569,6 +5943,108 @@ const assets = {
|
|
|
5569
5943
|
}
|
|
5570
5944
|
}]
|
|
5571
5945
|
},
|
|
5946
|
+
{
|
|
5947
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
5948
|
+
denom_units: [{
|
|
5949
|
+
denom: 'ibc/6C7259CA7D8D34EAA3248232B866CC655531B3F518E6C78D9FA3E6BC46F3827B',
|
|
5950
|
+
exponent: 0,
|
|
5951
|
+
aliases: ['y:udatom:31Dec2024']
|
|
5952
|
+
}, {
|
|
5953
|
+
denom: 'ydATOM31Dec2024',
|
|
5954
|
+
exponent: 6
|
|
5955
|
+
}],
|
|
5956
|
+
base: 'ibc/6C7259CA7D8D34EAA3248232B866CC655531B3F518E6C78D9FA3E6BC46F3827B',
|
|
5957
|
+
name: 'ydAtom (31Dec2024)',
|
|
5958
|
+
display: 'ydATOM31Dec2024',
|
|
5959
|
+
symbol: 'ydATOM-31Dec2024',
|
|
5960
|
+
logo_URIs: {
|
|
5961
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
5962
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
5963
|
+
},
|
|
5964
|
+
images: [{
|
|
5965
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
5966
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
5967
|
+
}],
|
|
5968
|
+
traces: [{
|
|
5969
|
+
type: 'ibc',
|
|
5970
|
+
counterparty: {
|
|
5971
|
+
channel_id: 'channel-24',
|
|
5972
|
+
base_denom: 'y:udatom:31Dec2024',
|
|
5973
|
+
chain_name: 'pryzm'
|
|
5974
|
+
},
|
|
5975
|
+
chain: {
|
|
5976
|
+
channel_id: 'channel-71'
|
|
5977
|
+
}
|
|
5978
|
+
}]
|
|
5979
|
+
},
|
|
5980
|
+
{
|
|
5981
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
5982
|
+
denom_units: [{
|
|
5983
|
+
denom: 'ibc/C34A0AC01D9DFA5007A03DCF6437DA180F4A1EE5B70DC97D1AAA7CF97FE98F5C',
|
|
5984
|
+
exponent: 0,
|
|
5985
|
+
aliases: ['y:udatom:30Jun2025']
|
|
5986
|
+
}, {
|
|
5987
|
+
denom: 'ydATOM30Jun2025',
|
|
5988
|
+
exponent: 6
|
|
5989
|
+
}],
|
|
5990
|
+
base: 'ibc/C34A0AC01D9DFA5007A03DCF6437DA180F4A1EE5B70DC97D1AAA7CF97FE98F5C',
|
|
5991
|
+
name: 'ydAtom (30Jun2025)',
|
|
5992
|
+
display: 'ydATOM30Jun2025',
|
|
5993
|
+
symbol: 'ydATOM-30Jun2025',
|
|
5994
|
+
logo_URIs: {
|
|
5995
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
5996
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
5997
|
+
},
|
|
5998
|
+
images: [{
|
|
5999
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
6000
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
6001
|
+
}],
|
|
6002
|
+
traces: [{
|
|
6003
|
+
type: 'ibc',
|
|
6004
|
+
counterparty: {
|
|
6005
|
+
channel_id: 'channel-24',
|
|
6006
|
+
base_denom: 'y:udatom:30Jun2025',
|
|
6007
|
+
chain_name: 'pryzm'
|
|
6008
|
+
},
|
|
6009
|
+
chain: {
|
|
6010
|
+
channel_id: 'channel-71'
|
|
6011
|
+
}
|
|
6012
|
+
}]
|
|
6013
|
+
},
|
|
6014
|
+
{
|
|
6015
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
|
|
6016
|
+
denom_units: [{
|
|
6017
|
+
denom: 'ibc/3A5F3E3C794805896169B4DDD2988D1E66526E38D178FD9B12C316B876F1A98D',
|
|
6018
|
+
exponent: 0,
|
|
6019
|
+
aliases: ['y:udatom:31Dec2025']
|
|
6020
|
+
}, {
|
|
6021
|
+
denom: 'ydATOM31Dec2025',
|
|
6022
|
+
exponent: 6
|
|
6023
|
+
}],
|
|
6024
|
+
base: 'ibc/3A5F3E3C794805896169B4DDD2988D1E66526E38D178FD9B12C316B876F1A98D',
|
|
6025
|
+
name: 'ydAtom (31Dec2025)',
|
|
6026
|
+
display: 'ydATOM31Dec2025',
|
|
6027
|
+
symbol: 'ydATOM-31Dec2025',
|
|
6028
|
+
logo_URIs: {
|
|
6029
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
6030
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
6031
|
+
},
|
|
6032
|
+
images: [{
|
|
6033
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
6034
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
6035
|
+
}],
|
|
6036
|
+
traces: [{
|
|
6037
|
+
type: 'ibc',
|
|
6038
|
+
counterparty: {
|
|
6039
|
+
channel_id: 'channel-24',
|
|
6040
|
+
base_denom: 'y:udatom:31Dec2025',
|
|
6041
|
+
chain_name: 'pryzm'
|
|
6042
|
+
},
|
|
6043
|
+
chain: {
|
|
6044
|
+
channel_id: 'channel-71'
|
|
6045
|
+
}
|
|
6046
|
+
}]
|
|
6047
|
+
},
|
|
5572
6048
|
{
|
|
5573
6049
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
5574
6050
|
denom_units: [{
|
|
@@ -6317,6 +6793,74 @@ const assets = {
|
|
|
6317
6793
|
}
|
|
6318
6794
|
}]
|
|
6319
6795
|
},
|
|
6796
|
+
{
|
|
6797
|
+
description: 'Pryzm\'s LP token for dATOM Yield pool',
|
|
6798
|
+
denom_units: [{
|
|
6799
|
+
denom: 'ibc/AAD3A7B28DD98F069B0E43B0D63480C0D39F690D1FCB9B99CA53E166C672170B',
|
|
6800
|
+
exponent: 0,
|
|
6801
|
+
aliases: ['lp:22:udatom']
|
|
6802
|
+
}, {
|
|
6803
|
+
denom: 'lp:22:datom',
|
|
6804
|
+
exponent: 6
|
|
6805
|
+
}],
|
|
6806
|
+
base: 'ibc/AAD3A7B28DD98F069B0E43B0D63480C0D39F690D1FCB9B99CA53E166C672170B',
|
|
6807
|
+
name: 'dATOM Yield LP',
|
|
6808
|
+
display: 'lp:22:datom',
|
|
6809
|
+
symbol: 'dATOM-YIELD-LP',
|
|
6810
|
+
logo_URIs: {
|
|
6811
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6812
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6813
|
+
},
|
|
6814
|
+
images: [{
|
|
6815
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6816
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6817
|
+
}],
|
|
6818
|
+
traces: [{
|
|
6819
|
+
type: 'ibc',
|
|
6820
|
+
counterparty: {
|
|
6821
|
+
channel_id: 'channel-24',
|
|
6822
|
+
base_denom: 'lp:22:udatom',
|
|
6823
|
+
chain_name: 'pryzm'
|
|
6824
|
+
},
|
|
6825
|
+
chain: {
|
|
6826
|
+
channel_id: 'channel-71'
|
|
6827
|
+
}
|
|
6828
|
+
}]
|
|
6829
|
+
},
|
|
6830
|
+
{
|
|
6831
|
+
description: 'Pryzm\'s LP token for dATOM Boost pool',
|
|
6832
|
+
denom_units: [{
|
|
6833
|
+
denom: 'ibc/D70A63EF2F083E7B097AD910B7D08B39B7410D5D7006638DB04209586E70F9A3',
|
|
6834
|
+
exponent: 0,
|
|
6835
|
+
aliases: ['lp:23:udatomypt-uatom']
|
|
6836
|
+
}, {
|
|
6837
|
+
denom: 'lp:23:datomypt-atom',
|
|
6838
|
+
exponent: 6
|
|
6839
|
+
}],
|
|
6840
|
+
base: 'ibc/D70A63EF2F083E7B097AD910B7D08B39B7410D5D7006638DB04209586E70F9A3',
|
|
6841
|
+
name: 'dATOM Boost LP',
|
|
6842
|
+
display: 'lp:23:datomypt-atom',
|
|
6843
|
+
symbol: 'dATOM-BOOST-LP',
|
|
6844
|
+
logo_URIs: {
|
|
6845
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6846
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6847
|
+
},
|
|
6848
|
+
images: [{
|
|
6849
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6850
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6851
|
+
}],
|
|
6852
|
+
traces: [{
|
|
6853
|
+
type: 'ibc',
|
|
6854
|
+
counterparty: {
|
|
6855
|
+
channel_id: 'channel-24',
|
|
6856
|
+
base_denom: 'lp:23:udatomypt-uatom',
|
|
6857
|
+
chain_name: 'pryzm'
|
|
6858
|
+
},
|
|
6859
|
+
chain: {
|
|
6860
|
+
channel_id: 'channel-71'
|
|
6861
|
+
}
|
|
6862
|
+
}]
|
|
6863
|
+
},
|
|
6320
6864
|
{
|
|
6321
6865
|
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.',
|
|
6322
6866
|
denom_units: [{
|
package/esm/mainnet/index.js
CHANGED
|
@@ -72,6 +72,7 @@ export * as kyve from './kyve';
|
|
|
72
72
|
export * as lambda from './lambda';
|
|
73
73
|
export * as lava from './lava';
|
|
74
74
|
export * as likecoin from './likecoin';
|
|
75
|
+
export * as lorenzo from './lorenzo';
|
|
75
76
|
export * as lumenx from './lumenx';
|
|
76
77
|
export * as lumnetwork from './lumnetwork';
|
|
77
78
|
export * as mande from './mande';
|