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