@chain-registry/assets 1.70.116 → 1.70.118
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 +700 -0
- package/esm/mainnet/celestia.js +700 -0
- package/esm/mainnet/cosmoshub.js +700 -0
- package/esm/mainnet/dydx.js +700 -0
- package/esm/mainnet/injective.js +700 -0
- package/esm/mainnet/neutron.js +700 -0
- package/esm/mainnet/noble.js +700 -92
- package/esm/mainnet/osmosis.js +700 -0
- package/esm/mainnet/secretnetwork.js +0 -92
- package/esm/mainnet/stride.js +700 -0
- package/esm/mainnet/terra2.js +700 -0
- package/esm/testnet/noistestnet.js +0 -72
- package/esm/testnet/osmosistestnet.js +0 -72
- package/esm/testnet/symphonytestnet.js +0 -72
- package/mainnet/axelar.js +700 -0
- package/mainnet/celestia.js +700 -0
- package/mainnet/cosmoshub.js +700 -0
- package/mainnet/dydx.js +700 -0
- package/mainnet/injective.js +700 -0
- package/mainnet/neutron.js +700 -0
- package/mainnet/noble.js +700 -92
- package/mainnet/osmosis.js +700 -0
- package/mainnet/secretnetwork.js +0 -92
- package/mainnet/stride.js +700 -0
- package/mainnet/terra2.js +700 -0
- package/package.json +5 -5
- package/testnet/noistestnet.js +0 -72
- package/testnet/osmosistestnet.js +0 -72
- package/testnet/symphonytestnet.js +0 -72
package/mainnet/neutron.js
CHANGED
|
@@ -4070,6 +4070,146 @@ const assets = {
|
|
|
4070
4070
|
}
|
|
4071
4071
|
}]
|
|
4072
4072
|
},
|
|
4073
|
+
{
|
|
4074
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2025',
|
|
4075
|
+
denom_units: [{
|
|
4076
|
+
denom: 'ibc/E8C1CB98D70302542EE71B35D7479033462E9956A715E7F48AFA9127062504D4',
|
|
4077
|
+
exponent: 0,
|
|
4078
|
+
aliases: ['p:ausdy:31Mar2025']
|
|
4079
|
+
}, {
|
|
4080
|
+
denom: 'pUSDY31Mar2025',
|
|
4081
|
+
exponent: 18
|
|
4082
|
+
}],
|
|
4083
|
+
base: 'ibc/E8C1CB98D70302542EE71B35D7479033462E9956A715E7F48AFA9127062504D4',
|
|
4084
|
+
name: 'pUsdy (31Mar2025)',
|
|
4085
|
+
display: 'pUSDY31Mar2025',
|
|
4086
|
+
symbol: 'pUSDY-31Mar2025',
|
|
4087
|
+
logo_URIs: {
|
|
4088
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4089
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4090
|
+
},
|
|
4091
|
+
images: [{
|
|
4092
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4093
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4094
|
+
}],
|
|
4095
|
+
type_asset: 'sdk.coin',
|
|
4096
|
+
traces: [{
|
|
4097
|
+
type: 'ibc',
|
|
4098
|
+
counterparty: {
|
|
4099
|
+
channel_id: 'channel-6',
|
|
4100
|
+
base_denom: 'p:ausdy:31Mar2025',
|
|
4101
|
+
chain_name: 'pryzm'
|
|
4102
|
+
},
|
|
4103
|
+
chain: {
|
|
4104
|
+
channel_id: 'channel-4329'
|
|
4105
|
+
}
|
|
4106
|
+
}]
|
|
4107
|
+
},
|
|
4108
|
+
{
|
|
4109
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2025',
|
|
4110
|
+
denom_units: [{
|
|
4111
|
+
denom: 'ibc/6418A98C0F01FE7316EF349ADBEAFA1AA51126FCB45110A0233C3D9C420C5693',
|
|
4112
|
+
exponent: 0,
|
|
4113
|
+
aliases: ['p:ausdy:30Jun2025']
|
|
4114
|
+
}, {
|
|
4115
|
+
denom: 'pUSDY30Jun2025',
|
|
4116
|
+
exponent: 18
|
|
4117
|
+
}],
|
|
4118
|
+
base: 'ibc/6418A98C0F01FE7316EF349ADBEAFA1AA51126FCB45110A0233C3D9C420C5693',
|
|
4119
|
+
name: 'pUsdy (30Jun2025)',
|
|
4120
|
+
display: 'pUSDY30Jun2025',
|
|
4121
|
+
symbol: 'pUSDY-30Jun2025',
|
|
4122
|
+
logo_URIs: {
|
|
4123
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4124
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4125
|
+
},
|
|
4126
|
+
images: [{
|
|
4127
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4128
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4129
|
+
}],
|
|
4130
|
+
type_asset: 'sdk.coin',
|
|
4131
|
+
traces: [{
|
|
4132
|
+
type: 'ibc',
|
|
4133
|
+
counterparty: {
|
|
4134
|
+
channel_id: 'channel-6',
|
|
4135
|
+
base_denom: 'p:ausdy:30Jun2025',
|
|
4136
|
+
chain_name: 'pryzm'
|
|
4137
|
+
},
|
|
4138
|
+
chain: {
|
|
4139
|
+
channel_id: 'channel-4329'
|
|
4140
|
+
}
|
|
4141
|
+
}]
|
|
4142
|
+
},
|
|
4143
|
+
{
|
|
4144
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Sep2025',
|
|
4145
|
+
denom_units: [{
|
|
4146
|
+
denom: 'ibc/6CDC9E6D25DDCD7D72216FD182C29CF3BFCB9FCB5898F2E64AF3CA453C3659FF',
|
|
4147
|
+
exponent: 0,
|
|
4148
|
+
aliases: ['p:ausdy:30Sep2025']
|
|
4149
|
+
}, {
|
|
4150
|
+
denom: 'pUSDY30Sep2025',
|
|
4151
|
+
exponent: 18
|
|
4152
|
+
}],
|
|
4153
|
+
base: 'ibc/6CDC9E6D25DDCD7D72216FD182C29CF3BFCB9FCB5898F2E64AF3CA453C3659FF',
|
|
4154
|
+
name: 'pUsdy (30Sep2025)',
|
|
4155
|
+
display: 'pUSDY30Sep2025',
|
|
4156
|
+
symbol: 'pUSDY-30Sep2025',
|
|
4157
|
+
logo_URIs: {
|
|
4158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4159
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4160
|
+
},
|
|
4161
|
+
images: [{
|
|
4162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4164
|
+
}],
|
|
4165
|
+
type_asset: 'sdk.coin',
|
|
4166
|
+
traces: [{
|
|
4167
|
+
type: 'ibc',
|
|
4168
|
+
counterparty: {
|
|
4169
|
+
channel_id: 'channel-6',
|
|
4170
|
+
base_denom: 'p:ausdy:30Sep2025',
|
|
4171
|
+
chain_name: 'pryzm'
|
|
4172
|
+
},
|
|
4173
|
+
chain: {
|
|
4174
|
+
channel_id: 'channel-4329'
|
|
4175
|
+
}
|
|
4176
|
+
}]
|
|
4177
|
+
},
|
|
4178
|
+
{
|
|
4179
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Dec2025',
|
|
4180
|
+
denom_units: [{
|
|
4181
|
+
denom: 'ibc/97725E4470CB14F483468DE3681B865DB5C9D97E343BE318B594F59CB65EB4CE',
|
|
4182
|
+
exponent: 0,
|
|
4183
|
+
aliases: ['p:ausdy:31Dec2025']
|
|
4184
|
+
}, {
|
|
4185
|
+
denom: 'pUSDY31Dec2025',
|
|
4186
|
+
exponent: 18
|
|
4187
|
+
}],
|
|
4188
|
+
base: 'ibc/97725E4470CB14F483468DE3681B865DB5C9D97E343BE318B594F59CB65EB4CE',
|
|
4189
|
+
name: 'pUsdy (31Dec2025)',
|
|
4190
|
+
display: 'pUSDY31Dec2025',
|
|
4191
|
+
symbol: 'pUSDY-31Dec2025',
|
|
4192
|
+
logo_URIs: {
|
|
4193
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4194
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4195
|
+
},
|
|
4196
|
+
images: [{
|
|
4197
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4198
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4199
|
+
}],
|
|
4200
|
+
type_asset: 'sdk.coin',
|
|
4201
|
+
traces: [{
|
|
4202
|
+
type: 'ibc',
|
|
4203
|
+
counterparty: {
|
|
4204
|
+
channel_id: 'channel-6',
|
|
4205
|
+
base_denom: 'p:ausdy:31Dec2025',
|
|
4206
|
+
chain_name: 'pryzm'
|
|
4207
|
+
},
|
|
4208
|
+
chain: {
|
|
4209
|
+
channel_id: 'channel-4329'
|
|
4210
|
+
}
|
|
4211
|
+
}]
|
|
4212
|
+
},
|
|
4073
4213
|
{
|
|
4074
4214
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
4075
4215
|
denom_units: [{
|
|
@@ -5575,6 +5715,146 @@ const assets = {
|
|
|
5575
5715
|
}
|
|
5576
5716
|
}]
|
|
5577
5717
|
},
|
|
5718
|
+
{
|
|
5719
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2025',
|
|
5720
|
+
denom_units: [{
|
|
5721
|
+
denom: 'ibc/313D726C7AFDFF969242DA709B12AE6E3AF31AC24963D6F8ED48719B5719AFDF',
|
|
5722
|
+
exponent: 0,
|
|
5723
|
+
aliases: ['y:ausdy:31Mar2025']
|
|
5724
|
+
}, {
|
|
5725
|
+
denom: 'yUSDY31Mar2025',
|
|
5726
|
+
exponent: 18
|
|
5727
|
+
}],
|
|
5728
|
+
base: 'ibc/313D726C7AFDFF969242DA709B12AE6E3AF31AC24963D6F8ED48719B5719AFDF',
|
|
5729
|
+
name: 'yUsdy (31Mar2025)',
|
|
5730
|
+
display: 'yUSDY31Mar2025',
|
|
5731
|
+
symbol: 'yUSDY-31Mar2025',
|
|
5732
|
+
logo_URIs: {
|
|
5733
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5734
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5735
|
+
},
|
|
5736
|
+
images: [{
|
|
5737
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5738
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5739
|
+
}],
|
|
5740
|
+
type_asset: 'sdk.coin',
|
|
5741
|
+
traces: [{
|
|
5742
|
+
type: 'ibc',
|
|
5743
|
+
counterparty: {
|
|
5744
|
+
channel_id: 'channel-6',
|
|
5745
|
+
base_denom: 'y:ausdy:31Mar2025',
|
|
5746
|
+
chain_name: 'pryzm'
|
|
5747
|
+
},
|
|
5748
|
+
chain: {
|
|
5749
|
+
channel_id: 'channel-4329'
|
|
5750
|
+
}
|
|
5751
|
+
}]
|
|
5752
|
+
},
|
|
5753
|
+
{
|
|
5754
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2025',
|
|
5755
|
+
denom_units: [{
|
|
5756
|
+
denom: 'ibc/7C094251F4D0D73B6B3FEA29E49AFAF3132B05603505B6CA03846A67D73515B7',
|
|
5757
|
+
exponent: 0,
|
|
5758
|
+
aliases: ['y:ausdy:30Jun2025']
|
|
5759
|
+
}, {
|
|
5760
|
+
denom: 'yUSDY30Jun2025',
|
|
5761
|
+
exponent: 18
|
|
5762
|
+
}],
|
|
5763
|
+
base: 'ibc/7C094251F4D0D73B6B3FEA29E49AFAF3132B05603505B6CA03846A67D73515B7',
|
|
5764
|
+
name: 'yUsdy (30Jun2025)',
|
|
5765
|
+
display: 'yUSDY30Jun2025',
|
|
5766
|
+
symbol: 'yUSDY-30Jun2025',
|
|
5767
|
+
logo_URIs: {
|
|
5768
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5769
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5770
|
+
},
|
|
5771
|
+
images: [{
|
|
5772
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5773
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5774
|
+
}],
|
|
5775
|
+
type_asset: 'sdk.coin',
|
|
5776
|
+
traces: [{
|
|
5777
|
+
type: 'ibc',
|
|
5778
|
+
counterparty: {
|
|
5779
|
+
channel_id: 'channel-6',
|
|
5780
|
+
base_denom: 'y:ausdy:30Jun2025',
|
|
5781
|
+
chain_name: 'pryzm'
|
|
5782
|
+
},
|
|
5783
|
+
chain: {
|
|
5784
|
+
channel_id: 'channel-4329'
|
|
5785
|
+
}
|
|
5786
|
+
}]
|
|
5787
|
+
},
|
|
5788
|
+
{
|
|
5789
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Sep2025',
|
|
5790
|
+
denom_units: [{
|
|
5791
|
+
denom: 'ibc/49BE7379D8FD995E625766B8859C0B5961480243249796F8D3ED03352F00E7CB',
|
|
5792
|
+
exponent: 0,
|
|
5793
|
+
aliases: ['y:ausdy:30Sep2025']
|
|
5794
|
+
}, {
|
|
5795
|
+
denom: 'yUSDY30Sep2025',
|
|
5796
|
+
exponent: 18
|
|
5797
|
+
}],
|
|
5798
|
+
base: 'ibc/49BE7379D8FD995E625766B8859C0B5961480243249796F8D3ED03352F00E7CB',
|
|
5799
|
+
name: 'yUsdy (30Sep2025)',
|
|
5800
|
+
display: 'yUSDY30Sep2025',
|
|
5801
|
+
symbol: 'yUSDY-30Sep2025',
|
|
5802
|
+
logo_URIs: {
|
|
5803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5804
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5805
|
+
},
|
|
5806
|
+
images: [{
|
|
5807
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5808
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5809
|
+
}],
|
|
5810
|
+
type_asset: 'sdk.coin',
|
|
5811
|
+
traces: [{
|
|
5812
|
+
type: 'ibc',
|
|
5813
|
+
counterparty: {
|
|
5814
|
+
channel_id: 'channel-6',
|
|
5815
|
+
base_denom: 'y:ausdy:30Sep2025',
|
|
5816
|
+
chain_name: 'pryzm'
|
|
5817
|
+
},
|
|
5818
|
+
chain: {
|
|
5819
|
+
channel_id: 'channel-4329'
|
|
5820
|
+
}
|
|
5821
|
+
}]
|
|
5822
|
+
},
|
|
5823
|
+
{
|
|
5824
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Dec2025',
|
|
5825
|
+
denom_units: [{
|
|
5826
|
+
denom: 'ibc/6CB8BEB5B9324BEE53E23664E25C3DE5D2018BCFEAF446BEEBBE48A7D4D4AD67',
|
|
5827
|
+
exponent: 0,
|
|
5828
|
+
aliases: ['y:ausdy:31Dec2025']
|
|
5829
|
+
}, {
|
|
5830
|
+
denom: 'yUSDY31Dec2025',
|
|
5831
|
+
exponent: 18
|
|
5832
|
+
}],
|
|
5833
|
+
base: 'ibc/6CB8BEB5B9324BEE53E23664E25C3DE5D2018BCFEAF446BEEBBE48A7D4D4AD67',
|
|
5834
|
+
name: 'yUsdy (31Dec2025)',
|
|
5835
|
+
display: 'yUSDY31Dec2025',
|
|
5836
|
+
symbol: 'yUSDY-31Dec2025',
|
|
5837
|
+
logo_URIs: {
|
|
5838
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5839
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5840
|
+
},
|
|
5841
|
+
images: [{
|
|
5842
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5843
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5844
|
+
}],
|
|
5845
|
+
type_asset: 'sdk.coin',
|
|
5846
|
+
traces: [{
|
|
5847
|
+
type: 'ibc',
|
|
5848
|
+
counterparty: {
|
|
5849
|
+
channel_id: 'channel-6',
|
|
5850
|
+
base_denom: 'y:ausdy:31Dec2025',
|
|
5851
|
+
chain_name: 'pryzm'
|
|
5852
|
+
},
|
|
5853
|
+
chain: {
|
|
5854
|
+
channel_id: 'channel-4329'
|
|
5855
|
+
}
|
|
5856
|
+
}]
|
|
5857
|
+
},
|
|
5578
5858
|
{
|
|
5579
5859
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
5580
5860
|
denom_units: [{
|
|
@@ -6485,6 +6765,76 @@ const assets = {
|
|
|
6485
6765
|
}
|
|
6486
6766
|
}]
|
|
6487
6767
|
},
|
|
6768
|
+
{
|
|
6769
|
+
description: 'Pryzm\'s LP token for USDY Yield pool',
|
|
6770
|
+
denom_units: [{
|
|
6771
|
+
denom: 'ibc/D071C4DA2A1FF48185B5C3047F55F0AD142D336DFBC5D09159401B93BB13806A',
|
|
6772
|
+
exponent: 0,
|
|
6773
|
+
aliases: ['lp:31:ausdy']
|
|
6774
|
+
}, {
|
|
6775
|
+
denom: 'lp:31:usdy',
|
|
6776
|
+
exponent: 18
|
|
6777
|
+
}],
|
|
6778
|
+
base: 'ibc/D071C4DA2A1FF48185B5C3047F55F0AD142D336DFBC5D09159401B93BB13806A',
|
|
6779
|
+
name: 'USDY Yield LP',
|
|
6780
|
+
display: 'lp:31:usdy',
|
|
6781
|
+
symbol: 'USDY-YIELD-LP',
|
|
6782
|
+
logo_URIs: {
|
|
6783
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6784
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6785
|
+
},
|
|
6786
|
+
images: [{
|
|
6787
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6788
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6789
|
+
}],
|
|
6790
|
+
type_asset: 'sdk.coin',
|
|
6791
|
+
traces: [{
|
|
6792
|
+
type: 'ibc',
|
|
6793
|
+
counterparty: {
|
|
6794
|
+
channel_id: 'channel-6',
|
|
6795
|
+
base_denom: 'lp:31:ausdy',
|
|
6796
|
+
chain_name: 'pryzm'
|
|
6797
|
+
},
|
|
6798
|
+
chain: {
|
|
6799
|
+
channel_id: 'channel-4329'
|
|
6800
|
+
}
|
|
6801
|
+
}]
|
|
6802
|
+
},
|
|
6803
|
+
{
|
|
6804
|
+
description: 'Pryzm\'s LP token for USDY Boost pool',
|
|
6805
|
+
denom_units: [{
|
|
6806
|
+
denom: 'ibc/8AA0153C8FF6C88B55CD38EAEB1633FA7EE3F0463294296B7812FDEADCAAEBCF',
|
|
6807
|
+
exponent: 0,
|
|
6808
|
+
aliases: ['lp:32:ausdyypt-uusdc']
|
|
6809
|
+
}, {
|
|
6810
|
+
denom: 'lp:32:usdyypt-usdc',
|
|
6811
|
+
exponent: 18
|
|
6812
|
+
}],
|
|
6813
|
+
base: 'ibc/8AA0153C8FF6C88B55CD38EAEB1633FA7EE3F0463294296B7812FDEADCAAEBCF',
|
|
6814
|
+
name: 'USDY Boost LP',
|
|
6815
|
+
display: 'lp:32:usdyypt-usdc',
|
|
6816
|
+
symbol: 'USDY-BOOST-LP',
|
|
6817
|
+
logo_URIs: {
|
|
6818
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6819
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6820
|
+
},
|
|
6821
|
+
images: [{
|
|
6822
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6823
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6824
|
+
}],
|
|
6825
|
+
type_asset: 'sdk.coin',
|
|
6826
|
+
traces: [{
|
|
6827
|
+
type: 'ibc',
|
|
6828
|
+
counterparty: {
|
|
6829
|
+
channel_id: 'channel-6',
|
|
6830
|
+
base_denom: 'lp:32:ausdyypt-uusdc',
|
|
6831
|
+
chain_name: 'pryzm'
|
|
6832
|
+
},
|
|
6833
|
+
chain: {
|
|
6834
|
+
channel_id: 'channel-4329'
|
|
6835
|
+
}
|
|
6836
|
+
}]
|
|
6837
|
+
},
|
|
6488
6838
|
{
|
|
6489
6839
|
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
6490
6840
|
denom_units: [{
|
|
@@ -8661,6 +9011,146 @@ const assets = {
|
|
|
8661
9011
|
}
|
|
8662
9012
|
}]
|
|
8663
9013
|
},
|
|
9014
|
+
{
|
|
9015
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2025',
|
|
9016
|
+
denom_units: [{
|
|
9017
|
+
denom: 'ibc/E8C1CB98D70302542EE71B35D7479033462E9956A715E7F48AFA9127062504D4',
|
|
9018
|
+
exponent: 0,
|
|
9019
|
+
aliases: ['p:ausdy:31Mar2025']
|
|
9020
|
+
}, {
|
|
9021
|
+
denom: 'pUSDY31Mar2025',
|
|
9022
|
+
exponent: 18
|
|
9023
|
+
}],
|
|
9024
|
+
base: 'ibc/E8C1CB98D70302542EE71B35D7479033462E9956A715E7F48AFA9127062504D4',
|
|
9025
|
+
name: 'pUsdy (31Mar2025)',
|
|
9026
|
+
display: 'pUSDY31Mar2025',
|
|
9027
|
+
symbol: 'pUSDY-31Mar2025',
|
|
9028
|
+
logo_URIs: {
|
|
9029
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
9030
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
9031
|
+
},
|
|
9032
|
+
images: [{
|
|
9033
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
9034
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
9035
|
+
}],
|
|
9036
|
+
type_asset: 'sdk.coin',
|
|
9037
|
+
traces: [{
|
|
9038
|
+
type: 'ibc',
|
|
9039
|
+
counterparty: {
|
|
9040
|
+
channel_id: 'channel-6',
|
|
9041
|
+
base_denom: 'p:ausdy:31Mar2025',
|
|
9042
|
+
chain_name: 'pryzm'
|
|
9043
|
+
},
|
|
9044
|
+
chain: {
|
|
9045
|
+
channel_id: 'channel-4329'
|
|
9046
|
+
}
|
|
9047
|
+
}]
|
|
9048
|
+
},
|
|
9049
|
+
{
|
|
9050
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2025',
|
|
9051
|
+
denom_units: [{
|
|
9052
|
+
denom: 'ibc/6418A98C0F01FE7316EF349ADBEAFA1AA51126FCB45110A0233C3D9C420C5693',
|
|
9053
|
+
exponent: 0,
|
|
9054
|
+
aliases: ['p:ausdy:30Jun2025']
|
|
9055
|
+
}, {
|
|
9056
|
+
denom: 'pUSDY30Jun2025',
|
|
9057
|
+
exponent: 18
|
|
9058
|
+
}],
|
|
9059
|
+
base: 'ibc/6418A98C0F01FE7316EF349ADBEAFA1AA51126FCB45110A0233C3D9C420C5693',
|
|
9060
|
+
name: 'pUsdy (30Jun2025)',
|
|
9061
|
+
display: 'pUSDY30Jun2025',
|
|
9062
|
+
symbol: 'pUSDY-30Jun2025',
|
|
9063
|
+
logo_URIs: {
|
|
9064
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
9065
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
9066
|
+
},
|
|
9067
|
+
images: [{
|
|
9068
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
9069
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
9070
|
+
}],
|
|
9071
|
+
type_asset: 'sdk.coin',
|
|
9072
|
+
traces: [{
|
|
9073
|
+
type: 'ibc',
|
|
9074
|
+
counterparty: {
|
|
9075
|
+
channel_id: 'channel-6',
|
|
9076
|
+
base_denom: 'p:ausdy:30Jun2025',
|
|
9077
|
+
chain_name: 'pryzm'
|
|
9078
|
+
},
|
|
9079
|
+
chain: {
|
|
9080
|
+
channel_id: 'channel-4329'
|
|
9081
|
+
}
|
|
9082
|
+
}]
|
|
9083
|
+
},
|
|
9084
|
+
{
|
|
9085
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Sep2025',
|
|
9086
|
+
denom_units: [{
|
|
9087
|
+
denom: 'ibc/6CDC9E6D25DDCD7D72216FD182C29CF3BFCB9FCB5898F2E64AF3CA453C3659FF',
|
|
9088
|
+
exponent: 0,
|
|
9089
|
+
aliases: ['p:ausdy:30Sep2025']
|
|
9090
|
+
}, {
|
|
9091
|
+
denom: 'pUSDY30Sep2025',
|
|
9092
|
+
exponent: 18
|
|
9093
|
+
}],
|
|
9094
|
+
base: 'ibc/6CDC9E6D25DDCD7D72216FD182C29CF3BFCB9FCB5898F2E64AF3CA453C3659FF',
|
|
9095
|
+
name: 'pUsdy (30Sep2025)',
|
|
9096
|
+
display: 'pUSDY30Sep2025',
|
|
9097
|
+
symbol: 'pUSDY-30Sep2025',
|
|
9098
|
+
logo_URIs: {
|
|
9099
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
9100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
9101
|
+
},
|
|
9102
|
+
images: [{
|
|
9103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
9104
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
9105
|
+
}],
|
|
9106
|
+
type_asset: 'sdk.coin',
|
|
9107
|
+
traces: [{
|
|
9108
|
+
type: 'ibc',
|
|
9109
|
+
counterparty: {
|
|
9110
|
+
channel_id: 'channel-6',
|
|
9111
|
+
base_denom: 'p:ausdy:30Sep2025',
|
|
9112
|
+
chain_name: 'pryzm'
|
|
9113
|
+
},
|
|
9114
|
+
chain: {
|
|
9115
|
+
channel_id: 'channel-4329'
|
|
9116
|
+
}
|
|
9117
|
+
}]
|
|
9118
|
+
},
|
|
9119
|
+
{
|
|
9120
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Dec2025',
|
|
9121
|
+
denom_units: [{
|
|
9122
|
+
denom: 'ibc/97725E4470CB14F483468DE3681B865DB5C9D97E343BE318B594F59CB65EB4CE',
|
|
9123
|
+
exponent: 0,
|
|
9124
|
+
aliases: ['p:ausdy:31Dec2025']
|
|
9125
|
+
}, {
|
|
9126
|
+
denom: 'pUSDY31Dec2025',
|
|
9127
|
+
exponent: 18
|
|
9128
|
+
}],
|
|
9129
|
+
base: 'ibc/97725E4470CB14F483468DE3681B865DB5C9D97E343BE318B594F59CB65EB4CE',
|
|
9130
|
+
name: 'pUsdy (31Dec2025)',
|
|
9131
|
+
display: 'pUSDY31Dec2025',
|
|
9132
|
+
symbol: 'pUSDY-31Dec2025',
|
|
9133
|
+
logo_URIs: {
|
|
9134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
9135
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
9136
|
+
},
|
|
9137
|
+
images: [{
|
|
9138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
9139
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
9140
|
+
}],
|
|
9141
|
+
type_asset: 'sdk.coin',
|
|
9142
|
+
traces: [{
|
|
9143
|
+
type: 'ibc',
|
|
9144
|
+
counterparty: {
|
|
9145
|
+
channel_id: 'channel-6',
|
|
9146
|
+
base_denom: 'p:ausdy:31Dec2025',
|
|
9147
|
+
chain_name: 'pryzm'
|
|
9148
|
+
},
|
|
9149
|
+
chain: {
|
|
9150
|
+
channel_id: 'channel-4329'
|
|
9151
|
+
}
|
|
9152
|
+
}]
|
|
9153
|
+
},
|
|
8664
9154
|
{
|
|
8665
9155
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
8666
9156
|
denom_units: [{
|
|
@@ -10166,6 +10656,146 @@ const assets = {
|
|
|
10166
10656
|
}
|
|
10167
10657
|
}]
|
|
10168
10658
|
},
|
|
10659
|
+
{
|
|
10660
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2025',
|
|
10661
|
+
denom_units: [{
|
|
10662
|
+
denom: 'ibc/313D726C7AFDFF969242DA709B12AE6E3AF31AC24963D6F8ED48719B5719AFDF',
|
|
10663
|
+
exponent: 0,
|
|
10664
|
+
aliases: ['y:ausdy:31Mar2025']
|
|
10665
|
+
}, {
|
|
10666
|
+
denom: 'yUSDY31Mar2025',
|
|
10667
|
+
exponent: 18
|
|
10668
|
+
}],
|
|
10669
|
+
base: 'ibc/313D726C7AFDFF969242DA709B12AE6E3AF31AC24963D6F8ED48719B5719AFDF',
|
|
10670
|
+
name: 'yUsdy (31Mar2025)',
|
|
10671
|
+
display: 'yUSDY31Mar2025',
|
|
10672
|
+
symbol: 'yUSDY-31Mar2025',
|
|
10673
|
+
logo_URIs: {
|
|
10674
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10675
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10676
|
+
},
|
|
10677
|
+
images: [{
|
|
10678
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10679
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10680
|
+
}],
|
|
10681
|
+
type_asset: 'sdk.coin',
|
|
10682
|
+
traces: [{
|
|
10683
|
+
type: 'ibc',
|
|
10684
|
+
counterparty: {
|
|
10685
|
+
channel_id: 'channel-6',
|
|
10686
|
+
base_denom: 'y:ausdy:31Mar2025',
|
|
10687
|
+
chain_name: 'pryzm'
|
|
10688
|
+
},
|
|
10689
|
+
chain: {
|
|
10690
|
+
channel_id: 'channel-4329'
|
|
10691
|
+
}
|
|
10692
|
+
}]
|
|
10693
|
+
},
|
|
10694
|
+
{
|
|
10695
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2025',
|
|
10696
|
+
denom_units: [{
|
|
10697
|
+
denom: 'ibc/7C094251F4D0D73B6B3FEA29E49AFAF3132B05603505B6CA03846A67D73515B7',
|
|
10698
|
+
exponent: 0,
|
|
10699
|
+
aliases: ['y:ausdy:30Jun2025']
|
|
10700
|
+
}, {
|
|
10701
|
+
denom: 'yUSDY30Jun2025',
|
|
10702
|
+
exponent: 18
|
|
10703
|
+
}],
|
|
10704
|
+
base: 'ibc/7C094251F4D0D73B6B3FEA29E49AFAF3132B05603505B6CA03846A67D73515B7',
|
|
10705
|
+
name: 'yUsdy (30Jun2025)',
|
|
10706
|
+
display: 'yUSDY30Jun2025',
|
|
10707
|
+
symbol: 'yUSDY-30Jun2025',
|
|
10708
|
+
logo_URIs: {
|
|
10709
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10710
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10711
|
+
},
|
|
10712
|
+
images: [{
|
|
10713
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10714
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10715
|
+
}],
|
|
10716
|
+
type_asset: 'sdk.coin',
|
|
10717
|
+
traces: [{
|
|
10718
|
+
type: 'ibc',
|
|
10719
|
+
counterparty: {
|
|
10720
|
+
channel_id: 'channel-6',
|
|
10721
|
+
base_denom: 'y:ausdy:30Jun2025',
|
|
10722
|
+
chain_name: 'pryzm'
|
|
10723
|
+
},
|
|
10724
|
+
chain: {
|
|
10725
|
+
channel_id: 'channel-4329'
|
|
10726
|
+
}
|
|
10727
|
+
}]
|
|
10728
|
+
},
|
|
10729
|
+
{
|
|
10730
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Sep2025',
|
|
10731
|
+
denom_units: [{
|
|
10732
|
+
denom: 'ibc/49BE7379D8FD995E625766B8859C0B5961480243249796F8D3ED03352F00E7CB',
|
|
10733
|
+
exponent: 0,
|
|
10734
|
+
aliases: ['y:ausdy:30Sep2025']
|
|
10735
|
+
}, {
|
|
10736
|
+
denom: 'yUSDY30Sep2025',
|
|
10737
|
+
exponent: 18
|
|
10738
|
+
}],
|
|
10739
|
+
base: 'ibc/49BE7379D8FD995E625766B8859C0B5961480243249796F8D3ED03352F00E7CB',
|
|
10740
|
+
name: 'yUsdy (30Sep2025)',
|
|
10741
|
+
display: 'yUSDY30Sep2025',
|
|
10742
|
+
symbol: 'yUSDY-30Sep2025',
|
|
10743
|
+
logo_URIs: {
|
|
10744
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10745
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10746
|
+
},
|
|
10747
|
+
images: [{
|
|
10748
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10749
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10750
|
+
}],
|
|
10751
|
+
type_asset: 'sdk.coin',
|
|
10752
|
+
traces: [{
|
|
10753
|
+
type: 'ibc',
|
|
10754
|
+
counterparty: {
|
|
10755
|
+
channel_id: 'channel-6',
|
|
10756
|
+
base_denom: 'y:ausdy:30Sep2025',
|
|
10757
|
+
chain_name: 'pryzm'
|
|
10758
|
+
},
|
|
10759
|
+
chain: {
|
|
10760
|
+
channel_id: 'channel-4329'
|
|
10761
|
+
}
|
|
10762
|
+
}]
|
|
10763
|
+
},
|
|
10764
|
+
{
|
|
10765
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Dec2025',
|
|
10766
|
+
denom_units: [{
|
|
10767
|
+
denom: 'ibc/6CB8BEB5B9324BEE53E23664E25C3DE5D2018BCFEAF446BEEBBE48A7D4D4AD67',
|
|
10768
|
+
exponent: 0,
|
|
10769
|
+
aliases: ['y:ausdy:31Dec2025']
|
|
10770
|
+
}, {
|
|
10771
|
+
denom: 'yUSDY31Dec2025',
|
|
10772
|
+
exponent: 18
|
|
10773
|
+
}],
|
|
10774
|
+
base: 'ibc/6CB8BEB5B9324BEE53E23664E25C3DE5D2018BCFEAF446BEEBBE48A7D4D4AD67',
|
|
10775
|
+
name: 'yUsdy (31Dec2025)',
|
|
10776
|
+
display: 'yUSDY31Dec2025',
|
|
10777
|
+
symbol: 'yUSDY-31Dec2025',
|
|
10778
|
+
logo_URIs: {
|
|
10779
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10780
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10781
|
+
},
|
|
10782
|
+
images: [{
|
|
10783
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10784
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10785
|
+
}],
|
|
10786
|
+
type_asset: 'sdk.coin',
|
|
10787
|
+
traces: [{
|
|
10788
|
+
type: 'ibc',
|
|
10789
|
+
counterparty: {
|
|
10790
|
+
channel_id: 'channel-6',
|
|
10791
|
+
base_denom: 'y:ausdy:31Dec2025',
|
|
10792
|
+
chain_name: 'pryzm'
|
|
10793
|
+
},
|
|
10794
|
+
chain: {
|
|
10795
|
+
channel_id: 'channel-4329'
|
|
10796
|
+
}
|
|
10797
|
+
}]
|
|
10798
|
+
},
|
|
10169
10799
|
{
|
|
10170
10800
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
10171
10801
|
denom_units: [{
|
|
@@ -11076,6 +11706,76 @@ const assets = {
|
|
|
11076
11706
|
}
|
|
11077
11707
|
}]
|
|
11078
11708
|
},
|
|
11709
|
+
{
|
|
11710
|
+
description: 'Pryzm\'s LP token for USDY Yield pool',
|
|
11711
|
+
denom_units: [{
|
|
11712
|
+
denom: 'ibc/D071C4DA2A1FF48185B5C3047F55F0AD142D336DFBC5D09159401B93BB13806A',
|
|
11713
|
+
exponent: 0,
|
|
11714
|
+
aliases: ['lp:31:ausdy']
|
|
11715
|
+
}, {
|
|
11716
|
+
denom: 'lp:31:usdy',
|
|
11717
|
+
exponent: 18
|
|
11718
|
+
}],
|
|
11719
|
+
base: 'ibc/D071C4DA2A1FF48185B5C3047F55F0AD142D336DFBC5D09159401B93BB13806A',
|
|
11720
|
+
name: 'USDY Yield LP',
|
|
11721
|
+
display: 'lp:31:usdy',
|
|
11722
|
+
symbol: 'USDY-YIELD-LP',
|
|
11723
|
+
logo_URIs: {
|
|
11724
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
11725
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
11726
|
+
},
|
|
11727
|
+
images: [{
|
|
11728
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
11729
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
11730
|
+
}],
|
|
11731
|
+
type_asset: 'sdk.coin',
|
|
11732
|
+
traces: [{
|
|
11733
|
+
type: 'ibc',
|
|
11734
|
+
counterparty: {
|
|
11735
|
+
channel_id: 'channel-6',
|
|
11736
|
+
base_denom: 'lp:31:ausdy',
|
|
11737
|
+
chain_name: 'pryzm'
|
|
11738
|
+
},
|
|
11739
|
+
chain: {
|
|
11740
|
+
channel_id: 'channel-4329'
|
|
11741
|
+
}
|
|
11742
|
+
}]
|
|
11743
|
+
},
|
|
11744
|
+
{
|
|
11745
|
+
description: 'Pryzm\'s LP token for USDY Boost pool',
|
|
11746
|
+
denom_units: [{
|
|
11747
|
+
denom: 'ibc/8AA0153C8FF6C88B55CD38EAEB1633FA7EE3F0463294296B7812FDEADCAAEBCF',
|
|
11748
|
+
exponent: 0,
|
|
11749
|
+
aliases: ['lp:32:ausdyypt-uusdc']
|
|
11750
|
+
}, {
|
|
11751
|
+
denom: 'lp:32:usdyypt-usdc',
|
|
11752
|
+
exponent: 18
|
|
11753
|
+
}],
|
|
11754
|
+
base: 'ibc/8AA0153C8FF6C88B55CD38EAEB1633FA7EE3F0463294296B7812FDEADCAAEBCF',
|
|
11755
|
+
name: 'USDY Boost LP',
|
|
11756
|
+
display: 'lp:32:usdyypt-usdc',
|
|
11757
|
+
symbol: 'USDY-BOOST-LP',
|
|
11758
|
+
logo_URIs: {
|
|
11759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
11760
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
11761
|
+
},
|
|
11762
|
+
images: [{
|
|
11763
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
11764
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
11765
|
+
}],
|
|
11766
|
+
type_asset: 'sdk.coin',
|
|
11767
|
+
traces: [{
|
|
11768
|
+
type: 'ibc',
|
|
11769
|
+
counterparty: {
|
|
11770
|
+
channel_id: 'channel-6',
|
|
11771
|
+
base_denom: 'lp:32:ausdyypt-uusdc',
|
|
11772
|
+
chain_name: 'pryzm'
|
|
11773
|
+
},
|
|
11774
|
+
chain: {
|
|
11775
|
+
channel_id: 'channel-4329'
|
|
11776
|
+
}
|
|
11777
|
+
}]
|
|
11778
|
+
},
|
|
11079
11779
|
{
|
|
11080
11780
|
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
11081
11781
|
denom_units: [{
|