@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
@@ -1674,6 +1674,47 @@ const assets = {
1674
1674
  }
1675
1675
  }]
1676
1676
  },
1677
+ {
1678
+ description: 'Ether is the native fee token of the Ethereum network.',
1679
+ denom_units: [
1680
+ {
1681
+ denom: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
1682
+ exponent: 0,
1683
+ aliases: ['wei']
1684
+ },
1685
+ {
1686
+ denom: 'gwei',
1687
+ exponent: 9
1688
+ },
1689
+ {
1690
+ denom: 'eth',
1691
+ exponent: 18,
1692
+ aliases: ['ether']
1693
+ }
1694
+ ],
1695
+ base: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
1696
+ name: 'Ether',
1697
+ display: 'eth',
1698
+ symbol: 'ETH',
1699
+ logo_URIs: {
1700
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
1701
+ },
1702
+ coingecko_id: 'ethereum',
1703
+ images: [{
1704
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
1705
+ }],
1706
+ traces: [{
1707
+ type: 'ibc',
1708
+ counterparty: {
1709
+ channel_id: 'channel-2',
1710
+ base_denom: 'wei',
1711
+ chain_name: 'nibiru'
1712
+ },
1713
+ chain: {
1714
+ channel_id: 'channel-67'
1715
+ }
1716
+ }]
1717
+ },
1677
1718
  {
1678
1719
  description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
1679
1720
  denom_units: [{
@@ -3347,6 +3388,47 @@ const assets = {
3347
3388
  }
3348
3389
  }]
3349
3390
  },
3391
+ {
3392
+ description: 'Ether is the native fee token of the Ethereum network.',
3393
+ denom_units: [
3394
+ {
3395
+ denom: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
3396
+ exponent: 0,
3397
+ aliases: ['wei']
3398
+ },
3399
+ {
3400
+ denom: 'gwei',
3401
+ exponent: 9
3402
+ },
3403
+ {
3404
+ denom: 'eth',
3405
+ exponent: 18,
3406
+ aliases: ['ether']
3407
+ }
3408
+ ],
3409
+ base: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
3410
+ name: 'Ether',
3411
+ display: 'eth',
3412
+ symbol: 'ETH',
3413
+ logo_URIs: {
3414
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
3415
+ },
3416
+ coingecko_id: 'ethereum',
3417
+ images: [{
3418
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
3419
+ }],
3420
+ traces: [{
3421
+ type: 'ibc',
3422
+ counterparty: {
3423
+ channel_id: 'channel-2',
3424
+ base_denom: 'wei',
3425
+ chain_name: 'nibiru'
3426
+ },
3427
+ chain: {
3428
+ channel_id: 'channel-67'
3429
+ }
3430
+ }]
3431
+ },
3350
3432
  {
3351
3433
  description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
3352
3434
  denom_units: [{
@@ -4424,6 +4506,108 @@ const assets = {
4424
4506
  }
4425
4507
  }]
4426
4508
  },
4509
+ {
4510
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
4511
+ denom_units: [{
4512
+ denom: 'ibc/B97C00FE6E5457A25BA3759D582A204F0394E229A5F645CE4359D072E68CAFF3',
4513
+ exponent: 0,
4514
+ aliases: ['p:udatom:31Dec2024']
4515
+ }, {
4516
+ denom: 'pdATOM31Dec2024',
4517
+ exponent: 6
4518
+ }],
4519
+ base: 'ibc/B97C00FE6E5457A25BA3759D582A204F0394E229A5F645CE4359D072E68CAFF3',
4520
+ name: 'pdAtom (31Dec2024)',
4521
+ display: 'pdATOM31Dec2024',
4522
+ symbol: 'pdATOM-31Dec2024',
4523
+ logo_URIs: {
4524
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4525
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4526
+ },
4527
+ images: [{
4528
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4529
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4530
+ }],
4531
+ traces: [{
4532
+ type: 'ibc',
4533
+ counterparty: {
4534
+ channel_id: 'channel-5',
4535
+ base_denom: 'p:udatom:31Dec2024',
4536
+ chain_name: 'pryzm'
4537
+ },
4538
+ chain: {
4539
+ channel_id: 'channel-79'
4540
+ }
4541
+ }]
4542
+ },
4543
+ {
4544
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
4545
+ denom_units: [{
4546
+ denom: 'ibc/5F97461EBF0B67BA4F3A5F4558C56D429AA61646E2517CA6C582D5A265AA2E39',
4547
+ exponent: 0,
4548
+ aliases: ['p:udatom:30Jun2025']
4549
+ }, {
4550
+ denom: 'pdATOM30Jun2025',
4551
+ exponent: 6
4552
+ }],
4553
+ base: 'ibc/5F97461EBF0B67BA4F3A5F4558C56D429AA61646E2517CA6C582D5A265AA2E39',
4554
+ name: 'pdAtom (30Jun2025)',
4555
+ display: 'pdATOM30Jun2025',
4556
+ symbol: 'pdATOM-30Jun2025',
4557
+ logo_URIs: {
4558
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4559
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4560
+ },
4561
+ images: [{
4562
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4563
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4564
+ }],
4565
+ traces: [{
4566
+ type: 'ibc',
4567
+ counterparty: {
4568
+ channel_id: 'channel-5',
4569
+ base_denom: 'p:udatom:30Jun2025',
4570
+ chain_name: 'pryzm'
4571
+ },
4572
+ chain: {
4573
+ channel_id: 'channel-79'
4574
+ }
4575
+ }]
4576
+ },
4577
+ {
4578
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
4579
+ denom_units: [{
4580
+ denom: 'ibc/312DBA14CE48E24ACC8E6AA6DEB0C702A4FB6050F9BFBBA1F4824C6C07F1CE63',
4581
+ exponent: 0,
4582
+ aliases: ['p:udatom:31Dec2025']
4583
+ }, {
4584
+ denom: 'pdATOM31Dec2025',
4585
+ exponent: 6
4586
+ }],
4587
+ base: 'ibc/312DBA14CE48E24ACC8E6AA6DEB0C702A4FB6050F9BFBBA1F4824C6C07F1CE63',
4588
+ name: 'pdAtom (31Dec2025)',
4589
+ display: 'pdATOM31Dec2025',
4590
+ symbol: 'pdATOM-31Dec2025',
4591
+ logo_URIs: {
4592
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4593
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4594
+ },
4595
+ images: [{
4596
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4597
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4598
+ }],
4599
+ traces: [{
4600
+ type: 'ibc',
4601
+ counterparty: {
4602
+ channel_id: 'channel-5',
4603
+ base_denom: 'p:udatom:31Dec2025',
4604
+ chain_name: 'pryzm'
4605
+ },
4606
+ chain: {
4607
+ channel_id: 'channel-79'
4608
+ }
4609
+ }]
4610
+ },
4427
4611
  {
4428
4612
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
4429
4613
  denom_units: [{
@@ -5138,6 +5322,108 @@ const assets = {
5138
5322
  }
5139
5323
  }]
5140
5324
  },
5325
+ {
5326
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
5327
+ denom_units: [{
5328
+ denom: 'ibc/60E20ED58C07756A586E81CFFA1C4D652135BE0D9EE3562827E660A4769C154A',
5329
+ exponent: 0,
5330
+ aliases: ['y:udatom:31Dec2024']
5331
+ }, {
5332
+ denom: 'ydATOM31Dec2024',
5333
+ exponent: 6
5334
+ }],
5335
+ base: 'ibc/60E20ED58C07756A586E81CFFA1C4D652135BE0D9EE3562827E660A4769C154A',
5336
+ name: 'ydAtom (31Dec2024)',
5337
+ display: 'ydATOM31Dec2024',
5338
+ symbol: 'ydATOM-31Dec2024',
5339
+ logo_URIs: {
5340
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5341
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5342
+ },
5343
+ images: [{
5344
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5345
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5346
+ }],
5347
+ traces: [{
5348
+ type: 'ibc',
5349
+ counterparty: {
5350
+ channel_id: 'channel-5',
5351
+ base_denom: 'y:udatom:31Dec2024',
5352
+ chain_name: 'pryzm'
5353
+ },
5354
+ chain: {
5355
+ channel_id: 'channel-79'
5356
+ }
5357
+ }]
5358
+ },
5359
+ {
5360
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
5361
+ denom_units: [{
5362
+ denom: 'ibc/61AFB8F7E24519001F53E9522698E3FD90D49366740C1B9E4086BB4CD6FF95AC',
5363
+ exponent: 0,
5364
+ aliases: ['y:udatom:30Jun2025']
5365
+ }, {
5366
+ denom: 'ydATOM30Jun2025',
5367
+ exponent: 6
5368
+ }],
5369
+ base: 'ibc/61AFB8F7E24519001F53E9522698E3FD90D49366740C1B9E4086BB4CD6FF95AC',
5370
+ name: 'ydAtom (30Jun2025)',
5371
+ display: 'ydATOM30Jun2025',
5372
+ symbol: 'ydATOM-30Jun2025',
5373
+ logo_URIs: {
5374
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5375
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5376
+ },
5377
+ images: [{
5378
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5379
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5380
+ }],
5381
+ traces: [{
5382
+ type: 'ibc',
5383
+ counterparty: {
5384
+ channel_id: 'channel-5',
5385
+ base_denom: 'y:udatom:30Jun2025',
5386
+ chain_name: 'pryzm'
5387
+ },
5388
+ chain: {
5389
+ channel_id: 'channel-79'
5390
+ }
5391
+ }]
5392
+ },
5393
+ {
5394
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
5395
+ denom_units: [{
5396
+ denom: 'ibc/0CA5CFCCA5947E604CE5E6EEC30302B61AE14CC1B3C04C720C3D02F56E017BF0',
5397
+ exponent: 0,
5398
+ aliases: ['y:udatom:31Dec2025']
5399
+ }, {
5400
+ denom: 'ydATOM31Dec2025',
5401
+ exponent: 6
5402
+ }],
5403
+ base: 'ibc/0CA5CFCCA5947E604CE5E6EEC30302B61AE14CC1B3C04C720C3D02F56E017BF0',
5404
+ name: 'ydAtom (31Dec2025)',
5405
+ display: 'ydATOM31Dec2025',
5406
+ symbol: 'ydATOM-31Dec2025',
5407
+ logo_URIs: {
5408
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5409
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5410
+ },
5411
+ images: [{
5412
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5413
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5414
+ }],
5415
+ traces: [{
5416
+ type: 'ibc',
5417
+ counterparty: {
5418
+ channel_id: 'channel-5',
5419
+ base_denom: 'y:udatom:31Dec2025',
5420
+ chain_name: 'pryzm'
5421
+ },
5422
+ chain: {
5423
+ channel_id: 'channel-79'
5424
+ }
5425
+ }]
5426
+ },
5141
5427
  {
5142
5428
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
5143
5429
  denom_units: [{
@@ -5886,6 +6172,74 @@ const assets = {
5886
6172
  }
5887
6173
  }]
5888
6174
  },
6175
+ {
6176
+ description: 'Pryzm\'s LP token for dATOM Yield pool',
6177
+ denom_units: [{
6178
+ denom: 'ibc/9E9F023DA6B78E169E9025112CEBD831233E77A61AAF035FB507D9928FECAD65',
6179
+ exponent: 0,
6180
+ aliases: ['lp:22:udatom']
6181
+ }, {
6182
+ denom: 'lp:22:datom',
6183
+ exponent: 6
6184
+ }],
6185
+ base: 'ibc/9E9F023DA6B78E169E9025112CEBD831233E77A61AAF035FB507D9928FECAD65',
6186
+ name: 'dATOM Yield LP',
6187
+ display: 'lp:22:datom',
6188
+ symbol: 'dATOM-YIELD-LP',
6189
+ logo_URIs: {
6190
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6191
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6192
+ },
6193
+ images: [{
6194
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6195
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6196
+ }],
6197
+ traces: [{
6198
+ type: 'ibc',
6199
+ counterparty: {
6200
+ channel_id: 'channel-5',
6201
+ base_denom: 'lp:22:udatom',
6202
+ chain_name: 'pryzm'
6203
+ },
6204
+ chain: {
6205
+ channel_id: 'channel-79'
6206
+ }
6207
+ }]
6208
+ },
6209
+ {
6210
+ description: 'Pryzm\'s LP token for dATOM Boost pool',
6211
+ denom_units: [{
6212
+ denom: 'ibc/DA13D0F406CB746D3AED4E844EEC0BC15C5D1A18D2D1442D80BDB243A8651321',
6213
+ exponent: 0,
6214
+ aliases: ['lp:23:udatomypt-uatom']
6215
+ }, {
6216
+ denom: 'lp:23:datomypt-atom',
6217
+ exponent: 6
6218
+ }],
6219
+ base: 'ibc/DA13D0F406CB746D3AED4E844EEC0BC15C5D1A18D2D1442D80BDB243A8651321',
6220
+ name: 'dATOM Boost LP',
6221
+ display: 'lp:23:datomypt-atom',
6222
+ symbol: 'dATOM-BOOST-LP',
6223
+ logo_URIs: {
6224
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6225
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6226
+ },
6227
+ images: [{
6228
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6229
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6230
+ }],
6231
+ traces: [{
6232
+ type: 'ibc',
6233
+ counterparty: {
6234
+ channel_id: 'channel-5',
6235
+ base_denom: 'lp:23:udatomypt-uatom',
6236
+ chain_name: 'pryzm'
6237
+ },
6238
+ chain: {
6239
+ channel_id: 'channel-79'
6240
+ }
6241
+ }]
6242
+ },
5889
6243
  {
5890
6244
  description: 'REGEN coin is the token for the Regen Network Platform',
5891
6245
  denom_units: [{
@@ -7364,6 +7718,108 @@ const assets = {
7364
7718
  }
7365
7719
  }]
7366
7720
  },
7721
+ {
7722
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
7723
+ denom_units: [{
7724
+ denom: 'ibc/B97C00FE6E5457A25BA3759D582A204F0394E229A5F645CE4359D072E68CAFF3',
7725
+ exponent: 0,
7726
+ aliases: ['p:udatom:31Dec2024']
7727
+ }, {
7728
+ denom: 'pdATOM31Dec2024',
7729
+ exponent: 6
7730
+ }],
7731
+ base: 'ibc/B97C00FE6E5457A25BA3759D582A204F0394E229A5F645CE4359D072E68CAFF3',
7732
+ name: 'pdAtom (31Dec2024)',
7733
+ display: 'pdATOM31Dec2024',
7734
+ symbol: 'pdATOM-31Dec2024',
7735
+ logo_URIs: {
7736
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7737
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7738
+ },
7739
+ images: [{
7740
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7741
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7742
+ }],
7743
+ traces: [{
7744
+ type: 'ibc',
7745
+ counterparty: {
7746
+ channel_id: 'channel-5',
7747
+ base_denom: 'p:udatom:31Dec2024',
7748
+ chain_name: 'pryzm'
7749
+ },
7750
+ chain: {
7751
+ channel_id: 'channel-79'
7752
+ }
7753
+ }]
7754
+ },
7755
+ {
7756
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
7757
+ denom_units: [{
7758
+ denom: 'ibc/5F97461EBF0B67BA4F3A5F4558C56D429AA61646E2517CA6C582D5A265AA2E39',
7759
+ exponent: 0,
7760
+ aliases: ['p:udatom:30Jun2025']
7761
+ }, {
7762
+ denom: 'pdATOM30Jun2025',
7763
+ exponent: 6
7764
+ }],
7765
+ base: 'ibc/5F97461EBF0B67BA4F3A5F4558C56D429AA61646E2517CA6C582D5A265AA2E39',
7766
+ name: 'pdAtom (30Jun2025)',
7767
+ display: 'pdATOM30Jun2025',
7768
+ symbol: 'pdATOM-30Jun2025',
7769
+ logo_URIs: {
7770
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7771
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7772
+ },
7773
+ images: [{
7774
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7775
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7776
+ }],
7777
+ traces: [{
7778
+ type: 'ibc',
7779
+ counterparty: {
7780
+ channel_id: 'channel-5',
7781
+ base_denom: 'p:udatom:30Jun2025',
7782
+ chain_name: 'pryzm'
7783
+ },
7784
+ chain: {
7785
+ channel_id: 'channel-79'
7786
+ }
7787
+ }]
7788
+ },
7789
+ {
7790
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
7791
+ denom_units: [{
7792
+ denom: 'ibc/312DBA14CE48E24ACC8E6AA6DEB0C702A4FB6050F9BFBBA1F4824C6C07F1CE63',
7793
+ exponent: 0,
7794
+ aliases: ['p:udatom:31Dec2025']
7795
+ }, {
7796
+ denom: 'pdATOM31Dec2025',
7797
+ exponent: 6
7798
+ }],
7799
+ base: 'ibc/312DBA14CE48E24ACC8E6AA6DEB0C702A4FB6050F9BFBBA1F4824C6C07F1CE63',
7800
+ name: 'pdAtom (31Dec2025)',
7801
+ display: 'pdATOM31Dec2025',
7802
+ symbol: 'pdATOM-31Dec2025',
7803
+ logo_URIs: {
7804
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7805
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7806
+ },
7807
+ images: [{
7808
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7809
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7810
+ }],
7811
+ traces: [{
7812
+ type: 'ibc',
7813
+ counterparty: {
7814
+ channel_id: 'channel-5',
7815
+ base_denom: 'p:udatom:31Dec2025',
7816
+ chain_name: 'pryzm'
7817
+ },
7818
+ chain: {
7819
+ channel_id: 'channel-79'
7820
+ }
7821
+ }]
7822
+ },
7367
7823
  {
7368
7824
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
7369
7825
  denom_units: [{
@@ -8078,6 +8534,108 @@ const assets = {
8078
8534
  }
8079
8535
  }]
8080
8536
  },
8537
+ {
8538
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
8539
+ denom_units: [{
8540
+ denom: 'ibc/60E20ED58C07756A586E81CFFA1C4D652135BE0D9EE3562827E660A4769C154A',
8541
+ exponent: 0,
8542
+ aliases: ['y:udatom:31Dec2024']
8543
+ }, {
8544
+ denom: 'ydATOM31Dec2024',
8545
+ exponent: 6
8546
+ }],
8547
+ base: 'ibc/60E20ED58C07756A586E81CFFA1C4D652135BE0D9EE3562827E660A4769C154A',
8548
+ name: 'ydAtom (31Dec2024)',
8549
+ display: 'ydATOM31Dec2024',
8550
+ symbol: 'ydATOM-31Dec2024',
8551
+ logo_URIs: {
8552
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8553
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8554
+ },
8555
+ images: [{
8556
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8557
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8558
+ }],
8559
+ traces: [{
8560
+ type: 'ibc',
8561
+ counterparty: {
8562
+ channel_id: 'channel-5',
8563
+ base_denom: 'y:udatom:31Dec2024',
8564
+ chain_name: 'pryzm'
8565
+ },
8566
+ chain: {
8567
+ channel_id: 'channel-79'
8568
+ }
8569
+ }]
8570
+ },
8571
+ {
8572
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
8573
+ denom_units: [{
8574
+ denom: 'ibc/61AFB8F7E24519001F53E9522698E3FD90D49366740C1B9E4086BB4CD6FF95AC',
8575
+ exponent: 0,
8576
+ aliases: ['y:udatom:30Jun2025']
8577
+ }, {
8578
+ denom: 'ydATOM30Jun2025',
8579
+ exponent: 6
8580
+ }],
8581
+ base: 'ibc/61AFB8F7E24519001F53E9522698E3FD90D49366740C1B9E4086BB4CD6FF95AC',
8582
+ name: 'ydAtom (30Jun2025)',
8583
+ display: 'ydATOM30Jun2025',
8584
+ symbol: 'ydATOM-30Jun2025',
8585
+ logo_URIs: {
8586
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8587
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8588
+ },
8589
+ images: [{
8590
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8591
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8592
+ }],
8593
+ traces: [{
8594
+ type: 'ibc',
8595
+ counterparty: {
8596
+ channel_id: 'channel-5',
8597
+ base_denom: 'y:udatom:30Jun2025',
8598
+ chain_name: 'pryzm'
8599
+ },
8600
+ chain: {
8601
+ channel_id: 'channel-79'
8602
+ }
8603
+ }]
8604
+ },
8605
+ {
8606
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
8607
+ denom_units: [{
8608
+ denom: 'ibc/0CA5CFCCA5947E604CE5E6EEC30302B61AE14CC1B3C04C720C3D02F56E017BF0',
8609
+ exponent: 0,
8610
+ aliases: ['y:udatom:31Dec2025']
8611
+ }, {
8612
+ denom: 'ydATOM31Dec2025',
8613
+ exponent: 6
8614
+ }],
8615
+ base: 'ibc/0CA5CFCCA5947E604CE5E6EEC30302B61AE14CC1B3C04C720C3D02F56E017BF0',
8616
+ name: 'ydAtom (31Dec2025)',
8617
+ display: 'ydATOM31Dec2025',
8618
+ symbol: 'ydATOM-31Dec2025',
8619
+ logo_URIs: {
8620
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8621
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8622
+ },
8623
+ images: [{
8624
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8625
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8626
+ }],
8627
+ traces: [{
8628
+ type: 'ibc',
8629
+ counterparty: {
8630
+ channel_id: 'channel-5',
8631
+ base_denom: 'y:udatom:31Dec2025',
8632
+ chain_name: 'pryzm'
8633
+ },
8634
+ chain: {
8635
+ channel_id: 'channel-79'
8636
+ }
8637
+ }]
8638
+ },
8081
8639
  {
8082
8640
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
8083
8641
  denom_units: [{
@@ -8826,6 +9384,74 @@ const assets = {
8826
9384
  }
8827
9385
  }]
8828
9386
  },
9387
+ {
9388
+ description: 'Pryzm\'s LP token for dATOM Yield pool',
9389
+ denom_units: [{
9390
+ denom: 'ibc/9E9F023DA6B78E169E9025112CEBD831233E77A61AAF035FB507D9928FECAD65',
9391
+ exponent: 0,
9392
+ aliases: ['lp:22:udatom']
9393
+ }, {
9394
+ denom: 'lp:22:datom',
9395
+ exponent: 6
9396
+ }],
9397
+ base: 'ibc/9E9F023DA6B78E169E9025112CEBD831233E77A61AAF035FB507D9928FECAD65',
9398
+ name: 'dATOM Yield LP',
9399
+ display: 'lp:22:datom',
9400
+ symbol: 'dATOM-YIELD-LP',
9401
+ logo_URIs: {
9402
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9403
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9404
+ },
9405
+ images: [{
9406
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9407
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9408
+ }],
9409
+ traces: [{
9410
+ type: 'ibc',
9411
+ counterparty: {
9412
+ channel_id: 'channel-5',
9413
+ base_denom: 'lp:22:udatom',
9414
+ chain_name: 'pryzm'
9415
+ },
9416
+ chain: {
9417
+ channel_id: 'channel-79'
9418
+ }
9419
+ }]
9420
+ },
9421
+ {
9422
+ description: 'Pryzm\'s LP token for dATOM Boost pool',
9423
+ denom_units: [{
9424
+ denom: 'ibc/DA13D0F406CB746D3AED4E844EEC0BC15C5D1A18D2D1442D80BDB243A8651321',
9425
+ exponent: 0,
9426
+ aliases: ['lp:23:udatomypt-uatom']
9427
+ }, {
9428
+ denom: 'lp:23:datomypt-atom',
9429
+ exponent: 6
9430
+ }],
9431
+ base: 'ibc/DA13D0F406CB746D3AED4E844EEC0BC15C5D1A18D2D1442D80BDB243A8651321',
9432
+ name: 'dATOM Boost LP',
9433
+ display: 'lp:23:datomypt-atom',
9434
+ symbol: 'dATOM-BOOST-LP',
9435
+ logo_URIs: {
9436
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9437
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9438
+ },
9439
+ images: [{
9440
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9441
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9442
+ }],
9443
+ traces: [{
9444
+ type: 'ibc',
9445
+ counterparty: {
9446
+ channel_id: 'channel-5',
9447
+ base_denom: 'lp:23:udatomypt-uatom',
9448
+ chain_name: 'pryzm'
9449
+ },
9450
+ chain: {
9451
+ channel_id: 'channel-79'
9452
+ }
9453
+ }]
9454
+ },
8829
9455
  {
8830
9456
  description: 'REGEN coin is the token for the Regen Network Platform',
8831
9457
  denom_units: [{