@chain-registry/assets 1.70.241 → 1.70.243

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 (65) hide show
  1. package/esm/mainnet/acrechain.js +6 -6
  2. package/esm/mainnet/akash.js +6 -6
  3. package/esm/mainnet/andromeda.js +6 -6
  4. package/esm/mainnet/archway.js +6 -6
  5. package/esm/mainnet/axelar.js +776 -6
  6. package/esm/mainnet/carbon.js +88 -6
  7. package/esm/mainnet/celestia.js +776 -6
  8. package/esm/mainnet/cheqd.js +6 -6
  9. package/esm/mainnet/comdex.js +6 -6
  10. package/esm/mainnet/composable.js +64 -0
  11. package/esm/mainnet/cosmoshub.js +776 -6
  12. package/esm/mainnet/crescent.js +6 -6
  13. package/esm/mainnet/decentr.js +6 -6
  14. package/esm/mainnet/dydx.js +776 -6
  15. package/esm/mainnet/furya.js +6 -6
  16. package/esm/mainnet/injective.js +776 -6
  17. package/esm/mainnet/juno.js +6 -6
  18. package/esm/mainnet/kava.js +6 -6
  19. package/esm/mainnet/kopi.js +6 -6
  20. package/esm/mainnet/kujira.js +88 -6
  21. package/esm/mainnet/migaloo.js +88 -6
  22. package/esm/mainnet/neutron.js +894 -42
  23. package/esm/mainnet/noble.js +776 -6
  24. package/esm/mainnet/osmosis.js +860 -8
  25. package/esm/mainnet/pryzm.js +6 -6
  26. package/esm/mainnet/quicksilver.js +6 -6
  27. package/esm/mainnet/secretnetwork.js +90 -8
  28. package/esm/mainnet/stafihub.js +6 -6
  29. package/esm/mainnet/stargaze.js +6 -6
  30. package/esm/mainnet/stride.js +776 -6
  31. package/esm/mainnet/terra.js +6 -6
  32. package/esm/mainnet/terra2.js +770 -0
  33. package/mainnet/acrechain.js +6 -6
  34. package/mainnet/akash.js +6 -6
  35. package/mainnet/andromeda.js +6 -6
  36. package/mainnet/archway.js +6 -6
  37. package/mainnet/axelar.js +776 -6
  38. package/mainnet/carbon.js +88 -6
  39. package/mainnet/celestia.js +776 -6
  40. package/mainnet/cheqd.js +6 -6
  41. package/mainnet/comdex.js +6 -6
  42. package/mainnet/composable.js +64 -0
  43. package/mainnet/cosmoshub.js +776 -6
  44. package/mainnet/crescent.js +6 -6
  45. package/mainnet/decentr.js +6 -6
  46. package/mainnet/dydx.js +776 -6
  47. package/mainnet/furya.js +6 -6
  48. package/mainnet/injective.js +776 -6
  49. package/mainnet/juno.js +6 -6
  50. package/mainnet/kava.js +6 -6
  51. package/mainnet/kopi.js +6 -6
  52. package/mainnet/kujira.js +88 -6
  53. package/mainnet/migaloo.js +88 -6
  54. package/mainnet/neutron.js +894 -42
  55. package/mainnet/noble.js +776 -6
  56. package/mainnet/osmosis.js +860 -8
  57. package/mainnet/pryzm.js +6 -6
  58. package/mainnet/quicksilver.js +6 -6
  59. package/mainnet/secretnetwork.js +90 -8
  60. package/mainnet/stafihub.js +6 -6
  61. package/mainnet/stargaze.js +6 -6
  62. package/mainnet/stride.js +776 -6
  63. package/mainnet/terra.js +6 -6
  64. package/mainnet/terra2.js +770 -0
  65. package/package.json +5 -5
@@ -3783,6 +3783,146 @@ const assets = {
3783
3783
  }
3784
3784
  }]
3785
3785
  },
3786
+ {
3787
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
3788
+ denom_units: [{
3789
+ denom: 'ibc/55122CEDE8E46B96E15399ADA23392BDFA5FBD8DD2E03114DD8690E8DFF61217',
3790
+ exponent: 0,
3791
+ aliases: ['p:ambtc:30Sep2025']
3792
+ }, {
3793
+ denom: 'pmBTC30Sep2025',
3794
+ exponent: 18
3795
+ }],
3796
+ base: 'ibc/55122CEDE8E46B96E15399ADA23392BDFA5FBD8DD2E03114DD8690E8DFF61217',
3797
+ name: 'pmBTC (30Sep2025)',
3798
+ display: 'pmBTC30Sep2025',
3799
+ symbol: 'pmBTC-30Sep2025',
3800
+ logo_URIs: {
3801
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
3802
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
3803
+ },
3804
+ images: [{
3805
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
3806
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
3807
+ }],
3808
+ type_asset: 'sdk.coin',
3809
+ traces: [{
3810
+ type: 'ibc',
3811
+ counterparty: {
3812
+ channel_id: 'channel-3',
3813
+ base_denom: 'p:ambtc:30Sep2025',
3814
+ chain_name: 'pryzm'
3815
+ },
3816
+ chain: {
3817
+ channel_id: 'channel-34'
3818
+ }
3819
+ }]
3820
+ },
3821
+ {
3822
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
3823
+ denom_units: [{
3824
+ denom: 'ibc/BCF20D648758EA3C26924DF2586B1B873483EC37D868E0611EE283AE4F5FFCE8',
3825
+ exponent: 0,
3826
+ aliases: ['p:ambtc:31Dec2025']
3827
+ }, {
3828
+ denom: 'pmBTC31Dec2025',
3829
+ exponent: 18
3830
+ }],
3831
+ base: 'ibc/BCF20D648758EA3C26924DF2586B1B873483EC37D868E0611EE283AE4F5FFCE8',
3832
+ name: 'pmBTC (31Dec2025)',
3833
+ display: 'pmBTC31Dec2025',
3834
+ symbol: 'pmBTC-31Dec2025',
3835
+ logo_URIs: {
3836
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
3837
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
3838
+ },
3839
+ images: [{
3840
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
3841
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
3842
+ }],
3843
+ type_asset: 'sdk.coin',
3844
+ traces: [{
3845
+ type: 'ibc',
3846
+ counterparty: {
3847
+ channel_id: 'channel-3',
3848
+ base_denom: 'p:ambtc:31Dec2025',
3849
+ chain_name: 'pryzm'
3850
+ },
3851
+ chain: {
3852
+ channel_id: 'channel-34'
3853
+ }
3854
+ }]
3855
+ },
3856
+ {
3857
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
3858
+ denom_units: [{
3859
+ denom: 'ibc/620BAADAE9821BD042A1D8771E6D27B2510525298333CC91E3FDB9EA17715040',
3860
+ exponent: 0,
3861
+ aliases: ['p:ambtc:31Mar2026']
3862
+ }, {
3863
+ denom: 'pmBTC31Mar2026',
3864
+ exponent: 18
3865
+ }],
3866
+ base: 'ibc/620BAADAE9821BD042A1D8771E6D27B2510525298333CC91E3FDB9EA17715040',
3867
+ name: 'pmBTC (31Mar2026)',
3868
+ display: 'pmBTC31Mar2026',
3869
+ symbol: 'pmBTC-31Mar2026',
3870
+ logo_URIs: {
3871
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
3872
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
3873
+ },
3874
+ images: [{
3875
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
3876
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
3877
+ }],
3878
+ type_asset: 'sdk.coin',
3879
+ traces: [{
3880
+ type: 'ibc',
3881
+ counterparty: {
3882
+ channel_id: 'channel-3',
3883
+ base_denom: 'p:ambtc:31Mar2026',
3884
+ chain_name: 'pryzm'
3885
+ },
3886
+ chain: {
3887
+ channel_id: 'channel-34'
3888
+ }
3889
+ }]
3890
+ },
3891
+ {
3892
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
3893
+ denom_units: [{
3894
+ denom: 'ibc/10F3383D1C2BDBB8D94C4561928635A39D289AE809B7888DA7DE5382EEF9FE89',
3895
+ exponent: 0,
3896
+ aliases: ['p:ambtc:30Jun2026']
3897
+ }, {
3898
+ denom: 'pmBTC30Jun2026',
3899
+ exponent: 18
3900
+ }],
3901
+ base: 'ibc/10F3383D1C2BDBB8D94C4561928635A39D289AE809B7888DA7DE5382EEF9FE89',
3902
+ name: 'pmBTC (30Jun2026)',
3903
+ display: 'pmBTC30Jun2026',
3904
+ symbol: 'pmBTC-30Jun2026',
3905
+ logo_URIs: {
3906
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
3907
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
3908
+ },
3909
+ images: [{
3910
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
3911
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
3912
+ }],
3913
+ type_asset: 'sdk.coin',
3914
+ traces: [{
3915
+ type: 'ibc',
3916
+ counterparty: {
3917
+ channel_id: 'channel-3',
3918
+ base_denom: 'p:ambtc:30Jun2026',
3919
+ chain_name: 'pryzm'
3920
+ },
3921
+ chain: {
3922
+ channel_id: 'channel-34'
3923
+ }
3924
+ }]
3925
+ },
3786
3926
  {
3787
3927
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
3788
3928
  denom_units: [{
@@ -6338,6 +6478,146 @@ const assets = {
6338
6478
  }
6339
6479
  }]
6340
6480
  },
6481
+ {
6482
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
6483
+ denom_units: [{
6484
+ denom: 'ibc/E0AB55EB8B4D1B3F002F003CFAEBBBED82B054C80F38556862D177940B22D6C7',
6485
+ exponent: 0,
6486
+ aliases: ['y:ambtc:30Sep2025']
6487
+ }, {
6488
+ denom: 'ymBTC30Sep2025',
6489
+ exponent: 18
6490
+ }],
6491
+ base: 'ibc/E0AB55EB8B4D1B3F002F003CFAEBBBED82B054C80F38556862D177940B22D6C7',
6492
+ name: 'ymBTC (30Sep2025)',
6493
+ display: 'ymBTC30Sep2025',
6494
+ symbol: 'ymBTC-30Sep2025',
6495
+ logo_URIs: {
6496
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6497
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6498
+ },
6499
+ images: [{
6500
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6501
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6502
+ }],
6503
+ type_asset: 'sdk.coin',
6504
+ traces: [{
6505
+ type: 'ibc',
6506
+ counterparty: {
6507
+ channel_id: 'channel-3',
6508
+ base_denom: 'y:ambtc:30Sep2025',
6509
+ chain_name: 'pryzm'
6510
+ },
6511
+ chain: {
6512
+ channel_id: 'channel-34'
6513
+ }
6514
+ }]
6515
+ },
6516
+ {
6517
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
6518
+ denom_units: [{
6519
+ denom: 'ibc/609FBEB31B7A23651E1827DB49FBFEDACBD57A85AAAD05CA591C4AD5F8B33C2F',
6520
+ exponent: 0,
6521
+ aliases: ['y:ambtc:31Dec2025']
6522
+ }, {
6523
+ denom: 'ymBTC31Dec2025',
6524
+ exponent: 18
6525
+ }],
6526
+ base: 'ibc/609FBEB31B7A23651E1827DB49FBFEDACBD57A85AAAD05CA591C4AD5F8B33C2F',
6527
+ name: 'ymBTC (31Dec2025)',
6528
+ display: 'ymBTC31Dec2025',
6529
+ symbol: 'ymBTC-31Dec2025',
6530
+ logo_URIs: {
6531
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6532
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6533
+ },
6534
+ images: [{
6535
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6536
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6537
+ }],
6538
+ type_asset: 'sdk.coin',
6539
+ traces: [{
6540
+ type: 'ibc',
6541
+ counterparty: {
6542
+ channel_id: 'channel-3',
6543
+ base_denom: 'y:ambtc:31Dec2025',
6544
+ chain_name: 'pryzm'
6545
+ },
6546
+ chain: {
6547
+ channel_id: 'channel-34'
6548
+ }
6549
+ }]
6550
+ },
6551
+ {
6552
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
6553
+ denom_units: [{
6554
+ denom: 'ibc/FA800F39FF833AF8760A66E495FF58C88DCE0E35A93F5E83264D4754BC736BB1',
6555
+ exponent: 0,
6556
+ aliases: ['y:ambtc:31Mar2026']
6557
+ }, {
6558
+ denom: 'ymBTC31Mar2026',
6559
+ exponent: 18
6560
+ }],
6561
+ base: 'ibc/FA800F39FF833AF8760A66E495FF58C88DCE0E35A93F5E83264D4754BC736BB1',
6562
+ name: 'ymBTC (31Mar2026)',
6563
+ display: 'ymBTC31Mar2026',
6564
+ symbol: 'ymBTC-31Mar2026',
6565
+ logo_URIs: {
6566
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6567
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6568
+ },
6569
+ images: [{
6570
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6571
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6572
+ }],
6573
+ type_asset: 'sdk.coin',
6574
+ traces: [{
6575
+ type: 'ibc',
6576
+ counterparty: {
6577
+ channel_id: 'channel-3',
6578
+ base_denom: 'y:ambtc:31Mar2026',
6579
+ chain_name: 'pryzm'
6580
+ },
6581
+ chain: {
6582
+ channel_id: 'channel-34'
6583
+ }
6584
+ }]
6585
+ },
6586
+ {
6587
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
6588
+ denom_units: [{
6589
+ denom: 'ibc/DCEBFB058EBDBA0FCB75A1AA361B2A540784B0C2760F66535FA48C661B023DC1',
6590
+ exponent: 0,
6591
+ aliases: ['y:ambtc:30Jun2026']
6592
+ }, {
6593
+ denom: 'ymBTC30Jun2026',
6594
+ exponent: 18
6595
+ }],
6596
+ base: 'ibc/DCEBFB058EBDBA0FCB75A1AA361B2A540784B0C2760F66535FA48C661B023DC1',
6597
+ name: 'ymBTC (30Jun2026)',
6598
+ display: 'ymBTC30Jun2026',
6599
+ symbol: 'ymBTC-30Jun2026',
6600
+ logo_URIs: {
6601
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6602
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6603
+ },
6604
+ images: [{
6605
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6606
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6607
+ }],
6608
+ type_asset: 'sdk.coin',
6609
+ traces: [{
6610
+ type: 'ibc',
6611
+ counterparty: {
6612
+ channel_id: 'channel-3',
6613
+ base_denom: 'y:ambtc:30Jun2026',
6614
+ chain_name: 'pryzm'
6615
+ },
6616
+ chain: {
6617
+ channel_id: 'channel-34'
6618
+ }
6619
+ }]
6620
+ },
6341
6621
  {
6342
6622
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
6343
6623
  denom_units: [{
@@ -7423,6 +7703,111 @@ const assets = {
7423
7703
  }
7424
7704
  }]
7425
7705
  },
7706
+ {
7707
+ description: 'Pryzm\'s LP token for mBTC Yield pool',
7708
+ denom_units: [{
7709
+ denom: 'ibc/1D9660ACA53EA5386CF215C1A53DA0729F80D15C10BE618B5FE3C3C708CBED6B',
7710
+ exponent: 0,
7711
+ aliases: ['lp:38:ambtc']
7712
+ }, {
7713
+ denom: 'lp:38:mbtc',
7714
+ exponent: 18
7715
+ }],
7716
+ base: 'ibc/1D9660ACA53EA5386CF215C1A53DA0729F80D15C10BE618B5FE3C3C708CBED6B',
7717
+ name: 'mBTC Yield LP',
7718
+ display: 'lp:38:mbtc',
7719
+ symbol: 'mBTC-YIELD-LP',
7720
+ logo_URIs: {
7721
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7722
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7723
+ },
7724
+ images: [{
7725
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7726
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7727
+ }],
7728
+ type_asset: 'sdk.coin',
7729
+ traces: [{
7730
+ type: 'ibc',
7731
+ counterparty: {
7732
+ channel_id: 'channel-3',
7733
+ base_denom: 'lp:38:ambtc',
7734
+ chain_name: 'pryzm'
7735
+ },
7736
+ chain: {
7737
+ channel_id: 'channel-34'
7738
+ }
7739
+ }]
7740
+ },
7741
+ {
7742
+ description: 'Pryzm\'s LP token for mBTC Boost pool',
7743
+ denom_units: [{
7744
+ denom: 'ibc/C63208F64DE1BB9854018FF4DF59444A726843CAD6D2D6C51867AFF071B5CC55',
7745
+ exponent: 0,
7746
+ aliases: ['lp:39:ambtcypt-wsat']
7747
+ }, {
7748
+ denom: 'lp:39:mbtcypt-wbtc',
7749
+ exponent: 18
7750
+ }],
7751
+ base: 'ibc/C63208F64DE1BB9854018FF4DF59444A726843CAD6D2D6C51867AFF071B5CC55',
7752
+ name: 'mBTC Boost LP',
7753
+ display: 'lp:39:mbtcypt-wbtc',
7754
+ symbol: 'mBTC-BOOST-LP',
7755
+ logo_URIs: {
7756
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7757
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7758
+ },
7759
+ images: [{
7760
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7761
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7762
+ }],
7763
+ type_asset: 'sdk.coin',
7764
+ traces: [{
7765
+ type: 'ibc',
7766
+ counterparty: {
7767
+ channel_id: 'channel-3',
7768
+ base_denom: 'lp:39:ambtcypt-wsat',
7769
+ chain_name: 'pryzm'
7770
+ },
7771
+ chain: {
7772
+ channel_id: 'channel-34'
7773
+ }
7774
+ }]
7775
+ },
7776
+ {
7777
+ description: 'Pryzm\'s LP token for WBTC / USDC pool',
7778
+ denom_units: [{
7779
+ denom: 'ibc/12854F5D2F62409C0B61EB2C6C5F92454DB163378EF1C97C1B9E913265EF1419',
7780
+ exponent: 0,
7781
+ aliases: ['lp:40:wsat-uusdc']
7782
+ }, {
7783
+ denom: 'lp:40:wbtc-usdc',
7784
+ exponent: 18
7785
+ }],
7786
+ base: 'ibc/12854F5D2F62409C0B61EB2C6C5F92454DB163378EF1C97C1B9E913265EF1419',
7787
+ name: 'WBTC / USDC LP',
7788
+ display: 'lp:40:wbtc-usdc',
7789
+ symbol: 'WBTC-USDC-LP',
7790
+ logo_URIs: {
7791
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7792
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7793
+ },
7794
+ images: [{
7795
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7796
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7797
+ }],
7798
+ type_asset: 'sdk.coin',
7799
+ traces: [{
7800
+ type: 'ibc',
7801
+ counterparty: {
7802
+ channel_id: 'channel-3',
7803
+ base_denom: 'lp:40:wsat-uusdc',
7804
+ chain_name: 'pryzm'
7805
+ },
7806
+ chain: {
7807
+ channel_id: 'channel-34'
7808
+ }
7809
+ }]
7810
+ },
7426
7811
  {
7427
7812
  description: 'QCK - native token of Quicksilver',
7428
7813
  denom_units: [{
@@ -7592,7 +7977,7 @@ const assets = {
7592
7977
  }]
7593
7978
  },
7594
7979
  {
7595
- description: 'The native staking token of Terra.',
7980
+ description: 'The native staking token of Terra Phoenix.',
7596
7981
  denom_units: [{
7597
7982
  denom: 'ibc/70541FE5CA74E84F51753FC9CABC86E88FBC8874EF554882F4E0407137C2E0E3',
7598
7983
  exponent: 0,
@@ -7618,8 +8003,8 @@ const assets = {
7618
8003
  }
7619
8004
  }],
7620
8005
  socials: {
7621
- website: 'https://www.terra.money/',
7622
- twitter: 'https://twitter.com/terra_money'
8006
+ website: 'https://www.phoenix.money/',
8007
+ twitter: 'https://twitter.com/phoenix_dir'
7623
8008
  },
7624
8009
  type_asset: 'sdk.coin',
7625
8010
  traces: [{
@@ -11367,6 +11752,146 @@ const assets = {
11367
11752
  }
11368
11753
  }]
11369
11754
  },
11755
+ {
11756
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
11757
+ denom_units: [{
11758
+ denom: 'ibc/55122CEDE8E46B96E15399ADA23392BDFA5FBD8DD2E03114DD8690E8DFF61217',
11759
+ exponent: 0,
11760
+ aliases: ['p:ambtc:30Sep2025']
11761
+ }, {
11762
+ denom: 'pmBTC30Sep2025',
11763
+ exponent: 18
11764
+ }],
11765
+ base: 'ibc/55122CEDE8E46B96E15399ADA23392BDFA5FBD8DD2E03114DD8690E8DFF61217',
11766
+ name: 'pmBTC (30Sep2025)',
11767
+ display: 'pmBTC30Sep2025',
11768
+ symbol: 'pmBTC-30Sep2025',
11769
+ logo_URIs: {
11770
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11771
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11772
+ },
11773
+ images: [{
11774
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11775
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11776
+ }],
11777
+ type_asset: 'sdk.coin',
11778
+ traces: [{
11779
+ type: 'ibc',
11780
+ counterparty: {
11781
+ channel_id: 'channel-3',
11782
+ base_denom: 'p:ambtc:30Sep2025',
11783
+ chain_name: 'pryzm'
11784
+ },
11785
+ chain: {
11786
+ channel_id: 'channel-34'
11787
+ }
11788
+ }]
11789
+ },
11790
+ {
11791
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
11792
+ denom_units: [{
11793
+ denom: 'ibc/BCF20D648758EA3C26924DF2586B1B873483EC37D868E0611EE283AE4F5FFCE8',
11794
+ exponent: 0,
11795
+ aliases: ['p:ambtc:31Dec2025']
11796
+ }, {
11797
+ denom: 'pmBTC31Dec2025',
11798
+ exponent: 18
11799
+ }],
11800
+ base: 'ibc/BCF20D648758EA3C26924DF2586B1B873483EC37D868E0611EE283AE4F5FFCE8',
11801
+ name: 'pmBTC (31Dec2025)',
11802
+ display: 'pmBTC31Dec2025',
11803
+ symbol: 'pmBTC-31Dec2025',
11804
+ logo_URIs: {
11805
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11806
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11807
+ },
11808
+ images: [{
11809
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11810
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11811
+ }],
11812
+ type_asset: 'sdk.coin',
11813
+ traces: [{
11814
+ type: 'ibc',
11815
+ counterparty: {
11816
+ channel_id: 'channel-3',
11817
+ base_denom: 'p:ambtc:31Dec2025',
11818
+ chain_name: 'pryzm'
11819
+ },
11820
+ chain: {
11821
+ channel_id: 'channel-34'
11822
+ }
11823
+ }]
11824
+ },
11825
+ {
11826
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
11827
+ denom_units: [{
11828
+ denom: 'ibc/620BAADAE9821BD042A1D8771E6D27B2510525298333CC91E3FDB9EA17715040',
11829
+ exponent: 0,
11830
+ aliases: ['p:ambtc:31Mar2026']
11831
+ }, {
11832
+ denom: 'pmBTC31Mar2026',
11833
+ exponent: 18
11834
+ }],
11835
+ base: 'ibc/620BAADAE9821BD042A1D8771E6D27B2510525298333CC91E3FDB9EA17715040',
11836
+ name: 'pmBTC (31Mar2026)',
11837
+ display: 'pmBTC31Mar2026',
11838
+ symbol: 'pmBTC-31Mar2026',
11839
+ logo_URIs: {
11840
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11841
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11842
+ },
11843
+ images: [{
11844
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11845
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11846
+ }],
11847
+ type_asset: 'sdk.coin',
11848
+ traces: [{
11849
+ type: 'ibc',
11850
+ counterparty: {
11851
+ channel_id: 'channel-3',
11852
+ base_denom: 'p:ambtc:31Mar2026',
11853
+ chain_name: 'pryzm'
11854
+ },
11855
+ chain: {
11856
+ channel_id: 'channel-34'
11857
+ }
11858
+ }]
11859
+ },
11860
+ {
11861
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
11862
+ denom_units: [{
11863
+ denom: 'ibc/10F3383D1C2BDBB8D94C4561928635A39D289AE809B7888DA7DE5382EEF9FE89',
11864
+ exponent: 0,
11865
+ aliases: ['p:ambtc:30Jun2026']
11866
+ }, {
11867
+ denom: 'pmBTC30Jun2026',
11868
+ exponent: 18
11869
+ }],
11870
+ base: 'ibc/10F3383D1C2BDBB8D94C4561928635A39D289AE809B7888DA7DE5382EEF9FE89',
11871
+ name: 'pmBTC (30Jun2026)',
11872
+ display: 'pmBTC30Jun2026',
11873
+ symbol: 'pmBTC-30Jun2026',
11874
+ logo_URIs: {
11875
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11876
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11877
+ },
11878
+ images: [{
11879
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11880
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11881
+ }],
11882
+ type_asset: 'sdk.coin',
11883
+ traces: [{
11884
+ type: 'ibc',
11885
+ counterparty: {
11886
+ channel_id: 'channel-3',
11887
+ base_denom: 'p:ambtc:30Jun2026',
11888
+ chain_name: 'pryzm'
11889
+ },
11890
+ chain: {
11891
+ channel_id: 'channel-34'
11892
+ }
11893
+ }]
11894
+ },
11370
11895
  {
11371
11896
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
11372
11897
  denom_units: [{
@@ -13922,6 +14447,146 @@ const assets = {
13922
14447
  }
13923
14448
  }]
13924
14449
  },
14450
+ {
14451
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
14452
+ denom_units: [{
14453
+ denom: 'ibc/E0AB55EB8B4D1B3F002F003CFAEBBBED82B054C80F38556862D177940B22D6C7',
14454
+ exponent: 0,
14455
+ aliases: ['y:ambtc:30Sep2025']
14456
+ }, {
14457
+ denom: 'ymBTC30Sep2025',
14458
+ exponent: 18
14459
+ }],
14460
+ base: 'ibc/E0AB55EB8B4D1B3F002F003CFAEBBBED82B054C80F38556862D177940B22D6C7',
14461
+ name: 'ymBTC (30Sep2025)',
14462
+ display: 'ymBTC30Sep2025',
14463
+ symbol: 'ymBTC-30Sep2025',
14464
+ logo_URIs: {
14465
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14466
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14467
+ },
14468
+ images: [{
14469
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14470
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14471
+ }],
14472
+ type_asset: 'sdk.coin',
14473
+ traces: [{
14474
+ type: 'ibc',
14475
+ counterparty: {
14476
+ channel_id: 'channel-3',
14477
+ base_denom: 'y:ambtc:30Sep2025',
14478
+ chain_name: 'pryzm'
14479
+ },
14480
+ chain: {
14481
+ channel_id: 'channel-34'
14482
+ }
14483
+ }]
14484
+ },
14485
+ {
14486
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
14487
+ denom_units: [{
14488
+ denom: 'ibc/609FBEB31B7A23651E1827DB49FBFEDACBD57A85AAAD05CA591C4AD5F8B33C2F',
14489
+ exponent: 0,
14490
+ aliases: ['y:ambtc:31Dec2025']
14491
+ }, {
14492
+ denom: 'ymBTC31Dec2025',
14493
+ exponent: 18
14494
+ }],
14495
+ base: 'ibc/609FBEB31B7A23651E1827DB49FBFEDACBD57A85AAAD05CA591C4AD5F8B33C2F',
14496
+ name: 'ymBTC (31Dec2025)',
14497
+ display: 'ymBTC31Dec2025',
14498
+ symbol: 'ymBTC-31Dec2025',
14499
+ logo_URIs: {
14500
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14501
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14502
+ },
14503
+ images: [{
14504
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14505
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14506
+ }],
14507
+ type_asset: 'sdk.coin',
14508
+ traces: [{
14509
+ type: 'ibc',
14510
+ counterparty: {
14511
+ channel_id: 'channel-3',
14512
+ base_denom: 'y:ambtc:31Dec2025',
14513
+ chain_name: 'pryzm'
14514
+ },
14515
+ chain: {
14516
+ channel_id: 'channel-34'
14517
+ }
14518
+ }]
14519
+ },
14520
+ {
14521
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
14522
+ denom_units: [{
14523
+ denom: 'ibc/FA800F39FF833AF8760A66E495FF58C88DCE0E35A93F5E83264D4754BC736BB1',
14524
+ exponent: 0,
14525
+ aliases: ['y:ambtc:31Mar2026']
14526
+ }, {
14527
+ denom: 'ymBTC31Mar2026',
14528
+ exponent: 18
14529
+ }],
14530
+ base: 'ibc/FA800F39FF833AF8760A66E495FF58C88DCE0E35A93F5E83264D4754BC736BB1',
14531
+ name: 'ymBTC (31Mar2026)',
14532
+ display: 'ymBTC31Mar2026',
14533
+ symbol: 'ymBTC-31Mar2026',
14534
+ logo_URIs: {
14535
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14536
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14537
+ },
14538
+ images: [{
14539
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14540
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14541
+ }],
14542
+ type_asset: 'sdk.coin',
14543
+ traces: [{
14544
+ type: 'ibc',
14545
+ counterparty: {
14546
+ channel_id: 'channel-3',
14547
+ base_denom: 'y:ambtc:31Mar2026',
14548
+ chain_name: 'pryzm'
14549
+ },
14550
+ chain: {
14551
+ channel_id: 'channel-34'
14552
+ }
14553
+ }]
14554
+ },
14555
+ {
14556
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
14557
+ denom_units: [{
14558
+ denom: 'ibc/DCEBFB058EBDBA0FCB75A1AA361B2A540784B0C2760F66535FA48C661B023DC1',
14559
+ exponent: 0,
14560
+ aliases: ['y:ambtc:30Jun2026']
14561
+ }, {
14562
+ denom: 'ymBTC30Jun2026',
14563
+ exponent: 18
14564
+ }],
14565
+ base: 'ibc/DCEBFB058EBDBA0FCB75A1AA361B2A540784B0C2760F66535FA48C661B023DC1',
14566
+ name: 'ymBTC (30Jun2026)',
14567
+ display: 'ymBTC30Jun2026',
14568
+ symbol: 'ymBTC-30Jun2026',
14569
+ logo_URIs: {
14570
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14571
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14572
+ },
14573
+ images: [{
14574
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14575
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14576
+ }],
14577
+ type_asset: 'sdk.coin',
14578
+ traces: [{
14579
+ type: 'ibc',
14580
+ counterparty: {
14581
+ channel_id: 'channel-3',
14582
+ base_denom: 'y:ambtc:30Jun2026',
14583
+ chain_name: 'pryzm'
14584
+ },
14585
+ chain: {
14586
+ channel_id: 'channel-34'
14587
+ }
14588
+ }]
14589
+ },
13925
14590
  {
13926
14591
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
13927
14592
  denom_units: [{
@@ -15007,6 +15672,111 @@ const assets = {
15007
15672
  }
15008
15673
  }]
15009
15674
  },
15675
+ {
15676
+ description: 'Pryzm\'s LP token for mBTC Yield pool',
15677
+ denom_units: [{
15678
+ denom: 'ibc/1D9660ACA53EA5386CF215C1A53DA0729F80D15C10BE618B5FE3C3C708CBED6B',
15679
+ exponent: 0,
15680
+ aliases: ['lp:38:ambtc']
15681
+ }, {
15682
+ denom: 'lp:38:mbtc',
15683
+ exponent: 18
15684
+ }],
15685
+ base: 'ibc/1D9660ACA53EA5386CF215C1A53DA0729F80D15C10BE618B5FE3C3C708CBED6B',
15686
+ name: 'mBTC Yield LP',
15687
+ display: 'lp:38:mbtc',
15688
+ symbol: 'mBTC-YIELD-LP',
15689
+ logo_URIs: {
15690
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15691
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15692
+ },
15693
+ images: [{
15694
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15695
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15696
+ }],
15697
+ type_asset: 'sdk.coin',
15698
+ traces: [{
15699
+ type: 'ibc',
15700
+ counterparty: {
15701
+ channel_id: 'channel-3',
15702
+ base_denom: 'lp:38:ambtc',
15703
+ chain_name: 'pryzm'
15704
+ },
15705
+ chain: {
15706
+ channel_id: 'channel-34'
15707
+ }
15708
+ }]
15709
+ },
15710
+ {
15711
+ description: 'Pryzm\'s LP token for mBTC Boost pool',
15712
+ denom_units: [{
15713
+ denom: 'ibc/C63208F64DE1BB9854018FF4DF59444A726843CAD6D2D6C51867AFF071B5CC55',
15714
+ exponent: 0,
15715
+ aliases: ['lp:39:ambtcypt-wsat']
15716
+ }, {
15717
+ denom: 'lp:39:mbtcypt-wbtc',
15718
+ exponent: 18
15719
+ }],
15720
+ base: 'ibc/C63208F64DE1BB9854018FF4DF59444A726843CAD6D2D6C51867AFF071B5CC55',
15721
+ name: 'mBTC Boost LP',
15722
+ display: 'lp:39:mbtcypt-wbtc',
15723
+ symbol: 'mBTC-BOOST-LP',
15724
+ logo_URIs: {
15725
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15726
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15727
+ },
15728
+ images: [{
15729
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15730
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15731
+ }],
15732
+ type_asset: 'sdk.coin',
15733
+ traces: [{
15734
+ type: 'ibc',
15735
+ counterparty: {
15736
+ channel_id: 'channel-3',
15737
+ base_denom: 'lp:39:ambtcypt-wsat',
15738
+ chain_name: 'pryzm'
15739
+ },
15740
+ chain: {
15741
+ channel_id: 'channel-34'
15742
+ }
15743
+ }]
15744
+ },
15745
+ {
15746
+ description: 'Pryzm\'s LP token for WBTC / USDC pool',
15747
+ denom_units: [{
15748
+ denom: 'ibc/12854F5D2F62409C0B61EB2C6C5F92454DB163378EF1C97C1B9E913265EF1419',
15749
+ exponent: 0,
15750
+ aliases: ['lp:40:wsat-uusdc']
15751
+ }, {
15752
+ denom: 'lp:40:wbtc-usdc',
15753
+ exponent: 18
15754
+ }],
15755
+ base: 'ibc/12854F5D2F62409C0B61EB2C6C5F92454DB163378EF1C97C1B9E913265EF1419',
15756
+ name: 'WBTC / USDC LP',
15757
+ display: 'lp:40:wbtc-usdc',
15758
+ symbol: 'WBTC-USDC-LP',
15759
+ logo_URIs: {
15760
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15761
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15762
+ },
15763
+ images: [{
15764
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15765
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15766
+ }],
15767
+ type_asset: 'sdk.coin',
15768
+ traces: [{
15769
+ type: 'ibc',
15770
+ counterparty: {
15771
+ channel_id: 'channel-3',
15772
+ base_denom: 'lp:40:wsat-uusdc',
15773
+ chain_name: 'pryzm'
15774
+ },
15775
+ chain: {
15776
+ channel_id: 'channel-34'
15777
+ }
15778
+ }]
15779
+ },
15010
15780
  {
15011
15781
  description: 'QCK - native token of Quicksilver',
15012
15782
  denom_units: [{
@@ -15176,7 +15946,7 @@ const assets = {
15176
15946
  }]
15177
15947
  },
15178
15948
  {
15179
- description: 'The native staking token of Terra.',
15949
+ description: 'The native staking token of Terra Phoenix.',
15180
15950
  denom_units: [{
15181
15951
  denom: 'ibc/70541FE5CA74E84F51753FC9CABC86E88FBC8874EF554882F4E0407137C2E0E3',
15182
15952
  exponent: 0,
@@ -15202,8 +15972,8 @@ const assets = {
15202
15972
  }
15203
15973
  }],
15204
15974
  socials: {
15205
- website: 'https://www.terra.money/',
15206
- twitter: 'https://twitter.com/terra_money'
15975
+ website: 'https://www.phoenix.money/',
15976
+ twitter: 'https://twitter.com/phoenix_dir'
15207
15977
  },
15208
15978
  type_asset: 'sdk.coin',
15209
15979
  traces: [{