@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.
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +626 -0
- package/esm/mainnet/canto.js +100 -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/index.js +1 -0
- package/esm/mainnet/injective.js +544 -0
- package/esm/mainnet/lorenzo.js +182 -0
- package/esm/mainnet/neutron.js +544 -0
- package/esm/mainnet/noble.js +626 -0
- package/esm/mainnet/osmosis.js +716 -0
- package/esm/mainnet/sommelier.js +84 -0
- package/esm/mainnet/stride.js +544 -0
- package/esm/mainnet/terra2.js +544 -0
- package/esm/testnet/archwaytestnet.js +68 -0
- package/esm/testnet/cosmoshubtestnet.js +68 -0
- package/esm/testnet/junotestnet.js +68 -0
- package/esm/testnet/symphonytestnet.js +138 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +626 -0
- package/mainnet/canto.js +100 -0
- package/mainnet/celestia.js +544 -0
- package/mainnet/cosmoshub.js +544 -0
- package/mainnet/dydx.js +544 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +544 -0
- package/mainnet/lorenzo.d.ts +3 -0
- package/mainnet/lorenzo.js +184 -0
- package/mainnet/neutron.js +544 -0
- package/mainnet/noble.js +626 -0
- package/mainnet/osmosis.js +716 -0
- package/mainnet/sommelier.js +84 -0
- package/mainnet/stride.js +544 -0
- package/mainnet/terra2.js +544 -0
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +68 -0
- package/testnet/cosmoshubtestnet.js +68 -0
- package/testnet/junotestnet.js +68 -0
- package/testnet/symphonytestnet.js +138 -0
package/esm/mainnet/neutron.js
CHANGED
|
@@ -2875,6 +2875,108 @@ const assets = {
|
|
|
2875
2875
|
}
|
|
2876
2876
|
}]
|
|
2877
2877
|
},
|
|
2878
|
+
{
|
|
2879
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
2880
|
+
denom_units: [{
|
|
2881
|
+
denom: 'ibc/BC52BD4463DE970632DE7C324525ED8DDC8FD22BF19A65C984B80FF5EC30AABF',
|
|
2882
|
+
exponent: 0,
|
|
2883
|
+
aliases: ['p:udatom:31Dec2024']
|
|
2884
|
+
}, {
|
|
2885
|
+
denom: 'pdATOM31Dec2024',
|
|
2886
|
+
exponent: 6
|
|
2887
|
+
}],
|
|
2888
|
+
base: 'ibc/BC52BD4463DE970632DE7C324525ED8DDC8FD22BF19A65C984B80FF5EC30AABF',
|
|
2889
|
+
name: 'pdAtom (31Dec2024)',
|
|
2890
|
+
display: 'pdATOM31Dec2024',
|
|
2891
|
+
symbol: 'pdATOM-31Dec2024',
|
|
2892
|
+
logo_URIs: {
|
|
2893
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2894
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2895
|
+
},
|
|
2896
|
+
images: [{
|
|
2897
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2898
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2899
|
+
}],
|
|
2900
|
+
traces: [{
|
|
2901
|
+
type: 'ibc',
|
|
2902
|
+
counterparty: {
|
|
2903
|
+
channel_id: 'channel-6',
|
|
2904
|
+
base_denom: 'p:udatom:31Dec2024',
|
|
2905
|
+
chain_name: 'pryzm'
|
|
2906
|
+
},
|
|
2907
|
+
chain: {
|
|
2908
|
+
channel_id: 'channel-4329'
|
|
2909
|
+
}
|
|
2910
|
+
}]
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
2914
|
+
denom_units: [{
|
|
2915
|
+
denom: 'ibc/A8872A1901A6A4DD7575CED4A1CF3EEBC51FD8C234871147C4C8E19162C8FA9C',
|
|
2916
|
+
exponent: 0,
|
|
2917
|
+
aliases: ['p:udatom:30Jun2025']
|
|
2918
|
+
}, {
|
|
2919
|
+
denom: 'pdATOM30Jun2025',
|
|
2920
|
+
exponent: 6
|
|
2921
|
+
}],
|
|
2922
|
+
base: 'ibc/A8872A1901A6A4DD7575CED4A1CF3EEBC51FD8C234871147C4C8E19162C8FA9C',
|
|
2923
|
+
name: 'pdAtom (30Jun2025)',
|
|
2924
|
+
display: 'pdATOM30Jun2025',
|
|
2925
|
+
symbol: 'pdATOM-30Jun2025',
|
|
2926
|
+
logo_URIs: {
|
|
2927
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2928
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2929
|
+
},
|
|
2930
|
+
images: [{
|
|
2931
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2932
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2933
|
+
}],
|
|
2934
|
+
traces: [{
|
|
2935
|
+
type: 'ibc',
|
|
2936
|
+
counterparty: {
|
|
2937
|
+
channel_id: 'channel-6',
|
|
2938
|
+
base_denom: 'p:udatom:30Jun2025',
|
|
2939
|
+
chain_name: 'pryzm'
|
|
2940
|
+
},
|
|
2941
|
+
chain: {
|
|
2942
|
+
channel_id: 'channel-4329'
|
|
2943
|
+
}
|
|
2944
|
+
}]
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
|
|
2948
|
+
denom_units: [{
|
|
2949
|
+
denom: 'ibc/291E5E4134681794575927149ED8861C3E579D25A962061BF5AD11EBF7A69D80',
|
|
2950
|
+
exponent: 0,
|
|
2951
|
+
aliases: ['p:udatom:31Dec2025']
|
|
2952
|
+
}, {
|
|
2953
|
+
denom: 'pdATOM31Dec2025',
|
|
2954
|
+
exponent: 6
|
|
2955
|
+
}],
|
|
2956
|
+
base: 'ibc/291E5E4134681794575927149ED8861C3E579D25A962061BF5AD11EBF7A69D80',
|
|
2957
|
+
name: 'pdAtom (31Dec2025)',
|
|
2958
|
+
display: 'pdATOM31Dec2025',
|
|
2959
|
+
symbol: 'pdATOM-31Dec2025',
|
|
2960
|
+
logo_URIs: {
|
|
2961
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2962
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2963
|
+
},
|
|
2964
|
+
images: [{
|
|
2965
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2966
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2967
|
+
}],
|
|
2968
|
+
traces: [{
|
|
2969
|
+
type: 'ibc',
|
|
2970
|
+
counterparty: {
|
|
2971
|
+
channel_id: 'channel-6',
|
|
2972
|
+
base_denom: 'p:udatom:31Dec2025',
|
|
2973
|
+
chain_name: 'pryzm'
|
|
2974
|
+
},
|
|
2975
|
+
chain: {
|
|
2976
|
+
channel_id: 'channel-4329'
|
|
2977
|
+
}
|
|
2978
|
+
}]
|
|
2979
|
+
},
|
|
2878
2980
|
{
|
|
2879
2981
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
2880
2982
|
denom_units: [{
|
|
@@ -3589,6 +3691,108 @@ const assets = {
|
|
|
3589
3691
|
}
|
|
3590
3692
|
}]
|
|
3591
3693
|
},
|
|
3694
|
+
{
|
|
3695
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
3696
|
+
denom_units: [{
|
|
3697
|
+
denom: 'ibc/E6A9907D3475A701DEC8202FFEB01FBE8C07676A44E3CF19EB3D679A81BCD53B',
|
|
3698
|
+
exponent: 0,
|
|
3699
|
+
aliases: ['y:udatom:31Dec2024']
|
|
3700
|
+
}, {
|
|
3701
|
+
denom: 'ydATOM31Dec2024',
|
|
3702
|
+
exponent: 6
|
|
3703
|
+
}],
|
|
3704
|
+
base: 'ibc/E6A9907D3475A701DEC8202FFEB01FBE8C07676A44E3CF19EB3D679A81BCD53B',
|
|
3705
|
+
name: 'ydAtom (31Dec2024)',
|
|
3706
|
+
display: 'ydATOM31Dec2024',
|
|
3707
|
+
symbol: 'ydATOM-31Dec2024',
|
|
3708
|
+
logo_URIs: {
|
|
3709
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3710
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3711
|
+
},
|
|
3712
|
+
images: [{
|
|
3713
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3714
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3715
|
+
}],
|
|
3716
|
+
traces: [{
|
|
3717
|
+
type: 'ibc',
|
|
3718
|
+
counterparty: {
|
|
3719
|
+
channel_id: 'channel-6',
|
|
3720
|
+
base_denom: 'y:udatom:31Dec2024',
|
|
3721
|
+
chain_name: 'pryzm'
|
|
3722
|
+
},
|
|
3723
|
+
chain: {
|
|
3724
|
+
channel_id: 'channel-4329'
|
|
3725
|
+
}
|
|
3726
|
+
}]
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
3730
|
+
denom_units: [{
|
|
3731
|
+
denom: 'ibc/9FFC507077802B7E51AB23C60BDC2104811674046300BC6BB90B8E2F6D80285E',
|
|
3732
|
+
exponent: 0,
|
|
3733
|
+
aliases: ['y:udatom:30Jun2025']
|
|
3734
|
+
}, {
|
|
3735
|
+
denom: 'ydATOM30Jun2025',
|
|
3736
|
+
exponent: 6
|
|
3737
|
+
}],
|
|
3738
|
+
base: 'ibc/9FFC507077802B7E51AB23C60BDC2104811674046300BC6BB90B8E2F6D80285E',
|
|
3739
|
+
name: 'ydAtom (30Jun2025)',
|
|
3740
|
+
display: 'ydATOM30Jun2025',
|
|
3741
|
+
symbol: 'ydATOM-30Jun2025',
|
|
3742
|
+
logo_URIs: {
|
|
3743
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3744
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3745
|
+
},
|
|
3746
|
+
images: [{
|
|
3747
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3748
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3749
|
+
}],
|
|
3750
|
+
traces: [{
|
|
3751
|
+
type: 'ibc',
|
|
3752
|
+
counterparty: {
|
|
3753
|
+
channel_id: 'channel-6',
|
|
3754
|
+
base_denom: 'y:udatom:30Jun2025',
|
|
3755
|
+
chain_name: 'pryzm'
|
|
3756
|
+
},
|
|
3757
|
+
chain: {
|
|
3758
|
+
channel_id: 'channel-4329'
|
|
3759
|
+
}
|
|
3760
|
+
}]
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
|
|
3764
|
+
denom_units: [{
|
|
3765
|
+
denom: 'ibc/CF6D5084BE9420D55B6B66C0BCFC8457A732B5BE7421DD3EB886AB698BE9D092',
|
|
3766
|
+
exponent: 0,
|
|
3767
|
+
aliases: ['y:udatom:31Dec2025']
|
|
3768
|
+
}, {
|
|
3769
|
+
denom: 'ydATOM31Dec2025',
|
|
3770
|
+
exponent: 6
|
|
3771
|
+
}],
|
|
3772
|
+
base: 'ibc/CF6D5084BE9420D55B6B66C0BCFC8457A732B5BE7421DD3EB886AB698BE9D092',
|
|
3773
|
+
name: 'ydAtom (31Dec2025)',
|
|
3774
|
+
display: 'ydATOM31Dec2025',
|
|
3775
|
+
symbol: 'ydATOM-31Dec2025',
|
|
3776
|
+
logo_URIs: {
|
|
3777
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3778
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3779
|
+
},
|
|
3780
|
+
images: [{
|
|
3781
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3782
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3783
|
+
}],
|
|
3784
|
+
traces: [{
|
|
3785
|
+
type: 'ibc',
|
|
3786
|
+
counterparty: {
|
|
3787
|
+
channel_id: 'channel-6',
|
|
3788
|
+
base_denom: 'y:udatom:31Dec2025',
|
|
3789
|
+
chain_name: 'pryzm'
|
|
3790
|
+
},
|
|
3791
|
+
chain: {
|
|
3792
|
+
channel_id: 'channel-4329'
|
|
3793
|
+
}
|
|
3794
|
+
}]
|
|
3795
|
+
},
|
|
3592
3796
|
{
|
|
3593
3797
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
3594
3798
|
denom_units: [{
|
|
@@ -4337,6 +4541,74 @@ const assets = {
|
|
|
4337
4541
|
}
|
|
4338
4542
|
}]
|
|
4339
4543
|
},
|
|
4544
|
+
{
|
|
4545
|
+
description: 'Pryzm\'s LP token for dATOM Yield pool',
|
|
4546
|
+
denom_units: [{
|
|
4547
|
+
denom: 'ibc/95547AE6943D14B6AB769DDA8762D6C27097EDFCE42A069960C5148823E6F532',
|
|
4548
|
+
exponent: 0,
|
|
4549
|
+
aliases: ['lp:22:udatom']
|
|
4550
|
+
}, {
|
|
4551
|
+
denom: 'lp:22:datom',
|
|
4552
|
+
exponent: 6
|
|
4553
|
+
}],
|
|
4554
|
+
base: 'ibc/95547AE6943D14B6AB769DDA8762D6C27097EDFCE42A069960C5148823E6F532',
|
|
4555
|
+
name: 'dATOM Yield LP',
|
|
4556
|
+
display: 'lp:22:datom',
|
|
4557
|
+
symbol: 'dATOM-YIELD-LP',
|
|
4558
|
+
logo_URIs: {
|
|
4559
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4560
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4561
|
+
},
|
|
4562
|
+
images: [{
|
|
4563
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4564
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4565
|
+
}],
|
|
4566
|
+
traces: [{
|
|
4567
|
+
type: 'ibc',
|
|
4568
|
+
counterparty: {
|
|
4569
|
+
channel_id: 'channel-6',
|
|
4570
|
+
base_denom: 'lp:22:udatom',
|
|
4571
|
+
chain_name: 'pryzm'
|
|
4572
|
+
},
|
|
4573
|
+
chain: {
|
|
4574
|
+
channel_id: 'channel-4329'
|
|
4575
|
+
}
|
|
4576
|
+
}]
|
|
4577
|
+
},
|
|
4578
|
+
{
|
|
4579
|
+
description: 'Pryzm\'s LP token for dATOM Boost pool',
|
|
4580
|
+
denom_units: [{
|
|
4581
|
+
denom: 'ibc/C918438DB31D6539E91A42AC7BDC3B6A424BE9DEAA4209D3A94CE86B588D8828',
|
|
4582
|
+
exponent: 0,
|
|
4583
|
+
aliases: ['lp:23:udatomypt-uatom']
|
|
4584
|
+
}, {
|
|
4585
|
+
denom: 'lp:23:datomypt-atom',
|
|
4586
|
+
exponent: 6
|
|
4587
|
+
}],
|
|
4588
|
+
base: 'ibc/C918438DB31D6539E91A42AC7BDC3B6A424BE9DEAA4209D3A94CE86B588D8828',
|
|
4589
|
+
name: 'dATOM Boost LP',
|
|
4590
|
+
display: 'lp:23:datomypt-atom',
|
|
4591
|
+
symbol: 'dATOM-BOOST-LP',
|
|
4592
|
+
logo_URIs: {
|
|
4593
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4594
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4595
|
+
},
|
|
4596
|
+
images: [{
|
|
4597
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4598
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4599
|
+
}],
|
|
4600
|
+
traces: [{
|
|
4601
|
+
type: 'ibc',
|
|
4602
|
+
counterparty: {
|
|
4603
|
+
channel_id: 'channel-6',
|
|
4604
|
+
base_denom: 'lp:23:udatomypt-uatom',
|
|
4605
|
+
chain_name: 'pryzm'
|
|
4606
|
+
},
|
|
4607
|
+
chain: {
|
|
4608
|
+
channel_id: 'channel-4329'
|
|
4609
|
+
}
|
|
4610
|
+
}]
|
|
4611
|
+
},
|
|
4340
4612
|
{
|
|
4341
4613
|
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
4342
4614
|
denom_units: [{
|
|
@@ -5751,6 +6023,108 @@ const assets = {
|
|
|
5751
6023
|
}
|
|
5752
6024
|
}]
|
|
5753
6025
|
},
|
|
6026
|
+
{
|
|
6027
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
6028
|
+
denom_units: [{
|
|
6029
|
+
denom: 'ibc/BC52BD4463DE970632DE7C324525ED8DDC8FD22BF19A65C984B80FF5EC30AABF',
|
|
6030
|
+
exponent: 0,
|
|
6031
|
+
aliases: ['p:udatom:31Dec2024']
|
|
6032
|
+
}, {
|
|
6033
|
+
denom: 'pdATOM31Dec2024',
|
|
6034
|
+
exponent: 6
|
|
6035
|
+
}],
|
|
6036
|
+
base: 'ibc/BC52BD4463DE970632DE7C324525ED8DDC8FD22BF19A65C984B80FF5EC30AABF',
|
|
6037
|
+
name: 'pdAtom (31Dec2024)',
|
|
6038
|
+
display: 'pdATOM31Dec2024',
|
|
6039
|
+
symbol: 'pdATOM-31Dec2024',
|
|
6040
|
+
logo_URIs: {
|
|
6041
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6042
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6043
|
+
},
|
|
6044
|
+
images: [{
|
|
6045
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6046
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6047
|
+
}],
|
|
6048
|
+
traces: [{
|
|
6049
|
+
type: 'ibc',
|
|
6050
|
+
counterparty: {
|
|
6051
|
+
channel_id: 'channel-6',
|
|
6052
|
+
base_denom: 'p:udatom:31Dec2024',
|
|
6053
|
+
chain_name: 'pryzm'
|
|
6054
|
+
},
|
|
6055
|
+
chain: {
|
|
6056
|
+
channel_id: 'channel-4329'
|
|
6057
|
+
}
|
|
6058
|
+
}]
|
|
6059
|
+
},
|
|
6060
|
+
{
|
|
6061
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
6062
|
+
denom_units: [{
|
|
6063
|
+
denom: 'ibc/A8872A1901A6A4DD7575CED4A1CF3EEBC51FD8C234871147C4C8E19162C8FA9C',
|
|
6064
|
+
exponent: 0,
|
|
6065
|
+
aliases: ['p:udatom:30Jun2025']
|
|
6066
|
+
}, {
|
|
6067
|
+
denom: 'pdATOM30Jun2025',
|
|
6068
|
+
exponent: 6
|
|
6069
|
+
}],
|
|
6070
|
+
base: 'ibc/A8872A1901A6A4DD7575CED4A1CF3EEBC51FD8C234871147C4C8E19162C8FA9C',
|
|
6071
|
+
name: 'pdAtom (30Jun2025)',
|
|
6072
|
+
display: 'pdATOM30Jun2025',
|
|
6073
|
+
symbol: 'pdATOM-30Jun2025',
|
|
6074
|
+
logo_URIs: {
|
|
6075
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6076
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6077
|
+
},
|
|
6078
|
+
images: [{
|
|
6079
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6080
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6081
|
+
}],
|
|
6082
|
+
traces: [{
|
|
6083
|
+
type: 'ibc',
|
|
6084
|
+
counterparty: {
|
|
6085
|
+
channel_id: 'channel-6',
|
|
6086
|
+
base_denom: 'p:udatom:30Jun2025',
|
|
6087
|
+
chain_name: 'pryzm'
|
|
6088
|
+
},
|
|
6089
|
+
chain: {
|
|
6090
|
+
channel_id: 'channel-4329'
|
|
6091
|
+
}
|
|
6092
|
+
}]
|
|
6093
|
+
},
|
|
6094
|
+
{
|
|
6095
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
|
|
6096
|
+
denom_units: [{
|
|
6097
|
+
denom: 'ibc/291E5E4134681794575927149ED8861C3E579D25A962061BF5AD11EBF7A69D80',
|
|
6098
|
+
exponent: 0,
|
|
6099
|
+
aliases: ['p:udatom:31Dec2025']
|
|
6100
|
+
}, {
|
|
6101
|
+
denom: 'pdATOM31Dec2025',
|
|
6102
|
+
exponent: 6
|
|
6103
|
+
}],
|
|
6104
|
+
base: 'ibc/291E5E4134681794575927149ED8861C3E579D25A962061BF5AD11EBF7A69D80',
|
|
6105
|
+
name: 'pdAtom (31Dec2025)',
|
|
6106
|
+
display: 'pdATOM31Dec2025',
|
|
6107
|
+
symbol: 'pdATOM-31Dec2025',
|
|
6108
|
+
logo_URIs: {
|
|
6109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6111
|
+
},
|
|
6112
|
+
images: [{
|
|
6113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6115
|
+
}],
|
|
6116
|
+
traces: [{
|
|
6117
|
+
type: 'ibc',
|
|
6118
|
+
counterparty: {
|
|
6119
|
+
channel_id: 'channel-6',
|
|
6120
|
+
base_denom: 'p:udatom:31Dec2025',
|
|
6121
|
+
chain_name: 'pryzm'
|
|
6122
|
+
},
|
|
6123
|
+
chain: {
|
|
6124
|
+
channel_id: 'channel-4329'
|
|
6125
|
+
}
|
|
6126
|
+
}]
|
|
6127
|
+
},
|
|
5754
6128
|
{
|
|
5755
6129
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
5756
6130
|
denom_units: [{
|
|
@@ -6465,6 +6839,108 @@ const assets = {
|
|
|
6465
6839
|
}
|
|
6466
6840
|
}]
|
|
6467
6841
|
},
|
|
6842
|
+
{
|
|
6843
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
6844
|
+
denom_units: [{
|
|
6845
|
+
denom: 'ibc/E6A9907D3475A701DEC8202FFEB01FBE8C07676A44E3CF19EB3D679A81BCD53B',
|
|
6846
|
+
exponent: 0,
|
|
6847
|
+
aliases: ['y:udatom:31Dec2024']
|
|
6848
|
+
}, {
|
|
6849
|
+
denom: 'ydATOM31Dec2024',
|
|
6850
|
+
exponent: 6
|
|
6851
|
+
}],
|
|
6852
|
+
base: 'ibc/E6A9907D3475A701DEC8202FFEB01FBE8C07676A44E3CF19EB3D679A81BCD53B',
|
|
6853
|
+
name: 'ydAtom (31Dec2024)',
|
|
6854
|
+
display: 'ydATOM31Dec2024',
|
|
6855
|
+
symbol: 'ydATOM-31Dec2024',
|
|
6856
|
+
logo_URIs: {
|
|
6857
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
6858
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
6859
|
+
},
|
|
6860
|
+
images: [{
|
|
6861
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
6862
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
6863
|
+
}],
|
|
6864
|
+
traces: [{
|
|
6865
|
+
type: 'ibc',
|
|
6866
|
+
counterparty: {
|
|
6867
|
+
channel_id: 'channel-6',
|
|
6868
|
+
base_denom: 'y:udatom:31Dec2024',
|
|
6869
|
+
chain_name: 'pryzm'
|
|
6870
|
+
},
|
|
6871
|
+
chain: {
|
|
6872
|
+
channel_id: 'channel-4329'
|
|
6873
|
+
}
|
|
6874
|
+
}]
|
|
6875
|
+
},
|
|
6876
|
+
{
|
|
6877
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
6878
|
+
denom_units: [{
|
|
6879
|
+
denom: 'ibc/9FFC507077802B7E51AB23C60BDC2104811674046300BC6BB90B8E2F6D80285E',
|
|
6880
|
+
exponent: 0,
|
|
6881
|
+
aliases: ['y:udatom:30Jun2025']
|
|
6882
|
+
}, {
|
|
6883
|
+
denom: 'ydATOM30Jun2025',
|
|
6884
|
+
exponent: 6
|
|
6885
|
+
}],
|
|
6886
|
+
base: 'ibc/9FFC507077802B7E51AB23C60BDC2104811674046300BC6BB90B8E2F6D80285E',
|
|
6887
|
+
name: 'ydAtom (30Jun2025)',
|
|
6888
|
+
display: 'ydATOM30Jun2025',
|
|
6889
|
+
symbol: 'ydATOM-30Jun2025',
|
|
6890
|
+
logo_URIs: {
|
|
6891
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
6892
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
6893
|
+
},
|
|
6894
|
+
images: [{
|
|
6895
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
6896
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
6897
|
+
}],
|
|
6898
|
+
traces: [{
|
|
6899
|
+
type: 'ibc',
|
|
6900
|
+
counterparty: {
|
|
6901
|
+
channel_id: 'channel-6',
|
|
6902
|
+
base_denom: 'y:udatom:30Jun2025',
|
|
6903
|
+
chain_name: 'pryzm'
|
|
6904
|
+
},
|
|
6905
|
+
chain: {
|
|
6906
|
+
channel_id: 'channel-4329'
|
|
6907
|
+
}
|
|
6908
|
+
}]
|
|
6909
|
+
},
|
|
6910
|
+
{
|
|
6911
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
|
|
6912
|
+
denom_units: [{
|
|
6913
|
+
denom: 'ibc/CF6D5084BE9420D55B6B66C0BCFC8457A732B5BE7421DD3EB886AB698BE9D092',
|
|
6914
|
+
exponent: 0,
|
|
6915
|
+
aliases: ['y:udatom:31Dec2025']
|
|
6916
|
+
}, {
|
|
6917
|
+
denom: 'ydATOM31Dec2025',
|
|
6918
|
+
exponent: 6
|
|
6919
|
+
}],
|
|
6920
|
+
base: 'ibc/CF6D5084BE9420D55B6B66C0BCFC8457A732B5BE7421DD3EB886AB698BE9D092',
|
|
6921
|
+
name: 'ydAtom (31Dec2025)',
|
|
6922
|
+
display: 'ydATOM31Dec2025',
|
|
6923
|
+
symbol: 'ydATOM-31Dec2025',
|
|
6924
|
+
logo_URIs: {
|
|
6925
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
6926
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
6927
|
+
},
|
|
6928
|
+
images: [{
|
|
6929
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
6930
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
6931
|
+
}],
|
|
6932
|
+
traces: [{
|
|
6933
|
+
type: 'ibc',
|
|
6934
|
+
counterparty: {
|
|
6935
|
+
channel_id: 'channel-6',
|
|
6936
|
+
base_denom: 'y:udatom:31Dec2025',
|
|
6937
|
+
chain_name: 'pryzm'
|
|
6938
|
+
},
|
|
6939
|
+
chain: {
|
|
6940
|
+
channel_id: 'channel-4329'
|
|
6941
|
+
}
|
|
6942
|
+
}]
|
|
6943
|
+
},
|
|
6468
6944
|
{
|
|
6469
6945
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
6470
6946
|
denom_units: [{
|
|
@@ -7213,6 +7689,74 @@ const assets = {
|
|
|
7213
7689
|
}
|
|
7214
7690
|
}]
|
|
7215
7691
|
},
|
|
7692
|
+
{
|
|
7693
|
+
description: 'Pryzm\'s LP token for dATOM Yield pool',
|
|
7694
|
+
denom_units: [{
|
|
7695
|
+
denom: 'ibc/95547AE6943D14B6AB769DDA8762D6C27097EDFCE42A069960C5148823E6F532',
|
|
7696
|
+
exponent: 0,
|
|
7697
|
+
aliases: ['lp:22:udatom']
|
|
7698
|
+
}, {
|
|
7699
|
+
denom: 'lp:22:datom',
|
|
7700
|
+
exponent: 6
|
|
7701
|
+
}],
|
|
7702
|
+
base: 'ibc/95547AE6943D14B6AB769DDA8762D6C27097EDFCE42A069960C5148823E6F532',
|
|
7703
|
+
name: 'dATOM Yield LP',
|
|
7704
|
+
display: 'lp:22:datom',
|
|
7705
|
+
symbol: 'dATOM-YIELD-LP',
|
|
7706
|
+
logo_URIs: {
|
|
7707
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7708
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7709
|
+
},
|
|
7710
|
+
images: [{
|
|
7711
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7712
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7713
|
+
}],
|
|
7714
|
+
traces: [{
|
|
7715
|
+
type: 'ibc',
|
|
7716
|
+
counterparty: {
|
|
7717
|
+
channel_id: 'channel-6',
|
|
7718
|
+
base_denom: 'lp:22:udatom',
|
|
7719
|
+
chain_name: 'pryzm'
|
|
7720
|
+
},
|
|
7721
|
+
chain: {
|
|
7722
|
+
channel_id: 'channel-4329'
|
|
7723
|
+
}
|
|
7724
|
+
}]
|
|
7725
|
+
},
|
|
7726
|
+
{
|
|
7727
|
+
description: 'Pryzm\'s LP token for dATOM Boost pool',
|
|
7728
|
+
denom_units: [{
|
|
7729
|
+
denom: 'ibc/C918438DB31D6539E91A42AC7BDC3B6A424BE9DEAA4209D3A94CE86B588D8828',
|
|
7730
|
+
exponent: 0,
|
|
7731
|
+
aliases: ['lp:23:udatomypt-uatom']
|
|
7732
|
+
}, {
|
|
7733
|
+
denom: 'lp:23:datomypt-atom',
|
|
7734
|
+
exponent: 6
|
|
7735
|
+
}],
|
|
7736
|
+
base: 'ibc/C918438DB31D6539E91A42AC7BDC3B6A424BE9DEAA4209D3A94CE86B588D8828',
|
|
7737
|
+
name: 'dATOM Boost LP',
|
|
7738
|
+
display: 'lp:23:datomypt-atom',
|
|
7739
|
+
symbol: 'dATOM-BOOST-LP',
|
|
7740
|
+
logo_URIs: {
|
|
7741
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7742
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7743
|
+
},
|
|
7744
|
+
images: [{
|
|
7745
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7746
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7747
|
+
}],
|
|
7748
|
+
traces: [{
|
|
7749
|
+
type: 'ibc',
|
|
7750
|
+
counterparty: {
|
|
7751
|
+
channel_id: 'channel-6',
|
|
7752
|
+
base_denom: 'lp:23:udatomypt-uatom',
|
|
7753
|
+
chain_name: 'pryzm'
|
|
7754
|
+
},
|
|
7755
|
+
chain: {
|
|
7756
|
+
channel_id: 'channel-4329'
|
|
7757
|
+
}
|
|
7758
|
+
}]
|
|
7759
|
+
},
|
|
7216
7760
|
{
|
|
7217
7761
|
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
7218
7762
|
denom_units: [{
|