@chain-registry/assets 1.70.240 → 1.70.242

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