@chain-registry/assets 1.70.241 → 1.70.243

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