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