@chain-registry/assets 1.64.73 → 1.64.75

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 (41) hide show
  1. package/esm/mainnet/assets.js +2 -1
  2. package/esm/mainnet/axelar.js +626 -0
  3. package/esm/mainnet/canto.js +100 -0
  4. package/esm/mainnet/celestia.js +544 -0
  5. package/esm/mainnet/cosmoshub.js +544 -0
  6. package/esm/mainnet/dydx.js +544 -0
  7. package/esm/mainnet/index.js +1 -0
  8. package/esm/mainnet/injective.js +544 -0
  9. package/esm/mainnet/lorenzo.js +182 -0
  10. package/esm/mainnet/neutron.js +544 -0
  11. package/esm/mainnet/noble.js +626 -0
  12. package/esm/mainnet/osmosis.js +716 -0
  13. package/esm/mainnet/sommelier.js +84 -0
  14. package/esm/mainnet/stride.js +544 -0
  15. package/esm/mainnet/terra2.js +544 -0
  16. package/esm/testnet/archwaytestnet.js +68 -0
  17. package/esm/testnet/cosmoshubtestnet.js +68 -0
  18. package/esm/testnet/junotestnet.js +68 -0
  19. package/esm/testnet/symphonytestnet.js +138 -0
  20. package/mainnet/assets.js +2 -1
  21. package/mainnet/axelar.js +626 -0
  22. package/mainnet/canto.js +100 -0
  23. package/mainnet/celestia.js +544 -0
  24. package/mainnet/cosmoshub.js +544 -0
  25. package/mainnet/dydx.js +544 -0
  26. package/mainnet/index.d.ts +1 -0
  27. package/mainnet/index.js +3 -2
  28. package/mainnet/injective.js +544 -0
  29. package/mainnet/lorenzo.d.ts +3 -0
  30. package/mainnet/lorenzo.js +184 -0
  31. package/mainnet/neutron.js +544 -0
  32. package/mainnet/noble.js +626 -0
  33. package/mainnet/osmosis.js +716 -0
  34. package/mainnet/sommelier.js +84 -0
  35. package/mainnet/stride.js +544 -0
  36. package/mainnet/terra2.js +544 -0
  37. package/package.json +5 -5
  38. package/testnet/archwaytestnet.js +68 -0
  39. package/testnet/cosmoshubtestnet.js +68 -0
  40. package/testnet/junotestnet.js +68 -0
  41. package/testnet/symphonytestnet.js +138 -0
@@ -2628,6 +2628,108 @@ const assets = {
2628
2628
  }
2629
2629
  }]
2630
2630
  },
2631
+ {
2632
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
2633
+ denom_units: [{
2634
+ denom: 'ibc/FB19C7ABF25489E678C4D065F4FE20AA5889DB46E726924909D732948000B329',
2635
+ exponent: 0,
2636
+ aliases: ['p:udatom:31Dec2024']
2637
+ }, {
2638
+ denom: 'pdATOM31Dec2024',
2639
+ exponent: 6
2640
+ }],
2641
+ base: 'ibc/FB19C7ABF25489E678C4D065F4FE20AA5889DB46E726924909D732948000B329',
2642
+ name: 'pdAtom (31Dec2024)',
2643
+ display: 'pdATOM31Dec2024',
2644
+ symbol: 'pdATOM-31Dec2024',
2645
+ logo_URIs: {
2646
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2647
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2648
+ },
2649
+ images: [{
2650
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2651
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2652
+ }],
2653
+ traces: [{
2654
+ type: 'ibc',
2655
+ counterparty: {
2656
+ channel_id: 'channel-1',
2657
+ base_denom: 'p:udatom:31Dec2024',
2658
+ chain_name: 'pryzm'
2659
+ },
2660
+ chain: {
2661
+ channel_id: 'channel-284'
2662
+ }
2663
+ }]
2664
+ },
2665
+ {
2666
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
2667
+ denom_units: [{
2668
+ denom: 'ibc/A6398B01F40FBC297443EC45755660E4A34A7071FA0BDF95AF630E3C5AEAE30F',
2669
+ exponent: 0,
2670
+ aliases: ['p:udatom:30Jun2025']
2671
+ }, {
2672
+ denom: 'pdATOM30Jun2025',
2673
+ exponent: 6
2674
+ }],
2675
+ base: 'ibc/A6398B01F40FBC297443EC45755660E4A34A7071FA0BDF95AF630E3C5AEAE30F',
2676
+ name: 'pdAtom (30Jun2025)',
2677
+ display: 'pdATOM30Jun2025',
2678
+ symbol: 'pdATOM-30Jun2025',
2679
+ logo_URIs: {
2680
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2681
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2682
+ },
2683
+ images: [{
2684
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2685
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2686
+ }],
2687
+ traces: [{
2688
+ type: 'ibc',
2689
+ counterparty: {
2690
+ channel_id: 'channel-1',
2691
+ base_denom: 'p:udatom:30Jun2025',
2692
+ chain_name: 'pryzm'
2693
+ },
2694
+ chain: {
2695
+ channel_id: 'channel-284'
2696
+ }
2697
+ }]
2698
+ },
2699
+ {
2700
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
2701
+ denom_units: [{
2702
+ denom: 'ibc/24161A7A6EF6597D81B0C7C8C66943127448B652484338C901F5B23A74406E1D',
2703
+ exponent: 0,
2704
+ aliases: ['p:udatom:31Dec2025']
2705
+ }, {
2706
+ denom: 'pdATOM31Dec2025',
2707
+ exponent: 6
2708
+ }],
2709
+ base: 'ibc/24161A7A6EF6597D81B0C7C8C66943127448B652484338C901F5B23A74406E1D',
2710
+ name: 'pdAtom (31Dec2025)',
2711
+ display: 'pdATOM31Dec2025',
2712
+ symbol: 'pdATOM-31Dec2025',
2713
+ logo_URIs: {
2714
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2715
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2716
+ },
2717
+ images: [{
2718
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2719
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2720
+ }],
2721
+ traces: [{
2722
+ type: 'ibc',
2723
+ counterparty: {
2724
+ channel_id: 'channel-1',
2725
+ base_denom: 'p:udatom:31Dec2025',
2726
+ chain_name: 'pryzm'
2727
+ },
2728
+ chain: {
2729
+ channel_id: 'channel-284'
2730
+ }
2731
+ }]
2732
+ },
2631
2733
  {
2632
2734
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
2633
2735
  denom_units: [{
@@ -3342,6 +3444,108 @@ const assets = {
3342
3444
  }
3343
3445
  }]
3344
3446
  },
3447
+ {
3448
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
3449
+ denom_units: [{
3450
+ denom: 'ibc/96BAA9DF835DE5C5BC5731D4CC5F881386211B230065B508B9C53FE34BFCAF51',
3451
+ exponent: 0,
3452
+ aliases: ['y:udatom:31Dec2024']
3453
+ }, {
3454
+ denom: 'ydATOM31Dec2024',
3455
+ exponent: 6
3456
+ }],
3457
+ base: 'ibc/96BAA9DF835DE5C5BC5731D4CC5F881386211B230065B508B9C53FE34BFCAF51',
3458
+ name: 'ydAtom (31Dec2024)',
3459
+ display: 'ydATOM31Dec2024',
3460
+ symbol: 'ydATOM-31Dec2024',
3461
+ logo_URIs: {
3462
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3463
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3464
+ },
3465
+ images: [{
3466
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3467
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3468
+ }],
3469
+ traces: [{
3470
+ type: 'ibc',
3471
+ counterparty: {
3472
+ channel_id: 'channel-1',
3473
+ base_denom: 'y:udatom:31Dec2024',
3474
+ chain_name: 'pryzm'
3475
+ },
3476
+ chain: {
3477
+ channel_id: 'channel-284'
3478
+ }
3479
+ }]
3480
+ },
3481
+ {
3482
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
3483
+ denom_units: [{
3484
+ denom: 'ibc/E54A33A3741EEB0834D8F3A24560D8CF36ACC04642E080C0343D70D3792F36C2',
3485
+ exponent: 0,
3486
+ aliases: ['y:udatom:30Jun2025']
3487
+ }, {
3488
+ denom: 'ydATOM30Jun2025',
3489
+ exponent: 6
3490
+ }],
3491
+ base: 'ibc/E54A33A3741EEB0834D8F3A24560D8CF36ACC04642E080C0343D70D3792F36C2',
3492
+ name: 'ydAtom (30Jun2025)',
3493
+ display: 'ydATOM30Jun2025',
3494
+ symbol: 'ydATOM-30Jun2025',
3495
+ logo_URIs: {
3496
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3497
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3498
+ },
3499
+ images: [{
3500
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3501
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3502
+ }],
3503
+ traces: [{
3504
+ type: 'ibc',
3505
+ counterparty: {
3506
+ channel_id: 'channel-1',
3507
+ base_denom: 'y:udatom:30Jun2025',
3508
+ chain_name: 'pryzm'
3509
+ },
3510
+ chain: {
3511
+ channel_id: 'channel-284'
3512
+ }
3513
+ }]
3514
+ },
3515
+ {
3516
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
3517
+ denom_units: [{
3518
+ denom: 'ibc/A2473F5CB7E6A6489B15DE342D22935F403641722112A6360C82509297C564FE',
3519
+ exponent: 0,
3520
+ aliases: ['y:udatom:31Dec2025']
3521
+ }, {
3522
+ denom: 'ydATOM31Dec2025',
3523
+ exponent: 6
3524
+ }],
3525
+ base: 'ibc/A2473F5CB7E6A6489B15DE342D22935F403641722112A6360C82509297C564FE',
3526
+ name: 'ydAtom (31Dec2025)',
3527
+ display: 'ydATOM31Dec2025',
3528
+ symbol: 'ydATOM-31Dec2025',
3529
+ logo_URIs: {
3530
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3531
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3532
+ },
3533
+ images: [{
3534
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3535
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3536
+ }],
3537
+ traces: [{
3538
+ type: 'ibc',
3539
+ counterparty: {
3540
+ channel_id: 'channel-1',
3541
+ base_denom: 'y:udatom:31Dec2025',
3542
+ chain_name: 'pryzm'
3543
+ },
3544
+ chain: {
3545
+ channel_id: 'channel-284'
3546
+ }
3547
+ }]
3548
+ },
3345
3549
  {
3346
3550
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
3347
3551
  denom_units: [{
@@ -4090,6 +4294,74 @@ const assets = {
4090
4294
  }
4091
4295
  }]
4092
4296
  },
4297
+ {
4298
+ description: 'Pryzm\'s LP token for dATOM Yield pool',
4299
+ denom_units: [{
4300
+ denom: 'ibc/AC1769D4FB3B3AC3FFF39219F22E5EFCBD4EB266970E3B1306E1664C9595C017',
4301
+ exponent: 0,
4302
+ aliases: ['lp:22:udatom']
4303
+ }, {
4304
+ denom: 'lp:22:datom',
4305
+ exponent: 6
4306
+ }],
4307
+ base: 'ibc/AC1769D4FB3B3AC3FFF39219F22E5EFCBD4EB266970E3B1306E1664C9595C017',
4308
+ name: 'dATOM Yield LP',
4309
+ display: 'lp:22:datom',
4310
+ symbol: 'dATOM-YIELD-LP',
4311
+ logo_URIs: {
4312
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4313
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4314
+ },
4315
+ images: [{
4316
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4317
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4318
+ }],
4319
+ traces: [{
4320
+ type: 'ibc',
4321
+ counterparty: {
4322
+ channel_id: 'channel-1',
4323
+ base_denom: 'lp:22:udatom',
4324
+ chain_name: 'pryzm'
4325
+ },
4326
+ chain: {
4327
+ channel_id: 'channel-284'
4328
+ }
4329
+ }]
4330
+ },
4331
+ {
4332
+ description: 'Pryzm\'s LP token for dATOM Boost pool',
4333
+ denom_units: [{
4334
+ denom: 'ibc/2F595556E2BFF5649C688FB2C6164DDBC64F479B747323056A6AE1F3863878B6',
4335
+ exponent: 0,
4336
+ aliases: ['lp:23:udatomypt-uatom']
4337
+ }, {
4338
+ denom: 'lp:23:datomypt-atom',
4339
+ exponent: 6
4340
+ }],
4341
+ base: 'ibc/2F595556E2BFF5649C688FB2C6164DDBC64F479B747323056A6AE1F3863878B6',
4342
+ name: 'dATOM Boost LP',
4343
+ display: 'lp:23:datomypt-atom',
4344
+ symbol: 'dATOM-BOOST-LP',
4345
+ logo_URIs: {
4346
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4347
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4348
+ },
4349
+ images: [{
4350
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4351
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4352
+ }],
4353
+ traces: [{
4354
+ type: 'ibc',
4355
+ counterparty: {
4356
+ channel_id: 'channel-1',
4357
+ base_denom: 'lp:23:udatomypt-uatom',
4358
+ chain_name: 'pryzm'
4359
+ },
4360
+ chain: {
4361
+ channel_id: 'channel-284'
4362
+ }
4363
+ }]
4364
+ },
4093
4365
  {
4094
4366
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
4095
4367
  denom_units: [{
@@ -5989,6 +6261,108 @@ const assets = {
5989
6261
  }
5990
6262
  }]
5991
6263
  },
6264
+ {
6265
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
6266
+ denom_units: [{
6267
+ denom: 'ibc/FB19C7ABF25489E678C4D065F4FE20AA5889DB46E726924909D732948000B329',
6268
+ exponent: 0,
6269
+ aliases: ['p:udatom:31Dec2024']
6270
+ }, {
6271
+ denom: 'pdATOM31Dec2024',
6272
+ exponent: 6
6273
+ }],
6274
+ base: 'ibc/FB19C7ABF25489E678C4D065F4FE20AA5889DB46E726924909D732948000B329',
6275
+ name: 'pdAtom (31Dec2024)',
6276
+ display: 'pdATOM31Dec2024',
6277
+ symbol: 'pdATOM-31Dec2024',
6278
+ logo_URIs: {
6279
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6280
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6281
+ },
6282
+ images: [{
6283
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6284
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6285
+ }],
6286
+ traces: [{
6287
+ type: 'ibc',
6288
+ counterparty: {
6289
+ channel_id: 'channel-1',
6290
+ base_denom: 'p:udatom:31Dec2024',
6291
+ chain_name: 'pryzm'
6292
+ },
6293
+ chain: {
6294
+ channel_id: 'channel-284'
6295
+ }
6296
+ }]
6297
+ },
6298
+ {
6299
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
6300
+ denom_units: [{
6301
+ denom: 'ibc/A6398B01F40FBC297443EC45755660E4A34A7071FA0BDF95AF630E3C5AEAE30F',
6302
+ exponent: 0,
6303
+ aliases: ['p:udatom:30Jun2025']
6304
+ }, {
6305
+ denom: 'pdATOM30Jun2025',
6306
+ exponent: 6
6307
+ }],
6308
+ base: 'ibc/A6398B01F40FBC297443EC45755660E4A34A7071FA0BDF95AF630E3C5AEAE30F',
6309
+ name: 'pdAtom (30Jun2025)',
6310
+ display: 'pdATOM30Jun2025',
6311
+ symbol: 'pdATOM-30Jun2025',
6312
+ logo_URIs: {
6313
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6314
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6315
+ },
6316
+ images: [{
6317
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6318
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6319
+ }],
6320
+ traces: [{
6321
+ type: 'ibc',
6322
+ counterparty: {
6323
+ channel_id: 'channel-1',
6324
+ base_denom: 'p:udatom:30Jun2025',
6325
+ chain_name: 'pryzm'
6326
+ },
6327
+ chain: {
6328
+ channel_id: 'channel-284'
6329
+ }
6330
+ }]
6331
+ },
6332
+ {
6333
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
6334
+ denom_units: [{
6335
+ denom: 'ibc/24161A7A6EF6597D81B0C7C8C66943127448B652484338C901F5B23A74406E1D',
6336
+ exponent: 0,
6337
+ aliases: ['p:udatom:31Dec2025']
6338
+ }, {
6339
+ denom: 'pdATOM31Dec2025',
6340
+ exponent: 6
6341
+ }],
6342
+ base: 'ibc/24161A7A6EF6597D81B0C7C8C66943127448B652484338C901F5B23A74406E1D',
6343
+ name: 'pdAtom (31Dec2025)',
6344
+ display: 'pdATOM31Dec2025',
6345
+ symbol: 'pdATOM-31Dec2025',
6346
+ logo_URIs: {
6347
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6348
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6349
+ },
6350
+ images: [{
6351
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6352
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6353
+ }],
6354
+ traces: [{
6355
+ type: 'ibc',
6356
+ counterparty: {
6357
+ channel_id: 'channel-1',
6358
+ base_denom: 'p:udatom:31Dec2025',
6359
+ chain_name: 'pryzm'
6360
+ },
6361
+ chain: {
6362
+ channel_id: 'channel-284'
6363
+ }
6364
+ }]
6365
+ },
5992
6366
  {
5993
6367
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
5994
6368
  denom_units: [{
@@ -6703,6 +7077,108 @@ const assets = {
6703
7077
  }
6704
7078
  }]
6705
7079
  },
7080
+ {
7081
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
7082
+ denom_units: [{
7083
+ denom: 'ibc/96BAA9DF835DE5C5BC5731D4CC5F881386211B230065B508B9C53FE34BFCAF51',
7084
+ exponent: 0,
7085
+ aliases: ['y:udatom:31Dec2024']
7086
+ }, {
7087
+ denom: 'ydATOM31Dec2024',
7088
+ exponent: 6
7089
+ }],
7090
+ base: 'ibc/96BAA9DF835DE5C5BC5731D4CC5F881386211B230065B508B9C53FE34BFCAF51',
7091
+ name: 'ydAtom (31Dec2024)',
7092
+ display: 'ydATOM31Dec2024',
7093
+ symbol: 'ydATOM-31Dec2024',
7094
+ logo_URIs: {
7095
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7096
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7097
+ },
7098
+ images: [{
7099
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7101
+ }],
7102
+ traces: [{
7103
+ type: 'ibc',
7104
+ counterparty: {
7105
+ channel_id: 'channel-1',
7106
+ base_denom: 'y:udatom:31Dec2024',
7107
+ chain_name: 'pryzm'
7108
+ },
7109
+ chain: {
7110
+ channel_id: 'channel-284'
7111
+ }
7112
+ }]
7113
+ },
7114
+ {
7115
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
7116
+ denom_units: [{
7117
+ denom: 'ibc/E54A33A3741EEB0834D8F3A24560D8CF36ACC04642E080C0343D70D3792F36C2',
7118
+ exponent: 0,
7119
+ aliases: ['y:udatom:30Jun2025']
7120
+ }, {
7121
+ denom: 'ydATOM30Jun2025',
7122
+ exponent: 6
7123
+ }],
7124
+ base: 'ibc/E54A33A3741EEB0834D8F3A24560D8CF36ACC04642E080C0343D70D3792F36C2',
7125
+ name: 'ydAtom (30Jun2025)',
7126
+ display: 'ydATOM30Jun2025',
7127
+ symbol: 'ydATOM-30Jun2025',
7128
+ logo_URIs: {
7129
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7130
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7131
+ },
7132
+ images: [{
7133
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7134
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7135
+ }],
7136
+ traces: [{
7137
+ type: 'ibc',
7138
+ counterparty: {
7139
+ channel_id: 'channel-1',
7140
+ base_denom: 'y:udatom:30Jun2025',
7141
+ chain_name: 'pryzm'
7142
+ },
7143
+ chain: {
7144
+ channel_id: 'channel-284'
7145
+ }
7146
+ }]
7147
+ },
7148
+ {
7149
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
7150
+ denom_units: [{
7151
+ denom: 'ibc/A2473F5CB7E6A6489B15DE342D22935F403641722112A6360C82509297C564FE',
7152
+ exponent: 0,
7153
+ aliases: ['y:udatom:31Dec2025']
7154
+ }, {
7155
+ denom: 'ydATOM31Dec2025',
7156
+ exponent: 6
7157
+ }],
7158
+ base: 'ibc/A2473F5CB7E6A6489B15DE342D22935F403641722112A6360C82509297C564FE',
7159
+ name: 'ydAtom (31Dec2025)',
7160
+ display: 'ydATOM31Dec2025',
7161
+ symbol: 'ydATOM-31Dec2025',
7162
+ logo_URIs: {
7163
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7164
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7165
+ },
7166
+ images: [{
7167
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7168
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7169
+ }],
7170
+ traces: [{
7171
+ type: 'ibc',
7172
+ counterparty: {
7173
+ channel_id: 'channel-1',
7174
+ base_denom: 'y:udatom:31Dec2025',
7175
+ chain_name: 'pryzm'
7176
+ },
7177
+ chain: {
7178
+ channel_id: 'channel-284'
7179
+ }
7180
+ }]
7181
+ },
6706
7182
  {
6707
7183
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
6708
7184
  denom_units: [{
@@ -7451,6 +7927,74 @@ const assets = {
7451
7927
  }
7452
7928
  }]
7453
7929
  },
7930
+ {
7931
+ description: 'Pryzm\'s LP token for dATOM Yield pool',
7932
+ denom_units: [{
7933
+ denom: 'ibc/AC1769D4FB3B3AC3FFF39219F22E5EFCBD4EB266970E3B1306E1664C9595C017',
7934
+ exponent: 0,
7935
+ aliases: ['lp:22:udatom']
7936
+ }, {
7937
+ denom: 'lp:22:datom',
7938
+ exponent: 6
7939
+ }],
7940
+ base: 'ibc/AC1769D4FB3B3AC3FFF39219F22E5EFCBD4EB266970E3B1306E1664C9595C017',
7941
+ name: 'dATOM Yield LP',
7942
+ display: 'lp:22:datom',
7943
+ symbol: 'dATOM-YIELD-LP',
7944
+ logo_URIs: {
7945
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7946
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7947
+ },
7948
+ images: [{
7949
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7950
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7951
+ }],
7952
+ traces: [{
7953
+ type: 'ibc',
7954
+ counterparty: {
7955
+ channel_id: 'channel-1',
7956
+ base_denom: 'lp:22:udatom',
7957
+ chain_name: 'pryzm'
7958
+ },
7959
+ chain: {
7960
+ channel_id: 'channel-284'
7961
+ }
7962
+ }]
7963
+ },
7964
+ {
7965
+ description: 'Pryzm\'s LP token for dATOM Boost pool',
7966
+ denom_units: [{
7967
+ denom: 'ibc/2F595556E2BFF5649C688FB2C6164DDBC64F479B747323056A6AE1F3863878B6',
7968
+ exponent: 0,
7969
+ aliases: ['lp:23:udatomypt-uatom']
7970
+ }, {
7971
+ denom: 'lp:23:datomypt-atom',
7972
+ exponent: 6
7973
+ }],
7974
+ base: 'ibc/2F595556E2BFF5649C688FB2C6164DDBC64F479B747323056A6AE1F3863878B6',
7975
+ name: 'dATOM Boost LP',
7976
+ display: 'lp:23:datomypt-atom',
7977
+ symbol: 'dATOM-BOOST-LP',
7978
+ logo_URIs: {
7979
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7980
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7981
+ },
7982
+ images: [{
7983
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7984
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7985
+ }],
7986
+ traces: [{
7987
+ type: 'ibc',
7988
+ counterparty: {
7989
+ channel_id: 'channel-1',
7990
+ base_denom: 'lp:23:udatomypt-uatom',
7991
+ chain_name: 'pryzm'
7992
+ },
7993
+ chain: {
7994
+ channel_id: 'channel-284'
7995
+ }
7996
+ }]
7997
+ },
7454
7998
  {
7455
7999
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
7456
8000
  denom_units: [{