@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
@@ -4070,6 +4070,47 @@ const assets = {
4070
4070
  }
4071
4071
  }]
4072
4072
  },
4073
+ {
4074
+ description: 'Native staking token of Lorenzo: LRZ (alrz)',
4075
+ denom_units: [{
4076
+ denom: 'ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC',
4077
+ exponent: 0,
4078
+ aliases: ['alrz']
4079
+ }, {
4080
+ denom: 'LRZ',
4081
+ exponent: 18
4082
+ }],
4083
+ base: 'ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC',
4084
+ name: 'LRZ',
4085
+ display: 'LRZ',
4086
+ symbol: 'LRZ',
4087
+ logo_URIs: {
4088
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
4089
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg'
4090
+ },
4091
+ images: [{
4092
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
4093
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg',
4094
+ theme: {
4095
+ primary_color_hex: '#133348'
4096
+ }
4097
+ }],
4098
+ socials: {
4099
+ website: 'https://www.lorenzo-protocol.xyz/',
4100
+ twitter: 'https://x.com/LorenzoProtocol'
4101
+ },
4102
+ traces: [{
4103
+ type: 'ibc',
4104
+ counterparty: {
4105
+ channel_id: 'channel-0',
4106
+ base_denom: 'alrz',
4107
+ chain_name: 'lorenzo'
4108
+ },
4109
+ chain: {
4110
+ channel_id: 'channel-79840'
4111
+ }
4112
+ }]
4113
+ },
4073
4114
  {
4074
4115
  description: 'The native token of LumenX Network',
4075
4116
  denom_units: [{
@@ -4595,6 +4636,47 @@ const assets = {
4595
4636
  }
4596
4637
  }]
4597
4638
  },
4639
+ {
4640
+ description: 'Ether is the native fee token of the Ethereum network.',
4641
+ denom_units: [
4642
+ {
4643
+ denom: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
4644
+ exponent: 0,
4645
+ aliases: ['wei']
4646
+ },
4647
+ {
4648
+ denom: 'gwei',
4649
+ exponent: 9
4650
+ },
4651
+ {
4652
+ denom: 'eth',
4653
+ exponent: 18,
4654
+ aliases: ['ether']
4655
+ }
4656
+ ],
4657
+ base: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
4658
+ name: 'Ether',
4659
+ display: 'eth',
4660
+ symbol: 'ETH',
4661
+ logo_URIs: {
4662
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
4663
+ },
4664
+ coingecko_id: 'ethereum',
4665
+ images: [{
4666
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
4667
+ }],
4668
+ traces: [{
4669
+ type: 'ibc',
4670
+ counterparty: {
4671
+ channel_id: 'channel-0',
4672
+ base_denom: 'wei',
4673
+ chain_name: 'nibiru'
4674
+ },
4675
+ chain: {
4676
+ channel_id: 'channel-21113'
4677
+ }
4678
+ }]
4679
+ },
4598
4680
  {
4599
4681
  description: 'The permissioned staking asset for Noble Chain',
4600
4682
  denom_units: [{
@@ -9285,6 +9367,47 @@ const assets = {
9285
9367
  }
9286
9368
  }]
9287
9369
  },
9370
+ {
9371
+ description: 'Native staking token of Lorenzo: LRZ (alrz)',
9372
+ denom_units: [{
9373
+ denom: 'ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC',
9374
+ exponent: 0,
9375
+ aliases: ['alrz']
9376
+ }, {
9377
+ denom: 'LRZ',
9378
+ exponent: 18
9379
+ }],
9380
+ base: 'ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC',
9381
+ name: 'LRZ',
9382
+ display: 'LRZ',
9383
+ symbol: 'LRZ',
9384
+ logo_URIs: {
9385
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
9386
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg'
9387
+ },
9388
+ images: [{
9389
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
9390
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg',
9391
+ theme: {
9392
+ primary_color_hex: '#133348'
9393
+ }
9394
+ }],
9395
+ socials: {
9396
+ website: 'https://www.lorenzo-protocol.xyz/',
9397
+ twitter: 'https://x.com/LorenzoProtocol'
9398
+ },
9399
+ traces: [{
9400
+ type: 'ibc',
9401
+ counterparty: {
9402
+ channel_id: 'channel-0',
9403
+ base_denom: 'alrz',
9404
+ chain_name: 'lorenzo'
9405
+ },
9406
+ chain: {
9407
+ channel_id: 'channel-79840'
9408
+ }
9409
+ }]
9410
+ },
9288
9411
  {
9289
9412
  description: 'The native token of LumenX Network',
9290
9413
  denom_units: [{
@@ -9810,6 +9933,47 @@ const assets = {
9810
9933
  }
9811
9934
  }]
9812
9935
  },
9936
+ {
9937
+ description: 'Ether is the native fee token of the Ethereum network.',
9938
+ denom_units: [
9939
+ {
9940
+ denom: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
9941
+ exponent: 0,
9942
+ aliases: ['wei']
9943
+ },
9944
+ {
9945
+ denom: 'gwei',
9946
+ exponent: 9
9947
+ },
9948
+ {
9949
+ denom: 'eth',
9950
+ exponent: 18,
9951
+ aliases: ['ether']
9952
+ }
9953
+ ],
9954
+ base: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
9955
+ name: 'Ether',
9956
+ display: 'eth',
9957
+ symbol: 'ETH',
9958
+ logo_URIs: {
9959
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
9960
+ },
9961
+ coingecko_id: 'ethereum',
9962
+ images: [{
9963
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
9964
+ }],
9965
+ traces: [{
9966
+ type: 'ibc',
9967
+ counterparty: {
9968
+ channel_id: 'channel-0',
9969
+ base_denom: 'wei',
9970
+ chain_name: 'nibiru'
9971
+ },
9972
+ chain: {
9973
+ channel_id: 'channel-21113'
9974
+ }
9975
+ }]
9976
+ },
9813
9977
  {
9814
9978
  description: 'The permissioned staking asset for Noble Chain',
9815
9979
  denom_units: [{
@@ -11456,6 +11620,108 @@ const assets = {
11456
11620
  }
11457
11621
  }]
11458
11622
  },
11623
+ {
11624
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
11625
+ denom_units: [{
11626
+ denom: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD',
11627
+ exponent: 0,
11628
+ aliases: ['p:udatom:31Dec2024']
11629
+ }, {
11630
+ denom: 'pdATOM31Dec2024',
11631
+ exponent: 6
11632
+ }],
11633
+ base: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD',
11634
+ name: 'pdAtom (31Dec2024)',
11635
+ display: 'pdATOM31Dec2024',
11636
+ symbol: 'pdATOM-31Dec2024',
11637
+ logo_URIs: {
11638
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
11639
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
11640
+ },
11641
+ images: [{
11642
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
11643
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
11644
+ }],
11645
+ traces: [{
11646
+ type: 'ibc',
11647
+ counterparty: {
11648
+ channel_id: 'channel-2',
11649
+ base_denom: 'p:udatom:31Dec2024',
11650
+ chain_name: 'pryzm'
11651
+ },
11652
+ chain: {
11653
+ channel_id: 'channel-75755'
11654
+ }
11655
+ }]
11656
+ },
11657
+ {
11658
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
11659
+ denom_units: [{
11660
+ denom: 'ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8',
11661
+ exponent: 0,
11662
+ aliases: ['p:udatom:30Jun2025']
11663
+ }, {
11664
+ denom: 'pdATOM30Jun2025',
11665
+ exponent: 6
11666
+ }],
11667
+ base: 'ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8',
11668
+ name: 'pdAtom (30Jun2025)',
11669
+ display: 'pdATOM30Jun2025',
11670
+ symbol: 'pdATOM-30Jun2025',
11671
+ logo_URIs: {
11672
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
11673
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
11674
+ },
11675
+ images: [{
11676
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
11677
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
11678
+ }],
11679
+ traces: [{
11680
+ type: 'ibc',
11681
+ counterparty: {
11682
+ channel_id: 'channel-2',
11683
+ base_denom: 'p:udatom:30Jun2025',
11684
+ chain_name: 'pryzm'
11685
+ },
11686
+ chain: {
11687
+ channel_id: 'channel-75755'
11688
+ }
11689
+ }]
11690
+ },
11691
+ {
11692
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
11693
+ denom_units: [{
11694
+ denom: 'ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A',
11695
+ exponent: 0,
11696
+ aliases: ['p:udatom:31Dec2025']
11697
+ }, {
11698
+ denom: 'pdATOM31Dec2025',
11699
+ exponent: 6
11700
+ }],
11701
+ base: 'ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A',
11702
+ name: 'pdAtom (31Dec2025)',
11703
+ display: 'pdATOM31Dec2025',
11704
+ symbol: 'pdATOM-31Dec2025',
11705
+ logo_URIs: {
11706
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
11707
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
11708
+ },
11709
+ images: [{
11710
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
11711
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
11712
+ }],
11713
+ traces: [{
11714
+ type: 'ibc',
11715
+ counterparty: {
11716
+ channel_id: 'channel-2',
11717
+ base_denom: 'p:udatom:31Dec2025',
11718
+ chain_name: 'pryzm'
11719
+ },
11720
+ chain: {
11721
+ channel_id: 'channel-75755'
11722
+ }
11723
+ }]
11724
+ },
11459
11725
  {
11460
11726
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
11461
11727
  denom_units: [{
@@ -12170,6 +12436,108 @@ const assets = {
12170
12436
  }
12171
12437
  }]
12172
12438
  },
12439
+ {
12440
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
12441
+ denom_units: [{
12442
+ denom: 'ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795',
12443
+ exponent: 0,
12444
+ aliases: ['y:udatom:31Dec2024']
12445
+ }, {
12446
+ denom: 'ydATOM31Dec2024',
12447
+ exponent: 6
12448
+ }],
12449
+ base: 'ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795',
12450
+ name: 'ydAtom (31Dec2024)',
12451
+ display: 'ydATOM31Dec2024',
12452
+ symbol: 'ydATOM-31Dec2024',
12453
+ logo_URIs: {
12454
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
12455
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
12456
+ },
12457
+ images: [{
12458
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
12459
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
12460
+ }],
12461
+ traces: [{
12462
+ type: 'ibc',
12463
+ counterparty: {
12464
+ channel_id: 'channel-2',
12465
+ base_denom: 'y:udatom:31Dec2024',
12466
+ chain_name: 'pryzm'
12467
+ },
12468
+ chain: {
12469
+ channel_id: 'channel-75755'
12470
+ }
12471
+ }]
12472
+ },
12473
+ {
12474
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
12475
+ denom_units: [{
12476
+ denom: 'ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01',
12477
+ exponent: 0,
12478
+ aliases: ['y:udatom:30Jun2025']
12479
+ }, {
12480
+ denom: 'ydATOM30Jun2025',
12481
+ exponent: 6
12482
+ }],
12483
+ base: 'ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01',
12484
+ name: 'ydAtom (30Jun2025)',
12485
+ display: 'ydATOM30Jun2025',
12486
+ symbol: 'ydATOM-30Jun2025',
12487
+ logo_URIs: {
12488
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
12489
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
12490
+ },
12491
+ images: [{
12492
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
12493
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
12494
+ }],
12495
+ traces: [{
12496
+ type: 'ibc',
12497
+ counterparty: {
12498
+ channel_id: 'channel-2',
12499
+ base_denom: 'y:udatom:30Jun2025',
12500
+ chain_name: 'pryzm'
12501
+ },
12502
+ chain: {
12503
+ channel_id: 'channel-75755'
12504
+ }
12505
+ }]
12506
+ },
12507
+ {
12508
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
12509
+ denom_units: [{
12510
+ denom: 'ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185',
12511
+ exponent: 0,
12512
+ aliases: ['y:udatom:31Dec2025']
12513
+ }, {
12514
+ denom: 'ydATOM31Dec2025',
12515
+ exponent: 6
12516
+ }],
12517
+ base: 'ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185',
12518
+ name: 'ydAtom (31Dec2025)',
12519
+ display: 'ydATOM31Dec2025',
12520
+ symbol: 'ydATOM-31Dec2025',
12521
+ logo_URIs: {
12522
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
12523
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
12524
+ },
12525
+ images: [{
12526
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
12527
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
12528
+ }],
12529
+ traces: [{
12530
+ type: 'ibc',
12531
+ counterparty: {
12532
+ channel_id: 'channel-2',
12533
+ base_denom: 'y:udatom:31Dec2025',
12534
+ chain_name: 'pryzm'
12535
+ },
12536
+ chain: {
12537
+ channel_id: 'channel-75755'
12538
+ }
12539
+ }]
12540
+ },
12173
12541
  {
12174
12542
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
12175
12543
  denom_units: [{
@@ -12918,6 +13286,74 @@ const assets = {
12918
13286
  }
12919
13287
  }]
12920
13288
  },
13289
+ {
13290
+ description: 'Pryzm\'s LP token for dATOM Yield pool',
13291
+ denom_units: [{
13292
+ denom: 'ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1',
13293
+ exponent: 0,
13294
+ aliases: ['lp:22:udatom']
13295
+ }, {
13296
+ denom: 'lp:22:datom',
13297
+ exponent: 6
13298
+ }],
13299
+ base: 'ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1',
13300
+ name: 'dATOM Yield LP',
13301
+ display: 'lp:22:datom',
13302
+ symbol: 'dATOM-YIELD-LP',
13303
+ logo_URIs: {
13304
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13305
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13306
+ },
13307
+ images: [{
13308
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13309
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13310
+ }],
13311
+ traces: [{
13312
+ type: 'ibc',
13313
+ counterparty: {
13314
+ channel_id: 'channel-2',
13315
+ base_denom: 'lp:22:udatom',
13316
+ chain_name: 'pryzm'
13317
+ },
13318
+ chain: {
13319
+ channel_id: 'channel-75755'
13320
+ }
13321
+ }]
13322
+ },
13323
+ {
13324
+ description: 'Pryzm\'s LP token for dATOM Boost pool',
13325
+ denom_units: [{
13326
+ denom: 'ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC',
13327
+ exponent: 0,
13328
+ aliases: ['lp:23:udatomypt-uatom']
13329
+ }, {
13330
+ denom: 'lp:23:datomypt-atom',
13331
+ exponent: 6
13332
+ }],
13333
+ base: 'ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC',
13334
+ name: 'dATOM Boost LP',
13335
+ display: 'lp:23:datomypt-atom',
13336
+ symbol: 'dATOM-BOOST-LP',
13337
+ logo_URIs: {
13338
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13339
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13340
+ },
13341
+ images: [{
13342
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13343
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13344
+ }],
13345
+ traces: [{
13346
+ type: 'ibc',
13347
+ counterparty: {
13348
+ channel_id: 'channel-2',
13349
+ base_denom: 'lp:23:udatomypt-uatom',
13350
+ chain_name: 'pryzm'
13351
+ },
13352
+ chain: {
13353
+ channel_id: 'channel-75755'
13354
+ }
13355
+ }]
13356
+ },
12921
13357
  {
12922
13358
  description: 'The revenue token for Pylons',
12923
13359
  denom_units: [{
@@ -13346,6 +13782,10 @@ const assets = {
13346
13782
  primary_color_hex: '#cb0766'
13347
13783
  }
13348
13784
  }],
13785
+ socials: {
13786
+ website: 'https://www.routerprotocol.com/',
13787
+ twitter: 'https://x.com/routerprotocol'
13788
+ },
13349
13789
  traces: [{
13350
13790
  type: 'ibc',
13351
13791
  counterparty: {
@@ -16498,6 +16938,108 @@ const assets = {
16498
16938
  }
16499
16939
  }]
16500
16940
  },
16941
+ {
16942
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
16943
+ denom_units: [{
16944
+ denom: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD',
16945
+ exponent: 0,
16946
+ aliases: ['p:udatom:31Dec2024']
16947
+ }, {
16948
+ denom: 'pdATOM31Dec2024',
16949
+ exponent: 6
16950
+ }],
16951
+ base: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD',
16952
+ name: 'pdAtom (31Dec2024)',
16953
+ display: 'pdATOM31Dec2024',
16954
+ symbol: 'pdATOM-31Dec2024',
16955
+ logo_URIs: {
16956
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
16957
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
16958
+ },
16959
+ images: [{
16960
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
16961
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
16962
+ }],
16963
+ traces: [{
16964
+ type: 'ibc',
16965
+ counterparty: {
16966
+ channel_id: 'channel-2',
16967
+ base_denom: 'p:udatom:31Dec2024',
16968
+ chain_name: 'pryzm'
16969
+ },
16970
+ chain: {
16971
+ channel_id: 'channel-75755'
16972
+ }
16973
+ }]
16974
+ },
16975
+ {
16976
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
16977
+ denom_units: [{
16978
+ denom: 'ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8',
16979
+ exponent: 0,
16980
+ aliases: ['p:udatom:30Jun2025']
16981
+ }, {
16982
+ denom: 'pdATOM30Jun2025',
16983
+ exponent: 6
16984
+ }],
16985
+ base: 'ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8',
16986
+ name: 'pdAtom (30Jun2025)',
16987
+ display: 'pdATOM30Jun2025',
16988
+ symbol: 'pdATOM-30Jun2025',
16989
+ logo_URIs: {
16990
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
16991
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
16992
+ },
16993
+ images: [{
16994
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
16995
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
16996
+ }],
16997
+ traces: [{
16998
+ type: 'ibc',
16999
+ counterparty: {
17000
+ channel_id: 'channel-2',
17001
+ base_denom: 'p:udatom:30Jun2025',
17002
+ chain_name: 'pryzm'
17003
+ },
17004
+ chain: {
17005
+ channel_id: 'channel-75755'
17006
+ }
17007
+ }]
17008
+ },
17009
+ {
17010
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
17011
+ denom_units: [{
17012
+ denom: 'ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A',
17013
+ exponent: 0,
17014
+ aliases: ['p:udatom:31Dec2025']
17015
+ }, {
17016
+ denom: 'pdATOM31Dec2025',
17017
+ exponent: 6
17018
+ }],
17019
+ base: 'ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A',
17020
+ name: 'pdAtom (31Dec2025)',
17021
+ display: 'pdATOM31Dec2025',
17022
+ symbol: 'pdATOM-31Dec2025',
17023
+ logo_URIs: {
17024
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
17025
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
17026
+ },
17027
+ images: [{
17028
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
17029
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
17030
+ }],
17031
+ traces: [{
17032
+ type: 'ibc',
17033
+ counterparty: {
17034
+ channel_id: 'channel-2',
17035
+ base_denom: 'p:udatom:31Dec2025',
17036
+ chain_name: 'pryzm'
17037
+ },
17038
+ chain: {
17039
+ channel_id: 'channel-75755'
17040
+ }
17041
+ }]
17042
+ },
16501
17043
  {
16502
17044
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
16503
17045
  denom_units: [{
@@ -17212,6 +17754,108 @@ const assets = {
17212
17754
  }
17213
17755
  }]
17214
17756
  },
17757
+ {
17758
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
17759
+ denom_units: [{
17760
+ denom: 'ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795',
17761
+ exponent: 0,
17762
+ aliases: ['y:udatom:31Dec2024']
17763
+ }, {
17764
+ denom: 'ydATOM31Dec2024',
17765
+ exponent: 6
17766
+ }],
17767
+ base: 'ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795',
17768
+ name: 'ydAtom (31Dec2024)',
17769
+ display: 'ydATOM31Dec2024',
17770
+ symbol: 'ydATOM-31Dec2024',
17771
+ logo_URIs: {
17772
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
17773
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
17774
+ },
17775
+ images: [{
17776
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
17777
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
17778
+ }],
17779
+ traces: [{
17780
+ type: 'ibc',
17781
+ counterparty: {
17782
+ channel_id: 'channel-2',
17783
+ base_denom: 'y:udatom:31Dec2024',
17784
+ chain_name: 'pryzm'
17785
+ },
17786
+ chain: {
17787
+ channel_id: 'channel-75755'
17788
+ }
17789
+ }]
17790
+ },
17791
+ {
17792
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
17793
+ denom_units: [{
17794
+ denom: 'ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01',
17795
+ exponent: 0,
17796
+ aliases: ['y:udatom:30Jun2025']
17797
+ }, {
17798
+ denom: 'ydATOM30Jun2025',
17799
+ exponent: 6
17800
+ }],
17801
+ base: 'ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01',
17802
+ name: 'ydAtom (30Jun2025)',
17803
+ display: 'ydATOM30Jun2025',
17804
+ symbol: 'ydATOM-30Jun2025',
17805
+ logo_URIs: {
17806
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
17807
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
17808
+ },
17809
+ images: [{
17810
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
17811
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
17812
+ }],
17813
+ traces: [{
17814
+ type: 'ibc',
17815
+ counterparty: {
17816
+ channel_id: 'channel-2',
17817
+ base_denom: 'y:udatom:30Jun2025',
17818
+ chain_name: 'pryzm'
17819
+ },
17820
+ chain: {
17821
+ channel_id: 'channel-75755'
17822
+ }
17823
+ }]
17824
+ },
17825
+ {
17826
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
17827
+ denom_units: [{
17828
+ denom: 'ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185',
17829
+ exponent: 0,
17830
+ aliases: ['y:udatom:31Dec2025']
17831
+ }, {
17832
+ denom: 'ydATOM31Dec2025',
17833
+ exponent: 6
17834
+ }],
17835
+ base: 'ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185',
17836
+ name: 'ydAtom (31Dec2025)',
17837
+ display: 'ydATOM31Dec2025',
17838
+ symbol: 'ydATOM-31Dec2025',
17839
+ logo_URIs: {
17840
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
17841
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
17842
+ },
17843
+ images: [{
17844
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
17845
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
17846
+ }],
17847
+ traces: [{
17848
+ type: 'ibc',
17849
+ counterparty: {
17850
+ channel_id: 'channel-2',
17851
+ base_denom: 'y:udatom:31Dec2025',
17852
+ chain_name: 'pryzm'
17853
+ },
17854
+ chain: {
17855
+ channel_id: 'channel-75755'
17856
+ }
17857
+ }]
17858
+ },
17215
17859
  {
17216
17860
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
17217
17861
  denom_units: [{
@@ -17960,6 +18604,74 @@ const assets = {
17960
18604
  }
17961
18605
  }]
17962
18606
  },
18607
+ {
18608
+ description: 'Pryzm\'s LP token for dATOM Yield pool',
18609
+ denom_units: [{
18610
+ denom: 'ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1',
18611
+ exponent: 0,
18612
+ aliases: ['lp:22:udatom']
18613
+ }, {
18614
+ denom: 'lp:22:datom',
18615
+ exponent: 6
18616
+ }],
18617
+ base: 'ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1',
18618
+ name: 'dATOM Yield LP',
18619
+ display: 'lp:22:datom',
18620
+ symbol: 'dATOM-YIELD-LP',
18621
+ logo_URIs: {
18622
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18623
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18624
+ },
18625
+ images: [{
18626
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18627
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18628
+ }],
18629
+ traces: [{
18630
+ type: 'ibc',
18631
+ counterparty: {
18632
+ channel_id: 'channel-2',
18633
+ base_denom: 'lp:22:udatom',
18634
+ chain_name: 'pryzm'
18635
+ },
18636
+ chain: {
18637
+ channel_id: 'channel-75755'
18638
+ }
18639
+ }]
18640
+ },
18641
+ {
18642
+ description: 'Pryzm\'s LP token for dATOM Boost pool',
18643
+ denom_units: [{
18644
+ denom: 'ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC',
18645
+ exponent: 0,
18646
+ aliases: ['lp:23:udatomypt-uatom']
18647
+ }, {
18648
+ denom: 'lp:23:datomypt-atom',
18649
+ exponent: 6
18650
+ }],
18651
+ base: 'ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC',
18652
+ name: 'dATOM Boost LP',
18653
+ display: 'lp:23:datomypt-atom',
18654
+ symbol: 'dATOM-BOOST-LP',
18655
+ logo_URIs: {
18656
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18657
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18658
+ },
18659
+ images: [{
18660
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18661
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18662
+ }],
18663
+ traces: [{
18664
+ type: 'ibc',
18665
+ counterparty: {
18666
+ channel_id: 'channel-2',
18667
+ base_denom: 'lp:23:udatomypt-uatom',
18668
+ chain_name: 'pryzm'
18669
+ },
18670
+ chain: {
18671
+ channel_id: 'channel-75755'
18672
+ }
18673
+ }]
18674
+ },
17963
18675
  {
17964
18676
  description: 'The revenue token for Pylons',
17965
18677
  denom_units: [{
@@ -18388,6 +19100,10 @@ const assets = {
18388
19100
  primary_color_hex: '#cb0766'
18389
19101
  }
18390
19102
  }],
19103
+ socials: {
19104
+ website: 'https://www.routerprotocol.com/',
19105
+ twitter: 'https://x.com/routerprotocol'
19106
+ },
18391
19107
  traces: [{
18392
19108
  type: 'ibc',
18393
19109
  counterparty: {