@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
@@ -5616,6 +5616,146 @@ const assets = {
5616
5616
  }
5617
5617
  }]
5618
5618
  },
5619
+ {
5620
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
5621
+ denom_units: [{
5622
+ denom: 'ibc/77612007B421592D4D53F42D0FD71D96216F928483C9F47D2D3AAAF09AF6CE9B',
5623
+ exponent: 0,
5624
+ aliases: ['p:ambtc:30Sep2025']
5625
+ }, {
5626
+ denom: 'pmBTC30Sep2025',
5627
+ exponent: 18
5628
+ }],
5629
+ base: 'ibc/77612007B421592D4D53F42D0FD71D96216F928483C9F47D2D3AAAF09AF6CE9B',
5630
+ name: 'pmBTC (30Sep2025)',
5631
+ display: 'pmBTC30Sep2025',
5632
+ symbol: 'pmBTC-30Sep2025',
5633
+ logo_URIs: {
5634
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5635
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5636
+ },
5637
+ images: [{
5638
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5639
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5640
+ }],
5641
+ type_asset: 'sdk.coin',
5642
+ traces: [{
5643
+ type: 'ibc',
5644
+ counterparty: {
5645
+ channel_id: 'channel-6',
5646
+ base_denom: 'p:ambtc:30Sep2025',
5647
+ chain_name: 'pryzm'
5648
+ },
5649
+ chain: {
5650
+ channel_id: 'channel-4329'
5651
+ }
5652
+ }]
5653
+ },
5654
+ {
5655
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
5656
+ denom_units: [{
5657
+ denom: 'ibc/890F552E861BA4F0C9520BA55CA249DC8F2CD48B479A61D576588598AE8050FE',
5658
+ exponent: 0,
5659
+ aliases: ['p:ambtc:31Dec2025']
5660
+ }, {
5661
+ denom: 'pmBTC31Dec2025',
5662
+ exponent: 18
5663
+ }],
5664
+ base: 'ibc/890F552E861BA4F0C9520BA55CA249DC8F2CD48B479A61D576588598AE8050FE',
5665
+ name: 'pmBTC (31Dec2025)',
5666
+ display: 'pmBTC31Dec2025',
5667
+ symbol: 'pmBTC-31Dec2025',
5668
+ logo_URIs: {
5669
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5670
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5671
+ },
5672
+ images: [{
5673
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5674
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5675
+ }],
5676
+ type_asset: 'sdk.coin',
5677
+ traces: [{
5678
+ type: 'ibc',
5679
+ counterparty: {
5680
+ channel_id: 'channel-6',
5681
+ base_denom: 'p:ambtc:31Dec2025',
5682
+ chain_name: 'pryzm'
5683
+ },
5684
+ chain: {
5685
+ channel_id: 'channel-4329'
5686
+ }
5687
+ }]
5688
+ },
5689
+ {
5690
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
5691
+ denom_units: [{
5692
+ denom: 'ibc/8321AD47BA224466743DB3EBC6EB5C25D6C37F6DCAC44C646EB21B5939D42254',
5693
+ exponent: 0,
5694
+ aliases: ['p:ambtc:31Mar2026']
5695
+ }, {
5696
+ denom: 'pmBTC31Mar2026',
5697
+ exponent: 18
5698
+ }],
5699
+ base: 'ibc/8321AD47BA224466743DB3EBC6EB5C25D6C37F6DCAC44C646EB21B5939D42254',
5700
+ name: 'pmBTC (31Mar2026)',
5701
+ display: 'pmBTC31Mar2026',
5702
+ symbol: 'pmBTC-31Mar2026',
5703
+ logo_URIs: {
5704
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5705
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5706
+ },
5707
+ images: [{
5708
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5709
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5710
+ }],
5711
+ type_asset: 'sdk.coin',
5712
+ traces: [{
5713
+ type: 'ibc',
5714
+ counterparty: {
5715
+ channel_id: 'channel-6',
5716
+ base_denom: 'p:ambtc:31Mar2026',
5717
+ chain_name: 'pryzm'
5718
+ },
5719
+ chain: {
5720
+ channel_id: 'channel-4329'
5721
+ }
5722
+ }]
5723
+ },
5724
+ {
5725
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
5726
+ denom_units: [{
5727
+ denom: 'ibc/EFC5988D566565349EF27F93D7620050CEF2A15ABAD0D69E413545C2B6A6181B',
5728
+ exponent: 0,
5729
+ aliases: ['p:ambtc:30Jun2026']
5730
+ }, {
5731
+ denom: 'pmBTC30Jun2026',
5732
+ exponent: 18
5733
+ }],
5734
+ base: 'ibc/EFC5988D566565349EF27F93D7620050CEF2A15ABAD0D69E413545C2B6A6181B',
5735
+ name: 'pmBTC (30Jun2026)',
5736
+ display: 'pmBTC30Jun2026',
5737
+ symbol: 'pmBTC-30Jun2026',
5738
+ logo_URIs: {
5739
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5740
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5741
+ },
5742
+ images: [{
5743
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
5744
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
5745
+ }],
5746
+ type_asset: 'sdk.coin',
5747
+ traces: [{
5748
+ type: 'ibc',
5749
+ counterparty: {
5750
+ channel_id: 'channel-6',
5751
+ base_denom: 'p:ambtc:30Jun2026',
5752
+ chain_name: 'pryzm'
5753
+ },
5754
+ chain: {
5755
+ channel_id: 'channel-4329'
5756
+ }
5757
+ }]
5758
+ },
5619
5759
  {
5620
5760
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
5621
5761
  denom_units: [{
@@ -8171,6 +8311,146 @@ const assets = {
8171
8311
  }
8172
8312
  }]
8173
8313
  },
8314
+ {
8315
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
8316
+ denom_units: [{
8317
+ denom: 'ibc/5C45CB5D8013A91DD5EDF18A0B118CAF3D817AB321F7D6C836CAF2A186807BC3',
8318
+ exponent: 0,
8319
+ aliases: ['y:ambtc:30Sep2025']
8320
+ }, {
8321
+ denom: 'ymBTC30Sep2025',
8322
+ exponent: 18
8323
+ }],
8324
+ base: 'ibc/5C45CB5D8013A91DD5EDF18A0B118CAF3D817AB321F7D6C836CAF2A186807BC3',
8325
+ name: 'ymBTC (30Sep2025)',
8326
+ display: 'ymBTC30Sep2025',
8327
+ symbol: 'ymBTC-30Sep2025',
8328
+ logo_URIs: {
8329
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8330
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8331
+ },
8332
+ images: [{
8333
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8334
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8335
+ }],
8336
+ type_asset: 'sdk.coin',
8337
+ traces: [{
8338
+ type: 'ibc',
8339
+ counterparty: {
8340
+ channel_id: 'channel-6',
8341
+ base_denom: 'y:ambtc:30Sep2025',
8342
+ chain_name: 'pryzm'
8343
+ },
8344
+ chain: {
8345
+ channel_id: 'channel-4329'
8346
+ }
8347
+ }]
8348
+ },
8349
+ {
8350
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
8351
+ denom_units: [{
8352
+ denom: 'ibc/8B7DEB45D2A49BCCF5B69659B810872D34F6869F4636822110F5135B2B673908',
8353
+ exponent: 0,
8354
+ aliases: ['y:ambtc:31Dec2025']
8355
+ }, {
8356
+ denom: 'ymBTC31Dec2025',
8357
+ exponent: 18
8358
+ }],
8359
+ base: 'ibc/8B7DEB45D2A49BCCF5B69659B810872D34F6869F4636822110F5135B2B673908',
8360
+ name: 'ymBTC (31Dec2025)',
8361
+ display: 'ymBTC31Dec2025',
8362
+ symbol: 'ymBTC-31Dec2025',
8363
+ logo_URIs: {
8364
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8365
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8366
+ },
8367
+ images: [{
8368
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8369
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8370
+ }],
8371
+ type_asset: 'sdk.coin',
8372
+ traces: [{
8373
+ type: 'ibc',
8374
+ counterparty: {
8375
+ channel_id: 'channel-6',
8376
+ base_denom: 'y:ambtc:31Dec2025',
8377
+ chain_name: 'pryzm'
8378
+ },
8379
+ chain: {
8380
+ channel_id: 'channel-4329'
8381
+ }
8382
+ }]
8383
+ },
8384
+ {
8385
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
8386
+ denom_units: [{
8387
+ denom: 'ibc/398411E5CD0A4B8EA0DE7C321A9AA5047B0A7793B7894986AB67E92D277752D7',
8388
+ exponent: 0,
8389
+ aliases: ['y:ambtc:31Mar2026']
8390
+ }, {
8391
+ denom: 'ymBTC31Mar2026',
8392
+ exponent: 18
8393
+ }],
8394
+ base: 'ibc/398411E5CD0A4B8EA0DE7C321A9AA5047B0A7793B7894986AB67E92D277752D7',
8395
+ name: 'ymBTC (31Mar2026)',
8396
+ display: 'ymBTC31Mar2026',
8397
+ symbol: 'ymBTC-31Mar2026',
8398
+ logo_URIs: {
8399
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8400
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8401
+ },
8402
+ images: [{
8403
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8404
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8405
+ }],
8406
+ type_asset: 'sdk.coin',
8407
+ traces: [{
8408
+ type: 'ibc',
8409
+ counterparty: {
8410
+ channel_id: 'channel-6',
8411
+ base_denom: 'y:ambtc:31Mar2026',
8412
+ chain_name: 'pryzm'
8413
+ },
8414
+ chain: {
8415
+ channel_id: 'channel-4329'
8416
+ }
8417
+ }]
8418
+ },
8419
+ {
8420
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
8421
+ denom_units: [{
8422
+ denom: 'ibc/04BA7414EF960149B3B74C960206D1BE6F6E60E0A4F2948FBD068E5AE67C6051',
8423
+ exponent: 0,
8424
+ aliases: ['y:ambtc:30Jun2026']
8425
+ }, {
8426
+ denom: 'ymBTC30Jun2026',
8427
+ exponent: 18
8428
+ }],
8429
+ base: 'ibc/04BA7414EF960149B3B74C960206D1BE6F6E60E0A4F2948FBD068E5AE67C6051',
8430
+ name: 'ymBTC (30Jun2026)',
8431
+ display: 'ymBTC30Jun2026',
8432
+ symbol: 'ymBTC-30Jun2026',
8433
+ logo_URIs: {
8434
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8435
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8436
+ },
8437
+ images: [{
8438
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
8439
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
8440
+ }],
8441
+ type_asset: 'sdk.coin',
8442
+ traces: [{
8443
+ type: 'ibc',
8444
+ counterparty: {
8445
+ channel_id: 'channel-6',
8446
+ base_denom: 'y:ambtc:30Jun2026',
8447
+ chain_name: 'pryzm'
8448
+ },
8449
+ chain: {
8450
+ channel_id: 'channel-4329'
8451
+ }
8452
+ }]
8453
+ },
8174
8454
  {
8175
8455
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
8176
8456
  denom_units: [{
@@ -9256,6 +9536,111 @@ const assets = {
9256
9536
  }
9257
9537
  }]
9258
9538
  },
9539
+ {
9540
+ description: 'Pryzm\'s LP token for mBTC Yield pool',
9541
+ denom_units: [{
9542
+ denom: 'ibc/FB7ECB2F1339FE80FF73B8BBE5D45D5D2BEF8201359B48B1C97275450F5FC56F',
9543
+ exponent: 0,
9544
+ aliases: ['lp:38:ambtc']
9545
+ }, {
9546
+ denom: 'lp:38:mbtc',
9547
+ exponent: 18
9548
+ }],
9549
+ base: 'ibc/FB7ECB2F1339FE80FF73B8BBE5D45D5D2BEF8201359B48B1C97275450F5FC56F',
9550
+ name: 'mBTC Yield LP',
9551
+ display: 'lp:38:mbtc',
9552
+ symbol: 'mBTC-YIELD-LP',
9553
+ logo_URIs: {
9554
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9555
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9556
+ },
9557
+ images: [{
9558
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9559
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9560
+ }],
9561
+ type_asset: 'sdk.coin',
9562
+ traces: [{
9563
+ type: 'ibc',
9564
+ counterparty: {
9565
+ channel_id: 'channel-6',
9566
+ base_denom: 'lp:38:ambtc',
9567
+ chain_name: 'pryzm'
9568
+ },
9569
+ chain: {
9570
+ channel_id: 'channel-4329'
9571
+ }
9572
+ }]
9573
+ },
9574
+ {
9575
+ description: 'Pryzm\'s LP token for mBTC Boost pool',
9576
+ denom_units: [{
9577
+ denom: 'ibc/8D11F44051EDA738451B1294835AB80A2765158834D7F9C68696EB97028EB492',
9578
+ exponent: 0,
9579
+ aliases: ['lp:39:ambtcypt-wsat']
9580
+ }, {
9581
+ denom: 'lp:39:mbtcypt-wbtc',
9582
+ exponent: 18
9583
+ }],
9584
+ base: 'ibc/8D11F44051EDA738451B1294835AB80A2765158834D7F9C68696EB97028EB492',
9585
+ name: 'mBTC Boost LP',
9586
+ display: 'lp:39:mbtcypt-wbtc',
9587
+ symbol: 'mBTC-BOOST-LP',
9588
+ logo_URIs: {
9589
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9590
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9591
+ },
9592
+ images: [{
9593
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9594
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9595
+ }],
9596
+ type_asset: 'sdk.coin',
9597
+ traces: [{
9598
+ type: 'ibc',
9599
+ counterparty: {
9600
+ channel_id: 'channel-6',
9601
+ base_denom: 'lp:39:ambtcypt-wsat',
9602
+ chain_name: 'pryzm'
9603
+ },
9604
+ chain: {
9605
+ channel_id: 'channel-4329'
9606
+ }
9607
+ }]
9608
+ },
9609
+ {
9610
+ description: 'Pryzm\'s LP token for WBTC / USDC pool',
9611
+ denom_units: [{
9612
+ denom: 'ibc/8D03601A3F9D58F55EA09BEBA2D0831494C21AD2427F5C20391BDA4B5694E3DC',
9613
+ exponent: 0,
9614
+ aliases: ['lp:40:wsat-uusdc']
9615
+ }, {
9616
+ denom: 'lp:40:wbtc-usdc',
9617
+ exponent: 18
9618
+ }],
9619
+ base: 'ibc/8D03601A3F9D58F55EA09BEBA2D0831494C21AD2427F5C20391BDA4B5694E3DC',
9620
+ name: 'WBTC / USDC LP',
9621
+ display: 'lp:40:wbtc-usdc',
9622
+ symbol: 'WBTC-USDC-LP',
9623
+ logo_URIs: {
9624
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9625
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9626
+ },
9627
+ images: [{
9628
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9629
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9630
+ }],
9631
+ type_asset: 'sdk.coin',
9632
+ traces: [{
9633
+ type: 'ibc',
9634
+ counterparty: {
9635
+ channel_id: 'channel-6',
9636
+ base_denom: 'lp:40:wsat-uusdc',
9637
+ chain_name: 'pryzm'
9638
+ },
9639
+ chain: {
9640
+ channel_id: 'channel-4329'
9641
+ }
9642
+ }]
9643
+ },
9259
9644
  {
9260
9645
  description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
9261
9646
  denom_units: [{
@@ -9556,7 +9941,7 @@ const assets = {
9556
9941
  }]
9557
9942
  },
9558
9943
  {
9559
- description: 'The native staking token of Terra.',
9944
+ description: 'The native staking token of Terra Phoenix.',
9560
9945
  denom_units: [{
9561
9946
  denom: 'ibc/322C86EB54A505E28AFE380CED1721FA61E9580A7548A16B9DCF6E7C8CEE43D5',
9562
9947
  exponent: 0,
@@ -9582,8 +9967,8 @@ const assets = {
9582
9967
  }
9583
9968
  }],
9584
9969
  socials: {
9585
- website: 'https://www.terra.money/',
9586
- twitter: 'https://twitter.com/terra_money'
9970
+ website: 'https://www.phoenix.money/',
9971
+ twitter: 'https://twitter.com/phoenix_dir'
9587
9972
  },
9588
9973
  type_asset: 'sdk.coin',
9589
9974
  traces: [{
@@ -12464,27 +12849,167 @@ const assets = {
12464
12849
  exponent: 0,
12465
12850
  aliases: ['p:asusds:31Dec2025']
12466
12851
  }, {
12467
- denom: 'psUSDS31Dec2025',
12852
+ denom: 'psUSDS31Dec2025',
12853
+ exponent: 18
12854
+ }],
12855
+ base: 'ibc/480DB918F0B9C8CCA8FA3E89437F3F628CD1A88FE83900CF452037D38FB2F8BE',
12856
+ name: 'psUsds (31Dec2025)',
12857
+ display: 'psUSDS31Dec2025',
12858
+ symbol: 'psUSDS-31Dec2025',
12859
+ logo_URIs: {
12860
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12861
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
12862
+ },
12863
+ images: [{
12864
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12865
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
12866
+ }],
12867
+ type_asset: 'sdk.coin',
12868
+ traces: [{
12869
+ type: 'ibc',
12870
+ counterparty: {
12871
+ channel_id: 'channel-6',
12872
+ base_denom: 'p:asusds:31Dec2025',
12873
+ chain_name: 'pryzm'
12874
+ },
12875
+ chain: {
12876
+ channel_id: 'channel-4329'
12877
+ }
12878
+ }]
12879
+ },
12880
+ {
12881
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Mar2026',
12882
+ denom_units: [{
12883
+ denom: 'ibc/4F86DE0444D5F01C39419E0529462BA222BFCFF76F701B5795421189A56F656A',
12884
+ exponent: 0,
12885
+ aliases: ['p:asusds:31Mar2026']
12886
+ }, {
12887
+ denom: 'psUSDS31Mar2026',
12888
+ exponent: 18
12889
+ }],
12890
+ base: 'ibc/4F86DE0444D5F01C39419E0529462BA222BFCFF76F701B5795421189A56F656A',
12891
+ name: 'psUsds (31Mar2026)',
12892
+ display: 'psUSDS31Mar2026',
12893
+ symbol: 'psUSDS-31Mar2026',
12894
+ logo_URIs: {
12895
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12896
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
12897
+ },
12898
+ images: [{
12899
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12900
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
12901
+ }],
12902
+ type_asset: 'sdk.coin',
12903
+ traces: [{
12904
+ type: 'ibc',
12905
+ counterparty: {
12906
+ channel_id: 'channel-6',
12907
+ base_denom: 'p:asusds:31Mar2026',
12908
+ chain_name: 'pryzm'
12909
+ },
12910
+ chain: {
12911
+ channel_id: 'channel-4329'
12912
+ }
12913
+ }]
12914
+ },
12915
+ {
12916
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2026',
12917
+ denom_units: [{
12918
+ denom: 'ibc/7E5FE427BBBF5374035181052DE780AE8A4F42E2F968C1CD4E730A17ADBD2FDB',
12919
+ exponent: 0,
12920
+ aliases: ['p:asusds:30Jun2026']
12921
+ }, {
12922
+ denom: 'psUSDS30Jun2026',
12923
+ exponent: 18
12924
+ }],
12925
+ base: 'ibc/7E5FE427BBBF5374035181052DE780AE8A4F42E2F968C1CD4E730A17ADBD2FDB',
12926
+ name: 'psUsds (30Jun2026)',
12927
+ display: 'psUSDS30Jun2026',
12928
+ symbol: 'psUSDS-30Jun2026',
12929
+ logo_URIs: {
12930
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12931
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
12932
+ },
12933
+ images: [{
12934
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12935
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
12936
+ }],
12937
+ type_asset: 'sdk.coin',
12938
+ traces: [{
12939
+ type: 'ibc',
12940
+ counterparty: {
12941
+ channel_id: 'channel-6',
12942
+ base_denom: 'p:asusds:30Jun2026',
12943
+ chain_name: 'pryzm'
12944
+ },
12945
+ chain: {
12946
+ channel_id: 'channel-4329'
12947
+ }
12948
+ }]
12949
+ },
12950
+ {
12951
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
12952
+ denom_units: [{
12953
+ denom: 'ibc/77612007B421592D4D53F42D0FD71D96216F928483C9F47D2D3AAAF09AF6CE9B',
12954
+ exponent: 0,
12955
+ aliases: ['p:ambtc:30Sep2025']
12956
+ }, {
12957
+ denom: 'pmBTC30Sep2025',
12958
+ exponent: 18
12959
+ }],
12960
+ base: 'ibc/77612007B421592D4D53F42D0FD71D96216F928483C9F47D2D3AAAF09AF6CE9B',
12961
+ name: 'pmBTC (30Sep2025)',
12962
+ display: 'pmBTC30Sep2025',
12963
+ symbol: 'pmBTC-30Sep2025',
12964
+ logo_URIs: {
12965
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
12966
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
12967
+ },
12968
+ images: [{
12969
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
12970
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
12971
+ }],
12972
+ type_asset: 'sdk.coin',
12973
+ traces: [{
12974
+ type: 'ibc',
12975
+ counterparty: {
12976
+ channel_id: 'channel-6',
12977
+ base_denom: 'p:ambtc:30Sep2025',
12978
+ chain_name: 'pryzm'
12979
+ },
12980
+ chain: {
12981
+ channel_id: 'channel-4329'
12982
+ }
12983
+ }]
12984
+ },
12985
+ {
12986
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
12987
+ denom_units: [{
12988
+ denom: 'ibc/890F552E861BA4F0C9520BA55CA249DC8F2CD48B479A61D576588598AE8050FE',
12989
+ exponent: 0,
12990
+ aliases: ['p:ambtc:31Dec2025']
12991
+ }, {
12992
+ denom: 'pmBTC31Dec2025',
12468
12993
  exponent: 18
12469
12994
  }],
12470
- base: 'ibc/480DB918F0B9C8CCA8FA3E89437F3F628CD1A88FE83900CF452037D38FB2F8BE',
12471
- name: 'psUsds (31Dec2025)',
12472
- display: 'psUSDS31Dec2025',
12473
- symbol: 'psUSDS-31Dec2025',
12995
+ base: 'ibc/890F552E861BA4F0C9520BA55CA249DC8F2CD48B479A61D576588598AE8050FE',
12996
+ name: 'pmBTC (31Dec2025)',
12997
+ display: 'pmBTC31Dec2025',
12998
+ symbol: 'pmBTC-31Dec2025',
12474
12999
  logo_URIs: {
12475
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12476
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
13000
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
13001
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
12477
13002
  },
12478
13003
  images: [{
12479
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12480
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
13004
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
13005
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
12481
13006
  }],
12482
13007
  type_asset: 'sdk.coin',
12483
13008
  traces: [{
12484
13009
  type: 'ibc',
12485
13010
  counterparty: {
12486
13011
  channel_id: 'channel-6',
12487
- base_denom: 'p:asusds:31Dec2025',
13012
+ base_denom: 'p:ambtc:31Dec2025',
12488
13013
  chain_name: 'pryzm'
12489
13014
  },
12490
13015
  chain: {
@@ -12493,33 +13018,33 @@ const assets = {
12493
13018
  }]
12494
13019
  },
12495
13020
  {
12496
- description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Mar2026',
13021
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
12497
13022
  denom_units: [{
12498
- denom: 'ibc/4F86DE0444D5F01C39419E0529462BA222BFCFF76F701B5795421189A56F656A',
13023
+ denom: 'ibc/8321AD47BA224466743DB3EBC6EB5C25D6C37F6DCAC44C646EB21B5939D42254',
12499
13024
  exponent: 0,
12500
- aliases: ['p:asusds:31Mar2026']
13025
+ aliases: ['p:ambtc:31Mar2026']
12501
13026
  }, {
12502
- denom: 'psUSDS31Mar2026',
13027
+ denom: 'pmBTC31Mar2026',
12503
13028
  exponent: 18
12504
13029
  }],
12505
- base: 'ibc/4F86DE0444D5F01C39419E0529462BA222BFCFF76F701B5795421189A56F656A',
12506
- name: 'psUsds (31Mar2026)',
12507
- display: 'psUSDS31Mar2026',
12508
- symbol: 'psUSDS-31Mar2026',
13030
+ base: 'ibc/8321AD47BA224466743DB3EBC6EB5C25D6C37F6DCAC44C646EB21B5939D42254',
13031
+ name: 'pmBTC (31Mar2026)',
13032
+ display: 'pmBTC31Mar2026',
13033
+ symbol: 'pmBTC-31Mar2026',
12509
13034
  logo_URIs: {
12510
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12511
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
13035
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
13036
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
12512
13037
  },
12513
13038
  images: [{
12514
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12515
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
13039
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
13040
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
12516
13041
  }],
12517
13042
  type_asset: 'sdk.coin',
12518
13043
  traces: [{
12519
13044
  type: 'ibc',
12520
13045
  counterparty: {
12521
13046
  channel_id: 'channel-6',
12522
- base_denom: 'p:asusds:31Mar2026',
13047
+ base_denom: 'p:ambtc:31Mar2026',
12523
13048
  chain_name: 'pryzm'
12524
13049
  },
12525
13050
  chain: {
@@ -12528,33 +13053,33 @@ const assets = {
12528
13053
  }]
12529
13054
  },
12530
13055
  {
12531
- description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2026',
13056
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
12532
13057
  denom_units: [{
12533
- denom: 'ibc/7E5FE427BBBF5374035181052DE780AE8A4F42E2F968C1CD4E730A17ADBD2FDB',
13058
+ denom: 'ibc/EFC5988D566565349EF27F93D7620050CEF2A15ABAD0D69E413545C2B6A6181B',
12534
13059
  exponent: 0,
12535
- aliases: ['p:asusds:30Jun2026']
13060
+ aliases: ['p:ambtc:30Jun2026']
12536
13061
  }, {
12537
- denom: 'psUSDS30Jun2026',
13062
+ denom: 'pmBTC30Jun2026',
12538
13063
  exponent: 18
12539
13064
  }],
12540
- base: 'ibc/7E5FE427BBBF5374035181052DE780AE8A4F42E2F968C1CD4E730A17ADBD2FDB',
12541
- name: 'psUsds (30Jun2026)',
12542
- display: 'psUSDS30Jun2026',
12543
- symbol: 'psUSDS-30Jun2026',
13065
+ base: 'ibc/EFC5988D566565349EF27F93D7620050CEF2A15ABAD0D69E413545C2B6A6181B',
13066
+ name: 'pmBTC (30Jun2026)',
13067
+ display: 'pmBTC30Jun2026',
13068
+ symbol: 'pmBTC-30Jun2026',
12544
13069
  logo_URIs: {
12545
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12546
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
13070
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
13071
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
12547
13072
  },
12548
13073
  images: [{
12549
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12550
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
13074
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
13075
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
12551
13076
  }],
12552
13077
  type_asset: 'sdk.coin',
12553
13078
  traces: [{
12554
13079
  type: 'ibc',
12555
13080
  counterparty: {
12556
13081
  channel_id: 'channel-6',
12557
- base_denom: 'p:asusds:30Jun2026',
13082
+ base_denom: 'p:ambtc:30Jun2026',
12558
13083
  chain_name: 'pryzm'
12559
13084
  },
12560
13085
  chain: {
@@ -15117,6 +15642,146 @@ const assets = {
15117
15642
  }
15118
15643
  }]
15119
15644
  },
15645
+ {
15646
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
15647
+ denom_units: [{
15648
+ denom: 'ibc/5C45CB5D8013A91DD5EDF18A0B118CAF3D817AB321F7D6C836CAF2A186807BC3',
15649
+ exponent: 0,
15650
+ aliases: ['y:ambtc:30Sep2025']
15651
+ }, {
15652
+ denom: 'ymBTC30Sep2025',
15653
+ exponent: 18
15654
+ }],
15655
+ base: 'ibc/5C45CB5D8013A91DD5EDF18A0B118CAF3D817AB321F7D6C836CAF2A186807BC3',
15656
+ name: 'ymBTC (30Sep2025)',
15657
+ display: 'ymBTC30Sep2025',
15658
+ symbol: 'ymBTC-30Sep2025',
15659
+ logo_URIs: {
15660
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
15661
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
15662
+ },
15663
+ images: [{
15664
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
15665
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
15666
+ }],
15667
+ type_asset: 'sdk.coin',
15668
+ traces: [{
15669
+ type: 'ibc',
15670
+ counterparty: {
15671
+ channel_id: 'channel-6',
15672
+ base_denom: 'y:ambtc:30Sep2025',
15673
+ chain_name: 'pryzm'
15674
+ },
15675
+ chain: {
15676
+ channel_id: 'channel-4329'
15677
+ }
15678
+ }]
15679
+ },
15680
+ {
15681
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
15682
+ denom_units: [{
15683
+ denom: 'ibc/8B7DEB45D2A49BCCF5B69659B810872D34F6869F4636822110F5135B2B673908',
15684
+ exponent: 0,
15685
+ aliases: ['y:ambtc:31Dec2025']
15686
+ }, {
15687
+ denom: 'ymBTC31Dec2025',
15688
+ exponent: 18
15689
+ }],
15690
+ base: 'ibc/8B7DEB45D2A49BCCF5B69659B810872D34F6869F4636822110F5135B2B673908',
15691
+ name: 'ymBTC (31Dec2025)',
15692
+ display: 'ymBTC31Dec2025',
15693
+ symbol: 'ymBTC-31Dec2025',
15694
+ logo_URIs: {
15695
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
15696
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
15697
+ },
15698
+ images: [{
15699
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
15700
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
15701
+ }],
15702
+ type_asset: 'sdk.coin',
15703
+ traces: [{
15704
+ type: 'ibc',
15705
+ counterparty: {
15706
+ channel_id: 'channel-6',
15707
+ base_denom: 'y:ambtc:31Dec2025',
15708
+ chain_name: 'pryzm'
15709
+ },
15710
+ chain: {
15711
+ channel_id: 'channel-4329'
15712
+ }
15713
+ }]
15714
+ },
15715
+ {
15716
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
15717
+ denom_units: [{
15718
+ denom: 'ibc/398411E5CD0A4B8EA0DE7C321A9AA5047B0A7793B7894986AB67E92D277752D7',
15719
+ exponent: 0,
15720
+ aliases: ['y:ambtc:31Mar2026']
15721
+ }, {
15722
+ denom: 'ymBTC31Mar2026',
15723
+ exponent: 18
15724
+ }],
15725
+ base: 'ibc/398411E5CD0A4B8EA0DE7C321A9AA5047B0A7793B7894986AB67E92D277752D7',
15726
+ name: 'ymBTC (31Mar2026)',
15727
+ display: 'ymBTC31Mar2026',
15728
+ symbol: 'ymBTC-31Mar2026',
15729
+ logo_URIs: {
15730
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
15731
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
15732
+ },
15733
+ images: [{
15734
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
15735
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
15736
+ }],
15737
+ type_asset: 'sdk.coin',
15738
+ traces: [{
15739
+ type: 'ibc',
15740
+ counterparty: {
15741
+ channel_id: 'channel-6',
15742
+ base_denom: 'y:ambtc:31Mar2026',
15743
+ chain_name: 'pryzm'
15744
+ },
15745
+ chain: {
15746
+ channel_id: 'channel-4329'
15747
+ }
15748
+ }]
15749
+ },
15750
+ {
15751
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
15752
+ denom_units: [{
15753
+ denom: 'ibc/04BA7414EF960149B3B74C960206D1BE6F6E60E0A4F2948FBD068E5AE67C6051',
15754
+ exponent: 0,
15755
+ aliases: ['y:ambtc:30Jun2026']
15756
+ }, {
15757
+ denom: 'ymBTC30Jun2026',
15758
+ exponent: 18
15759
+ }],
15760
+ base: 'ibc/04BA7414EF960149B3B74C960206D1BE6F6E60E0A4F2948FBD068E5AE67C6051',
15761
+ name: 'ymBTC (30Jun2026)',
15762
+ display: 'ymBTC30Jun2026',
15763
+ symbol: 'ymBTC-30Jun2026',
15764
+ logo_URIs: {
15765
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
15766
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
15767
+ },
15768
+ images: [{
15769
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
15770
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
15771
+ }],
15772
+ type_asset: 'sdk.coin',
15773
+ traces: [{
15774
+ type: 'ibc',
15775
+ counterparty: {
15776
+ channel_id: 'channel-6',
15777
+ base_denom: 'y:ambtc:30Jun2026',
15778
+ chain_name: 'pryzm'
15779
+ },
15780
+ chain: {
15781
+ channel_id: 'channel-4329'
15782
+ }
15783
+ }]
15784
+ },
15120
15785
  {
15121
15786
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
15122
15787
  denom_units: [{
@@ -16202,6 +16867,111 @@ const assets = {
16202
16867
  }
16203
16868
  }]
16204
16869
  },
16870
+ {
16871
+ description: 'Pryzm\'s LP token for mBTC Yield pool',
16872
+ denom_units: [{
16873
+ denom: 'ibc/FB7ECB2F1339FE80FF73B8BBE5D45D5D2BEF8201359B48B1C97275450F5FC56F',
16874
+ exponent: 0,
16875
+ aliases: ['lp:38:ambtc']
16876
+ }, {
16877
+ denom: 'lp:38:mbtc',
16878
+ exponent: 18
16879
+ }],
16880
+ base: 'ibc/FB7ECB2F1339FE80FF73B8BBE5D45D5D2BEF8201359B48B1C97275450F5FC56F',
16881
+ name: 'mBTC Yield LP',
16882
+ display: 'lp:38:mbtc',
16883
+ symbol: 'mBTC-YIELD-LP',
16884
+ logo_URIs: {
16885
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
16886
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
16887
+ },
16888
+ images: [{
16889
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
16890
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
16891
+ }],
16892
+ type_asset: 'sdk.coin',
16893
+ traces: [{
16894
+ type: 'ibc',
16895
+ counterparty: {
16896
+ channel_id: 'channel-6',
16897
+ base_denom: 'lp:38:ambtc',
16898
+ chain_name: 'pryzm'
16899
+ },
16900
+ chain: {
16901
+ channel_id: 'channel-4329'
16902
+ }
16903
+ }]
16904
+ },
16905
+ {
16906
+ description: 'Pryzm\'s LP token for mBTC Boost pool',
16907
+ denom_units: [{
16908
+ denom: 'ibc/8D11F44051EDA738451B1294835AB80A2765158834D7F9C68696EB97028EB492',
16909
+ exponent: 0,
16910
+ aliases: ['lp:39:ambtcypt-wsat']
16911
+ }, {
16912
+ denom: 'lp:39:mbtcypt-wbtc',
16913
+ exponent: 18
16914
+ }],
16915
+ base: 'ibc/8D11F44051EDA738451B1294835AB80A2765158834D7F9C68696EB97028EB492',
16916
+ name: 'mBTC Boost LP',
16917
+ display: 'lp:39:mbtcypt-wbtc',
16918
+ symbol: 'mBTC-BOOST-LP',
16919
+ logo_URIs: {
16920
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
16921
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
16922
+ },
16923
+ images: [{
16924
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
16925
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
16926
+ }],
16927
+ type_asset: 'sdk.coin',
16928
+ traces: [{
16929
+ type: 'ibc',
16930
+ counterparty: {
16931
+ channel_id: 'channel-6',
16932
+ base_denom: 'lp:39:ambtcypt-wsat',
16933
+ chain_name: 'pryzm'
16934
+ },
16935
+ chain: {
16936
+ channel_id: 'channel-4329'
16937
+ }
16938
+ }]
16939
+ },
16940
+ {
16941
+ description: 'Pryzm\'s LP token for WBTC / USDC pool',
16942
+ denom_units: [{
16943
+ denom: 'ibc/8D03601A3F9D58F55EA09BEBA2D0831494C21AD2427F5C20391BDA4B5694E3DC',
16944
+ exponent: 0,
16945
+ aliases: ['lp:40:wsat-uusdc']
16946
+ }, {
16947
+ denom: 'lp:40:wbtc-usdc',
16948
+ exponent: 18
16949
+ }],
16950
+ base: 'ibc/8D03601A3F9D58F55EA09BEBA2D0831494C21AD2427F5C20391BDA4B5694E3DC',
16951
+ name: 'WBTC / USDC LP',
16952
+ display: 'lp:40:wbtc-usdc',
16953
+ symbol: 'WBTC-USDC-LP',
16954
+ logo_URIs: {
16955
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
16956
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
16957
+ },
16958
+ images: [{
16959
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
16960
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
16961
+ }],
16962
+ type_asset: 'sdk.coin',
16963
+ traces: [{
16964
+ type: 'ibc',
16965
+ counterparty: {
16966
+ channel_id: 'channel-6',
16967
+ base_denom: 'lp:40:wsat-uusdc',
16968
+ chain_name: 'pryzm'
16969
+ },
16970
+ chain: {
16971
+ channel_id: 'channel-4329'
16972
+ }
16973
+ }]
16974
+ },
16205
16975
  {
16206
16976
  description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
16207
16977
  denom_units: [{
@@ -16502,7 +17272,7 @@ const assets = {
16502
17272
  }]
16503
17273
  },
16504
17274
  {
16505
- description: 'The native staking token of Terra.',
17275
+ description: 'The native staking token of Terra Phoenix.',
16506
17276
  denom_units: [{
16507
17277
  denom: 'ibc/322C86EB54A505E28AFE380CED1721FA61E9580A7548A16B9DCF6E7C8CEE43D5',
16508
17278
  exponent: 0,
@@ -16528,8 +17298,8 @@ const assets = {
16528
17298
  }
16529
17299
  }],
16530
17300
  socials: {
16531
- website: 'https://www.terra.money/',
16532
- twitter: 'https://twitter.com/terra_money'
17301
+ website: 'https://www.phoenix.money/',
17302
+ twitter: 'https://twitter.com/phoenix_dir'
16533
17303
  },
16534
17304
  type_asset: 'sdk.coin',
16535
17305
  traces: [{
@@ -18528,6 +19298,47 @@ const assets = {
18528
19298
  }
18529
19299
  }]
18530
19300
  },
19301
+ {
19302
+ description: 'A Terra native overcollateralized USD stablecoin, powered by Capapult Finance.',
19303
+ denom_units: [{
19304
+ denom: 'ibc/871BA8171A09382FEEAB0A04A1BE30158D45922C31078E0277A1F54F245C316B',
19305
+ exponent: 0,
19306
+ aliases: ['cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst']
19307
+ }, {
19308
+ denom: 'solid',
19309
+ exponent: 6
19310
+ }],
19311
+ type_asset: 'cw20',
19312
+ address: 'terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
19313
+ base: 'ibc/871BA8171A09382FEEAB0A04A1BE30158D45922C31078E0277A1F54F245C316B',
19314
+ name: 'Solid USD',
19315
+ display: 'solid',
19316
+ symbol: 'SOLID',
19317
+ logo_URIs: {
19318
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
19319
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
19320
+ },
19321
+ images: [{
19322
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
19323
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg',
19324
+ theme: {
19325
+ primary_color_hex: '#040404'
19326
+ }
19327
+ }],
19328
+ traces: [{
19329
+ type: 'ibc-cw20',
19330
+ counterparty: {
19331
+ port: 'wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce',
19332
+ channel_id: 'channel-167',
19333
+ base_denom: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
19334
+ chain_name: 'terra2'
19335
+ },
19336
+ chain: {
19337
+ port: 'transfer',
19338
+ channel_id: 'channel-5'
19339
+ }
19340
+ }]
19341
+ },
18531
19342
  {
18532
19343
  description: 'The native token cw20 for SIENNA on Secret Network',
18533
19344
  denom_units: [{
@@ -20316,6 +21127,47 @@ const assets = {
20316
21127
  channel_id: 'channel-5'
20317
21128
  }
20318
21129
  }]
21130
+ },
21131
+ {
21132
+ description: 'A Terra native overcollateralized USD stablecoin, powered by Capapult Finance.',
21133
+ denom_units: [{
21134
+ denom: 'ibc/871BA8171A09382FEEAB0A04A1BE30158D45922C31078E0277A1F54F245C316B',
21135
+ exponent: 0,
21136
+ aliases: ['cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst']
21137
+ }, {
21138
+ denom: 'solid',
21139
+ exponent: 6
21140
+ }],
21141
+ type_asset: 'cw20',
21142
+ address: 'terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
21143
+ base: 'ibc/871BA8171A09382FEEAB0A04A1BE30158D45922C31078E0277A1F54F245C316B',
21144
+ name: 'Solid USD',
21145
+ display: 'solid',
21146
+ symbol: 'SOLID',
21147
+ logo_URIs: {
21148
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
21149
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
21150
+ },
21151
+ images: [{
21152
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
21153
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg',
21154
+ theme: {
21155
+ primary_color_hex: '#040404'
21156
+ }
21157
+ }],
21158
+ traces: [{
21159
+ type: 'ibc-cw20',
21160
+ counterparty: {
21161
+ port: 'wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce',
21162
+ channel_id: 'channel-167',
21163
+ base_denom: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
21164
+ chain_name: 'terra2'
21165
+ },
21166
+ chain: {
21167
+ port: 'transfer',
21168
+ channel_id: 'channel-5'
21169
+ }
21170
+ }]
20319
21171
  }
20320
21172
  ]
20321
21173
  };