@chain-registry/assets 1.64.74 → 1.64.76
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.
- package/esm/mainnet/axelar.js +626 -0
- package/esm/mainnet/celestia.js +544 -0
- package/esm/mainnet/cosmoshub.js +544 -0
- package/esm/mainnet/dydx.js +544 -0
- package/esm/mainnet/injective.js +544 -0
- package/esm/mainnet/neutron.js +544 -0
- package/esm/mainnet/noble.js +626 -0
- package/esm/mainnet/osmosis.js +634 -0
- package/esm/mainnet/stride.js +544 -0
- package/esm/mainnet/terra2.js +544 -0
- package/mainnet/axelar.js +626 -0
- package/mainnet/celestia.js +544 -0
- package/mainnet/cosmoshub.js +544 -0
- package/mainnet/dydx.js +544 -0
- package/mainnet/injective.js +544 -0
- package/mainnet/neutron.js +544 -0
- package/mainnet/noble.js +626 -0
- package/mainnet/osmosis.js +634 -0
- package/mainnet/stride.js +544 -0
- package/mainnet/terra2.js +544 -0
- package/package.json +5 -5
package/mainnet/osmosis.js
CHANGED
|
@@ -4638,6 +4638,47 @@ const assets = {
|
|
|
4638
4638
|
}
|
|
4639
4639
|
}]
|
|
4640
4640
|
},
|
|
4641
|
+
{
|
|
4642
|
+
description: 'Ether is the native fee token of the Ethereum network.',
|
|
4643
|
+
denom_units: [
|
|
4644
|
+
{
|
|
4645
|
+
denom: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
|
|
4646
|
+
exponent: 0,
|
|
4647
|
+
aliases: ['wei']
|
|
4648
|
+
},
|
|
4649
|
+
{
|
|
4650
|
+
denom: 'gwei',
|
|
4651
|
+
exponent: 9
|
|
4652
|
+
},
|
|
4653
|
+
{
|
|
4654
|
+
denom: 'eth',
|
|
4655
|
+
exponent: 18,
|
|
4656
|
+
aliases: ['ether']
|
|
4657
|
+
}
|
|
4658
|
+
],
|
|
4659
|
+
base: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
|
|
4660
|
+
name: 'Ether',
|
|
4661
|
+
display: 'eth',
|
|
4662
|
+
symbol: 'ETH',
|
|
4663
|
+
logo_URIs: {
|
|
4664
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
4665
|
+
},
|
|
4666
|
+
coingecko_id: 'ethereum',
|
|
4667
|
+
images: [{
|
|
4668
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
4669
|
+
}],
|
|
4670
|
+
traces: [{
|
|
4671
|
+
type: 'ibc',
|
|
4672
|
+
counterparty: {
|
|
4673
|
+
channel_id: 'channel-0',
|
|
4674
|
+
base_denom: 'wei',
|
|
4675
|
+
chain_name: 'nibiru'
|
|
4676
|
+
},
|
|
4677
|
+
chain: {
|
|
4678
|
+
channel_id: 'channel-21113'
|
|
4679
|
+
}
|
|
4680
|
+
}]
|
|
4681
|
+
},
|
|
4641
4682
|
{
|
|
4642
4683
|
description: 'The permissioned staking asset for Noble Chain',
|
|
4643
4684
|
denom_units: [{
|
|
@@ -9894,6 +9935,47 @@ const assets = {
|
|
|
9894
9935
|
}
|
|
9895
9936
|
}]
|
|
9896
9937
|
},
|
|
9938
|
+
{
|
|
9939
|
+
description: 'Ether is the native fee token of the Ethereum network.',
|
|
9940
|
+
denom_units: [
|
|
9941
|
+
{
|
|
9942
|
+
denom: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
|
|
9943
|
+
exponent: 0,
|
|
9944
|
+
aliases: ['wei']
|
|
9945
|
+
},
|
|
9946
|
+
{
|
|
9947
|
+
denom: 'gwei',
|
|
9948
|
+
exponent: 9
|
|
9949
|
+
},
|
|
9950
|
+
{
|
|
9951
|
+
denom: 'eth',
|
|
9952
|
+
exponent: 18,
|
|
9953
|
+
aliases: ['ether']
|
|
9954
|
+
}
|
|
9955
|
+
],
|
|
9956
|
+
base: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
|
|
9957
|
+
name: 'Ether',
|
|
9958
|
+
display: 'eth',
|
|
9959
|
+
symbol: 'ETH',
|
|
9960
|
+
logo_URIs: {
|
|
9961
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
9962
|
+
},
|
|
9963
|
+
coingecko_id: 'ethereum',
|
|
9964
|
+
images: [{
|
|
9965
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
9966
|
+
}],
|
|
9967
|
+
traces: [{
|
|
9968
|
+
type: 'ibc',
|
|
9969
|
+
counterparty: {
|
|
9970
|
+
channel_id: 'channel-0',
|
|
9971
|
+
base_denom: 'wei',
|
|
9972
|
+
chain_name: 'nibiru'
|
|
9973
|
+
},
|
|
9974
|
+
chain: {
|
|
9975
|
+
channel_id: 'channel-21113'
|
|
9976
|
+
}
|
|
9977
|
+
}]
|
|
9978
|
+
},
|
|
9897
9979
|
{
|
|
9898
9980
|
description: 'The permissioned staking asset for Noble Chain',
|
|
9899
9981
|
denom_units: [{
|
|
@@ -11540,6 +11622,108 @@ const assets = {
|
|
|
11540
11622
|
}
|
|
11541
11623
|
}]
|
|
11542
11624
|
},
|
|
11625
|
+
{
|
|
11626
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
11627
|
+
denom_units: [{
|
|
11628
|
+
denom: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD',
|
|
11629
|
+
exponent: 0,
|
|
11630
|
+
aliases: ['p:udatom:31Dec2024']
|
|
11631
|
+
}, {
|
|
11632
|
+
denom: 'pdATOM31Dec2024',
|
|
11633
|
+
exponent: 6
|
|
11634
|
+
}],
|
|
11635
|
+
base: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD',
|
|
11636
|
+
name: 'pdAtom (31Dec2024)',
|
|
11637
|
+
display: 'pdATOM31Dec2024',
|
|
11638
|
+
symbol: 'pdATOM-31Dec2024',
|
|
11639
|
+
logo_URIs: {
|
|
11640
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
11641
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
11642
|
+
},
|
|
11643
|
+
images: [{
|
|
11644
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
11645
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
11646
|
+
}],
|
|
11647
|
+
traces: [{
|
|
11648
|
+
type: 'ibc',
|
|
11649
|
+
counterparty: {
|
|
11650
|
+
channel_id: 'channel-2',
|
|
11651
|
+
base_denom: 'p:udatom:31Dec2024',
|
|
11652
|
+
chain_name: 'pryzm'
|
|
11653
|
+
},
|
|
11654
|
+
chain: {
|
|
11655
|
+
channel_id: 'channel-75755'
|
|
11656
|
+
}
|
|
11657
|
+
}]
|
|
11658
|
+
},
|
|
11659
|
+
{
|
|
11660
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
11661
|
+
denom_units: [{
|
|
11662
|
+
denom: 'ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8',
|
|
11663
|
+
exponent: 0,
|
|
11664
|
+
aliases: ['p:udatom:30Jun2025']
|
|
11665
|
+
}, {
|
|
11666
|
+
denom: 'pdATOM30Jun2025',
|
|
11667
|
+
exponent: 6
|
|
11668
|
+
}],
|
|
11669
|
+
base: 'ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8',
|
|
11670
|
+
name: 'pdAtom (30Jun2025)',
|
|
11671
|
+
display: 'pdATOM30Jun2025',
|
|
11672
|
+
symbol: 'pdATOM-30Jun2025',
|
|
11673
|
+
logo_URIs: {
|
|
11674
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
11675
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
11676
|
+
},
|
|
11677
|
+
images: [{
|
|
11678
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
11679
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
11680
|
+
}],
|
|
11681
|
+
traces: [{
|
|
11682
|
+
type: 'ibc',
|
|
11683
|
+
counterparty: {
|
|
11684
|
+
channel_id: 'channel-2',
|
|
11685
|
+
base_denom: 'p:udatom:30Jun2025',
|
|
11686
|
+
chain_name: 'pryzm'
|
|
11687
|
+
},
|
|
11688
|
+
chain: {
|
|
11689
|
+
channel_id: 'channel-75755'
|
|
11690
|
+
}
|
|
11691
|
+
}]
|
|
11692
|
+
},
|
|
11693
|
+
{
|
|
11694
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
|
|
11695
|
+
denom_units: [{
|
|
11696
|
+
denom: 'ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A',
|
|
11697
|
+
exponent: 0,
|
|
11698
|
+
aliases: ['p:udatom:31Dec2025']
|
|
11699
|
+
}, {
|
|
11700
|
+
denom: 'pdATOM31Dec2025',
|
|
11701
|
+
exponent: 6
|
|
11702
|
+
}],
|
|
11703
|
+
base: 'ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A',
|
|
11704
|
+
name: 'pdAtom (31Dec2025)',
|
|
11705
|
+
display: 'pdATOM31Dec2025',
|
|
11706
|
+
symbol: 'pdATOM-31Dec2025',
|
|
11707
|
+
logo_URIs: {
|
|
11708
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
11709
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
11710
|
+
},
|
|
11711
|
+
images: [{
|
|
11712
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
11713
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
11714
|
+
}],
|
|
11715
|
+
traces: [{
|
|
11716
|
+
type: 'ibc',
|
|
11717
|
+
counterparty: {
|
|
11718
|
+
channel_id: 'channel-2',
|
|
11719
|
+
base_denom: 'p:udatom:31Dec2025',
|
|
11720
|
+
chain_name: 'pryzm'
|
|
11721
|
+
},
|
|
11722
|
+
chain: {
|
|
11723
|
+
channel_id: 'channel-75755'
|
|
11724
|
+
}
|
|
11725
|
+
}]
|
|
11726
|
+
},
|
|
11543
11727
|
{
|
|
11544
11728
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
11545
11729
|
denom_units: [{
|
|
@@ -12254,6 +12438,108 @@ const assets = {
|
|
|
12254
12438
|
}
|
|
12255
12439
|
}]
|
|
12256
12440
|
},
|
|
12441
|
+
{
|
|
12442
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
12443
|
+
denom_units: [{
|
|
12444
|
+
denom: 'ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795',
|
|
12445
|
+
exponent: 0,
|
|
12446
|
+
aliases: ['y:udatom:31Dec2024']
|
|
12447
|
+
}, {
|
|
12448
|
+
denom: 'ydATOM31Dec2024',
|
|
12449
|
+
exponent: 6
|
|
12450
|
+
}],
|
|
12451
|
+
base: 'ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795',
|
|
12452
|
+
name: 'ydAtom (31Dec2024)',
|
|
12453
|
+
display: 'ydATOM31Dec2024',
|
|
12454
|
+
symbol: 'ydATOM-31Dec2024',
|
|
12455
|
+
logo_URIs: {
|
|
12456
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
12457
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
12458
|
+
},
|
|
12459
|
+
images: [{
|
|
12460
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
12461
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
12462
|
+
}],
|
|
12463
|
+
traces: [{
|
|
12464
|
+
type: 'ibc',
|
|
12465
|
+
counterparty: {
|
|
12466
|
+
channel_id: 'channel-2',
|
|
12467
|
+
base_denom: 'y:udatom:31Dec2024',
|
|
12468
|
+
chain_name: 'pryzm'
|
|
12469
|
+
},
|
|
12470
|
+
chain: {
|
|
12471
|
+
channel_id: 'channel-75755'
|
|
12472
|
+
}
|
|
12473
|
+
}]
|
|
12474
|
+
},
|
|
12475
|
+
{
|
|
12476
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
12477
|
+
denom_units: [{
|
|
12478
|
+
denom: 'ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01',
|
|
12479
|
+
exponent: 0,
|
|
12480
|
+
aliases: ['y:udatom:30Jun2025']
|
|
12481
|
+
}, {
|
|
12482
|
+
denom: 'ydATOM30Jun2025',
|
|
12483
|
+
exponent: 6
|
|
12484
|
+
}],
|
|
12485
|
+
base: 'ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01',
|
|
12486
|
+
name: 'ydAtom (30Jun2025)',
|
|
12487
|
+
display: 'ydATOM30Jun2025',
|
|
12488
|
+
symbol: 'ydATOM-30Jun2025',
|
|
12489
|
+
logo_URIs: {
|
|
12490
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
12491
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
12492
|
+
},
|
|
12493
|
+
images: [{
|
|
12494
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
12495
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
12496
|
+
}],
|
|
12497
|
+
traces: [{
|
|
12498
|
+
type: 'ibc',
|
|
12499
|
+
counterparty: {
|
|
12500
|
+
channel_id: 'channel-2',
|
|
12501
|
+
base_denom: 'y:udatom:30Jun2025',
|
|
12502
|
+
chain_name: 'pryzm'
|
|
12503
|
+
},
|
|
12504
|
+
chain: {
|
|
12505
|
+
channel_id: 'channel-75755'
|
|
12506
|
+
}
|
|
12507
|
+
}]
|
|
12508
|
+
},
|
|
12509
|
+
{
|
|
12510
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
|
|
12511
|
+
denom_units: [{
|
|
12512
|
+
denom: 'ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185',
|
|
12513
|
+
exponent: 0,
|
|
12514
|
+
aliases: ['y:udatom:31Dec2025']
|
|
12515
|
+
}, {
|
|
12516
|
+
denom: 'ydATOM31Dec2025',
|
|
12517
|
+
exponent: 6
|
|
12518
|
+
}],
|
|
12519
|
+
base: 'ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185',
|
|
12520
|
+
name: 'ydAtom (31Dec2025)',
|
|
12521
|
+
display: 'ydATOM31Dec2025',
|
|
12522
|
+
symbol: 'ydATOM-31Dec2025',
|
|
12523
|
+
logo_URIs: {
|
|
12524
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
12525
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
12526
|
+
},
|
|
12527
|
+
images: [{
|
|
12528
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
12529
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
12530
|
+
}],
|
|
12531
|
+
traces: [{
|
|
12532
|
+
type: 'ibc',
|
|
12533
|
+
counterparty: {
|
|
12534
|
+
channel_id: 'channel-2',
|
|
12535
|
+
base_denom: 'y:udatom:31Dec2025',
|
|
12536
|
+
chain_name: 'pryzm'
|
|
12537
|
+
},
|
|
12538
|
+
chain: {
|
|
12539
|
+
channel_id: 'channel-75755'
|
|
12540
|
+
}
|
|
12541
|
+
}]
|
|
12542
|
+
},
|
|
12257
12543
|
{
|
|
12258
12544
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
12259
12545
|
denom_units: [{
|
|
@@ -13002,6 +13288,74 @@ const assets = {
|
|
|
13002
13288
|
}
|
|
13003
13289
|
}]
|
|
13004
13290
|
},
|
|
13291
|
+
{
|
|
13292
|
+
description: 'Pryzm\'s LP token for dATOM Yield pool',
|
|
13293
|
+
denom_units: [{
|
|
13294
|
+
denom: 'ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1',
|
|
13295
|
+
exponent: 0,
|
|
13296
|
+
aliases: ['lp:22:udatom']
|
|
13297
|
+
}, {
|
|
13298
|
+
denom: 'lp:22:datom',
|
|
13299
|
+
exponent: 6
|
|
13300
|
+
}],
|
|
13301
|
+
base: 'ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1',
|
|
13302
|
+
name: 'dATOM Yield LP',
|
|
13303
|
+
display: 'lp:22:datom',
|
|
13304
|
+
symbol: 'dATOM-YIELD-LP',
|
|
13305
|
+
logo_URIs: {
|
|
13306
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13307
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13308
|
+
},
|
|
13309
|
+
images: [{
|
|
13310
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13311
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13312
|
+
}],
|
|
13313
|
+
traces: [{
|
|
13314
|
+
type: 'ibc',
|
|
13315
|
+
counterparty: {
|
|
13316
|
+
channel_id: 'channel-2',
|
|
13317
|
+
base_denom: 'lp:22:udatom',
|
|
13318
|
+
chain_name: 'pryzm'
|
|
13319
|
+
},
|
|
13320
|
+
chain: {
|
|
13321
|
+
channel_id: 'channel-75755'
|
|
13322
|
+
}
|
|
13323
|
+
}]
|
|
13324
|
+
},
|
|
13325
|
+
{
|
|
13326
|
+
description: 'Pryzm\'s LP token for dATOM Boost pool',
|
|
13327
|
+
denom_units: [{
|
|
13328
|
+
denom: 'ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC',
|
|
13329
|
+
exponent: 0,
|
|
13330
|
+
aliases: ['lp:23:udatomypt-uatom']
|
|
13331
|
+
}, {
|
|
13332
|
+
denom: 'lp:23:datomypt-atom',
|
|
13333
|
+
exponent: 6
|
|
13334
|
+
}],
|
|
13335
|
+
base: 'ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC',
|
|
13336
|
+
name: 'dATOM Boost LP',
|
|
13337
|
+
display: 'lp:23:datomypt-atom',
|
|
13338
|
+
symbol: 'dATOM-BOOST-LP',
|
|
13339
|
+
logo_URIs: {
|
|
13340
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13341
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13342
|
+
},
|
|
13343
|
+
images: [{
|
|
13344
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13345
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13346
|
+
}],
|
|
13347
|
+
traces: [{
|
|
13348
|
+
type: 'ibc',
|
|
13349
|
+
counterparty: {
|
|
13350
|
+
channel_id: 'channel-2',
|
|
13351
|
+
base_denom: 'lp:23:udatomypt-uatom',
|
|
13352
|
+
chain_name: 'pryzm'
|
|
13353
|
+
},
|
|
13354
|
+
chain: {
|
|
13355
|
+
channel_id: 'channel-75755'
|
|
13356
|
+
}
|
|
13357
|
+
}]
|
|
13358
|
+
},
|
|
13005
13359
|
{
|
|
13006
13360
|
description: 'The revenue token for Pylons',
|
|
13007
13361
|
denom_units: [{
|
|
@@ -13430,6 +13784,10 @@ const assets = {
|
|
|
13430
13784
|
primary_color_hex: '#cb0766'
|
|
13431
13785
|
}
|
|
13432
13786
|
}],
|
|
13787
|
+
socials: {
|
|
13788
|
+
website: 'https://www.routerprotocol.com/',
|
|
13789
|
+
twitter: 'https://x.com/routerprotocol'
|
|
13790
|
+
},
|
|
13433
13791
|
traces: [{
|
|
13434
13792
|
type: 'ibc',
|
|
13435
13793
|
counterparty: {
|
|
@@ -16582,6 +16940,108 @@ const assets = {
|
|
|
16582
16940
|
}
|
|
16583
16941
|
}]
|
|
16584
16942
|
},
|
|
16943
|
+
{
|
|
16944
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
16945
|
+
denom_units: [{
|
|
16946
|
+
denom: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD',
|
|
16947
|
+
exponent: 0,
|
|
16948
|
+
aliases: ['p:udatom:31Dec2024']
|
|
16949
|
+
}, {
|
|
16950
|
+
denom: 'pdATOM31Dec2024',
|
|
16951
|
+
exponent: 6
|
|
16952
|
+
}],
|
|
16953
|
+
base: 'ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD',
|
|
16954
|
+
name: 'pdAtom (31Dec2024)',
|
|
16955
|
+
display: 'pdATOM31Dec2024',
|
|
16956
|
+
symbol: 'pdATOM-31Dec2024',
|
|
16957
|
+
logo_URIs: {
|
|
16958
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
16959
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
16960
|
+
},
|
|
16961
|
+
images: [{
|
|
16962
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
16963
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
16964
|
+
}],
|
|
16965
|
+
traces: [{
|
|
16966
|
+
type: 'ibc',
|
|
16967
|
+
counterparty: {
|
|
16968
|
+
channel_id: 'channel-2',
|
|
16969
|
+
base_denom: 'p:udatom:31Dec2024',
|
|
16970
|
+
chain_name: 'pryzm'
|
|
16971
|
+
},
|
|
16972
|
+
chain: {
|
|
16973
|
+
channel_id: 'channel-75755'
|
|
16974
|
+
}
|
|
16975
|
+
}]
|
|
16976
|
+
},
|
|
16977
|
+
{
|
|
16978
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
16979
|
+
denom_units: [{
|
|
16980
|
+
denom: 'ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8',
|
|
16981
|
+
exponent: 0,
|
|
16982
|
+
aliases: ['p:udatom:30Jun2025']
|
|
16983
|
+
}, {
|
|
16984
|
+
denom: 'pdATOM30Jun2025',
|
|
16985
|
+
exponent: 6
|
|
16986
|
+
}],
|
|
16987
|
+
base: 'ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8',
|
|
16988
|
+
name: 'pdAtom (30Jun2025)',
|
|
16989
|
+
display: 'pdATOM30Jun2025',
|
|
16990
|
+
symbol: 'pdATOM-30Jun2025',
|
|
16991
|
+
logo_URIs: {
|
|
16992
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
16993
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
16994
|
+
},
|
|
16995
|
+
images: [{
|
|
16996
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
16997
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
16998
|
+
}],
|
|
16999
|
+
traces: [{
|
|
17000
|
+
type: 'ibc',
|
|
17001
|
+
counterparty: {
|
|
17002
|
+
channel_id: 'channel-2',
|
|
17003
|
+
base_denom: 'p:udatom:30Jun2025',
|
|
17004
|
+
chain_name: 'pryzm'
|
|
17005
|
+
},
|
|
17006
|
+
chain: {
|
|
17007
|
+
channel_id: 'channel-75755'
|
|
17008
|
+
}
|
|
17009
|
+
}]
|
|
17010
|
+
},
|
|
17011
|
+
{
|
|
17012
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
|
|
17013
|
+
denom_units: [{
|
|
17014
|
+
denom: 'ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A',
|
|
17015
|
+
exponent: 0,
|
|
17016
|
+
aliases: ['p:udatom:31Dec2025']
|
|
17017
|
+
}, {
|
|
17018
|
+
denom: 'pdATOM31Dec2025',
|
|
17019
|
+
exponent: 6
|
|
17020
|
+
}],
|
|
17021
|
+
base: 'ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A',
|
|
17022
|
+
name: 'pdAtom (31Dec2025)',
|
|
17023
|
+
display: 'pdATOM31Dec2025',
|
|
17024
|
+
symbol: 'pdATOM-31Dec2025',
|
|
17025
|
+
logo_URIs: {
|
|
17026
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
17027
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
17028
|
+
},
|
|
17029
|
+
images: [{
|
|
17030
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
17031
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
17032
|
+
}],
|
|
17033
|
+
traces: [{
|
|
17034
|
+
type: 'ibc',
|
|
17035
|
+
counterparty: {
|
|
17036
|
+
channel_id: 'channel-2',
|
|
17037
|
+
base_denom: 'p:udatom:31Dec2025',
|
|
17038
|
+
chain_name: 'pryzm'
|
|
17039
|
+
},
|
|
17040
|
+
chain: {
|
|
17041
|
+
channel_id: 'channel-75755'
|
|
17042
|
+
}
|
|
17043
|
+
}]
|
|
17044
|
+
},
|
|
16585
17045
|
{
|
|
16586
17046
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
16587
17047
|
denom_units: [{
|
|
@@ -17296,6 +17756,108 @@ const assets = {
|
|
|
17296
17756
|
}
|
|
17297
17757
|
}]
|
|
17298
17758
|
},
|
|
17759
|
+
{
|
|
17760
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
17761
|
+
denom_units: [{
|
|
17762
|
+
denom: 'ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795',
|
|
17763
|
+
exponent: 0,
|
|
17764
|
+
aliases: ['y:udatom:31Dec2024']
|
|
17765
|
+
}, {
|
|
17766
|
+
denom: 'ydATOM31Dec2024',
|
|
17767
|
+
exponent: 6
|
|
17768
|
+
}],
|
|
17769
|
+
base: 'ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795',
|
|
17770
|
+
name: 'ydAtom (31Dec2024)',
|
|
17771
|
+
display: 'ydATOM31Dec2024',
|
|
17772
|
+
symbol: 'ydATOM-31Dec2024',
|
|
17773
|
+
logo_URIs: {
|
|
17774
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
17775
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
17776
|
+
},
|
|
17777
|
+
images: [{
|
|
17778
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
17779
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
17780
|
+
}],
|
|
17781
|
+
traces: [{
|
|
17782
|
+
type: 'ibc',
|
|
17783
|
+
counterparty: {
|
|
17784
|
+
channel_id: 'channel-2',
|
|
17785
|
+
base_denom: 'y:udatom:31Dec2024',
|
|
17786
|
+
chain_name: 'pryzm'
|
|
17787
|
+
},
|
|
17788
|
+
chain: {
|
|
17789
|
+
channel_id: 'channel-75755'
|
|
17790
|
+
}
|
|
17791
|
+
}]
|
|
17792
|
+
},
|
|
17793
|
+
{
|
|
17794
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
17795
|
+
denom_units: [{
|
|
17796
|
+
denom: 'ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01',
|
|
17797
|
+
exponent: 0,
|
|
17798
|
+
aliases: ['y:udatom:30Jun2025']
|
|
17799
|
+
}, {
|
|
17800
|
+
denom: 'ydATOM30Jun2025',
|
|
17801
|
+
exponent: 6
|
|
17802
|
+
}],
|
|
17803
|
+
base: 'ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01',
|
|
17804
|
+
name: 'ydAtom (30Jun2025)',
|
|
17805
|
+
display: 'ydATOM30Jun2025',
|
|
17806
|
+
symbol: 'ydATOM-30Jun2025',
|
|
17807
|
+
logo_URIs: {
|
|
17808
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
17809
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
17810
|
+
},
|
|
17811
|
+
images: [{
|
|
17812
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
17813
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
17814
|
+
}],
|
|
17815
|
+
traces: [{
|
|
17816
|
+
type: 'ibc',
|
|
17817
|
+
counterparty: {
|
|
17818
|
+
channel_id: 'channel-2',
|
|
17819
|
+
base_denom: 'y:udatom:30Jun2025',
|
|
17820
|
+
chain_name: 'pryzm'
|
|
17821
|
+
},
|
|
17822
|
+
chain: {
|
|
17823
|
+
channel_id: 'channel-75755'
|
|
17824
|
+
}
|
|
17825
|
+
}]
|
|
17826
|
+
},
|
|
17827
|
+
{
|
|
17828
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
|
|
17829
|
+
denom_units: [{
|
|
17830
|
+
denom: 'ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185',
|
|
17831
|
+
exponent: 0,
|
|
17832
|
+
aliases: ['y:udatom:31Dec2025']
|
|
17833
|
+
}, {
|
|
17834
|
+
denom: 'ydATOM31Dec2025',
|
|
17835
|
+
exponent: 6
|
|
17836
|
+
}],
|
|
17837
|
+
base: 'ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185',
|
|
17838
|
+
name: 'ydAtom (31Dec2025)',
|
|
17839
|
+
display: 'ydATOM31Dec2025',
|
|
17840
|
+
symbol: 'ydATOM-31Dec2025',
|
|
17841
|
+
logo_URIs: {
|
|
17842
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
17843
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
17844
|
+
},
|
|
17845
|
+
images: [{
|
|
17846
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
17847
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
17848
|
+
}],
|
|
17849
|
+
traces: [{
|
|
17850
|
+
type: 'ibc',
|
|
17851
|
+
counterparty: {
|
|
17852
|
+
channel_id: 'channel-2',
|
|
17853
|
+
base_denom: 'y:udatom:31Dec2025',
|
|
17854
|
+
chain_name: 'pryzm'
|
|
17855
|
+
},
|
|
17856
|
+
chain: {
|
|
17857
|
+
channel_id: 'channel-75755'
|
|
17858
|
+
}
|
|
17859
|
+
}]
|
|
17860
|
+
},
|
|
17299
17861
|
{
|
|
17300
17862
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
17301
17863
|
denom_units: [{
|
|
@@ -18044,6 +18606,74 @@ const assets = {
|
|
|
18044
18606
|
}
|
|
18045
18607
|
}]
|
|
18046
18608
|
},
|
|
18609
|
+
{
|
|
18610
|
+
description: 'Pryzm\'s LP token for dATOM Yield pool',
|
|
18611
|
+
denom_units: [{
|
|
18612
|
+
denom: 'ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1',
|
|
18613
|
+
exponent: 0,
|
|
18614
|
+
aliases: ['lp:22:udatom']
|
|
18615
|
+
}, {
|
|
18616
|
+
denom: 'lp:22:datom',
|
|
18617
|
+
exponent: 6
|
|
18618
|
+
}],
|
|
18619
|
+
base: 'ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1',
|
|
18620
|
+
name: 'dATOM Yield LP',
|
|
18621
|
+
display: 'lp:22:datom',
|
|
18622
|
+
symbol: 'dATOM-YIELD-LP',
|
|
18623
|
+
logo_URIs: {
|
|
18624
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18625
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18626
|
+
},
|
|
18627
|
+
images: [{
|
|
18628
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18629
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18630
|
+
}],
|
|
18631
|
+
traces: [{
|
|
18632
|
+
type: 'ibc',
|
|
18633
|
+
counterparty: {
|
|
18634
|
+
channel_id: 'channel-2',
|
|
18635
|
+
base_denom: 'lp:22:udatom',
|
|
18636
|
+
chain_name: 'pryzm'
|
|
18637
|
+
},
|
|
18638
|
+
chain: {
|
|
18639
|
+
channel_id: 'channel-75755'
|
|
18640
|
+
}
|
|
18641
|
+
}]
|
|
18642
|
+
},
|
|
18643
|
+
{
|
|
18644
|
+
description: 'Pryzm\'s LP token for dATOM Boost pool',
|
|
18645
|
+
denom_units: [{
|
|
18646
|
+
denom: 'ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC',
|
|
18647
|
+
exponent: 0,
|
|
18648
|
+
aliases: ['lp:23:udatomypt-uatom']
|
|
18649
|
+
}, {
|
|
18650
|
+
denom: 'lp:23:datomypt-atom',
|
|
18651
|
+
exponent: 6
|
|
18652
|
+
}],
|
|
18653
|
+
base: 'ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC',
|
|
18654
|
+
name: 'dATOM Boost LP',
|
|
18655
|
+
display: 'lp:23:datomypt-atom',
|
|
18656
|
+
symbol: 'dATOM-BOOST-LP',
|
|
18657
|
+
logo_URIs: {
|
|
18658
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18659
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18660
|
+
},
|
|
18661
|
+
images: [{
|
|
18662
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18663
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18664
|
+
}],
|
|
18665
|
+
traces: [{
|
|
18666
|
+
type: 'ibc',
|
|
18667
|
+
counterparty: {
|
|
18668
|
+
channel_id: 'channel-2',
|
|
18669
|
+
base_denom: 'lp:23:udatomypt-uatom',
|
|
18670
|
+
chain_name: 'pryzm'
|
|
18671
|
+
},
|
|
18672
|
+
chain: {
|
|
18673
|
+
channel_id: 'channel-75755'
|
|
18674
|
+
}
|
|
18675
|
+
}]
|
|
18676
|
+
},
|
|
18047
18677
|
{
|
|
18048
18678
|
description: 'The revenue token for Pylons',
|
|
18049
18679
|
denom_units: [{
|
|
@@ -18472,6 +19102,10 @@ const assets = {
|
|
|
18472
19102
|
primary_color_hex: '#cb0766'
|
|
18473
19103
|
}
|
|
18474
19104
|
}],
|
|
19105
|
+
socials: {
|
|
19106
|
+
website: 'https://www.routerprotocol.com/',
|
|
19107
|
+
twitter: 'https://x.com/routerprotocol'
|
|
19108
|
+
},
|
|
18475
19109
|
traces: [{
|
|
18476
19110
|
type: 'ibc',
|
|
18477
19111
|
counterparty: {
|