@chain-registry/assets 1.70.241 → 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
package/mainnet/axelar.js CHANGED
@@ -5732,6 +5732,146 @@ const assets = {
5732
5732
  }
5733
5733
  }]
5734
5734
  },
5735
+ {
5736
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
5737
+ denom_units: [{
5738
+ denom: 'ibc/0CF3BC20AC707E31726D6E83165FED12DDB7841F29610212CB4356EE77A7C530',
5739
+ exponent: 0,
5740
+ aliases: ['p:ambtc:30Sep2025']
5741
+ }, {
5742
+ denom: 'pmBTC30Sep2025',
5743
+ exponent: 18
5744
+ }],
5745
+ base: 'ibc/0CF3BC20AC707E31726D6E83165FED12DDB7841F29610212CB4356EE77A7C530',
5746
+ name: 'pmBTC (30Sep2025)',
5747
+ display: 'pmBTC30Sep2025',
5748
+ symbol: 'pmBTC-30Sep2025',
5749
+ logo_URIs: {
5750
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5751
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5752
+ },
5753
+ images: [{
5754
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5755
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5756
+ }],
5757
+ type_asset: 'sdk.coin',
5758
+ traces: [{
5759
+ type: 'ibc',
5760
+ counterparty: {
5761
+ channel_id: 'channel-13',
5762
+ base_denom: 'p:ambtc:30Sep2025',
5763
+ chain_name: 'pryzm'
5764
+ },
5765
+ chain: {
5766
+ channel_id: 'channel-155'
5767
+ }
5768
+ }]
5769
+ },
5770
+ {
5771
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
5772
+ denom_units: [{
5773
+ denom: 'ibc/C1032F1BD0ED5FD14685D7376130CC35FCE8024EB816FA6C3F9C7C49003B6F07',
5774
+ exponent: 0,
5775
+ aliases: ['p:ambtc:31Dec2025']
5776
+ }, {
5777
+ denom: 'pmBTC31Dec2025',
5778
+ exponent: 18
5779
+ }],
5780
+ base: 'ibc/C1032F1BD0ED5FD14685D7376130CC35FCE8024EB816FA6C3F9C7C49003B6F07',
5781
+ name: 'pmBTC (31Dec2025)',
5782
+ display: 'pmBTC31Dec2025',
5783
+ symbol: 'pmBTC-31Dec2025',
5784
+ logo_URIs: {
5785
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5786
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5787
+ },
5788
+ images: [{
5789
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5790
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5791
+ }],
5792
+ type_asset: 'sdk.coin',
5793
+ traces: [{
5794
+ type: 'ibc',
5795
+ counterparty: {
5796
+ channel_id: 'channel-13',
5797
+ base_denom: 'p:ambtc:31Dec2025',
5798
+ chain_name: 'pryzm'
5799
+ },
5800
+ chain: {
5801
+ channel_id: 'channel-155'
5802
+ }
5803
+ }]
5804
+ },
5805
+ {
5806
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
5807
+ denom_units: [{
5808
+ denom: 'ibc/CB22632CE8AC3399211BE6E71BB9163A971EE790B11305A5CA707FC1F387D78C',
5809
+ exponent: 0,
5810
+ aliases: ['p:ambtc:31Mar2026']
5811
+ }, {
5812
+ denom: 'pmBTC31Mar2026',
5813
+ exponent: 18
5814
+ }],
5815
+ base: 'ibc/CB22632CE8AC3399211BE6E71BB9163A971EE790B11305A5CA707FC1F387D78C',
5816
+ name: 'pmBTC (31Mar2026)',
5817
+ display: 'pmBTC31Mar2026',
5818
+ symbol: 'pmBTC-31Mar2026',
5819
+ logo_URIs: {
5820
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5821
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5822
+ },
5823
+ images: [{
5824
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5825
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5826
+ }],
5827
+ type_asset: 'sdk.coin',
5828
+ traces: [{
5829
+ type: 'ibc',
5830
+ counterparty: {
5831
+ channel_id: 'channel-13',
5832
+ base_denom: 'p:ambtc:31Mar2026',
5833
+ chain_name: 'pryzm'
5834
+ },
5835
+ chain: {
5836
+ channel_id: 'channel-155'
5837
+ }
5838
+ }]
5839
+ },
5840
+ {
5841
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
5842
+ denom_units: [{
5843
+ denom: 'ibc/1BE63A6DE0E70B21F9C0196E1F6B2559308F0B5A800D35A3FD60685D1CAB197C',
5844
+ exponent: 0,
5845
+ aliases: ['p:ambtc:30Jun2026']
5846
+ }, {
5847
+ denom: 'pmBTC30Jun2026',
5848
+ exponent: 18
5849
+ }],
5850
+ base: 'ibc/1BE63A6DE0E70B21F9C0196E1F6B2559308F0B5A800D35A3FD60685D1CAB197C',
5851
+ name: 'pmBTC (30Jun2026)',
5852
+ display: 'pmBTC30Jun2026',
5853
+ symbol: 'pmBTC-30Jun2026',
5854
+ logo_URIs: {
5855
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5856
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5857
+ },
5858
+ images: [{
5859
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5860
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5861
+ }],
5862
+ type_asset: 'sdk.coin',
5863
+ traces: [{
5864
+ type: 'ibc',
5865
+ counterparty: {
5866
+ channel_id: 'channel-13',
5867
+ base_denom: 'p:ambtc:30Jun2026',
5868
+ chain_name: 'pryzm'
5869
+ },
5870
+ chain: {
5871
+ channel_id: 'channel-155'
5872
+ }
5873
+ }]
5874
+ },
5735
5875
  {
5736
5876
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
5737
5877
  denom_units: [{
@@ -8287,6 +8427,146 @@ const assets = {
8287
8427
  }
8288
8428
  }]
8289
8429
  },
8430
+ {
8431
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
8432
+ denom_units: [{
8433
+ denom: 'ibc/D3F7C567DE2119725168B8716B46B052F59430983DACD72B09C2E11F81E66933',
8434
+ exponent: 0,
8435
+ aliases: ['y:ambtc:30Sep2025']
8436
+ }, {
8437
+ denom: 'ymBTC30Sep2025',
8438
+ exponent: 18
8439
+ }],
8440
+ base: 'ibc/D3F7C567DE2119725168B8716B46B052F59430983DACD72B09C2E11F81E66933',
8441
+ name: 'ymBTC (30Sep2025)',
8442
+ display: 'ymBTC30Sep2025',
8443
+ symbol: 'ymBTC-30Sep2025',
8444
+ logo_URIs: {
8445
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8446
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8447
+ },
8448
+ images: [{
8449
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8450
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8451
+ }],
8452
+ type_asset: 'sdk.coin',
8453
+ traces: [{
8454
+ type: 'ibc',
8455
+ counterparty: {
8456
+ channel_id: 'channel-13',
8457
+ base_denom: 'y:ambtc:30Sep2025',
8458
+ chain_name: 'pryzm'
8459
+ },
8460
+ chain: {
8461
+ channel_id: 'channel-155'
8462
+ }
8463
+ }]
8464
+ },
8465
+ {
8466
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
8467
+ denom_units: [{
8468
+ denom: 'ibc/1E12741B6C75C1EDB40CA91B885753DB4DDFCFD605622CC3095E9C696469F70B',
8469
+ exponent: 0,
8470
+ aliases: ['y:ambtc:31Dec2025']
8471
+ }, {
8472
+ denom: 'ymBTC31Dec2025',
8473
+ exponent: 18
8474
+ }],
8475
+ base: 'ibc/1E12741B6C75C1EDB40CA91B885753DB4DDFCFD605622CC3095E9C696469F70B',
8476
+ name: 'ymBTC (31Dec2025)',
8477
+ display: 'ymBTC31Dec2025',
8478
+ symbol: 'ymBTC-31Dec2025',
8479
+ logo_URIs: {
8480
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8481
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8482
+ },
8483
+ images: [{
8484
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8485
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8486
+ }],
8487
+ type_asset: 'sdk.coin',
8488
+ traces: [{
8489
+ type: 'ibc',
8490
+ counterparty: {
8491
+ channel_id: 'channel-13',
8492
+ base_denom: 'y:ambtc:31Dec2025',
8493
+ chain_name: 'pryzm'
8494
+ },
8495
+ chain: {
8496
+ channel_id: 'channel-155'
8497
+ }
8498
+ }]
8499
+ },
8500
+ {
8501
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
8502
+ denom_units: [{
8503
+ denom: 'ibc/3AC35CC23801CCABFA2D63DADDB612FE4C51978B6180EFD29E2567C85C50977D',
8504
+ exponent: 0,
8505
+ aliases: ['y:ambtc:31Mar2026']
8506
+ }, {
8507
+ denom: 'ymBTC31Mar2026',
8508
+ exponent: 18
8509
+ }],
8510
+ base: 'ibc/3AC35CC23801CCABFA2D63DADDB612FE4C51978B6180EFD29E2567C85C50977D',
8511
+ name: 'ymBTC (31Mar2026)',
8512
+ display: 'ymBTC31Mar2026',
8513
+ symbol: 'ymBTC-31Mar2026',
8514
+ logo_URIs: {
8515
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8516
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8517
+ },
8518
+ images: [{
8519
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8520
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8521
+ }],
8522
+ type_asset: 'sdk.coin',
8523
+ traces: [{
8524
+ type: 'ibc',
8525
+ counterparty: {
8526
+ channel_id: 'channel-13',
8527
+ base_denom: 'y:ambtc:31Mar2026',
8528
+ chain_name: 'pryzm'
8529
+ },
8530
+ chain: {
8531
+ channel_id: 'channel-155'
8532
+ }
8533
+ }]
8534
+ },
8535
+ {
8536
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
8537
+ denom_units: [{
8538
+ denom: 'ibc/57D0319D1F67A61D5FAD6C70D82A4CB26C1BA41ABAE99EAB373D7DD4DA5A4A05',
8539
+ exponent: 0,
8540
+ aliases: ['y:ambtc:30Jun2026']
8541
+ }, {
8542
+ denom: 'ymBTC30Jun2026',
8543
+ exponent: 18
8544
+ }],
8545
+ base: 'ibc/57D0319D1F67A61D5FAD6C70D82A4CB26C1BA41ABAE99EAB373D7DD4DA5A4A05',
8546
+ name: 'ymBTC (30Jun2026)',
8547
+ display: 'ymBTC30Jun2026',
8548
+ symbol: 'ymBTC-30Jun2026',
8549
+ logo_URIs: {
8550
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8551
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8552
+ },
8553
+ images: [{
8554
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8555
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8556
+ }],
8557
+ type_asset: 'sdk.coin',
8558
+ traces: [{
8559
+ type: 'ibc',
8560
+ counterparty: {
8561
+ channel_id: 'channel-13',
8562
+ base_denom: 'y:ambtc:30Jun2026',
8563
+ chain_name: 'pryzm'
8564
+ },
8565
+ chain: {
8566
+ channel_id: 'channel-155'
8567
+ }
8568
+ }]
8569
+ },
8290
8570
  {
8291
8571
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
8292
8572
  denom_units: [{
@@ -9372,6 +9652,111 @@ const assets = {
9372
9652
  }
9373
9653
  }]
9374
9654
  },
9655
+ {
9656
+ description: 'Pryzm\'s LP token for mBTC Yield pool',
9657
+ denom_units: [{
9658
+ denom: 'ibc/F812F49A27094114CCD815DB1D1592E89FC64888EE10E9CEC4DF3D92FFDD276D',
9659
+ exponent: 0,
9660
+ aliases: ['lp:38:ambtc']
9661
+ }, {
9662
+ denom: 'lp:38:mbtc',
9663
+ exponent: 18
9664
+ }],
9665
+ base: 'ibc/F812F49A27094114CCD815DB1D1592E89FC64888EE10E9CEC4DF3D92FFDD276D',
9666
+ name: 'mBTC Yield LP',
9667
+ display: 'lp:38:mbtc',
9668
+ symbol: 'mBTC-YIELD-LP',
9669
+ logo_URIs: {
9670
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9671
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9672
+ },
9673
+ images: [{
9674
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9675
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9676
+ }],
9677
+ type_asset: 'sdk.coin',
9678
+ traces: [{
9679
+ type: 'ibc',
9680
+ counterparty: {
9681
+ channel_id: 'channel-13',
9682
+ base_denom: 'lp:38:ambtc',
9683
+ chain_name: 'pryzm'
9684
+ },
9685
+ chain: {
9686
+ channel_id: 'channel-155'
9687
+ }
9688
+ }]
9689
+ },
9690
+ {
9691
+ description: 'Pryzm\'s LP token for mBTC Boost pool',
9692
+ denom_units: [{
9693
+ denom: 'ibc/83FABFBFFCFDAAAF6375A20A6AA5118A7C1E1CE53B1DA24706215A34A1232E66',
9694
+ exponent: 0,
9695
+ aliases: ['lp:39:ambtcypt-wsat']
9696
+ }, {
9697
+ denom: 'lp:39:mbtcypt-wbtc',
9698
+ exponent: 18
9699
+ }],
9700
+ base: 'ibc/83FABFBFFCFDAAAF6375A20A6AA5118A7C1E1CE53B1DA24706215A34A1232E66',
9701
+ name: 'mBTC Boost LP',
9702
+ display: 'lp:39:mbtcypt-wbtc',
9703
+ symbol: 'mBTC-BOOST-LP',
9704
+ logo_URIs: {
9705
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9706
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9707
+ },
9708
+ images: [{
9709
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9710
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9711
+ }],
9712
+ type_asset: 'sdk.coin',
9713
+ traces: [{
9714
+ type: 'ibc',
9715
+ counterparty: {
9716
+ channel_id: 'channel-13',
9717
+ base_denom: 'lp:39:ambtcypt-wsat',
9718
+ chain_name: 'pryzm'
9719
+ },
9720
+ chain: {
9721
+ channel_id: 'channel-155'
9722
+ }
9723
+ }]
9724
+ },
9725
+ {
9726
+ description: 'Pryzm\'s LP token for WBTC / USDC pool',
9727
+ denom_units: [{
9728
+ denom: 'ibc/1817863DCA2A3A407F1B4FEA7C354B080E7CE02DAC5B80333D82B45C931BFF8A',
9729
+ exponent: 0,
9730
+ aliases: ['lp:40:wsat-uusdc']
9731
+ }, {
9732
+ denom: 'lp:40:wbtc-usdc',
9733
+ exponent: 18
9734
+ }],
9735
+ base: 'ibc/1817863DCA2A3A407F1B4FEA7C354B080E7CE02DAC5B80333D82B45C931BFF8A',
9736
+ name: 'WBTC / USDC LP',
9737
+ display: 'lp:40:wbtc-usdc',
9738
+ symbol: 'WBTC-USDC-LP',
9739
+ logo_URIs: {
9740
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9741
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9742
+ },
9743
+ images: [{
9744
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9745
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9746
+ }],
9747
+ type_asset: 'sdk.coin',
9748
+ traces: [{
9749
+ type: 'ibc',
9750
+ counterparty: {
9751
+ channel_id: 'channel-13',
9752
+ base_denom: 'lp:40:wsat-uusdc',
9753
+ chain_name: 'pryzm'
9754
+ },
9755
+ chain: {
9756
+ channel_id: 'channel-155'
9757
+ }
9758
+ }]
9759
+ },
9375
9760
  {
9376
9761
  description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
9377
9762
  denom_units: [{
@@ -9850,7 +10235,7 @@ const assets = {
9850
10235
  }]
9851
10236
  },
9852
10237
  {
9853
- description: 'The native staking token of Terra.',
10238
+ description: 'The native staking token of Terra Phoenix.',
9854
10239
  denom_units: [{
9855
10240
  denom: 'ibc/6896F977DF5B427359BA77B5AF1052E5512D460F3CE59C8F6A7CB51408351F3C',
9856
10241
  exponent: 0,
@@ -9876,8 +10261,8 @@ const assets = {
9876
10261
  }
9877
10262
  }],
9878
10263
  socials: {
9879
- website: 'https://www.terra.money/',
9880
- twitter: 'https://twitter.com/terra_money'
10264
+ website: 'https://www.phoenix.money/',
10265
+ twitter: 'https://twitter.com/phoenix_dir'
9881
10266
  },
9882
10267
  type_asset: 'sdk.coin',
9883
10268
  traces: [{
@@ -15048,6 +15433,146 @@ const assets = {
15048
15433
  }
15049
15434
  }]
15050
15435
  },
15436
+ {
15437
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
15438
+ denom_units: [{
15439
+ denom: 'ibc/0CF3BC20AC707E31726D6E83165FED12DDB7841F29610212CB4356EE77A7C530',
15440
+ exponent: 0,
15441
+ aliases: ['p:ambtc:30Sep2025']
15442
+ }, {
15443
+ denom: 'pmBTC30Sep2025',
15444
+ exponent: 18
15445
+ }],
15446
+ base: 'ibc/0CF3BC20AC707E31726D6E83165FED12DDB7841F29610212CB4356EE77A7C530',
15447
+ name: 'pmBTC (30Sep2025)',
15448
+ display: 'pmBTC30Sep2025',
15449
+ symbol: 'pmBTC-30Sep2025',
15450
+ logo_URIs: {
15451
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
15452
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
15453
+ },
15454
+ images: [{
15455
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
15456
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
15457
+ }],
15458
+ type_asset: 'sdk.coin',
15459
+ traces: [{
15460
+ type: 'ibc',
15461
+ counterparty: {
15462
+ channel_id: 'channel-13',
15463
+ base_denom: 'p:ambtc:30Sep2025',
15464
+ chain_name: 'pryzm'
15465
+ },
15466
+ chain: {
15467
+ channel_id: 'channel-155'
15468
+ }
15469
+ }]
15470
+ },
15471
+ {
15472
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
15473
+ denom_units: [{
15474
+ denom: 'ibc/C1032F1BD0ED5FD14685D7376130CC35FCE8024EB816FA6C3F9C7C49003B6F07',
15475
+ exponent: 0,
15476
+ aliases: ['p:ambtc:31Dec2025']
15477
+ }, {
15478
+ denom: 'pmBTC31Dec2025',
15479
+ exponent: 18
15480
+ }],
15481
+ base: 'ibc/C1032F1BD0ED5FD14685D7376130CC35FCE8024EB816FA6C3F9C7C49003B6F07',
15482
+ name: 'pmBTC (31Dec2025)',
15483
+ display: 'pmBTC31Dec2025',
15484
+ symbol: 'pmBTC-31Dec2025',
15485
+ logo_URIs: {
15486
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
15487
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
15488
+ },
15489
+ images: [{
15490
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
15491
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
15492
+ }],
15493
+ type_asset: 'sdk.coin',
15494
+ traces: [{
15495
+ type: 'ibc',
15496
+ counterparty: {
15497
+ channel_id: 'channel-13',
15498
+ base_denom: 'p:ambtc:31Dec2025',
15499
+ chain_name: 'pryzm'
15500
+ },
15501
+ chain: {
15502
+ channel_id: 'channel-155'
15503
+ }
15504
+ }]
15505
+ },
15506
+ {
15507
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
15508
+ denom_units: [{
15509
+ denom: 'ibc/CB22632CE8AC3399211BE6E71BB9163A971EE790B11305A5CA707FC1F387D78C',
15510
+ exponent: 0,
15511
+ aliases: ['p:ambtc:31Mar2026']
15512
+ }, {
15513
+ denom: 'pmBTC31Mar2026',
15514
+ exponent: 18
15515
+ }],
15516
+ base: 'ibc/CB22632CE8AC3399211BE6E71BB9163A971EE790B11305A5CA707FC1F387D78C',
15517
+ name: 'pmBTC (31Mar2026)',
15518
+ display: 'pmBTC31Mar2026',
15519
+ symbol: 'pmBTC-31Mar2026',
15520
+ logo_URIs: {
15521
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
15522
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
15523
+ },
15524
+ images: [{
15525
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
15526
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
15527
+ }],
15528
+ type_asset: 'sdk.coin',
15529
+ traces: [{
15530
+ type: 'ibc',
15531
+ counterparty: {
15532
+ channel_id: 'channel-13',
15533
+ base_denom: 'p:ambtc:31Mar2026',
15534
+ chain_name: 'pryzm'
15535
+ },
15536
+ chain: {
15537
+ channel_id: 'channel-155'
15538
+ }
15539
+ }]
15540
+ },
15541
+ {
15542
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
15543
+ denom_units: [{
15544
+ denom: 'ibc/1BE63A6DE0E70B21F9C0196E1F6B2559308F0B5A800D35A3FD60685D1CAB197C',
15545
+ exponent: 0,
15546
+ aliases: ['p:ambtc:30Jun2026']
15547
+ }, {
15548
+ denom: 'pmBTC30Jun2026',
15549
+ exponent: 18
15550
+ }],
15551
+ base: 'ibc/1BE63A6DE0E70B21F9C0196E1F6B2559308F0B5A800D35A3FD60685D1CAB197C',
15552
+ name: 'pmBTC (30Jun2026)',
15553
+ display: 'pmBTC30Jun2026',
15554
+ symbol: 'pmBTC-30Jun2026',
15555
+ logo_URIs: {
15556
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
15557
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
15558
+ },
15559
+ images: [{
15560
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
15561
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
15562
+ }],
15563
+ type_asset: 'sdk.coin',
15564
+ traces: [{
15565
+ type: 'ibc',
15566
+ counterparty: {
15567
+ channel_id: 'channel-13',
15568
+ base_denom: 'p:ambtc:30Jun2026',
15569
+ chain_name: 'pryzm'
15570
+ },
15571
+ chain: {
15572
+ channel_id: 'channel-155'
15573
+ }
15574
+ }]
15575
+ },
15051
15576
  {
15052
15577
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
15053
15578
  denom_units: [{
@@ -17603,6 +18128,146 @@ const assets = {
17603
18128
  }
17604
18129
  }]
17605
18130
  },
18131
+ {
18132
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
18133
+ denom_units: [{
18134
+ denom: 'ibc/D3F7C567DE2119725168B8716B46B052F59430983DACD72B09C2E11F81E66933',
18135
+ exponent: 0,
18136
+ aliases: ['y:ambtc:30Sep2025']
18137
+ }, {
18138
+ denom: 'ymBTC30Sep2025',
18139
+ exponent: 18
18140
+ }],
18141
+ base: 'ibc/D3F7C567DE2119725168B8716B46B052F59430983DACD72B09C2E11F81E66933',
18142
+ name: 'ymBTC (30Sep2025)',
18143
+ display: 'ymBTC30Sep2025',
18144
+ symbol: 'ymBTC-30Sep2025',
18145
+ logo_URIs: {
18146
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18147
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18148
+ },
18149
+ images: [{
18150
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18151
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18152
+ }],
18153
+ type_asset: 'sdk.coin',
18154
+ traces: [{
18155
+ type: 'ibc',
18156
+ counterparty: {
18157
+ channel_id: 'channel-13',
18158
+ base_denom: 'y:ambtc:30Sep2025',
18159
+ chain_name: 'pryzm'
18160
+ },
18161
+ chain: {
18162
+ channel_id: 'channel-155'
18163
+ }
18164
+ }]
18165
+ },
18166
+ {
18167
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
18168
+ denom_units: [{
18169
+ denom: 'ibc/1E12741B6C75C1EDB40CA91B885753DB4DDFCFD605622CC3095E9C696469F70B',
18170
+ exponent: 0,
18171
+ aliases: ['y:ambtc:31Dec2025']
18172
+ }, {
18173
+ denom: 'ymBTC31Dec2025',
18174
+ exponent: 18
18175
+ }],
18176
+ base: 'ibc/1E12741B6C75C1EDB40CA91B885753DB4DDFCFD605622CC3095E9C696469F70B',
18177
+ name: 'ymBTC (31Dec2025)',
18178
+ display: 'ymBTC31Dec2025',
18179
+ symbol: 'ymBTC-31Dec2025',
18180
+ logo_URIs: {
18181
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18182
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18183
+ },
18184
+ images: [{
18185
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18186
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18187
+ }],
18188
+ type_asset: 'sdk.coin',
18189
+ traces: [{
18190
+ type: 'ibc',
18191
+ counterparty: {
18192
+ channel_id: 'channel-13',
18193
+ base_denom: 'y:ambtc:31Dec2025',
18194
+ chain_name: 'pryzm'
18195
+ },
18196
+ chain: {
18197
+ channel_id: 'channel-155'
18198
+ }
18199
+ }]
18200
+ },
18201
+ {
18202
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
18203
+ denom_units: [{
18204
+ denom: 'ibc/3AC35CC23801CCABFA2D63DADDB612FE4C51978B6180EFD29E2567C85C50977D',
18205
+ exponent: 0,
18206
+ aliases: ['y:ambtc:31Mar2026']
18207
+ }, {
18208
+ denom: 'ymBTC31Mar2026',
18209
+ exponent: 18
18210
+ }],
18211
+ base: 'ibc/3AC35CC23801CCABFA2D63DADDB612FE4C51978B6180EFD29E2567C85C50977D',
18212
+ name: 'ymBTC (31Mar2026)',
18213
+ display: 'ymBTC31Mar2026',
18214
+ symbol: 'ymBTC-31Mar2026',
18215
+ logo_URIs: {
18216
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18217
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18218
+ },
18219
+ images: [{
18220
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18221
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18222
+ }],
18223
+ type_asset: 'sdk.coin',
18224
+ traces: [{
18225
+ type: 'ibc',
18226
+ counterparty: {
18227
+ channel_id: 'channel-13',
18228
+ base_denom: 'y:ambtc:31Mar2026',
18229
+ chain_name: 'pryzm'
18230
+ },
18231
+ chain: {
18232
+ channel_id: 'channel-155'
18233
+ }
18234
+ }]
18235
+ },
18236
+ {
18237
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
18238
+ denom_units: [{
18239
+ denom: 'ibc/57D0319D1F67A61D5FAD6C70D82A4CB26C1BA41ABAE99EAB373D7DD4DA5A4A05',
18240
+ exponent: 0,
18241
+ aliases: ['y:ambtc:30Jun2026']
18242
+ }, {
18243
+ denom: 'ymBTC30Jun2026',
18244
+ exponent: 18
18245
+ }],
18246
+ base: 'ibc/57D0319D1F67A61D5FAD6C70D82A4CB26C1BA41ABAE99EAB373D7DD4DA5A4A05',
18247
+ name: 'ymBTC (30Jun2026)',
18248
+ display: 'ymBTC30Jun2026',
18249
+ symbol: 'ymBTC-30Jun2026',
18250
+ logo_URIs: {
18251
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18252
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18253
+ },
18254
+ images: [{
18255
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18256
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18257
+ }],
18258
+ type_asset: 'sdk.coin',
18259
+ traces: [{
18260
+ type: 'ibc',
18261
+ counterparty: {
18262
+ channel_id: 'channel-13',
18263
+ base_denom: 'y:ambtc:30Jun2026',
18264
+ chain_name: 'pryzm'
18265
+ },
18266
+ chain: {
18267
+ channel_id: 'channel-155'
18268
+ }
18269
+ }]
18270
+ },
17606
18271
  {
17607
18272
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
17608
18273
  denom_units: [{
@@ -18688,6 +19353,111 @@ const assets = {
18688
19353
  }
18689
19354
  }]
18690
19355
  },
19356
+ {
19357
+ description: 'Pryzm\'s LP token for mBTC Yield pool',
19358
+ denom_units: [{
19359
+ denom: 'ibc/F812F49A27094114CCD815DB1D1592E89FC64888EE10E9CEC4DF3D92FFDD276D',
19360
+ exponent: 0,
19361
+ aliases: ['lp:38:ambtc']
19362
+ }, {
19363
+ denom: 'lp:38:mbtc',
19364
+ exponent: 18
19365
+ }],
19366
+ base: 'ibc/F812F49A27094114CCD815DB1D1592E89FC64888EE10E9CEC4DF3D92FFDD276D',
19367
+ name: 'mBTC Yield LP',
19368
+ display: 'lp:38:mbtc',
19369
+ symbol: 'mBTC-YIELD-LP',
19370
+ logo_URIs: {
19371
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
19372
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
19373
+ },
19374
+ images: [{
19375
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
19376
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
19377
+ }],
19378
+ type_asset: 'sdk.coin',
19379
+ traces: [{
19380
+ type: 'ibc',
19381
+ counterparty: {
19382
+ channel_id: 'channel-13',
19383
+ base_denom: 'lp:38:ambtc',
19384
+ chain_name: 'pryzm'
19385
+ },
19386
+ chain: {
19387
+ channel_id: 'channel-155'
19388
+ }
19389
+ }]
19390
+ },
19391
+ {
19392
+ description: 'Pryzm\'s LP token for mBTC Boost pool',
19393
+ denom_units: [{
19394
+ denom: 'ibc/83FABFBFFCFDAAAF6375A20A6AA5118A7C1E1CE53B1DA24706215A34A1232E66',
19395
+ exponent: 0,
19396
+ aliases: ['lp:39:ambtcypt-wsat']
19397
+ }, {
19398
+ denom: 'lp:39:mbtcypt-wbtc',
19399
+ exponent: 18
19400
+ }],
19401
+ base: 'ibc/83FABFBFFCFDAAAF6375A20A6AA5118A7C1E1CE53B1DA24706215A34A1232E66',
19402
+ name: 'mBTC Boost LP',
19403
+ display: 'lp:39:mbtcypt-wbtc',
19404
+ symbol: 'mBTC-BOOST-LP',
19405
+ logo_URIs: {
19406
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
19407
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
19408
+ },
19409
+ images: [{
19410
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
19411
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
19412
+ }],
19413
+ type_asset: 'sdk.coin',
19414
+ traces: [{
19415
+ type: 'ibc',
19416
+ counterparty: {
19417
+ channel_id: 'channel-13',
19418
+ base_denom: 'lp:39:ambtcypt-wsat',
19419
+ chain_name: 'pryzm'
19420
+ },
19421
+ chain: {
19422
+ channel_id: 'channel-155'
19423
+ }
19424
+ }]
19425
+ },
19426
+ {
19427
+ description: 'Pryzm\'s LP token for WBTC / USDC pool',
19428
+ denom_units: [{
19429
+ denom: 'ibc/1817863DCA2A3A407F1B4FEA7C354B080E7CE02DAC5B80333D82B45C931BFF8A',
19430
+ exponent: 0,
19431
+ aliases: ['lp:40:wsat-uusdc']
19432
+ }, {
19433
+ denom: 'lp:40:wbtc-usdc',
19434
+ exponent: 18
19435
+ }],
19436
+ base: 'ibc/1817863DCA2A3A407F1B4FEA7C354B080E7CE02DAC5B80333D82B45C931BFF8A',
19437
+ name: 'WBTC / USDC LP',
19438
+ display: 'lp:40:wbtc-usdc',
19439
+ symbol: 'WBTC-USDC-LP',
19440
+ logo_URIs: {
19441
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
19442
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
19443
+ },
19444
+ images: [{
19445
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
19446
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
19447
+ }],
19448
+ type_asset: 'sdk.coin',
19449
+ traces: [{
19450
+ type: 'ibc',
19451
+ counterparty: {
19452
+ channel_id: 'channel-13',
19453
+ base_denom: 'lp:40:wsat-uusdc',
19454
+ chain_name: 'pryzm'
19455
+ },
19456
+ chain: {
19457
+ channel_id: 'channel-155'
19458
+ }
19459
+ }]
19460
+ },
18691
19461
  {
18692
19462
  description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
18693
19463
  denom_units: [{
@@ -19166,7 +19936,7 @@ const assets = {
19166
19936
  }]
19167
19937
  },
19168
19938
  {
19169
- description: 'The native staking token of Terra.',
19939
+ description: 'The native staking token of Terra Phoenix.',
19170
19940
  denom_units: [{
19171
19941
  denom: 'ibc/6896F977DF5B427359BA77B5AF1052E5512D460F3CE59C8F6A7CB51408351F3C',
19172
19942
  exponent: 0,
@@ -19192,8 +19962,8 @@ const assets = {
19192
19962
  }
19193
19963
  }],
19194
19964
  socials: {
19195
- website: 'https://www.terra.money/',
19196
- twitter: 'https://twitter.com/terra_money'
19965
+ website: 'https://www.phoenix.money/',
19966
+ twitter: 'https://twitter.com/phoenix_dir'
19197
19967
  },
19198
19968
  type_asset: 'sdk.coin',
19199
19969
  traces: [{