@chain-registry/assets 1.70.127 → 1.70.129
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/akash.js +84 -0
- package/esm/mainnet/axelar.js +714 -0
- package/esm/mainnet/carbon.js +4 -2
- package/esm/mainnet/celestia.js +714 -0
- package/esm/mainnet/cosmoshub.js +714 -0
- package/esm/mainnet/dydx.js +630 -0
- package/esm/mainnet/injective.js +630 -0
- package/esm/mainnet/kujira.js +4 -2
- package/esm/mainnet/migaloo.js +8 -4
- package/esm/mainnet/neutron.js +634 -2
- package/esm/mainnet/noble.js +714 -0
- package/esm/mainnet/osmosis.js +722 -4
- package/esm/mainnet/saga.js +84 -0
- package/esm/mainnet/secretnetwork.js +4 -2
- package/esm/mainnet/stride.js +630 -0
- package/esm/mainnet/terra2.js +630 -0
- package/esm/mainnet/xion.js +84 -0
- package/mainnet/akash.js +84 -0
- package/mainnet/axelar.js +714 -0
- package/mainnet/carbon.js +4 -2
- package/mainnet/celestia.js +714 -0
- package/mainnet/cosmoshub.js +714 -0
- package/mainnet/dydx.js +630 -0
- package/mainnet/injective.js +630 -0
- package/mainnet/kujira.js +4 -2
- package/mainnet/migaloo.js +8 -4
- package/mainnet/neutron.js +634 -2
- package/mainnet/noble.js +714 -0
- package/mainnet/osmosis.js +722 -4
- package/mainnet/saga.js +84 -0
- package/mainnet/secretnetwork.js +4 -2
- package/mainnet/stride.js +630 -0
- package/mainnet/terra2.js +630 -0
- package/mainnet/xion.js +84 -0
- package/package.json +5 -5
package/esm/mainnet/noble.js
CHANGED
|
@@ -729,6 +729,48 @@ const assets = {
|
|
|
729
729
|
}
|
|
730
730
|
}]
|
|
731
731
|
},
|
|
732
|
+
{
|
|
733
|
+
description: 'Eden BOOST token definition',
|
|
734
|
+
denom_units: [
|
|
735
|
+
{
|
|
736
|
+
denom: 'ibc/EED6723D975FECB908E0349B994E726C7AF4AE514AAB72A192C4BE020D0B00B4',
|
|
737
|
+
exponent: 0,
|
|
738
|
+
aliases: ['uedenb']
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
denom: 'medenb',
|
|
742
|
+
exponent: 3,
|
|
743
|
+
aliases: ['milliedenb']
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
denom: 'edenb',
|
|
747
|
+
exponent: 6,
|
|
748
|
+
aliases: []
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
base: 'ibc/EED6723D975FECB908E0349B994E726C7AF4AE514AAB72A192C4BE020D0B00B4',
|
|
752
|
+
name: 'Eden BOOST',
|
|
753
|
+
display: 'edenb',
|
|
754
|
+
symbol: 'EDEN BOOST',
|
|
755
|
+
logo_URIs: {
|
|
756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
757
|
+
},
|
|
758
|
+
images: [{
|
|
759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
760
|
+
}],
|
|
761
|
+
type_asset: 'sdk.coin',
|
|
762
|
+
traces: [{
|
|
763
|
+
type: 'ibc',
|
|
764
|
+
counterparty: {
|
|
765
|
+
channel_id: 'channel-2',
|
|
766
|
+
base_denom: 'uedenb',
|
|
767
|
+
chain_name: 'elys'
|
|
768
|
+
},
|
|
769
|
+
chain: {
|
|
770
|
+
channel_id: 'channel-117'
|
|
771
|
+
}
|
|
772
|
+
}]
|
|
773
|
+
},
|
|
732
774
|
{
|
|
733
775
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
734
776
|
denom_units: [{
|
|
@@ -3090,6 +3132,48 @@ const assets = {
|
|
|
3090
3132
|
}
|
|
3091
3133
|
}]
|
|
3092
3134
|
},
|
|
3135
|
+
{
|
|
3136
|
+
description: 'Eden BOOST token definition',
|
|
3137
|
+
denom_units: [
|
|
3138
|
+
{
|
|
3139
|
+
denom: 'ibc/EED6723D975FECB908E0349B994E726C7AF4AE514AAB72A192C4BE020D0B00B4',
|
|
3140
|
+
exponent: 0,
|
|
3141
|
+
aliases: ['uedenb']
|
|
3142
|
+
},
|
|
3143
|
+
{
|
|
3144
|
+
denom: 'medenb',
|
|
3145
|
+
exponent: 3,
|
|
3146
|
+
aliases: ['milliedenb']
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
denom: 'edenb',
|
|
3150
|
+
exponent: 6,
|
|
3151
|
+
aliases: []
|
|
3152
|
+
}
|
|
3153
|
+
],
|
|
3154
|
+
base: 'ibc/EED6723D975FECB908E0349B994E726C7AF4AE514AAB72A192C4BE020D0B00B4',
|
|
3155
|
+
name: 'Eden BOOST',
|
|
3156
|
+
display: 'edenb',
|
|
3157
|
+
symbol: 'EDEN BOOST',
|
|
3158
|
+
logo_URIs: {
|
|
3159
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
3160
|
+
},
|
|
3161
|
+
images: [{
|
|
3162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
3163
|
+
}],
|
|
3164
|
+
type_asset: 'sdk.coin',
|
|
3165
|
+
traces: [{
|
|
3166
|
+
type: 'ibc',
|
|
3167
|
+
counterparty: {
|
|
3168
|
+
channel_id: 'channel-2',
|
|
3169
|
+
base_denom: 'uedenb',
|
|
3170
|
+
chain_name: 'elys'
|
|
3171
|
+
},
|
|
3172
|
+
chain: {
|
|
3173
|
+
channel_id: 'channel-117'
|
|
3174
|
+
}
|
|
3175
|
+
}]
|
|
3176
|
+
},
|
|
3093
3177
|
{
|
|
3094
3178
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
3095
3179
|
denom_units: [{
|
|
@@ -6739,6 +6823,146 @@ const assets = {
|
|
|
6739
6823
|
}
|
|
6740
6824
|
}]
|
|
6741
6825
|
},
|
|
6826
|
+
{
|
|
6827
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
6828
|
+
denom_units: [{
|
|
6829
|
+
denom: 'ibc/C55B9DE862602207B2C4EA1E822714C1234701538B8FAD905909281428F9D9F8',
|
|
6830
|
+
exponent: 0,
|
|
6831
|
+
aliases: ['p:upryzm:31Mar2025']
|
|
6832
|
+
}, {
|
|
6833
|
+
denom: 'pPRYZM31Mar2025',
|
|
6834
|
+
exponent: 6
|
|
6835
|
+
}],
|
|
6836
|
+
base: 'ibc/C55B9DE862602207B2C4EA1E822714C1234701538B8FAD905909281428F9D9F8',
|
|
6837
|
+
name: 'pPryzm (31Mar2025)',
|
|
6838
|
+
display: 'pPRYZM31Mar2025',
|
|
6839
|
+
symbol: 'pPRYZM-31Mar2025',
|
|
6840
|
+
logo_URIs: {
|
|
6841
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
6842
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
6843
|
+
},
|
|
6844
|
+
images: [{
|
|
6845
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
6846
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
6847
|
+
}],
|
|
6848
|
+
type_asset: 'sdk.coin',
|
|
6849
|
+
traces: [{
|
|
6850
|
+
type: 'ibc',
|
|
6851
|
+
counterparty: {
|
|
6852
|
+
channel_id: 'channel-5',
|
|
6853
|
+
base_denom: 'p:upryzm:31Mar2025',
|
|
6854
|
+
chain_name: 'pryzm'
|
|
6855
|
+
},
|
|
6856
|
+
chain: {
|
|
6857
|
+
channel_id: 'channel-79'
|
|
6858
|
+
}
|
|
6859
|
+
}]
|
|
6860
|
+
},
|
|
6861
|
+
{
|
|
6862
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2025',
|
|
6863
|
+
denom_units: [{
|
|
6864
|
+
denom: 'ibc/35F5FEB95FB5545359B9CEF1A1FFE1ADE4C2EFD8CA5ED00929DC5C59E7E1891C',
|
|
6865
|
+
exponent: 0,
|
|
6866
|
+
aliases: ['p:upryzm:30Jun2025']
|
|
6867
|
+
}, {
|
|
6868
|
+
denom: 'pPRYZM30Jun2025',
|
|
6869
|
+
exponent: 6
|
|
6870
|
+
}],
|
|
6871
|
+
base: 'ibc/35F5FEB95FB5545359B9CEF1A1FFE1ADE4C2EFD8CA5ED00929DC5C59E7E1891C',
|
|
6872
|
+
name: 'pPryzm (30Jun2025)',
|
|
6873
|
+
display: 'pPRYZM30Jun2025',
|
|
6874
|
+
symbol: 'pPRYZM-30Jun2025',
|
|
6875
|
+
logo_URIs: {
|
|
6876
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
6877
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
6878
|
+
},
|
|
6879
|
+
images: [{
|
|
6880
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
6881
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
6882
|
+
}],
|
|
6883
|
+
type_asset: 'sdk.coin',
|
|
6884
|
+
traces: [{
|
|
6885
|
+
type: 'ibc',
|
|
6886
|
+
counterparty: {
|
|
6887
|
+
channel_id: 'channel-5',
|
|
6888
|
+
base_denom: 'p:upryzm:30Jun2025',
|
|
6889
|
+
chain_name: 'pryzm'
|
|
6890
|
+
},
|
|
6891
|
+
chain: {
|
|
6892
|
+
channel_id: 'channel-79'
|
|
6893
|
+
}
|
|
6894
|
+
}]
|
|
6895
|
+
},
|
|
6896
|
+
{
|
|
6897
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Sep2025',
|
|
6898
|
+
denom_units: [{
|
|
6899
|
+
denom: 'ibc/A70EA6D35F6174B6513DDDE332C44D76CC9362EB472EAF8CD5B65C42E9A669DF',
|
|
6900
|
+
exponent: 0,
|
|
6901
|
+
aliases: ['p:upryzm:30Sep2025']
|
|
6902
|
+
}, {
|
|
6903
|
+
denom: 'pPRYZM30Sep2025',
|
|
6904
|
+
exponent: 6
|
|
6905
|
+
}],
|
|
6906
|
+
base: 'ibc/A70EA6D35F6174B6513DDDE332C44D76CC9362EB472EAF8CD5B65C42E9A669DF',
|
|
6907
|
+
name: 'pPryzm (30Sep2025)',
|
|
6908
|
+
display: 'pPRYZM30Sep2025',
|
|
6909
|
+
symbol: 'pPRYZM-30Sep2025',
|
|
6910
|
+
logo_URIs: {
|
|
6911
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
6912
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
6913
|
+
},
|
|
6914
|
+
images: [{
|
|
6915
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
6916
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
6917
|
+
}],
|
|
6918
|
+
type_asset: 'sdk.coin',
|
|
6919
|
+
traces: [{
|
|
6920
|
+
type: 'ibc',
|
|
6921
|
+
counterparty: {
|
|
6922
|
+
channel_id: 'channel-5',
|
|
6923
|
+
base_denom: 'p:upryzm:30Sep2025',
|
|
6924
|
+
chain_name: 'pryzm'
|
|
6925
|
+
},
|
|
6926
|
+
chain: {
|
|
6927
|
+
channel_id: 'channel-79'
|
|
6928
|
+
}
|
|
6929
|
+
}]
|
|
6930
|
+
},
|
|
6931
|
+
{
|
|
6932
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Dec2025',
|
|
6933
|
+
denom_units: [{
|
|
6934
|
+
denom: 'ibc/DD726C16C093797A5A07177B3C274059CAB1D2A9BB67A2DA2E2866096D31F546',
|
|
6935
|
+
exponent: 0,
|
|
6936
|
+
aliases: ['p:upryzm:31Dec2025']
|
|
6937
|
+
}, {
|
|
6938
|
+
denom: 'pPRYZM31Dec2025',
|
|
6939
|
+
exponent: 6
|
|
6940
|
+
}],
|
|
6941
|
+
base: 'ibc/DD726C16C093797A5A07177B3C274059CAB1D2A9BB67A2DA2E2866096D31F546',
|
|
6942
|
+
name: 'pPryzm (31Dec2025)',
|
|
6943
|
+
display: 'pPRYZM31Dec2025',
|
|
6944
|
+
symbol: 'pPRYZM-31Dec2025',
|
|
6945
|
+
logo_URIs: {
|
|
6946
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
6947
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
6948
|
+
},
|
|
6949
|
+
images: [{
|
|
6950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
6951
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
6952
|
+
}],
|
|
6953
|
+
type_asset: 'sdk.coin',
|
|
6954
|
+
traces: [{
|
|
6955
|
+
type: 'ibc',
|
|
6956
|
+
counterparty: {
|
|
6957
|
+
channel_id: 'channel-5',
|
|
6958
|
+
base_denom: 'p:upryzm:31Dec2025',
|
|
6959
|
+
chain_name: 'pryzm'
|
|
6960
|
+
},
|
|
6961
|
+
chain: {
|
|
6962
|
+
channel_id: 'channel-79'
|
|
6963
|
+
}
|
|
6964
|
+
}]
|
|
6965
|
+
},
|
|
6742
6966
|
{
|
|
6743
6967
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
6744
6968
|
denom_units: [{
|
|
@@ -8384,6 +8608,146 @@ const assets = {
|
|
|
8384
8608
|
}
|
|
8385
8609
|
}]
|
|
8386
8610
|
},
|
|
8611
|
+
{
|
|
8612
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
8613
|
+
denom_units: [{
|
|
8614
|
+
denom: 'ibc/199B8277987E2297C0225C3AEB3C91FE9AB694F211764BC152C9C6248EF4574B',
|
|
8615
|
+
exponent: 0,
|
|
8616
|
+
aliases: ['y:upryzm:31Mar2025']
|
|
8617
|
+
}, {
|
|
8618
|
+
denom: 'yPRYZM31Mar2025',
|
|
8619
|
+
exponent: 6
|
|
8620
|
+
}],
|
|
8621
|
+
base: 'ibc/199B8277987E2297C0225C3AEB3C91FE9AB694F211764BC152C9C6248EF4574B',
|
|
8622
|
+
name: 'yPryzm (31Mar2025)',
|
|
8623
|
+
display: 'yPRYZM31Mar2025',
|
|
8624
|
+
symbol: 'yPRYZM-31Mar2025',
|
|
8625
|
+
logo_URIs: {
|
|
8626
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
8627
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
8628
|
+
},
|
|
8629
|
+
images: [{
|
|
8630
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
8631
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
8632
|
+
}],
|
|
8633
|
+
type_asset: 'sdk.coin',
|
|
8634
|
+
traces: [{
|
|
8635
|
+
type: 'ibc',
|
|
8636
|
+
counterparty: {
|
|
8637
|
+
channel_id: 'channel-5',
|
|
8638
|
+
base_denom: 'y:upryzm:31Mar2025',
|
|
8639
|
+
chain_name: 'pryzm'
|
|
8640
|
+
},
|
|
8641
|
+
chain: {
|
|
8642
|
+
channel_id: 'channel-79'
|
|
8643
|
+
}
|
|
8644
|
+
}]
|
|
8645
|
+
},
|
|
8646
|
+
{
|
|
8647
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2025',
|
|
8648
|
+
denom_units: [{
|
|
8649
|
+
denom: 'ibc/8B48560492FB84EE59878720826F6C6C3C540F2070270AC83D48643CF4E4088A',
|
|
8650
|
+
exponent: 0,
|
|
8651
|
+
aliases: ['y:upryzm:30Jun2025']
|
|
8652
|
+
}, {
|
|
8653
|
+
denom: 'yPRYZM30Jun2025',
|
|
8654
|
+
exponent: 6
|
|
8655
|
+
}],
|
|
8656
|
+
base: 'ibc/8B48560492FB84EE59878720826F6C6C3C540F2070270AC83D48643CF4E4088A',
|
|
8657
|
+
name: 'yPryzm (30Jun2025)',
|
|
8658
|
+
display: 'yPRYZM30Jun2025',
|
|
8659
|
+
symbol: 'yPRYZM-30Jun2025',
|
|
8660
|
+
logo_URIs: {
|
|
8661
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
8662
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
8663
|
+
},
|
|
8664
|
+
images: [{
|
|
8665
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
8666
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
8667
|
+
}],
|
|
8668
|
+
type_asset: 'sdk.coin',
|
|
8669
|
+
traces: [{
|
|
8670
|
+
type: 'ibc',
|
|
8671
|
+
counterparty: {
|
|
8672
|
+
channel_id: 'channel-5',
|
|
8673
|
+
base_denom: 'y:upryzm:30Jun2025',
|
|
8674
|
+
chain_name: 'pryzm'
|
|
8675
|
+
},
|
|
8676
|
+
chain: {
|
|
8677
|
+
channel_id: 'channel-79'
|
|
8678
|
+
}
|
|
8679
|
+
}]
|
|
8680
|
+
},
|
|
8681
|
+
{
|
|
8682
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Sep2025',
|
|
8683
|
+
denom_units: [{
|
|
8684
|
+
denom: 'ibc/EB13EB2859F8F5BC628D0B1B10A79690DDF45C8E12A9A05D1F2C2E59B31B3056',
|
|
8685
|
+
exponent: 0,
|
|
8686
|
+
aliases: ['y:upryzm:30Sep2025']
|
|
8687
|
+
}, {
|
|
8688
|
+
denom: 'yPRYZM30Sep2025',
|
|
8689
|
+
exponent: 6
|
|
8690
|
+
}],
|
|
8691
|
+
base: 'ibc/EB13EB2859F8F5BC628D0B1B10A79690DDF45C8E12A9A05D1F2C2E59B31B3056',
|
|
8692
|
+
name: 'yPryzm (30Sep2025)',
|
|
8693
|
+
display: 'yPRYZM30Sep2025',
|
|
8694
|
+
symbol: 'yPRYZM-30Sep2025',
|
|
8695
|
+
logo_URIs: {
|
|
8696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
8697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
8698
|
+
},
|
|
8699
|
+
images: [{
|
|
8700
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
8701
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
8702
|
+
}],
|
|
8703
|
+
type_asset: 'sdk.coin',
|
|
8704
|
+
traces: [{
|
|
8705
|
+
type: 'ibc',
|
|
8706
|
+
counterparty: {
|
|
8707
|
+
channel_id: 'channel-5',
|
|
8708
|
+
base_denom: 'y:upryzm:30Sep2025',
|
|
8709
|
+
chain_name: 'pryzm'
|
|
8710
|
+
},
|
|
8711
|
+
chain: {
|
|
8712
|
+
channel_id: 'channel-79'
|
|
8713
|
+
}
|
|
8714
|
+
}]
|
|
8715
|
+
},
|
|
8716
|
+
{
|
|
8717
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Dec2025',
|
|
8718
|
+
denom_units: [{
|
|
8719
|
+
denom: 'ibc/820725A86CE211B9F2C4ECE74DAAEF9A8E42DBC5C07C609C7E6BBEB1F112BDAA',
|
|
8720
|
+
exponent: 0,
|
|
8721
|
+
aliases: ['y:upryzm:31Dec2025']
|
|
8722
|
+
}, {
|
|
8723
|
+
denom: 'yPRYZM31Dec2025',
|
|
8724
|
+
exponent: 6
|
|
8725
|
+
}],
|
|
8726
|
+
base: 'ibc/820725A86CE211B9F2C4ECE74DAAEF9A8E42DBC5C07C609C7E6BBEB1F112BDAA',
|
|
8727
|
+
name: 'yPryzm (31Dec2025)',
|
|
8728
|
+
display: 'yPRYZM31Dec2025',
|
|
8729
|
+
symbol: 'yPRYZM-31Dec2025',
|
|
8730
|
+
logo_URIs: {
|
|
8731
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
8732
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
8733
|
+
},
|
|
8734
|
+
images: [{
|
|
8735
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
8736
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
8737
|
+
}],
|
|
8738
|
+
type_asset: 'sdk.coin',
|
|
8739
|
+
traces: [{
|
|
8740
|
+
type: 'ibc',
|
|
8741
|
+
counterparty: {
|
|
8742
|
+
channel_id: 'channel-5',
|
|
8743
|
+
base_denom: 'y:upryzm:31Dec2025',
|
|
8744
|
+
chain_name: 'pryzm'
|
|
8745
|
+
},
|
|
8746
|
+
chain: {
|
|
8747
|
+
channel_id: 'channel-79'
|
|
8748
|
+
}
|
|
8749
|
+
}]
|
|
8750
|
+
},
|
|
8387
8751
|
{
|
|
8388
8752
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
8389
8753
|
denom_units: [{
|
|
@@ -9364,6 +9728,41 @@ const assets = {
|
|
|
9364
9728
|
}
|
|
9365
9729
|
}]
|
|
9366
9730
|
},
|
|
9731
|
+
{
|
|
9732
|
+
description: 'Pryzm\'s LP token for PRYZM Yield pool',
|
|
9733
|
+
denom_units: [{
|
|
9734
|
+
denom: 'ibc/A7A44700D9EEED8F0AD8745F53992BDE19B89685828D1AB77A95C174DF85C567',
|
|
9735
|
+
exponent: 0,
|
|
9736
|
+
aliases: ['lp:33:upryzm']
|
|
9737
|
+
}, {
|
|
9738
|
+
denom: 'lp:33:pryzm',
|
|
9739
|
+
exponent: 6
|
|
9740
|
+
}],
|
|
9741
|
+
base: 'ibc/A7A44700D9EEED8F0AD8745F53992BDE19B89685828D1AB77A95C174DF85C567',
|
|
9742
|
+
name: 'PRYZM Yield LP',
|
|
9743
|
+
display: 'lp:33:pryzm',
|
|
9744
|
+
symbol: 'PRYZM-YIELD-LP',
|
|
9745
|
+
logo_URIs: {
|
|
9746
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9747
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9748
|
+
},
|
|
9749
|
+
images: [{
|
|
9750
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9751
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9752
|
+
}],
|
|
9753
|
+
type_asset: 'sdk.coin',
|
|
9754
|
+
traces: [{
|
|
9755
|
+
type: 'ibc',
|
|
9756
|
+
counterparty: {
|
|
9757
|
+
channel_id: 'channel-5',
|
|
9758
|
+
base_denom: 'lp:33:upryzm',
|
|
9759
|
+
chain_name: 'pryzm'
|
|
9760
|
+
},
|
|
9761
|
+
chain: {
|
|
9762
|
+
channel_id: 'channel-79'
|
|
9763
|
+
}
|
|
9764
|
+
}]
|
|
9765
|
+
},
|
|
9367
9766
|
{
|
|
9368
9767
|
description: 'REGEN coin is the token for the Regen Network Platform',
|
|
9369
9768
|
denom_units: [{
|
|
@@ -11965,6 +12364,146 @@ const assets = {
|
|
|
11965
12364
|
}
|
|
11966
12365
|
}]
|
|
11967
12366
|
},
|
|
12367
|
+
{
|
|
12368
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
12369
|
+
denom_units: [{
|
|
12370
|
+
denom: 'ibc/C55B9DE862602207B2C4EA1E822714C1234701538B8FAD905909281428F9D9F8',
|
|
12371
|
+
exponent: 0,
|
|
12372
|
+
aliases: ['p:upryzm:31Mar2025']
|
|
12373
|
+
}, {
|
|
12374
|
+
denom: 'pPRYZM31Mar2025',
|
|
12375
|
+
exponent: 6
|
|
12376
|
+
}],
|
|
12377
|
+
base: 'ibc/C55B9DE862602207B2C4EA1E822714C1234701538B8FAD905909281428F9D9F8',
|
|
12378
|
+
name: 'pPryzm (31Mar2025)',
|
|
12379
|
+
display: 'pPRYZM31Mar2025',
|
|
12380
|
+
symbol: 'pPRYZM-31Mar2025',
|
|
12381
|
+
logo_URIs: {
|
|
12382
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
12383
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
12384
|
+
},
|
|
12385
|
+
images: [{
|
|
12386
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
12387
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
12388
|
+
}],
|
|
12389
|
+
type_asset: 'sdk.coin',
|
|
12390
|
+
traces: [{
|
|
12391
|
+
type: 'ibc',
|
|
12392
|
+
counterparty: {
|
|
12393
|
+
channel_id: 'channel-5',
|
|
12394
|
+
base_denom: 'p:upryzm:31Mar2025',
|
|
12395
|
+
chain_name: 'pryzm'
|
|
12396
|
+
},
|
|
12397
|
+
chain: {
|
|
12398
|
+
channel_id: 'channel-79'
|
|
12399
|
+
}
|
|
12400
|
+
}]
|
|
12401
|
+
},
|
|
12402
|
+
{
|
|
12403
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2025',
|
|
12404
|
+
denom_units: [{
|
|
12405
|
+
denom: 'ibc/35F5FEB95FB5545359B9CEF1A1FFE1ADE4C2EFD8CA5ED00929DC5C59E7E1891C',
|
|
12406
|
+
exponent: 0,
|
|
12407
|
+
aliases: ['p:upryzm:30Jun2025']
|
|
12408
|
+
}, {
|
|
12409
|
+
denom: 'pPRYZM30Jun2025',
|
|
12410
|
+
exponent: 6
|
|
12411
|
+
}],
|
|
12412
|
+
base: 'ibc/35F5FEB95FB5545359B9CEF1A1FFE1ADE4C2EFD8CA5ED00929DC5C59E7E1891C',
|
|
12413
|
+
name: 'pPryzm (30Jun2025)',
|
|
12414
|
+
display: 'pPRYZM30Jun2025',
|
|
12415
|
+
symbol: 'pPRYZM-30Jun2025',
|
|
12416
|
+
logo_URIs: {
|
|
12417
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
12418
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
12419
|
+
},
|
|
12420
|
+
images: [{
|
|
12421
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
12422
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
12423
|
+
}],
|
|
12424
|
+
type_asset: 'sdk.coin',
|
|
12425
|
+
traces: [{
|
|
12426
|
+
type: 'ibc',
|
|
12427
|
+
counterparty: {
|
|
12428
|
+
channel_id: 'channel-5',
|
|
12429
|
+
base_denom: 'p:upryzm:30Jun2025',
|
|
12430
|
+
chain_name: 'pryzm'
|
|
12431
|
+
},
|
|
12432
|
+
chain: {
|
|
12433
|
+
channel_id: 'channel-79'
|
|
12434
|
+
}
|
|
12435
|
+
}]
|
|
12436
|
+
},
|
|
12437
|
+
{
|
|
12438
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Sep2025',
|
|
12439
|
+
denom_units: [{
|
|
12440
|
+
denom: 'ibc/A70EA6D35F6174B6513DDDE332C44D76CC9362EB472EAF8CD5B65C42E9A669DF',
|
|
12441
|
+
exponent: 0,
|
|
12442
|
+
aliases: ['p:upryzm:30Sep2025']
|
|
12443
|
+
}, {
|
|
12444
|
+
denom: 'pPRYZM30Sep2025',
|
|
12445
|
+
exponent: 6
|
|
12446
|
+
}],
|
|
12447
|
+
base: 'ibc/A70EA6D35F6174B6513DDDE332C44D76CC9362EB472EAF8CD5B65C42E9A669DF',
|
|
12448
|
+
name: 'pPryzm (30Sep2025)',
|
|
12449
|
+
display: 'pPRYZM30Sep2025',
|
|
12450
|
+
symbol: 'pPRYZM-30Sep2025',
|
|
12451
|
+
logo_URIs: {
|
|
12452
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
12453
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
12454
|
+
},
|
|
12455
|
+
images: [{
|
|
12456
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
12457
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
12458
|
+
}],
|
|
12459
|
+
type_asset: 'sdk.coin',
|
|
12460
|
+
traces: [{
|
|
12461
|
+
type: 'ibc',
|
|
12462
|
+
counterparty: {
|
|
12463
|
+
channel_id: 'channel-5',
|
|
12464
|
+
base_denom: 'p:upryzm:30Sep2025',
|
|
12465
|
+
chain_name: 'pryzm'
|
|
12466
|
+
},
|
|
12467
|
+
chain: {
|
|
12468
|
+
channel_id: 'channel-79'
|
|
12469
|
+
}
|
|
12470
|
+
}]
|
|
12471
|
+
},
|
|
12472
|
+
{
|
|
12473
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Dec2025',
|
|
12474
|
+
denom_units: [{
|
|
12475
|
+
denom: 'ibc/DD726C16C093797A5A07177B3C274059CAB1D2A9BB67A2DA2E2866096D31F546',
|
|
12476
|
+
exponent: 0,
|
|
12477
|
+
aliases: ['p:upryzm:31Dec2025']
|
|
12478
|
+
}, {
|
|
12479
|
+
denom: 'pPRYZM31Dec2025',
|
|
12480
|
+
exponent: 6
|
|
12481
|
+
}],
|
|
12482
|
+
base: 'ibc/DD726C16C093797A5A07177B3C274059CAB1D2A9BB67A2DA2E2866096D31F546',
|
|
12483
|
+
name: 'pPryzm (31Dec2025)',
|
|
12484
|
+
display: 'pPRYZM31Dec2025',
|
|
12485
|
+
symbol: 'pPRYZM-31Dec2025',
|
|
12486
|
+
logo_URIs: {
|
|
12487
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
12488
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
12489
|
+
},
|
|
12490
|
+
images: [{
|
|
12491
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
12492
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
12493
|
+
}],
|
|
12494
|
+
type_asset: 'sdk.coin',
|
|
12495
|
+
traces: [{
|
|
12496
|
+
type: 'ibc',
|
|
12497
|
+
counterparty: {
|
|
12498
|
+
channel_id: 'channel-5',
|
|
12499
|
+
base_denom: 'p:upryzm:31Dec2025',
|
|
12500
|
+
chain_name: 'pryzm'
|
|
12501
|
+
},
|
|
12502
|
+
chain: {
|
|
12503
|
+
channel_id: 'channel-79'
|
|
12504
|
+
}
|
|
12505
|
+
}]
|
|
12506
|
+
},
|
|
11968
12507
|
{
|
|
11969
12508
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
11970
12509
|
denom_units: [{
|
|
@@ -13610,6 +14149,146 @@ const assets = {
|
|
|
13610
14149
|
}
|
|
13611
14150
|
}]
|
|
13612
14151
|
},
|
|
14152
|
+
{
|
|
14153
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
14154
|
+
denom_units: [{
|
|
14155
|
+
denom: 'ibc/199B8277987E2297C0225C3AEB3C91FE9AB694F211764BC152C9C6248EF4574B',
|
|
14156
|
+
exponent: 0,
|
|
14157
|
+
aliases: ['y:upryzm:31Mar2025']
|
|
14158
|
+
}, {
|
|
14159
|
+
denom: 'yPRYZM31Mar2025',
|
|
14160
|
+
exponent: 6
|
|
14161
|
+
}],
|
|
14162
|
+
base: 'ibc/199B8277987E2297C0225C3AEB3C91FE9AB694F211764BC152C9C6248EF4574B',
|
|
14163
|
+
name: 'yPryzm (31Mar2025)',
|
|
14164
|
+
display: 'yPRYZM31Mar2025',
|
|
14165
|
+
symbol: 'yPRYZM-31Mar2025',
|
|
14166
|
+
logo_URIs: {
|
|
14167
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
14168
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
14169
|
+
},
|
|
14170
|
+
images: [{
|
|
14171
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
14172
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
14173
|
+
}],
|
|
14174
|
+
type_asset: 'sdk.coin',
|
|
14175
|
+
traces: [{
|
|
14176
|
+
type: 'ibc',
|
|
14177
|
+
counterparty: {
|
|
14178
|
+
channel_id: 'channel-5',
|
|
14179
|
+
base_denom: 'y:upryzm:31Mar2025',
|
|
14180
|
+
chain_name: 'pryzm'
|
|
14181
|
+
},
|
|
14182
|
+
chain: {
|
|
14183
|
+
channel_id: 'channel-79'
|
|
14184
|
+
}
|
|
14185
|
+
}]
|
|
14186
|
+
},
|
|
14187
|
+
{
|
|
14188
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2025',
|
|
14189
|
+
denom_units: [{
|
|
14190
|
+
denom: 'ibc/8B48560492FB84EE59878720826F6C6C3C540F2070270AC83D48643CF4E4088A',
|
|
14191
|
+
exponent: 0,
|
|
14192
|
+
aliases: ['y:upryzm:30Jun2025']
|
|
14193
|
+
}, {
|
|
14194
|
+
denom: 'yPRYZM30Jun2025',
|
|
14195
|
+
exponent: 6
|
|
14196
|
+
}],
|
|
14197
|
+
base: 'ibc/8B48560492FB84EE59878720826F6C6C3C540F2070270AC83D48643CF4E4088A',
|
|
14198
|
+
name: 'yPryzm (30Jun2025)',
|
|
14199
|
+
display: 'yPRYZM30Jun2025',
|
|
14200
|
+
symbol: 'yPRYZM-30Jun2025',
|
|
14201
|
+
logo_URIs: {
|
|
14202
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
14203
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
14204
|
+
},
|
|
14205
|
+
images: [{
|
|
14206
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
14207
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
14208
|
+
}],
|
|
14209
|
+
type_asset: 'sdk.coin',
|
|
14210
|
+
traces: [{
|
|
14211
|
+
type: 'ibc',
|
|
14212
|
+
counterparty: {
|
|
14213
|
+
channel_id: 'channel-5',
|
|
14214
|
+
base_denom: 'y:upryzm:30Jun2025',
|
|
14215
|
+
chain_name: 'pryzm'
|
|
14216
|
+
},
|
|
14217
|
+
chain: {
|
|
14218
|
+
channel_id: 'channel-79'
|
|
14219
|
+
}
|
|
14220
|
+
}]
|
|
14221
|
+
},
|
|
14222
|
+
{
|
|
14223
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Sep2025',
|
|
14224
|
+
denom_units: [{
|
|
14225
|
+
denom: 'ibc/EB13EB2859F8F5BC628D0B1B10A79690DDF45C8E12A9A05D1F2C2E59B31B3056',
|
|
14226
|
+
exponent: 0,
|
|
14227
|
+
aliases: ['y:upryzm:30Sep2025']
|
|
14228
|
+
}, {
|
|
14229
|
+
denom: 'yPRYZM30Sep2025',
|
|
14230
|
+
exponent: 6
|
|
14231
|
+
}],
|
|
14232
|
+
base: 'ibc/EB13EB2859F8F5BC628D0B1B10A79690DDF45C8E12A9A05D1F2C2E59B31B3056',
|
|
14233
|
+
name: 'yPryzm (30Sep2025)',
|
|
14234
|
+
display: 'yPRYZM30Sep2025',
|
|
14235
|
+
symbol: 'yPRYZM-30Sep2025',
|
|
14236
|
+
logo_URIs: {
|
|
14237
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
14238
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
14239
|
+
},
|
|
14240
|
+
images: [{
|
|
14241
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
14242
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
14243
|
+
}],
|
|
14244
|
+
type_asset: 'sdk.coin',
|
|
14245
|
+
traces: [{
|
|
14246
|
+
type: 'ibc',
|
|
14247
|
+
counterparty: {
|
|
14248
|
+
channel_id: 'channel-5',
|
|
14249
|
+
base_denom: 'y:upryzm:30Sep2025',
|
|
14250
|
+
chain_name: 'pryzm'
|
|
14251
|
+
},
|
|
14252
|
+
chain: {
|
|
14253
|
+
channel_id: 'channel-79'
|
|
14254
|
+
}
|
|
14255
|
+
}]
|
|
14256
|
+
},
|
|
14257
|
+
{
|
|
14258
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Dec2025',
|
|
14259
|
+
denom_units: [{
|
|
14260
|
+
denom: 'ibc/820725A86CE211B9F2C4ECE74DAAEF9A8E42DBC5C07C609C7E6BBEB1F112BDAA',
|
|
14261
|
+
exponent: 0,
|
|
14262
|
+
aliases: ['y:upryzm:31Dec2025']
|
|
14263
|
+
}, {
|
|
14264
|
+
denom: 'yPRYZM31Dec2025',
|
|
14265
|
+
exponent: 6
|
|
14266
|
+
}],
|
|
14267
|
+
base: 'ibc/820725A86CE211B9F2C4ECE74DAAEF9A8E42DBC5C07C609C7E6BBEB1F112BDAA',
|
|
14268
|
+
name: 'yPryzm (31Dec2025)',
|
|
14269
|
+
display: 'yPRYZM31Dec2025',
|
|
14270
|
+
symbol: 'yPRYZM-31Dec2025',
|
|
14271
|
+
logo_URIs: {
|
|
14272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
14273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
14274
|
+
},
|
|
14275
|
+
images: [{
|
|
14276
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
14277
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
14278
|
+
}],
|
|
14279
|
+
type_asset: 'sdk.coin',
|
|
14280
|
+
traces: [{
|
|
14281
|
+
type: 'ibc',
|
|
14282
|
+
counterparty: {
|
|
14283
|
+
channel_id: 'channel-5',
|
|
14284
|
+
base_denom: 'y:upryzm:31Dec2025',
|
|
14285
|
+
chain_name: 'pryzm'
|
|
14286
|
+
},
|
|
14287
|
+
chain: {
|
|
14288
|
+
channel_id: 'channel-79'
|
|
14289
|
+
}
|
|
14290
|
+
}]
|
|
14291
|
+
},
|
|
13613
14292
|
{
|
|
13614
14293
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
13615
14294
|
denom_units: [{
|
|
@@ -14590,6 +15269,41 @@ const assets = {
|
|
|
14590
15269
|
}
|
|
14591
15270
|
}]
|
|
14592
15271
|
},
|
|
15272
|
+
{
|
|
15273
|
+
description: 'Pryzm\'s LP token for PRYZM Yield pool',
|
|
15274
|
+
denom_units: [{
|
|
15275
|
+
denom: 'ibc/A7A44700D9EEED8F0AD8745F53992BDE19B89685828D1AB77A95C174DF85C567',
|
|
15276
|
+
exponent: 0,
|
|
15277
|
+
aliases: ['lp:33:upryzm']
|
|
15278
|
+
}, {
|
|
15279
|
+
denom: 'lp:33:pryzm',
|
|
15280
|
+
exponent: 6
|
|
15281
|
+
}],
|
|
15282
|
+
base: 'ibc/A7A44700D9EEED8F0AD8745F53992BDE19B89685828D1AB77A95C174DF85C567',
|
|
15283
|
+
name: 'PRYZM Yield LP',
|
|
15284
|
+
display: 'lp:33:pryzm',
|
|
15285
|
+
symbol: 'PRYZM-YIELD-LP',
|
|
15286
|
+
logo_URIs: {
|
|
15287
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
15288
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
15289
|
+
},
|
|
15290
|
+
images: [{
|
|
15291
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
15292
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
15293
|
+
}],
|
|
15294
|
+
type_asset: 'sdk.coin',
|
|
15295
|
+
traces: [{
|
|
15296
|
+
type: 'ibc',
|
|
15297
|
+
counterparty: {
|
|
15298
|
+
channel_id: 'channel-5',
|
|
15299
|
+
base_denom: 'lp:33:upryzm',
|
|
15300
|
+
chain_name: 'pryzm'
|
|
15301
|
+
},
|
|
15302
|
+
chain: {
|
|
15303
|
+
channel_id: 'channel-79'
|
|
15304
|
+
}
|
|
15305
|
+
}]
|
|
15306
|
+
},
|
|
14593
15307
|
{
|
|
14594
15308
|
description: 'REGEN coin is the token for the Regen Network Platform',
|
|
14595
15309
|
denom_units: [{
|