@chain-registry/assets 1.70.240 → 1.70.242

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/esm/mainnet/acrechain.js +6 -6
  2. package/esm/mainnet/akash.js +6 -6
  3. package/esm/mainnet/andromeda.js +6 -6
  4. package/esm/mainnet/archway.js +6 -6
  5. package/esm/mainnet/axelar.js +776 -6
  6. package/esm/mainnet/carbon.js +88 -6
  7. package/esm/mainnet/celestia.js +776 -6
  8. package/esm/mainnet/cheqd.js +6 -6
  9. package/esm/mainnet/comdex.js +6 -6
  10. package/esm/mainnet/composable.js +64 -0
  11. package/esm/mainnet/cosmoshub.js +776 -6
  12. package/esm/mainnet/crescent.js +6 -6
  13. package/esm/mainnet/decentr.js +6 -6
  14. package/esm/mainnet/dydx.js +776 -6
  15. package/esm/mainnet/furya.js +6 -6
  16. package/esm/mainnet/injective.js +776 -6
  17. package/esm/mainnet/juno.js +6 -6
  18. package/esm/mainnet/kava.js +6 -6
  19. package/esm/mainnet/kopi.js +6 -6
  20. package/esm/mainnet/kujira.js +88 -6
  21. package/esm/mainnet/migaloo.js +88 -6
  22. package/esm/mainnet/neutron.js +894 -42
  23. package/esm/mainnet/noble.js +776 -6
  24. package/esm/mainnet/osmosis.js +858 -6
  25. package/esm/mainnet/pryzm.js +6 -6
  26. package/esm/mainnet/quicksilver.js +6 -6
  27. package/esm/mainnet/secretnetwork.js +88 -6
  28. package/esm/mainnet/stafihub.js +6 -6
  29. package/esm/mainnet/stargaze.js +6 -6
  30. package/esm/mainnet/stride.js +776 -6
  31. package/esm/mainnet/terra.js +6 -6
  32. package/esm/mainnet/terra2.js +770 -0
  33. package/mainnet/acrechain.js +6 -6
  34. package/mainnet/akash.js +6 -6
  35. package/mainnet/andromeda.js +6 -6
  36. package/mainnet/archway.js +6 -6
  37. package/mainnet/axelar.js +776 -6
  38. package/mainnet/carbon.js +88 -6
  39. package/mainnet/celestia.js +776 -6
  40. package/mainnet/cheqd.js +6 -6
  41. package/mainnet/comdex.js +6 -6
  42. package/mainnet/composable.js +64 -0
  43. package/mainnet/cosmoshub.js +776 -6
  44. package/mainnet/crescent.js +6 -6
  45. package/mainnet/decentr.js +6 -6
  46. package/mainnet/dydx.js +776 -6
  47. package/mainnet/furya.js +6 -6
  48. package/mainnet/injective.js +776 -6
  49. package/mainnet/juno.js +6 -6
  50. package/mainnet/kava.js +6 -6
  51. package/mainnet/kopi.js +6 -6
  52. package/mainnet/kujira.js +88 -6
  53. package/mainnet/migaloo.js +88 -6
  54. package/mainnet/neutron.js +894 -42
  55. package/mainnet/noble.js +776 -6
  56. package/mainnet/osmosis.js +858 -6
  57. package/mainnet/pryzm.js +6 -6
  58. package/mainnet/quicksilver.js +6 -6
  59. package/mainnet/secretnetwork.js +88 -6
  60. package/mainnet/stafihub.js +6 -6
  61. package/mainnet/stargaze.js +6 -6
  62. package/mainnet/stride.js +776 -6
  63. package/mainnet/terra.js +6 -6
  64. package/mainnet/terra2.js +770 -0
  65. package/package.json +5 -5
@@ -4491,6 +4491,146 @@ const assets = {
4491
4491
  }
4492
4492
  }]
4493
4493
  },
4494
+ {
4495
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
4496
+ denom_units: [{
4497
+ denom: 'ibc/139A1B00CE8497C9F34EFA4430F74E98B54110DE92E260B7E240E8D4060044F7',
4498
+ exponent: 0,
4499
+ aliases: ['p:ambtc:30Sep2025']
4500
+ }, {
4501
+ denom: 'pmBTC30Sep2025',
4502
+ exponent: 18
4503
+ }],
4504
+ base: 'ibc/139A1B00CE8497C9F34EFA4430F74E98B54110DE92E260B7E240E8D4060044F7',
4505
+ name: 'pmBTC (30Sep2025)',
4506
+ display: 'pmBTC30Sep2025',
4507
+ symbol: 'pmBTC-30Sep2025',
4508
+ logo_URIs: {
4509
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
4510
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
4511
+ },
4512
+ images: [{
4513
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
4514
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
4515
+ }],
4516
+ type_asset: 'sdk.coin',
4517
+ traces: [{
4518
+ type: 'ibc',
4519
+ counterparty: {
4520
+ channel_id: 'channel-23',
4521
+ base_denom: 'p:ambtc:30Sep2025',
4522
+ chain_name: 'pryzm'
4523
+ },
4524
+ chain: {
4525
+ channel_id: 'channel-257'
4526
+ }
4527
+ }]
4528
+ },
4529
+ {
4530
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
4531
+ denom_units: [{
4532
+ denom: 'ibc/23B6FC05C94C194DC6C2B8B082891331D7BF1BFCCF5A67ACBDFABBD33AAE887A',
4533
+ exponent: 0,
4534
+ aliases: ['p:ambtc:31Dec2025']
4535
+ }, {
4536
+ denom: 'pmBTC31Dec2025',
4537
+ exponent: 18
4538
+ }],
4539
+ base: 'ibc/23B6FC05C94C194DC6C2B8B082891331D7BF1BFCCF5A67ACBDFABBD33AAE887A',
4540
+ name: 'pmBTC (31Dec2025)',
4541
+ display: 'pmBTC31Dec2025',
4542
+ symbol: 'pmBTC-31Dec2025',
4543
+ logo_URIs: {
4544
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
4545
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
4546
+ },
4547
+ images: [{
4548
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
4549
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
4550
+ }],
4551
+ type_asset: 'sdk.coin',
4552
+ traces: [{
4553
+ type: 'ibc',
4554
+ counterparty: {
4555
+ channel_id: 'channel-23',
4556
+ base_denom: 'p:ambtc:31Dec2025',
4557
+ chain_name: 'pryzm'
4558
+ },
4559
+ chain: {
4560
+ channel_id: 'channel-257'
4561
+ }
4562
+ }]
4563
+ },
4564
+ {
4565
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
4566
+ denom_units: [{
4567
+ denom: 'ibc/DC611BFD5D52B67F9B05DA8ABD6B544C44F7F248E6337E1E21F987BEE62B3C3C',
4568
+ exponent: 0,
4569
+ aliases: ['p:ambtc:31Mar2026']
4570
+ }, {
4571
+ denom: 'pmBTC31Mar2026',
4572
+ exponent: 18
4573
+ }],
4574
+ base: 'ibc/DC611BFD5D52B67F9B05DA8ABD6B544C44F7F248E6337E1E21F987BEE62B3C3C',
4575
+ name: 'pmBTC (31Mar2026)',
4576
+ display: 'pmBTC31Mar2026',
4577
+ symbol: 'pmBTC-31Mar2026',
4578
+ logo_URIs: {
4579
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
4580
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
4581
+ },
4582
+ images: [{
4583
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
4584
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
4585
+ }],
4586
+ type_asset: 'sdk.coin',
4587
+ traces: [{
4588
+ type: 'ibc',
4589
+ counterparty: {
4590
+ channel_id: 'channel-23',
4591
+ base_denom: 'p:ambtc:31Mar2026',
4592
+ chain_name: 'pryzm'
4593
+ },
4594
+ chain: {
4595
+ channel_id: 'channel-257'
4596
+ }
4597
+ }]
4598
+ },
4599
+ {
4600
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
4601
+ denom_units: [{
4602
+ denom: 'ibc/3B25C19BA6F81FCB7D2EC0EC718577A3C78FB3CE63A9E2A1FC59DB00615CA000',
4603
+ exponent: 0,
4604
+ aliases: ['p:ambtc:30Jun2026']
4605
+ }, {
4606
+ denom: 'pmBTC30Jun2026',
4607
+ exponent: 18
4608
+ }],
4609
+ base: 'ibc/3B25C19BA6F81FCB7D2EC0EC718577A3C78FB3CE63A9E2A1FC59DB00615CA000',
4610
+ name: 'pmBTC (30Jun2026)',
4611
+ display: 'pmBTC30Jun2026',
4612
+ symbol: 'pmBTC-30Jun2026',
4613
+ logo_URIs: {
4614
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
4615
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
4616
+ },
4617
+ images: [{
4618
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
4619
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
4620
+ }],
4621
+ type_asset: 'sdk.coin',
4622
+ traces: [{
4623
+ type: 'ibc',
4624
+ counterparty: {
4625
+ channel_id: 'channel-23',
4626
+ base_denom: 'p:ambtc:30Jun2026',
4627
+ chain_name: 'pryzm'
4628
+ },
4629
+ chain: {
4630
+ channel_id: 'channel-257'
4631
+ }
4632
+ }]
4633
+ },
4494
4634
  {
4495
4635
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
4496
4636
  denom_units: [{
@@ -7046,6 +7186,146 @@ const assets = {
7046
7186
  }
7047
7187
  }]
7048
7188
  },
7189
+ {
7190
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
7191
+ denom_units: [{
7192
+ denom: 'ibc/DEB78F0E17E4690191234855E02F27A7132134E2FBC4879201EA98AF32CAB51C',
7193
+ exponent: 0,
7194
+ aliases: ['y:ambtc:30Sep2025']
7195
+ }, {
7196
+ denom: 'ymBTC30Sep2025',
7197
+ exponent: 18
7198
+ }],
7199
+ base: 'ibc/DEB78F0E17E4690191234855E02F27A7132134E2FBC4879201EA98AF32CAB51C',
7200
+ name: 'ymBTC (30Sep2025)',
7201
+ display: 'ymBTC30Sep2025',
7202
+ symbol: 'ymBTC-30Sep2025',
7203
+ logo_URIs: {
7204
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
7205
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
7206
+ },
7207
+ images: [{
7208
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
7209
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
7210
+ }],
7211
+ type_asset: 'sdk.coin',
7212
+ traces: [{
7213
+ type: 'ibc',
7214
+ counterparty: {
7215
+ channel_id: 'channel-23',
7216
+ base_denom: 'y:ambtc:30Sep2025',
7217
+ chain_name: 'pryzm'
7218
+ },
7219
+ chain: {
7220
+ channel_id: 'channel-257'
7221
+ }
7222
+ }]
7223
+ },
7224
+ {
7225
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
7226
+ denom_units: [{
7227
+ denom: 'ibc/0EA6CBA78F153A1060D52BBD38F92478731BB2F608C5FD0093F279744B6C1C49',
7228
+ exponent: 0,
7229
+ aliases: ['y:ambtc:31Dec2025']
7230
+ }, {
7231
+ denom: 'ymBTC31Dec2025',
7232
+ exponent: 18
7233
+ }],
7234
+ base: 'ibc/0EA6CBA78F153A1060D52BBD38F92478731BB2F608C5FD0093F279744B6C1C49',
7235
+ name: 'ymBTC (31Dec2025)',
7236
+ display: 'ymBTC31Dec2025',
7237
+ symbol: 'ymBTC-31Dec2025',
7238
+ logo_URIs: {
7239
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
7240
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
7241
+ },
7242
+ images: [{
7243
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
7244
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
7245
+ }],
7246
+ type_asset: 'sdk.coin',
7247
+ traces: [{
7248
+ type: 'ibc',
7249
+ counterparty: {
7250
+ channel_id: 'channel-23',
7251
+ base_denom: 'y:ambtc:31Dec2025',
7252
+ chain_name: 'pryzm'
7253
+ },
7254
+ chain: {
7255
+ channel_id: 'channel-257'
7256
+ }
7257
+ }]
7258
+ },
7259
+ {
7260
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
7261
+ denom_units: [{
7262
+ denom: 'ibc/8844D2B44C123878E74F194599599DD00785CCC0EB8979EBDAEF964D16216218',
7263
+ exponent: 0,
7264
+ aliases: ['y:ambtc:31Mar2026']
7265
+ }, {
7266
+ denom: 'ymBTC31Mar2026',
7267
+ exponent: 18
7268
+ }],
7269
+ base: 'ibc/8844D2B44C123878E74F194599599DD00785CCC0EB8979EBDAEF964D16216218',
7270
+ name: 'ymBTC (31Mar2026)',
7271
+ display: 'ymBTC31Mar2026',
7272
+ symbol: 'ymBTC-31Mar2026',
7273
+ logo_URIs: {
7274
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
7275
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
7276
+ },
7277
+ images: [{
7278
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
7279
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
7280
+ }],
7281
+ type_asset: 'sdk.coin',
7282
+ traces: [{
7283
+ type: 'ibc',
7284
+ counterparty: {
7285
+ channel_id: 'channel-23',
7286
+ base_denom: 'y:ambtc:31Mar2026',
7287
+ chain_name: 'pryzm'
7288
+ },
7289
+ chain: {
7290
+ channel_id: 'channel-257'
7291
+ }
7292
+ }]
7293
+ },
7294
+ {
7295
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
7296
+ denom_units: [{
7297
+ denom: 'ibc/8F0129D7D4FC6A0787D277CAEB343790E9CC3E4D027C515FD135AB9CA4C9C16B',
7298
+ exponent: 0,
7299
+ aliases: ['y:ambtc:30Jun2026']
7300
+ }, {
7301
+ denom: 'ymBTC30Jun2026',
7302
+ exponent: 18
7303
+ }],
7304
+ base: 'ibc/8F0129D7D4FC6A0787D277CAEB343790E9CC3E4D027C515FD135AB9CA4C9C16B',
7305
+ name: 'ymBTC (30Jun2026)',
7306
+ display: 'ymBTC30Jun2026',
7307
+ symbol: 'ymBTC-30Jun2026',
7308
+ logo_URIs: {
7309
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
7310
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
7311
+ },
7312
+ images: [{
7313
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
7314
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
7315
+ }],
7316
+ type_asset: 'sdk.coin',
7317
+ traces: [{
7318
+ type: 'ibc',
7319
+ counterparty: {
7320
+ channel_id: 'channel-23',
7321
+ base_denom: 'y:ambtc:30Jun2026',
7322
+ chain_name: 'pryzm'
7323
+ },
7324
+ chain: {
7325
+ channel_id: 'channel-257'
7326
+ }
7327
+ }]
7328
+ },
7049
7329
  {
7050
7330
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
7051
7331
  denom_units: [{
@@ -8131,6 +8411,111 @@ const assets = {
8131
8411
  }
8132
8412
  }]
8133
8413
  },
8414
+ {
8415
+ description: 'Pryzm\'s LP token for mBTC Yield pool',
8416
+ denom_units: [{
8417
+ denom: 'ibc/C47A08A08D4173EE9FE3FCB4F6EBE512DA5CCA67DF0AD502941A58F097FC7527',
8418
+ exponent: 0,
8419
+ aliases: ['lp:38:ambtc']
8420
+ }, {
8421
+ denom: 'lp:38:mbtc',
8422
+ exponent: 18
8423
+ }],
8424
+ base: 'ibc/C47A08A08D4173EE9FE3FCB4F6EBE512DA5CCA67DF0AD502941A58F097FC7527',
8425
+ name: 'mBTC Yield LP',
8426
+ display: 'lp:38:mbtc',
8427
+ symbol: 'mBTC-YIELD-LP',
8428
+ logo_URIs: {
8429
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8430
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8431
+ },
8432
+ images: [{
8433
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8434
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8435
+ }],
8436
+ type_asset: 'sdk.coin',
8437
+ traces: [{
8438
+ type: 'ibc',
8439
+ counterparty: {
8440
+ channel_id: 'channel-23',
8441
+ base_denom: 'lp:38:ambtc',
8442
+ chain_name: 'pryzm'
8443
+ },
8444
+ chain: {
8445
+ channel_id: 'channel-257'
8446
+ }
8447
+ }]
8448
+ },
8449
+ {
8450
+ description: 'Pryzm\'s LP token for mBTC Boost pool',
8451
+ denom_units: [{
8452
+ denom: 'ibc/9EFBFACC2F3B962AF95434EC074615517208D1C4130CBF5A6ED013FB182BCF29',
8453
+ exponent: 0,
8454
+ aliases: ['lp:39:ambtcypt-wsat']
8455
+ }, {
8456
+ denom: 'lp:39:mbtcypt-wbtc',
8457
+ exponent: 18
8458
+ }],
8459
+ base: 'ibc/9EFBFACC2F3B962AF95434EC074615517208D1C4130CBF5A6ED013FB182BCF29',
8460
+ name: 'mBTC Boost LP',
8461
+ display: 'lp:39:mbtcypt-wbtc',
8462
+ symbol: 'mBTC-BOOST-LP',
8463
+ logo_URIs: {
8464
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8465
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8466
+ },
8467
+ images: [{
8468
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8469
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8470
+ }],
8471
+ type_asset: 'sdk.coin',
8472
+ traces: [{
8473
+ type: 'ibc',
8474
+ counterparty: {
8475
+ channel_id: 'channel-23',
8476
+ base_denom: 'lp:39:ambtcypt-wsat',
8477
+ chain_name: 'pryzm'
8478
+ },
8479
+ chain: {
8480
+ channel_id: 'channel-257'
8481
+ }
8482
+ }]
8483
+ },
8484
+ {
8485
+ description: 'Pryzm\'s LP token for WBTC / USDC pool',
8486
+ denom_units: [{
8487
+ denom: 'ibc/7FDD5A19037D67E8975885F20009616EB8979A74CEF179434FCACBF958ACF9E8',
8488
+ exponent: 0,
8489
+ aliases: ['lp:40:wsat-uusdc']
8490
+ }, {
8491
+ denom: 'lp:40:wbtc-usdc',
8492
+ exponent: 18
8493
+ }],
8494
+ base: 'ibc/7FDD5A19037D67E8975885F20009616EB8979A74CEF179434FCACBF958ACF9E8',
8495
+ name: 'WBTC / USDC LP',
8496
+ display: 'lp:40:wbtc-usdc',
8497
+ symbol: 'WBTC-USDC-LP',
8498
+ logo_URIs: {
8499
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8500
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8501
+ },
8502
+ images: [{
8503
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8504
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8505
+ }],
8506
+ type_asset: 'sdk.coin',
8507
+ traces: [{
8508
+ type: 'ibc',
8509
+ counterparty: {
8510
+ channel_id: 'channel-23',
8511
+ base_denom: 'lp:40:wsat-uusdc',
8512
+ chain_name: 'pryzm'
8513
+ },
8514
+ chain: {
8515
+ channel_id: 'channel-257'
8516
+ }
8517
+ }]
8518
+ },
8134
8519
  {
8135
8520
  description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
8136
8521
  denom_units: [{
@@ -12886,6 +13271,146 @@ const assets = {
12886
13271
  }
12887
13272
  }]
12888
13273
  },
13274
+ {
13275
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
13276
+ denom_units: [{
13277
+ denom: 'ibc/139A1B00CE8497C9F34EFA4430F74E98B54110DE92E260B7E240E8D4060044F7',
13278
+ exponent: 0,
13279
+ aliases: ['p:ambtc:30Sep2025']
13280
+ }, {
13281
+ denom: 'pmBTC30Sep2025',
13282
+ exponent: 18
13283
+ }],
13284
+ base: 'ibc/139A1B00CE8497C9F34EFA4430F74E98B54110DE92E260B7E240E8D4060044F7',
13285
+ name: 'pmBTC (30Sep2025)',
13286
+ display: 'pmBTC30Sep2025',
13287
+ symbol: 'pmBTC-30Sep2025',
13288
+ logo_URIs: {
13289
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
13290
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
13291
+ },
13292
+ images: [{
13293
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
13294
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
13295
+ }],
13296
+ type_asset: 'sdk.coin',
13297
+ traces: [{
13298
+ type: 'ibc',
13299
+ counterparty: {
13300
+ channel_id: 'channel-23',
13301
+ base_denom: 'p:ambtc:30Sep2025',
13302
+ chain_name: 'pryzm'
13303
+ },
13304
+ chain: {
13305
+ channel_id: 'channel-257'
13306
+ }
13307
+ }]
13308
+ },
13309
+ {
13310
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
13311
+ denom_units: [{
13312
+ denom: 'ibc/23B6FC05C94C194DC6C2B8B082891331D7BF1BFCCF5A67ACBDFABBD33AAE887A',
13313
+ exponent: 0,
13314
+ aliases: ['p:ambtc:31Dec2025']
13315
+ }, {
13316
+ denom: 'pmBTC31Dec2025',
13317
+ exponent: 18
13318
+ }],
13319
+ base: 'ibc/23B6FC05C94C194DC6C2B8B082891331D7BF1BFCCF5A67ACBDFABBD33AAE887A',
13320
+ name: 'pmBTC (31Dec2025)',
13321
+ display: 'pmBTC31Dec2025',
13322
+ symbol: 'pmBTC-31Dec2025',
13323
+ logo_URIs: {
13324
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
13325
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
13326
+ },
13327
+ images: [{
13328
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
13329
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
13330
+ }],
13331
+ type_asset: 'sdk.coin',
13332
+ traces: [{
13333
+ type: 'ibc',
13334
+ counterparty: {
13335
+ channel_id: 'channel-23',
13336
+ base_denom: 'p:ambtc:31Dec2025',
13337
+ chain_name: 'pryzm'
13338
+ },
13339
+ chain: {
13340
+ channel_id: 'channel-257'
13341
+ }
13342
+ }]
13343
+ },
13344
+ {
13345
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
13346
+ denom_units: [{
13347
+ denom: 'ibc/DC611BFD5D52B67F9B05DA8ABD6B544C44F7F248E6337E1E21F987BEE62B3C3C',
13348
+ exponent: 0,
13349
+ aliases: ['p:ambtc:31Mar2026']
13350
+ }, {
13351
+ denom: 'pmBTC31Mar2026',
13352
+ exponent: 18
13353
+ }],
13354
+ base: 'ibc/DC611BFD5D52B67F9B05DA8ABD6B544C44F7F248E6337E1E21F987BEE62B3C3C',
13355
+ name: 'pmBTC (31Mar2026)',
13356
+ display: 'pmBTC31Mar2026',
13357
+ symbol: 'pmBTC-31Mar2026',
13358
+ logo_URIs: {
13359
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
13360
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
13361
+ },
13362
+ images: [{
13363
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
13364
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
13365
+ }],
13366
+ type_asset: 'sdk.coin',
13367
+ traces: [{
13368
+ type: 'ibc',
13369
+ counterparty: {
13370
+ channel_id: 'channel-23',
13371
+ base_denom: 'p:ambtc:31Mar2026',
13372
+ chain_name: 'pryzm'
13373
+ },
13374
+ chain: {
13375
+ channel_id: 'channel-257'
13376
+ }
13377
+ }]
13378
+ },
13379
+ {
13380
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
13381
+ denom_units: [{
13382
+ denom: 'ibc/3B25C19BA6F81FCB7D2EC0EC718577A3C78FB3CE63A9E2A1FC59DB00615CA000',
13383
+ exponent: 0,
13384
+ aliases: ['p:ambtc:30Jun2026']
13385
+ }, {
13386
+ denom: 'pmBTC30Jun2026',
13387
+ exponent: 18
13388
+ }],
13389
+ base: 'ibc/3B25C19BA6F81FCB7D2EC0EC718577A3C78FB3CE63A9E2A1FC59DB00615CA000',
13390
+ name: 'pmBTC (30Jun2026)',
13391
+ display: 'pmBTC30Jun2026',
13392
+ symbol: 'pmBTC-30Jun2026',
13393
+ logo_URIs: {
13394
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
13395
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
13396
+ },
13397
+ images: [{
13398
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
13399
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
13400
+ }],
13401
+ type_asset: 'sdk.coin',
13402
+ traces: [{
13403
+ type: 'ibc',
13404
+ counterparty: {
13405
+ channel_id: 'channel-23',
13406
+ base_denom: 'p:ambtc:30Jun2026',
13407
+ chain_name: 'pryzm'
13408
+ },
13409
+ chain: {
13410
+ channel_id: 'channel-257'
13411
+ }
13412
+ }]
13413
+ },
12889
13414
  {
12890
13415
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
12891
13416
  denom_units: [{
@@ -15441,6 +15966,146 @@ const assets = {
15441
15966
  }
15442
15967
  }]
15443
15968
  },
15969
+ {
15970
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
15971
+ denom_units: [{
15972
+ denom: 'ibc/DEB78F0E17E4690191234855E02F27A7132134E2FBC4879201EA98AF32CAB51C',
15973
+ exponent: 0,
15974
+ aliases: ['y:ambtc:30Sep2025']
15975
+ }, {
15976
+ denom: 'ymBTC30Sep2025',
15977
+ exponent: 18
15978
+ }],
15979
+ base: 'ibc/DEB78F0E17E4690191234855E02F27A7132134E2FBC4879201EA98AF32CAB51C',
15980
+ name: 'ymBTC (30Sep2025)',
15981
+ display: 'ymBTC30Sep2025',
15982
+ symbol: 'ymBTC-30Sep2025',
15983
+ logo_URIs: {
15984
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
15985
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
15986
+ },
15987
+ images: [{
15988
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
15989
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
15990
+ }],
15991
+ type_asset: 'sdk.coin',
15992
+ traces: [{
15993
+ type: 'ibc',
15994
+ counterparty: {
15995
+ channel_id: 'channel-23',
15996
+ base_denom: 'y:ambtc:30Sep2025',
15997
+ chain_name: 'pryzm'
15998
+ },
15999
+ chain: {
16000
+ channel_id: 'channel-257'
16001
+ }
16002
+ }]
16003
+ },
16004
+ {
16005
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
16006
+ denom_units: [{
16007
+ denom: 'ibc/0EA6CBA78F153A1060D52BBD38F92478731BB2F608C5FD0093F279744B6C1C49',
16008
+ exponent: 0,
16009
+ aliases: ['y:ambtc:31Dec2025']
16010
+ }, {
16011
+ denom: 'ymBTC31Dec2025',
16012
+ exponent: 18
16013
+ }],
16014
+ base: 'ibc/0EA6CBA78F153A1060D52BBD38F92478731BB2F608C5FD0093F279744B6C1C49',
16015
+ name: 'ymBTC (31Dec2025)',
16016
+ display: 'ymBTC31Dec2025',
16017
+ symbol: 'ymBTC-31Dec2025',
16018
+ logo_URIs: {
16019
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
16020
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
16021
+ },
16022
+ images: [{
16023
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
16024
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
16025
+ }],
16026
+ type_asset: 'sdk.coin',
16027
+ traces: [{
16028
+ type: 'ibc',
16029
+ counterparty: {
16030
+ channel_id: 'channel-23',
16031
+ base_denom: 'y:ambtc:31Dec2025',
16032
+ chain_name: 'pryzm'
16033
+ },
16034
+ chain: {
16035
+ channel_id: 'channel-257'
16036
+ }
16037
+ }]
16038
+ },
16039
+ {
16040
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
16041
+ denom_units: [{
16042
+ denom: 'ibc/8844D2B44C123878E74F194599599DD00785CCC0EB8979EBDAEF964D16216218',
16043
+ exponent: 0,
16044
+ aliases: ['y:ambtc:31Mar2026']
16045
+ }, {
16046
+ denom: 'ymBTC31Mar2026',
16047
+ exponent: 18
16048
+ }],
16049
+ base: 'ibc/8844D2B44C123878E74F194599599DD00785CCC0EB8979EBDAEF964D16216218',
16050
+ name: 'ymBTC (31Mar2026)',
16051
+ display: 'ymBTC31Mar2026',
16052
+ symbol: 'ymBTC-31Mar2026',
16053
+ logo_URIs: {
16054
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
16055
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
16056
+ },
16057
+ images: [{
16058
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
16059
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
16060
+ }],
16061
+ type_asset: 'sdk.coin',
16062
+ traces: [{
16063
+ type: 'ibc',
16064
+ counterparty: {
16065
+ channel_id: 'channel-23',
16066
+ base_denom: 'y:ambtc:31Mar2026',
16067
+ chain_name: 'pryzm'
16068
+ },
16069
+ chain: {
16070
+ channel_id: 'channel-257'
16071
+ }
16072
+ }]
16073
+ },
16074
+ {
16075
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
16076
+ denom_units: [{
16077
+ denom: 'ibc/8F0129D7D4FC6A0787D277CAEB343790E9CC3E4D027C515FD135AB9CA4C9C16B',
16078
+ exponent: 0,
16079
+ aliases: ['y:ambtc:30Jun2026']
16080
+ }, {
16081
+ denom: 'ymBTC30Jun2026',
16082
+ exponent: 18
16083
+ }],
16084
+ base: 'ibc/8F0129D7D4FC6A0787D277CAEB343790E9CC3E4D027C515FD135AB9CA4C9C16B',
16085
+ name: 'ymBTC (30Jun2026)',
16086
+ display: 'ymBTC30Jun2026',
16087
+ symbol: 'ymBTC-30Jun2026',
16088
+ logo_URIs: {
16089
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
16090
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
16091
+ },
16092
+ images: [{
16093
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
16094
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
16095
+ }],
16096
+ type_asset: 'sdk.coin',
16097
+ traces: [{
16098
+ type: 'ibc',
16099
+ counterparty: {
16100
+ channel_id: 'channel-23',
16101
+ base_denom: 'y:ambtc:30Jun2026',
16102
+ chain_name: 'pryzm'
16103
+ },
16104
+ chain: {
16105
+ channel_id: 'channel-257'
16106
+ }
16107
+ }]
16108
+ },
15444
16109
  {
15445
16110
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
15446
16111
  denom_units: [{
@@ -16526,6 +17191,111 @@ const assets = {
16526
17191
  }
16527
17192
  }]
16528
17193
  },
17194
+ {
17195
+ description: 'Pryzm\'s LP token for mBTC Yield pool',
17196
+ denom_units: [{
17197
+ denom: 'ibc/C47A08A08D4173EE9FE3FCB4F6EBE512DA5CCA67DF0AD502941A58F097FC7527',
17198
+ exponent: 0,
17199
+ aliases: ['lp:38:ambtc']
17200
+ }, {
17201
+ denom: 'lp:38:mbtc',
17202
+ exponent: 18
17203
+ }],
17204
+ base: 'ibc/C47A08A08D4173EE9FE3FCB4F6EBE512DA5CCA67DF0AD502941A58F097FC7527',
17205
+ name: 'mBTC Yield LP',
17206
+ display: 'lp:38:mbtc',
17207
+ symbol: 'mBTC-YIELD-LP',
17208
+ logo_URIs: {
17209
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
17210
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
17211
+ },
17212
+ images: [{
17213
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
17214
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
17215
+ }],
17216
+ type_asset: 'sdk.coin',
17217
+ traces: [{
17218
+ type: 'ibc',
17219
+ counterparty: {
17220
+ channel_id: 'channel-23',
17221
+ base_denom: 'lp:38:ambtc',
17222
+ chain_name: 'pryzm'
17223
+ },
17224
+ chain: {
17225
+ channel_id: 'channel-257'
17226
+ }
17227
+ }]
17228
+ },
17229
+ {
17230
+ description: 'Pryzm\'s LP token for mBTC Boost pool',
17231
+ denom_units: [{
17232
+ denom: 'ibc/9EFBFACC2F3B962AF95434EC074615517208D1C4130CBF5A6ED013FB182BCF29',
17233
+ exponent: 0,
17234
+ aliases: ['lp:39:ambtcypt-wsat']
17235
+ }, {
17236
+ denom: 'lp:39:mbtcypt-wbtc',
17237
+ exponent: 18
17238
+ }],
17239
+ base: 'ibc/9EFBFACC2F3B962AF95434EC074615517208D1C4130CBF5A6ED013FB182BCF29',
17240
+ name: 'mBTC Boost LP',
17241
+ display: 'lp:39:mbtcypt-wbtc',
17242
+ symbol: 'mBTC-BOOST-LP',
17243
+ logo_URIs: {
17244
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
17245
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
17246
+ },
17247
+ images: [{
17248
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
17249
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
17250
+ }],
17251
+ type_asset: 'sdk.coin',
17252
+ traces: [{
17253
+ type: 'ibc',
17254
+ counterparty: {
17255
+ channel_id: 'channel-23',
17256
+ base_denom: 'lp:39:ambtcypt-wsat',
17257
+ chain_name: 'pryzm'
17258
+ },
17259
+ chain: {
17260
+ channel_id: 'channel-257'
17261
+ }
17262
+ }]
17263
+ },
17264
+ {
17265
+ description: 'Pryzm\'s LP token for WBTC / USDC pool',
17266
+ denom_units: [{
17267
+ denom: 'ibc/7FDD5A19037D67E8975885F20009616EB8979A74CEF179434FCACBF958ACF9E8',
17268
+ exponent: 0,
17269
+ aliases: ['lp:40:wsat-uusdc']
17270
+ }, {
17271
+ denom: 'lp:40:wbtc-usdc',
17272
+ exponent: 18
17273
+ }],
17274
+ base: 'ibc/7FDD5A19037D67E8975885F20009616EB8979A74CEF179434FCACBF958ACF9E8',
17275
+ name: 'WBTC / USDC LP',
17276
+ display: 'lp:40:wbtc-usdc',
17277
+ symbol: 'WBTC-USDC-LP',
17278
+ logo_URIs: {
17279
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
17280
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
17281
+ },
17282
+ images: [{
17283
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
17284
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
17285
+ }],
17286
+ type_asset: 'sdk.coin',
17287
+ traces: [{
17288
+ type: 'ibc',
17289
+ counterparty: {
17290
+ channel_id: 'channel-23',
17291
+ base_denom: 'lp:40:wsat-uusdc',
17292
+ chain_name: 'pryzm'
17293
+ },
17294
+ chain: {
17295
+ channel_id: 'channel-257'
17296
+ }
17297
+ }]
17298
+ },
16529
17299
  {
16530
17300
  description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
16531
17301
  denom_units: [{
@@ -16792,7 +17562,7 @@ const assets = {
16792
17562
  }]
16793
17563
  },
16794
17564
  {
16795
- description: 'The native staking token of Terra.',
17565
+ description: 'The native staking token of Terra Phoenix.',
16796
17566
  denom_units: [{
16797
17567
  denom: 'ibc/E61BCB1126F42A2ED73B4CEA2221C9635BC2102F0417543C38071779F991942E',
16798
17568
  exponent: 0,
@@ -16818,8 +17588,8 @@ const assets = {
16818
17588
  }
16819
17589
  }],
16820
17590
  socials: {
16821
- website: 'https://www.terra.money/',
16822
- twitter: 'https://twitter.com/terra_money'
17591
+ website: 'https://www.phoenix.money/',
17592
+ twitter: 'https://twitter.com/phoenix_dir'
16823
17593
  },
16824
17594
  type_asset: 'sdk.coin',
16825
17595
  traces: [{
@@ -16874,7 +17644,7 @@ const assets = {
16874
17644
  }]
16875
17645
  },
16876
17646
  {
16877
- description: 'The native staking token of Terra.',
17647
+ description: 'The native staking token of Terra Phoenix.',
16878
17648
  denom_units: [{
16879
17649
  denom: 'ibc/E61BCB1126F42A2ED73B4CEA2221C9635BC2102F0417543C38071779F991942E',
16880
17650
  exponent: 0,
@@ -16900,8 +17670,8 @@ const assets = {
16900
17670
  }
16901
17671
  }],
16902
17672
  socials: {
16903
- website: 'https://www.terra.money/',
16904
- twitter: 'https://twitter.com/terra_money'
17673
+ website: 'https://www.phoenix.money/',
17674
+ twitter: 'https://twitter.com/phoenix_dir'
16905
17675
  },
16906
17676
  type_asset: 'sdk.coin',
16907
17677
  traces: [{