@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.
Files changed (41) hide show
  1. package/esm/mainnet/assets.js +2 -1
  2. package/esm/mainnet/axelar.js +626 -0
  3. package/esm/mainnet/canto.js +100 -0
  4. package/esm/mainnet/celestia.js +544 -0
  5. package/esm/mainnet/cosmoshub.js +544 -0
  6. package/esm/mainnet/dydx.js +544 -0
  7. package/esm/mainnet/index.js +1 -0
  8. package/esm/mainnet/injective.js +544 -0
  9. package/esm/mainnet/lorenzo.js +182 -0
  10. package/esm/mainnet/neutron.js +544 -0
  11. package/esm/mainnet/noble.js +626 -0
  12. package/esm/mainnet/osmosis.js +716 -0
  13. package/esm/mainnet/sommelier.js +84 -0
  14. package/esm/mainnet/stride.js +544 -0
  15. package/esm/mainnet/terra2.js +544 -0
  16. package/esm/testnet/archwaytestnet.js +68 -0
  17. package/esm/testnet/cosmoshubtestnet.js +68 -0
  18. package/esm/testnet/junotestnet.js +68 -0
  19. package/esm/testnet/symphonytestnet.js +138 -0
  20. package/mainnet/assets.js +2 -1
  21. package/mainnet/axelar.js +626 -0
  22. package/mainnet/canto.js +100 -0
  23. package/mainnet/celestia.js +544 -0
  24. package/mainnet/cosmoshub.js +544 -0
  25. package/mainnet/dydx.js +544 -0
  26. package/mainnet/index.d.ts +1 -0
  27. package/mainnet/index.js +3 -2
  28. package/mainnet/injective.js +544 -0
  29. package/mainnet/lorenzo.d.ts +3 -0
  30. package/mainnet/lorenzo.js +184 -0
  31. package/mainnet/neutron.js +544 -0
  32. package/mainnet/noble.js +626 -0
  33. package/mainnet/osmosis.js +716 -0
  34. package/mainnet/sommelier.js +84 -0
  35. package/mainnet/stride.js +544 -0
  36. package/mainnet/terra2.js +544 -0
  37. package/package.json +5 -5
  38. package/testnet/archwaytestnet.js +68 -0
  39. package/testnet/cosmoshubtestnet.js +68 -0
  40. package/testnet/junotestnet.js +68 -0
  41. package/testnet/symphonytestnet.js +138 -0
package/mainnet/dydx.js CHANGED
@@ -1725,6 +1725,108 @@ const assets = {
1725
1725
  }
1726
1726
  }]
1727
1727
  },
1728
+ {
1729
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
1730
+ denom_units: [{
1731
+ denom: 'ibc/3693F37E71DB3A5641161D53BD8D6F98274674607DE98C3EC0C72314E25A8CF5',
1732
+ exponent: 0,
1733
+ aliases: ['p:udatom:31Dec2024']
1734
+ }, {
1735
+ denom: 'pdATOM31Dec2024',
1736
+ exponent: 6
1737
+ }],
1738
+ base: 'ibc/3693F37E71DB3A5641161D53BD8D6F98274674607DE98C3EC0C72314E25A8CF5',
1739
+ name: 'pdAtom (31Dec2024)',
1740
+ display: 'pdATOM31Dec2024',
1741
+ symbol: 'pdATOM-31Dec2024',
1742
+ logo_URIs: {
1743
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1744
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1745
+ },
1746
+ images: [{
1747
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1748
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1749
+ }],
1750
+ traces: [{
1751
+ type: 'ibc',
1752
+ counterparty: {
1753
+ channel_id: 'channel-24',
1754
+ base_denom: 'p:udatom:31Dec2024',
1755
+ chain_name: 'pryzm'
1756
+ },
1757
+ chain: {
1758
+ channel_id: 'channel-71'
1759
+ }
1760
+ }]
1761
+ },
1762
+ {
1763
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
1764
+ denom_units: [{
1765
+ denom: 'ibc/0BD395DD9DA6BE5256F4F1582D4B8B53122EA3C3D71122FC505C2511F52A88D7',
1766
+ exponent: 0,
1767
+ aliases: ['p:udatom:30Jun2025']
1768
+ }, {
1769
+ denom: 'pdATOM30Jun2025',
1770
+ exponent: 6
1771
+ }],
1772
+ base: 'ibc/0BD395DD9DA6BE5256F4F1582D4B8B53122EA3C3D71122FC505C2511F52A88D7',
1773
+ name: 'pdAtom (30Jun2025)',
1774
+ display: 'pdATOM30Jun2025',
1775
+ symbol: 'pdATOM-30Jun2025',
1776
+ logo_URIs: {
1777
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1778
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1779
+ },
1780
+ images: [{
1781
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1782
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1783
+ }],
1784
+ traces: [{
1785
+ type: 'ibc',
1786
+ counterparty: {
1787
+ channel_id: 'channel-24',
1788
+ base_denom: 'p:udatom:30Jun2025',
1789
+ chain_name: 'pryzm'
1790
+ },
1791
+ chain: {
1792
+ channel_id: 'channel-71'
1793
+ }
1794
+ }]
1795
+ },
1796
+ {
1797
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
1798
+ denom_units: [{
1799
+ denom: 'ibc/40253F3DC44EAD3D42ED4CEAFEAED03BAC794DDFDD8AB69F827C2048EABC17FF',
1800
+ exponent: 0,
1801
+ aliases: ['p:udatom:31Dec2025']
1802
+ }, {
1803
+ denom: 'pdATOM31Dec2025',
1804
+ exponent: 6
1805
+ }],
1806
+ base: 'ibc/40253F3DC44EAD3D42ED4CEAFEAED03BAC794DDFDD8AB69F827C2048EABC17FF',
1807
+ name: 'pdAtom (31Dec2025)',
1808
+ display: 'pdATOM31Dec2025',
1809
+ symbol: 'pdATOM-31Dec2025',
1810
+ logo_URIs: {
1811
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1812
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1813
+ },
1814
+ images: [{
1815
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1816
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1817
+ }],
1818
+ traces: [{
1819
+ type: 'ibc',
1820
+ counterparty: {
1821
+ channel_id: 'channel-24',
1822
+ base_denom: 'p:udatom:31Dec2025',
1823
+ chain_name: 'pryzm'
1824
+ },
1825
+ chain: {
1826
+ channel_id: 'channel-71'
1827
+ }
1828
+ }]
1829
+ },
1728
1830
  {
1729
1831
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
1730
1832
  denom_units: [{
@@ -2439,6 +2541,108 @@ const assets = {
2439
2541
  }
2440
2542
  }]
2441
2543
  },
2544
+ {
2545
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
2546
+ denom_units: [{
2547
+ denom: 'ibc/6C7259CA7D8D34EAA3248232B866CC655531B3F518E6C78D9FA3E6BC46F3827B',
2548
+ exponent: 0,
2549
+ aliases: ['y:udatom:31Dec2024']
2550
+ }, {
2551
+ denom: 'ydATOM31Dec2024',
2552
+ exponent: 6
2553
+ }],
2554
+ base: 'ibc/6C7259CA7D8D34EAA3248232B866CC655531B3F518E6C78D9FA3E6BC46F3827B',
2555
+ name: 'ydAtom (31Dec2024)',
2556
+ display: 'ydATOM31Dec2024',
2557
+ symbol: 'ydATOM-31Dec2024',
2558
+ logo_URIs: {
2559
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2560
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2561
+ },
2562
+ images: [{
2563
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2564
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2565
+ }],
2566
+ traces: [{
2567
+ type: 'ibc',
2568
+ counterparty: {
2569
+ channel_id: 'channel-24',
2570
+ base_denom: 'y:udatom:31Dec2024',
2571
+ chain_name: 'pryzm'
2572
+ },
2573
+ chain: {
2574
+ channel_id: 'channel-71'
2575
+ }
2576
+ }]
2577
+ },
2578
+ {
2579
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
2580
+ denom_units: [{
2581
+ denom: 'ibc/C34A0AC01D9DFA5007A03DCF6437DA180F4A1EE5B70DC97D1AAA7CF97FE98F5C',
2582
+ exponent: 0,
2583
+ aliases: ['y:udatom:30Jun2025']
2584
+ }, {
2585
+ denom: 'ydATOM30Jun2025',
2586
+ exponent: 6
2587
+ }],
2588
+ base: 'ibc/C34A0AC01D9DFA5007A03DCF6437DA180F4A1EE5B70DC97D1AAA7CF97FE98F5C',
2589
+ name: 'ydAtom (30Jun2025)',
2590
+ display: 'ydATOM30Jun2025',
2591
+ symbol: 'ydATOM-30Jun2025',
2592
+ logo_URIs: {
2593
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2594
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2595
+ },
2596
+ images: [{
2597
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2598
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2599
+ }],
2600
+ traces: [{
2601
+ type: 'ibc',
2602
+ counterparty: {
2603
+ channel_id: 'channel-24',
2604
+ base_denom: 'y:udatom:30Jun2025',
2605
+ chain_name: 'pryzm'
2606
+ },
2607
+ chain: {
2608
+ channel_id: 'channel-71'
2609
+ }
2610
+ }]
2611
+ },
2612
+ {
2613
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
2614
+ denom_units: [{
2615
+ denom: 'ibc/3A5F3E3C794805896169B4DDD2988D1E66526E38D178FD9B12C316B876F1A98D',
2616
+ exponent: 0,
2617
+ aliases: ['y:udatom:31Dec2025']
2618
+ }, {
2619
+ denom: 'ydATOM31Dec2025',
2620
+ exponent: 6
2621
+ }],
2622
+ base: 'ibc/3A5F3E3C794805896169B4DDD2988D1E66526E38D178FD9B12C316B876F1A98D',
2623
+ name: 'ydAtom (31Dec2025)',
2624
+ display: 'ydATOM31Dec2025',
2625
+ symbol: 'ydATOM-31Dec2025',
2626
+ logo_URIs: {
2627
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2628
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2629
+ },
2630
+ images: [{
2631
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2632
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2633
+ }],
2634
+ traces: [{
2635
+ type: 'ibc',
2636
+ counterparty: {
2637
+ channel_id: 'channel-24',
2638
+ base_denom: 'y:udatom:31Dec2025',
2639
+ chain_name: 'pryzm'
2640
+ },
2641
+ chain: {
2642
+ channel_id: 'channel-71'
2643
+ }
2644
+ }]
2645
+ },
2442
2646
  {
2443
2647
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
2444
2648
  denom_units: [{
@@ -3187,6 +3391,74 @@ const assets = {
3187
3391
  }
3188
3392
  }]
3189
3393
  },
3394
+ {
3395
+ description: 'Pryzm\'s LP token for dATOM Yield pool',
3396
+ denom_units: [{
3397
+ denom: 'ibc/AAD3A7B28DD98F069B0E43B0D63480C0D39F690D1FCB9B99CA53E166C672170B',
3398
+ exponent: 0,
3399
+ aliases: ['lp:22:udatom']
3400
+ }, {
3401
+ denom: 'lp:22:datom',
3402
+ exponent: 6
3403
+ }],
3404
+ base: 'ibc/AAD3A7B28DD98F069B0E43B0D63480C0D39F690D1FCB9B99CA53E166C672170B',
3405
+ name: 'dATOM Yield LP',
3406
+ display: 'lp:22:datom',
3407
+ symbol: 'dATOM-YIELD-LP',
3408
+ logo_URIs: {
3409
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3410
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3411
+ },
3412
+ images: [{
3413
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3414
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3415
+ }],
3416
+ traces: [{
3417
+ type: 'ibc',
3418
+ counterparty: {
3419
+ channel_id: 'channel-24',
3420
+ base_denom: 'lp:22:udatom',
3421
+ chain_name: 'pryzm'
3422
+ },
3423
+ chain: {
3424
+ channel_id: 'channel-71'
3425
+ }
3426
+ }]
3427
+ },
3428
+ {
3429
+ description: 'Pryzm\'s LP token for dATOM Boost pool',
3430
+ denom_units: [{
3431
+ denom: 'ibc/D70A63EF2F083E7B097AD910B7D08B39B7410D5D7006638DB04209586E70F9A3',
3432
+ exponent: 0,
3433
+ aliases: ['lp:23:udatomypt-uatom']
3434
+ }, {
3435
+ denom: 'lp:23:datomypt-atom',
3436
+ exponent: 6
3437
+ }],
3438
+ base: 'ibc/D70A63EF2F083E7B097AD910B7D08B39B7410D5D7006638DB04209586E70F9A3',
3439
+ name: 'dATOM Boost LP',
3440
+ display: 'lp:23:datomypt-atom',
3441
+ symbol: 'dATOM-BOOST-LP',
3442
+ logo_URIs: {
3443
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3444
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3445
+ },
3446
+ images: [{
3447
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3448
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3449
+ }],
3450
+ traces: [{
3451
+ type: 'ibc',
3452
+ counterparty: {
3453
+ channel_id: 'channel-24',
3454
+ base_denom: 'lp:23:udatomypt-uatom',
3455
+ chain_name: 'pryzm'
3456
+ },
3457
+ chain: {
3458
+ channel_id: 'channel-71'
3459
+ }
3460
+ }]
3461
+ },
3190
3462
  {
3191
3463
  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.',
3192
3464
  denom_units: [{
@@ -4857,6 +5129,108 @@ const assets = {
4857
5129
  }
4858
5130
  }]
4859
5131
  },
5132
+ {
5133
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
5134
+ denom_units: [{
5135
+ denom: 'ibc/3693F37E71DB3A5641161D53BD8D6F98274674607DE98C3EC0C72314E25A8CF5',
5136
+ exponent: 0,
5137
+ aliases: ['p:udatom:31Dec2024']
5138
+ }, {
5139
+ denom: 'pdATOM31Dec2024',
5140
+ exponent: 6
5141
+ }],
5142
+ base: 'ibc/3693F37E71DB3A5641161D53BD8D6F98274674607DE98C3EC0C72314E25A8CF5',
5143
+ name: 'pdAtom (31Dec2024)',
5144
+ display: 'pdATOM31Dec2024',
5145
+ symbol: 'pdATOM-31Dec2024',
5146
+ logo_URIs: {
5147
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5148
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5149
+ },
5150
+ images: [{
5151
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5152
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5153
+ }],
5154
+ traces: [{
5155
+ type: 'ibc',
5156
+ counterparty: {
5157
+ channel_id: 'channel-24',
5158
+ base_denom: 'p:udatom:31Dec2024',
5159
+ chain_name: 'pryzm'
5160
+ },
5161
+ chain: {
5162
+ channel_id: 'channel-71'
5163
+ }
5164
+ }]
5165
+ },
5166
+ {
5167
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
5168
+ denom_units: [{
5169
+ denom: 'ibc/0BD395DD9DA6BE5256F4F1582D4B8B53122EA3C3D71122FC505C2511F52A88D7',
5170
+ exponent: 0,
5171
+ aliases: ['p:udatom:30Jun2025']
5172
+ }, {
5173
+ denom: 'pdATOM30Jun2025',
5174
+ exponent: 6
5175
+ }],
5176
+ base: 'ibc/0BD395DD9DA6BE5256F4F1582D4B8B53122EA3C3D71122FC505C2511F52A88D7',
5177
+ name: 'pdAtom (30Jun2025)',
5178
+ display: 'pdATOM30Jun2025',
5179
+ symbol: 'pdATOM-30Jun2025',
5180
+ logo_URIs: {
5181
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5182
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5183
+ },
5184
+ images: [{
5185
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5186
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5187
+ }],
5188
+ traces: [{
5189
+ type: 'ibc',
5190
+ counterparty: {
5191
+ channel_id: 'channel-24',
5192
+ base_denom: 'p:udatom:30Jun2025',
5193
+ chain_name: 'pryzm'
5194
+ },
5195
+ chain: {
5196
+ channel_id: 'channel-71'
5197
+ }
5198
+ }]
5199
+ },
5200
+ {
5201
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
5202
+ denom_units: [{
5203
+ denom: 'ibc/40253F3DC44EAD3D42ED4CEAFEAED03BAC794DDFDD8AB69F827C2048EABC17FF',
5204
+ exponent: 0,
5205
+ aliases: ['p:udatom:31Dec2025']
5206
+ }, {
5207
+ denom: 'pdATOM31Dec2025',
5208
+ exponent: 6
5209
+ }],
5210
+ base: 'ibc/40253F3DC44EAD3D42ED4CEAFEAED03BAC794DDFDD8AB69F827C2048EABC17FF',
5211
+ name: 'pdAtom (31Dec2025)',
5212
+ display: 'pdATOM31Dec2025',
5213
+ symbol: 'pdATOM-31Dec2025',
5214
+ logo_URIs: {
5215
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5216
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5217
+ },
5218
+ images: [{
5219
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5220
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5221
+ }],
5222
+ traces: [{
5223
+ type: 'ibc',
5224
+ counterparty: {
5225
+ channel_id: 'channel-24',
5226
+ base_denom: 'p:udatom:31Dec2025',
5227
+ chain_name: 'pryzm'
5228
+ },
5229
+ chain: {
5230
+ channel_id: 'channel-71'
5231
+ }
5232
+ }]
5233
+ },
4860
5234
  {
4861
5235
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
4862
5236
  denom_units: [{
@@ -5571,6 +5945,108 @@ const assets = {
5571
5945
  }
5572
5946
  }]
5573
5947
  },
5948
+ {
5949
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
5950
+ denom_units: [{
5951
+ denom: 'ibc/6C7259CA7D8D34EAA3248232B866CC655531B3F518E6C78D9FA3E6BC46F3827B',
5952
+ exponent: 0,
5953
+ aliases: ['y:udatom:31Dec2024']
5954
+ }, {
5955
+ denom: 'ydATOM31Dec2024',
5956
+ exponent: 6
5957
+ }],
5958
+ base: 'ibc/6C7259CA7D8D34EAA3248232B866CC655531B3F518E6C78D9FA3E6BC46F3827B',
5959
+ name: 'ydAtom (31Dec2024)',
5960
+ display: 'ydATOM31Dec2024',
5961
+ symbol: 'ydATOM-31Dec2024',
5962
+ logo_URIs: {
5963
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5964
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5965
+ },
5966
+ images: [{
5967
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5968
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5969
+ }],
5970
+ traces: [{
5971
+ type: 'ibc',
5972
+ counterparty: {
5973
+ channel_id: 'channel-24',
5974
+ base_denom: 'y:udatom:31Dec2024',
5975
+ chain_name: 'pryzm'
5976
+ },
5977
+ chain: {
5978
+ channel_id: 'channel-71'
5979
+ }
5980
+ }]
5981
+ },
5982
+ {
5983
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
5984
+ denom_units: [{
5985
+ denom: 'ibc/C34A0AC01D9DFA5007A03DCF6437DA180F4A1EE5B70DC97D1AAA7CF97FE98F5C',
5986
+ exponent: 0,
5987
+ aliases: ['y:udatom:30Jun2025']
5988
+ }, {
5989
+ denom: 'ydATOM30Jun2025',
5990
+ exponent: 6
5991
+ }],
5992
+ base: 'ibc/C34A0AC01D9DFA5007A03DCF6437DA180F4A1EE5B70DC97D1AAA7CF97FE98F5C',
5993
+ name: 'ydAtom (30Jun2025)',
5994
+ display: 'ydATOM30Jun2025',
5995
+ symbol: 'ydATOM-30Jun2025',
5996
+ logo_URIs: {
5997
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5998
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5999
+ },
6000
+ images: [{
6001
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6002
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6003
+ }],
6004
+ traces: [{
6005
+ type: 'ibc',
6006
+ counterparty: {
6007
+ channel_id: 'channel-24',
6008
+ base_denom: 'y:udatom:30Jun2025',
6009
+ chain_name: 'pryzm'
6010
+ },
6011
+ chain: {
6012
+ channel_id: 'channel-71'
6013
+ }
6014
+ }]
6015
+ },
6016
+ {
6017
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
6018
+ denom_units: [{
6019
+ denom: 'ibc/3A5F3E3C794805896169B4DDD2988D1E66526E38D178FD9B12C316B876F1A98D',
6020
+ exponent: 0,
6021
+ aliases: ['y:udatom:31Dec2025']
6022
+ }, {
6023
+ denom: 'ydATOM31Dec2025',
6024
+ exponent: 6
6025
+ }],
6026
+ base: 'ibc/3A5F3E3C794805896169B4DDD2988D1E66526E38D178FD9B12C316B876F1A98D',
6027
+ name: 'ydAtom (31Dec2025)',
6028
+ display: 'ydATOM31Dec2025',
6029
+ symbol: 'ydATOM-31Dec2025',
6030
+ logo_URIs: {
6031
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6032
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6033
+ },
6034
+ images: [{
6035
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6036
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6037
+ }],
6038
+ traces: [{
6039
+ type: 'ibc',
6040
+ counterparty: {
6041
+ channel_id: 'channel-24',
6042
+ base_denom: 'y:udatom:31Dec2025',
6043
+ chain_name: 'pryzm'
6044
+ },
6045
+ chain: {
6046
+ channel_id: 'channel-71'
6047
+ }
6048
+ }]
6049
+ },
5574
6050
  {
5575
6051
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
5576
6052
  denom_units: [{
@@ -6319,6 +6795,74 @@ const assets = {
6319
6795
  }
6320
6796
  }]
6321
6797
  },
6798
+ {
6799
+ description: 'Pryzm\'s LP token for dATOM Yield pool',
6800
+ denom_units: [{
6801
+ denom: 'ibc/AAD3A7B28DD98F069B0E43B0D63480C0D39F690D1FCB9B99CA53E166C672170B',
6802
+ exponent: 0,
6803
+ aliases: ['lp:22:udatom']
6804
+ }, {
6805
+ denom: 'lp:22:datom',
6806
+ exponent: 6
6807
+ }],
6808
+ base: 'ibc/AAD3A7B28DD98F069B0E43B0D63480C0D39F690D1FCB9B99CA53E166C672170B',
6809
+ name: 'dATOM Yield LP',
6810
+ display: 'lp:22:datom',
6811
+ symbol: 'dATOM-YIELD-LP',
6812
+ logo_URIs: {
6813
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6814
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6815
+ },
6816
+ images: [{
6817
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6818
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6819
+ }],
6820
+ traces: [{
6821
+ type: 'ibc',
6822
+ counterparty: {
6823
+ channel_id: 'channel-24',
6824
+ base_denom: 'lp:22:udatom',
6825
+ chain_name: 'pryzm'
6826
+ },
6827
+ chain: {
6828
+ channel_id: 'channel-71'
6829
+ }
6830
+ }]
6831
+ },
6832
+ {
6833
+ description: 'Pryzm\'s LP token for dATOM Boost pool',
6834
+ denom_units: [{
6835
+ denom: 'ibc/D70A63EF2F083E7B097AD910B7D08B39B7410D5D7006638DB04209586E70F9A3',
6836
+ exponent: 0,
6837
+ aliases: ['lp:23:udatomypt-uatom']
6838
+ }, {
6839
+ denom: 'lp:23:datomypt-atom',
6840
+ exponent: 6
6841
+ }],
6842
+ base: 'ibc/D70A63EF2F083E7B097AD910B7D08B39B7410D5D7006638DB04209586E70F9A3',
6843
+ name: 'dATOM Boost LP',
6844
+ display: 'lp:23:datomypt-atom',
6845
+ symbol: 'dATOM-BOOST-LP',
6846
+ logo_URIs: {
6847
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6848
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6849
+ },
6850
+ images: [{
6851
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6852
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6853
+ }],
6854
+ traces: [{
6855
+ type: 'ibc',
6856
+ counterparty: {
6857
+ channel_id: 'channel-24',
6858
+ base_denom: 'lp:23:udatomypt-uatom',
6859
+ chain_name: 'pryzm'
6860
+ },
6861
+ chain: {
6862
+ channel_id: 'channel-71'
6863
+ }
6864
+ }]
6865
+ },
6322
6866
  {
6323
6867
  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.',
6324
6868
  denom_units: [{
@@ -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';
package/mainnet/index.js CHANGED
@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.firmachain = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.doravota = exports.dig = exports.dhealth = exports.desmos = exports.decentr = exports.cudos = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.cerberus = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports._8ball = exports.solana = exports.ethereum = void 0;
27
- exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.migaloo = exports.microtick = exports.meme = exports.medasdigital = exports.mars = exports.mande = exports.lumnetwork = exports.lumenx = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = void 0;
28
- exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = void 0;
27
+ exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.migaloo = exports.microtick = exports.meme = exports.medasdigital = exports.mars = exports.mande = exports.lumnetwork = exports.lumenx = exports.lorenzo = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = void 0;
28
+ exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = void 0;
29
29
  exports.ethereum = __importStar(require("./ethereum"));
30
30
  exports.solana = __importStar(require("./solana"));
31
31
  exports._8ball = __importStar(require("./8ball"));
@@ -100,6 +100,7 @@ exports.kyve = __importStar(require("./kyve"));
100
100
  exports.lambda = __importStar(require("./lambda"));
101
101
  exports.lava = __importStar(require("./lava"));
102
102
  exports.likecoin = __importStar(require("./likecoin"));
103
+ exports.lorenzo = __importStar(require("./lorenzo"));
103
104
  exports.lumenx = __importStar(require("./lumenx"));
104
105
  exports.lumnetwork = __importStar(require("./lumnetwork"));
105
106
  exports.mande = __importStar(require("./mande"));