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