@chain-registry/assets 1.70.219 → 1.70.221
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 +890 -26
- package/esm/mainnet/celestia.js +700 -0
- package/esm/mainnet/composable.js +228 -0
- package/esm/mainnet/cosmoshub.js +890 -26
- package/esm/mainnet/dydx.js +700 -0
- package/esm/mainnet/gravitybridge.js +164 -0
- package/esm/mainnet/injective.js +700 -0
- package/esm/mainnet/juno.js +164 -0
- package/esm/mainnet/kujira.js +164 -0
- package/esm/mainnet/migaloo.js +164 -0
- package/esm/mainnet/neutron.js +890 -26
- package/esm/mainnet/noble.js +700 -0
- package/esm/mainnet/oraichain.js +164 -0
- package/esm/mainnet/osmosis.js +864 -0
- package/esm/mainnet/persistence.js +164 -0
- package/esm/mainnet/stride.js +700 -0
- package/esm/mainnet/terra2.js +890 -26
- package/mainnet/axelar.js +890 -26
- package/mainnet/celestia.js +700 -0
- package/mainnet/composable.js +228 -0
- package/mainnet/cosmoshub.js +890 -26
- package/mainnet/dydx.js +700 -0
- package/mainnet/gravitybridge.js +164 -0
- package/mainnet/injective.js +700 -0
- package/mainnet/juno.js +164 -0
- package/mainnet/kujira.js +164 -0
- package/mainnet/migaloo.js +164 -0
- package/mainnet/neutron.js +890 -26
- package/mainnet/noble.js +700 -0
- package/mainnet/oraichain.js +164 -0
- package/mainnet/osmosis.js +864 -0
- package/mainnet/persistence.js +164 -0
- package/mainnet/stride.js +700 -0
- package/mainnet/terra2.js +890 -26
- package/package.json +5 -5
package/esm/mainnet/injective.js
CHANGED
|
@@ -4094,6 +4094,146 @@ const assets = {
|
|
|
4094
4094
|
}
|
|
4095
4095
|
}]
|
|
4096
4096
|
},
|
|
4097
|
+
{
|
|
4098
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
4099
|
+
denom_units: [{
|
|
4100
|
+
denom: 'ibc/9FF2943746585509835A2FAC5274FADCA69D7DDF107BADD5C79C8EAC94751930',
|
|
4101
|
+
exponent: 0,
|
|
4102
|
+
aliases: ['p:asusds:30Jun2025']
|
|
4103
|
+
}, {
|
|
4104
|
+
denom: 'psUSDS30Jun2025',
|
|
4105
|
+
exponent: 18
|
|
4106
|
+
}],
|
|
4107
|
+
base: 'ibc/9FF2943746585509835A2FAC5274FADCA69D7DDF107BADD5C79C8EAC94751930',
|
|
4108
|
+
name: 'psUsds (30Jun2025)',
|
|
4109
|
+
display: 'psUSDS30Jun2025',
|
|
4110
|
+
symbol: 'psUSDS-30Jun2025',
|
|
4111
|
+
logo_URIs: {
|
|
4112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
4113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
4114
|
+
},
|
|
4115
|
+
images: [{
|
|
4116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
4117
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
4118
|
+
}],
|
|
4119
|
+
type_asset: 'sdk.coin',
|
|
4120
|
+
traces: [{
|
|
4121
|
+
type: 'ibc',
|
|
4122
|
+
counterparty: {
|
|
4123
|
+
channel_id: 'channel-1',
|
|
4124
|
+
base_denom: 'p:asusds:30Jun2025',
|
|
4125
|
+
chain_name: 'pryzm'
|
|
4126
|
+
},
|
|
4127
|
+
chain: {
|
|
4128
|
+
channel_id: 'channel-284'
|
|
4129
|
+
}
|
|
4130
|
+
}]
|
|
4131
|
+
},
|
|
4132
|
+
{
|
|
4133
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Sep2025',
|
|
4134
|
+
denom_units: [{
|
|
4135
|
+
denom: 'ibc/82577FA58B79BE82C15D67D0216179E74D3FD7B7EEDF54747D9DFE2F9CB2C824',
|
|
4136
|
+
exponent: 0,
|
|
4137
|
+
aliases: ['p:asusds:30Sep2025']
|
|
4138
|
+
}, {
|
|
4139
|
+
denom: 'psUSDS30Sep2025',
|
|
4140
|
+
exponent: 18
|
|
4141
|
+
}],
|
|
4142
|
+
base: 'ibc/82577FA58B79BE82C15D67D0216179E74D3FD7B7EEDF54747D9DFE2F9CB2C824',
|
|
4143
|
+
name: 'psUsds (30Sep2025)',
|
|
4144
|
+
display: 'psUSDS30Sep2025',
|
|
4145
|
+
symbol: 'psUSDS-30Sep2025',
|
|
4146
|
+
logo_URIs: {
|
|
4147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
4148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
4149
|
+
},
|
|
4150
|
+
images: [{
|
|
4151
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
4152
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
4153
|
+
}],
|
|
4154
|
+
type_asset: 'sdk.coin',
|
|
4155
|
+
traces: [{
|
|
4156
|
+
type: 'ibc',
|
|
4157
|
+
counterparty: {
|
|
4158
|
+
channel_id: 'channel-1',
|
|
4159
|
+
base_denom: 'p:asusds:30Sep2025',
|
|
4160
|
+
chain_name: 'pryzm'
|
|
4161
|
+
},
|
|
4162
|
+
chain: {
|
|
4163
|
+
channel_id: 'channel-284'
|
|
4164
|
+
}
|
|
4165
|
+
}]
|
|
4166
|
+
},
|
|
4167
|
+
{
|
|
4168
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Dec2025',
|
|
4169
|
+
denom_units: [{
|
|
4170
|
+
denom: 'ibc/11A014654E27C88570670371C219F3DC8D74353783A6DA0DE4EBC27AAC00868C',
|
|
4171
|
+
exponent: 0,
|
|
4172
|
+
aliases: ['p:asusds:31Dec2025']
|
|
4173
|
+
}, {
|
|
4174
|
+
denom: 'psUSDS31Dec2025',
|
|
4175
|
+
exponent: 18
|
|
4176
|
+
}],
|
|
4177
|
+
base: 'ibc/11A014654E27C88570670371C219F3DC8D74353783A6DA0DE4EBC27AAC00868C',
|
|
4178
|
+
name: 'psUsds (31Dec2025)',
|
|
4179
|
+
display: 'psUSDS31Dec2025',
|
|
4180
|
+
symbol: 'psUSDS-31Dec2025',
|
|
4181
|
+
logo_URIs: {
|
|
4182
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
4183
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
4184
|
+
},
|
|
4185
|
+
images: [{
|
|
4186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
4187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
4188
|
+
}],
|
|
4189
|
+
type_asset: 'sdk.coin',
|
|
4190
|
+
traces: [{
|
|
4191
|
+
type: 'ibc',
|
|
4192
|
+
counterparty: {
|
|
4193
|
+
channel_id: 'channel-1',
|
|
4194
|
+
base_denom: 'p:asusds:31Dec2025',
|
|
4195
|
+
chain_name: 'pryzm'
|
|
4196
|
+
},
|
|
4197
|
+
chain: {
|
|
4198
|
+
channel_id: 'channel-284'
|
|
4199
|
+
}
|
|
4200
|
+
}]
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Mar2026',
|
|
4204
|
+
denom_units: [{
|
|
4205
|
+
denom: 'ibc/50AA690D8DE96484728D8E8DC633CDA60A8EF1653B33E7695A435A391EE3AB2E',
|
|
4206
|
+
exponent: 0,
|
|
4207
|
+
aliases: ['p:asusds:31Mar2026']
|
|
4208
|
+
}, {
|
|
4209
|
+
denom: 'psUSDS31Mar2026',
|
|
4210
|
+
exponent: 18
|
|
4211
|
+
}],
|
|
4212
|
+
base: 'ibc/50AA690D8DE96484728D8E8DC633CDA60A8EF1653B33E7695A435A391EE3AB2E',
|
|
4213
|
+
name: 'psUsds (31Mar2026)',
|
|
4214
|
+
display: 'psUSDS31Mar2026',
|
|
4215
|
+
symbol: 'psUSDS-31Mar2026',
|
|
4216
|
+
logo_URIs: {
|
|
4217
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
4218
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
4219
|
+
},
|
|
4220
|
+
images: [{
|
|
4221
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
4222
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
4223
|
+
}],
|
|
4224
|
+
type_asset: 'sdk.coin',
|
|
4225
|
+
traces: [{
|
|
4226
|
+
type: 'ibc',
|
|
4227
|
+
counterparty: {
|
|
4228
|
+
channel_id: 'channel-1',
|
|
4229
|
+
base_denom: 'p:asusds:31Mar2026',
|
|
4230
|
+
chain_name: 'pryzm'
|
|
4231
|
+
},
|
|
4232
|
+
chain: {
|
|
4233
|
+
channel_id: 'channel-284'
|
|
4234
|
+
}
|
|
4235
|
+
}]
|
|
4236
|
+
},
|
|
4097
4237
|
{
|
|
4098
4238
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
4099
4239
|
denom_units: [{
|
|
@@ -5879,6 +6019,146 @@ const assets = {
|
|
|
5879
6019
|
}
|
|
5880
6020
|
}]
|
|
5881
6021
|
},
|
|
6022
|
+
{
|
|
6023
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
6024
|
+
denom_units: [{
|
|
6025
|
+
denom: 'ibc/29E46AA9EB0E4DC4612375F0D2E0B265F2DBF747229DCF6348627A22C756A181',
|
|
6026
|
+
exponent: 0,
|
|
6027
|
+
aliases: ['y:asusds:30Jun2025']
|
|
6028
|
+
}, {
|
|
6029
|
+
denom: 'ysUSDS30Jun2025',
|
|
6030
|
+
exponent: 18
|
|
6031
|
+
}],
|
|
6032
|
+
base: 'ibc/29E46AA9EB0E4DC4612375F0D2E0B265F2DBF747229DCF6348627A22C756A181',
|
|
6033
|
+
name: 'ysUsds (30Jun2025)',
|
|
6034
|
+
display: 'ysUSDS30Jun2025',
|
|
6035
|
+
symbol: 'ysUSDS-30Jun2025',
|
|
6036
|
+
logo_URIs: {
|
|
6037
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
6038
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
6039
|
+
},
|
|
6040
|
+
images: [{
|
|
6041
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
6042
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
6043
|
+
}],
|
|
6044
|
+
type_asset: 'sdk.coin',
|
|
6045
|
+
traces: [{
|
|
6046
|
+
type: 'ibc',
|
|
6047
|
+
counterparty: {
|
|
6048
|
+
channel_id: 'channel-1',
|
|
6049
|
+
base_denom: 'y:asusds:30Jun2025',
|
|
6050
|
+
chain_name: 'pryzm'
|
|
6051
|
+
},
|
|
6052
|
+
chain: {
|
|
6053
|
+
channel_id: 'channel-284'
|
|
6054
|
+
}
|
|
6055
|
+
}]
|
|
6056
|
+
},
|
|
6057
|
+
{
|
|
6058
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Sep2025',
|
|
6059
|
+
denom_units: [{
|
|
6060
|
+
denom: 'ibc/7147E16DA373992263173E545B8C4A344430DD9F440C07A63EBFAB97ED3D9C8F',
|
|
6061
|
+
exponent: 0,
|
|
6062
|
+
aliases: ['y:asusds:30Sep2025']
|
|
6063
|
+
}, {
|
|
6064
|
+
denom: 'ysUSDS30Sep2025',
|
|
6065
|
+
exponent: 18
|
|
6066
|
+
}],
|
|
6067
|
+
base: 'ibc/7147E16DA373992263173E545B8C4A344430DD9F440C07A63EBFAB97ED3D9C8F',
|
|
6068
|
+
name: 'ysUsds (30Sep2025)',
|
|
6069
|
+
display: 'ysUSDS30Sep2025',
|
|
6070
|
+
symbol: 'ysUSDS-30Sep2025',
|
|
6071
|
+
logo_URIs: {
|
|
6072
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
6073
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
6074
|
+
},
|
|
6075
|
+
images: [{
|
|
6076
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
6077
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
6078
|
+
}],
|
|
6079
|
+
type_asset: 'sdk.coin',
|
|
6080
|
+
traces: [{
|
|
6081
|
+
type: 'ibc',
|
|
6082
|
+
counterparty: {
|
|
6083
|
+
channel_id: 'channel-1',
|
|
6084
|
+
base_denom: 'y:asusds:30Sep2025',
|
|
6085
|
+
chain_name: 'pryzm'
|
|
6086
|
+
},
|
|
6087
|
+
chain: {
|
|
6088
|
+
channel_id: 'channel-284'
|
|
6089
|
+
}
|
|
6090
|
+
}]
|
|
6091
|
+
},
|
|
6092
|
+
{
|
|
6093
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Dec2025',
|
|
6094
|
+
denom_units: [{
|
|
6095
|
+
denom: 'ibc/3561F8945E7311B899FB5D373F26941C155216489B9DD9254A7A7E901662CD7E',
|
|
6096
|
+
exponent: 0,
|
|
6097
|
+
aliases: ['y:asusds:31Dec2025']
|
|
6098
|
+
}, {
|
|
6099
|
+
denom: 'ysUSDS31Dec2025',
|
|
6100
|
+
exponent: 18
|
|
6101
|
+
}],
|
|
6102
|
+
base: 'ibc/3561F8945E7311B899FB5D373F26941C155216489B9DD9254A7A7E901662CD7E',
|
|
6103
|
+
name: 'ysUsds (31Dec2025)',
|
|
6104
|
+
display: 'ysUSDS31Dec2025',
|
|
6105
|
+
symbol: 'ysUSDS-31Dec2025',
|
|
6106
|
+
logo_URIs: {
|
|
6107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
6108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
6109
|
+
},
|
|
6110
|
+
images: [{
|
|
6111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
6112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
6113
|
+
}],
|
|
6114
|
+
type_asset: 'sdk.coin',
|
|
6115
|
+
traces: [{
|
|
6116
|
+
type: 'ibc',
|
|
6117
|
+
counterparty: {
|
|
6118
|
+
channel_id: 'channel-1',
|
|
6119
|
+
base_denom: 'y:asusds:31Dec2025',
|
|
6120
|
+
chain_name: 'pryzm'
|
|
6121
|
+
},
|
|
6122
|
+
chain: {
|
|
6123
|
+
channel_id: 'channel-284'
|
|
6124
|
+
}
|
|
6125
|
+
}]
|
|
6126
|
+
},
|
|
6127
|
+
{
|
|
6128
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Mar2026',
|
|
6129
|
+
denom_units: [{
|
|
6130
|
+
denom: 'ibc/2EC274C6C264A64304192FBDD8646733E2F568A3104E8156BA571895E9C247C5',
|
|
6131
|
+
exponent: 0,
|
|
6132
|
+
aliases: ['y:asusds:31Mar2026']
|
|
6133
|
+
}, {
|
|
6134
|
+
denom: 'ysUSDS31Mar2026',
|
|
6135
|
+
exponent: 18
|
|
6136
|
+
}],
|
|
6137
|
+
base: 'ibc/2EC274C6C264A64304192FBDD8646733E2F568A3104E8156BA571895E9C247C5',
|
|
6138
|
+
name: 'ysUsds (31Mar2026)',
|
|
6139
|
+
display: 'ysUSDS31Mar2026',
|
|
6140
|
+
symbol: 'ysUSDS-31Mar2026',
|
|
6141
|
+
logo_URIs: {
|
|
6142
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
6143
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
6144
|
+
},
|
|
6145
|
+
images: [{
|
|
6146
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
6147
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
6148
|
+
}],
|
|
6149
|
+
type_asset: 'sdk.coin',
|
|
6150
|
+
traces: [{
|
|
6151
|
+
type: 'ibc',
|
|
6152
|
+
counterparty: {
|
|
6153
|
+
channel_id: 'channel-1',
|
|
6154
|
+
base_denom: 'y:asusds:31Mar2026',
|
|
6155
|
+
chain_name: 'pryzm'
|
|
6156
|
+
},
|
|
6157
|
+
chain: {
|
|
6158
|
+
channel_id: 'channel-284'
|
|
6159
|
+
}
|
|
6160
|
+
}]
|
|
6161
|
+
},
|
|
5882
6162
|
{
|
|
5883
6163
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
5884
6164
|
denom_units: [{
|
|
@@ -6894,6 +7174,76 @@ const assets = {
|
|
|
6894
7174
|
}
|
|
6895
7175
|
}]
|
|
6896
7176
|
},
|
|
7177
|
+
{
|
|
7178
|
+
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
7179
|
+
denom_units: [{
|
|
7180
|
+
denom: 'ibc/CD34BE376C70CFBB7A9E003CB14C06C9A1CF7BB8630C4812E3C92FBBE9812A71',
|
|
7181
|
+
exponent: 0,
|
|
7182
|
+
aliases: ['lp:36:asusds']
|
|
7183
|
+
}, {
|
|
7184
|
+
denom: 'lp:36:susds',
|
|
7185
|
+
exponent: 18
|
|
7186
|
+
}],
|
|
7187
|
+
base: 'ibc/CD34BE376C70CFBB7A9E003CB14C06C9A1CF7BB8630C4812E3C92FBBE9812A71',
|
|
7188
|
+
name: 'sUSDS Yield LP',
|
|
7189
|
+
display: 'lp:36:susds',
|
|
7190
|
+
symbol: 'sUSDS-YIELD-LP',
|
|
7191
|
+
logo_URIs: {
|
|
7192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7194
|
+
},
|
|
7195
|
+
images: [{
|
|
7196
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7197
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7198
|
+
}],
|
|
7199
|
+
type_asset: 'sdk.coin',
|
|
7200
|
+
traces: [{
|
|
7201
|
+
type: 'ibc',
|
|
7202
|
+
counterparty: {
|
|
7203
|
+
channel_id: 'channel-1',
|
|
7204
|
+
base_denom: 'lp:36:asusds',
|
|
7205
|
+
chain_name: 'pryzm'
|
|
7206
|
+
},
|
|
7207
|
+
chain: {
|
|
7208
|
+
channel_id: 'channel-284'
|
|
7209
|
+
}
|
|
7210
|
+
}]
|
|
7211
|
+
},
|
|
7212
|
+
{
|
|
7213
|
+
description: 'Pryzm\'s LP token for sUSDS Boost pool',
|
|
7214
|
+
denom_units: [{
|
|
7215
|
+
denom: 'ibc/6B2BEA6FA99269A9DA1190CBFD8053B73B9E32B6AA4EF36014837A3BEA22C531',
|
|
7216
|
+
exponent: 0,
|
|
7217
|
+
aliases: ['lp:37:asusdsypt-uusdc']
|
|
7218
|
+
}, {
|
|
7219
|
+
denom: 'lp:37:susdsypt-usdc',
|
|
7220
|
+
exponent: 18
|
|
7221
|
+
}],
|
|
7222
|
+
base: 'ibc/6B2BEA6FA99269A9DA1190CBFD8053B73B9E32B6AA4EF36014837A3BEA22C531',
|
|
7223
|
+
name: 'sUSDS Boost LP',
|
|
7224
|
+
display: 'lp:37:susdsypt-usdc',
|
|
7225
|
+
symbol: 'sUSDS-BOOST-LP',
|
|
7226
|
+
logo_URIs: {
|
|
7227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7229
|
+
},
|
|
7230
|
+
images: [{
|
|
7231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7233
|
+
}],
|
|
7234
|
+
type_asset: 'sdk.coin',
|
|
7235
|
+
traces: [{
|
|
7236
|
+
type: 'ibc',
|
|
7237
|
+
counterparty: {
|
|
7238
|
+
channel_id: 'channel-1',
|
|
7239
|
+
base_denom: 'lp:37:asusdsypt-uusdc',
|
|
7240
|
+
chain_name: 'pryzm'
|
|
7241
|
+
},
|
|
7242
|
+
chain: {
|
|
7243
|
+
channel_id: 'channel-284'
|
|
7244
|
+
}
|
|
7245
|
+
}]
|
|
7246
|
+
},
|
|
6897
7247
|
{
|
|
6898
7248
|
description: 'QCK - native token of Quicksilver',
|
|
6899
7249
|
denom_units: [{
|
|
@@ -10374,6 +10724,146 @@ const assets = {
|
|
|
10374
10724
|
}
|
|
10375
10725
|
}]
|
|
10376
10726
|
},
|
|
10727
|
+
{
|
|
10728
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
10729
|
+
denom_units: [{
|
|
10730
|
+
denom: 'ibc/9FF2943746585509835A2FAC5274FADCA69D7DDF107BADD5C79C8EAC94751930',
|
|
10731
|
+
exponent: 0,
|
|
10732
|
+
aliases: ['p:asusds:30Jun2025']
|
|
10733
|
+
}, {
|
|
10734
|
+
denom: 'psUSDS30Jun2025',
|
|
10735
|
+
exponent: 18
|
|
10736
|
+
}],
|
|
10737
|
+
base: 'ibc/9FF2943746585509835A2FAC5274FADCA69D7DDF107BADD5C79C8EAC94751930',
|
|
10738
|
+
name: 'psUsds (30Jun2025)',
|
|
10739
|
+
display: 'psUSDS30Jun2025',
|
|
10740
|
+
symbol: 'psUSDS-30Jun2025',
|
|
10741
|
+
logo_URIs: {
|
|
10742
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
10743
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
10744
|
+
},
|
|
10745
|
+
images: [{
|
|
10746
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
10747
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
10748
|
+
}],
|
|
10749
|
+
type_asset: 'sdk.coin',
|
|
10750
|
+
traces: [{
|
|
10751
|
+
type: 'ibc',
|
|
10752
|
+
counterparty: {
|
|
10753
|
+
channel_id: 'channel-1',
|
|
10754
|
+
base_denom: 'p:asusds:30Jun2025',
|
|
10755
|
+
chain_name: 'pryzm'
|
|
10756
|
+
},
|
|
10757
|
+
chain: {
|
|
10758
|
+
channel_id: 'channel-284'
|
|
10759
|
+
}
|
|
10760
|
+
}]
|
|
10761
|
+
},
|
|
10762
|
+
{
|
|
10763
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Sep2025',
|
|
10764
|
+
denom_units: [{
|
|
10765
|
+
denom: 'ibc/82577FA58B79BE82C15D67D0216179E74D3FD7B7EEDF54747D9DFE2F9CB2C824',
|
|
10766
|
+
exponent: 0,
|
|
10767
|
+
aliases: ['p:asusds:30Sep2025']
|
|
10768
|
+
}, {
|
|
10769
|
+
denom: 'psUSDS30Sep2025',
|
|
10770
|
+
exponent: 18
|
|
10771
|
+
}],
|
|
10772
|
+
base: 'ibc/82577FA58B79BE82C15D67D0216179E74D3FD7B7EEDF54747D9DFE2F9CB2C824',
|
|
10773
|
+
name: 'psUsds (30Sep2025)',
|
|
10774
|
+
display: 'psUSDS30Sep2025',
|
|
10775
|
+
symbol: 'psUSDS-30Sep2025',
|
|
10776
|
+
logo_URIs: {
|
|
10777
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
10778
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
10779
|
+
},
|
|
10780
|
+
images: [{
|
|
10781
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
10782
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
10783
|
+
}],
|
|
10784
|
+
type_asset: 'sdk.coin',
|
|
10785
|
+
traces: [{
|
|
10786
|
+
type: 'ibc',
|
|
10787
|
+
counterparty: {
|
|
10788
|
+
channel_id: 'channel-1',
|
|
10789
|
+
base_denom: 'p:asusds:30Sep2025',
|
|
10790
|
+
chain_name: 'pryzm'
|
|
10791
|
+
},
|
|
10792
|
+
chain: {
|
|
10793
|
+
channel_id: 'channel-284'
|
|
10794
|
+
}
|
|
10795
|
+
}]
|
|
10796
|
+
},
|
|
10797
|
+
{
|
|
10798
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Dec2025',
|
|
10799
|
+
denom_units: [{
|
|
10800
|
+
denom: 'ibc/11A014654E27C88570670371C219F3DC8D74353783A6DA0DE4EBC27AAC00868C',
|
|
10801
|
+
exponent: 0,
|
|
10802
|
+
aliases: ['p:asusds:31Dec2025']
|
|
10803
|
+
}, {
|
|
10804
|
+
denom: 'psUSDS31Dec2025',
|
|
10805
|
+
exponent: 18
|
|
10806
|
+
}],
|
|
10807
|
+
base: 'ibc/11A014654E27C88570670371C219F3DC8D74353783A6DA0DE4EBC27AAC00868C',
|
|
10808
|
+
name: 'psUsds (31Dec2025)',
|
|
10809
|
+
display: 'psUSDS31Dec2025',
|
|
10810
|
+
symbol: 'psUSDS-31Dec2025',
|
|
10811
|
+
logo_URIs: {
|
|
10812
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
10813
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
10814
|
+
},
|
|
10815
|
+
images: [{
|
|
10816
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
10817
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
10818
|
+
}],
|
|
10819
|
+
type_asset: 'sdk.coin',
|
|
10820
|
+
traces: [{
|
|
10821
|
+
type: 'ibc',
|
|
10822
|
+
counterparty: {
|
|
10823
|
+
channel_id: 'channel-1',
|
|
10824
|
+
base_denom: 'p:asusds:31Dec2025',
|
|
10825
|
+
chain_name: 'pryzm'
|
|
10826
|
+
},
|
|
10827
|
+
chain: {
|
|
10828
|
+
channel_id: 'channel-284'
|
|
10829
|
+
}
|
|
10830
|
+
}]
|
|
10831
|
+
},
|
|
10832
|
+
{
|
|
10833
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Mar2026',
|
|
10834
|
+
denom_units: [{
|
|
10835
|
+
denom: 'ibc/50AA690D8DE96484728D8E8DC633CDA60A8EF1653B33E7695A435A391EE3AB2E',
|
|
10836
|
+
exponent: 0,
|
|
10837
|
+
aliases: ['p:asusds:31Mar2026']
|
|
10838
|
+
}, {
|
|
10839
|
+
denom: 'psUSDS31Mar2026',
|
|
10840
|
+
exponent: 18
|
|
10841
|
+
}],
|
|
10842
|
+
base: 'ibc/50AA690D8DE96484728D8E8DC633CDA60A8EF1653B33E7695A435A391EE3AB2E',
|
|
10843
|
+
name: 'psUsds (31Mar2026)',
|
|
10844
|
+
display: 'psUSDS31Mar2026',
|
|
10845
|
+
symbol: 'psUSDS-31Mar2026',
|
|
10846
|
+
logo_URIs: {
|
|
10847
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
10848
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
10849
|
+
},
|
|
10850
|
+
images: [{
|
|
10851
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
10852
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
10853
|
+
}],
|
|
10854
|
+
type_asset: 'sdk.coin',
|
|
10855
|
+
traces: [{
|
|
10856
|
+
type: 'ibc',
|
|
10857
|
+
counterparty: {
|
|
10858
|
+
channel_id: 'channel-1',
|
|
10859
|
+
base_denom: 'p:asusds:31Mar2026',
|
|
10860
|
+
chain_name: 'pryzm'
|
|
10861
|
+
},
|
|
10862
|
+
chain: {
|
|
10863
|
+
channel_id: 'channel-284'
|
|
10864
|
+
}
|
|
10865
|
+
}]
|
|
10866
|
+
},
|
|
10377
10867
|
{
|
|
10378
10868
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
10379
10869
|
denom_units: [{
|
|
@@ -12159,6 +12649,146 @@ const assets = {
|
|
|
12159
12649
|
}
|
|
12160
12650
|
}]
|
|
12161
12651
|
},
|
|
12652
|
+
{
|
|
12653
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
12654
|
+
denom_units: [{
|
|
12655
|
+
denom: 'ibc/29E46AA9EB0E4DC4612375F0D2E0B265F2DBF747229DCF6348627A22C756A181',
|
|
12656
|
+
exponent: 0,
|
|
12657
|
+
aliases: ['y:asusds:30Jun2025']
|
|
12658
|
+
}, {
|
|
12659
|
+
denom: 'ysUSDS30Jun2025',
|
|
12660
|
+
exponent: 18
|
|
12661
|
+
}],
|
|
12662
|
+
base: 'ibc/29E46AA9EB0E4DC4612375F0D2E0B265F2DBF747229DCF6348627A22C756A181',
|
|
12663
|
+
name: 'ysUsds (30Jun2025)',
|
|
12664
|
+
display: 'ysUSDS30Jun2025',
|
|
12665
|
+
symbol: 'ysUSDS-30Jun2025',
|
|
12666
|
+
logo_URIs: {
|
|
12667
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
12668
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
12669
|
+
},
|
|
12670
|
+
images: [{
|
|
12671
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
12672
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
12673
|
+
}],
|
|
12674
|
+
type_asset: 'sdk.coin',
|
|
12675
|
+
traces: [{
|
|
12676
|
+
type: 'ibc',
|
|
12677
|
+
counterparty: {
|
|
12678
|
+
channel_id: 'channel-1',
|
|
12679
|
+
base_denom: 'y:asusds:30Jun2025',
|
|
12680
|
+
chain_name: 'pryzm'
|
|
12681
|
+
},
|
|
12682
|
+
chain: {
|
|
12683
|
+
channel_id: 'channel-284'
|
|
12684
|
+
}
|
|
12685
|
+
}]
|
|
12686
|
+
},
|
|
12687
|
+
{
|
|
12688
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Sep2025',
|
|
12689
|
+
denom_units: [{
|
|
12690
|
+
denom: 'ibc/7147E16DA373992263173E545B8C4A344430DD9F440C07A63EBFAB97ED3D9C8F',
|
|
12691
|
+
exponent: 0,
|
|
12692
|
+
aliases: ['y:asusds:30Sep2025']
|
|
12693
|
+
}, {
|
|
12694
|
+
denom: 'ysUSDS30Sep2025',
|
|
12695
|
+
exponent: 18
|
|
12696
|
+
}],
|
|
12697
|
+
base: 'ibc/7147E16DA373992263173E545B8C4A344430DD9F440C07A63EBFAB97ED3D9C8F',
|
|
12698
|
+
name: 'ysUsds (30Sep2025)',
|
|
12699
|
+
display: 'ysUSDS30Sep2025',
|
|
12700
|
+
symbol: 'ysUSDS-30Sep2025',
|
|
12701
|
+
logo_URIs: {
|
|
12702
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
12703
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
12704
|
+
},
|
|
12705
|
+
images: [{
|
|
12706
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
12707
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
12708
|
+
}],
|
|
12709
|
+
type_asset: 'sdk.coin',
|
|
12710
|
+
traces: [{
|
|
12711
|
+
type: 'ibc',
|
|
12712
|
+
counterparty: {
|
|
12713
|
+
channel_id: 'channel-1',
|
|
12714
|
+
base_denom: 'y:asusds:30Sep2025',
|
|
12715
|
+
chain_name: 'pryzm'
|
|
12716
|
+
},
|
|
12717
|
+
chain: {
|
|
12718
|
+
channel_id: 'channel-284'
|
|
12719
|
+
}
|
|
12720
|
+
}]
|
|
12721
|
+
},
|
|
12722
|
+
{
|
|
12723
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Dec2025',
|
|
12724
|
+
denom_units: [{
|
|
12725
|
+
denom: 'ibc/3561F8945E7311B899FB5D373F26941C155216489B9DD9254A7A7E901662CD7E',
|
|
12726
|
+
exponent: 0,
|
|
12727
|
+
aliases: ['y:asusds:31Dec2025']
|
|
12728
|
+
}, {
|
|
12729
|
+
denom: 'ysUSDS31Dec2025',
|
|
12730
|
+
exponent: 18
|
|
12731
|
+
}],
|
|
12732
|
+
base: 'ibc/3561F8945E7311B899FB5D373F26941C155216489B9DD9254A7A7E901662CD7E',
|
|
12733
|
+
name: 'ysUsds (31Dec2025)',
|
|
12734
|
+
display: 'ysUSDS31Dec2025',
|
|
12735
|
+
symbol: 'ysUSDS-31Dec2025',
|
|
12736
|
+
logo_URIs: {
|
|
12737
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
12738
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
12739
|
+
},
|
|
12740
|
+
images: [{
|
|
12741
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
12742
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
12743
|
+
}],
|
|
12744
|
+
type_asset: 'sdk.coin',
|
|
12745
|
+
traces: [{
|
|
12746
|
+
type: 'ibc',
|
|
12747
|
+
counterparty: {
|
|
12748
|
+
channel_id: 'channel-1',
|
|
12749
|
+
base_denom: 'y:asusds:31Dec2025',
|
|
12750
|
+
chain_name: 'pryzm'
|
|
12751
|
+
},
|
|
12752
|
+
chain: {
|
|
12753
|
+
channel_id: 'channel-284'
|
|
12754
|
+
}
|
|
12755
|
+
}]
|
|
12756
|
+
},
|
|
12757
|
+
{
|
|
12758
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Mar2026',
|
|
12759
|
+
denom_units: [{
|
|
12760
|
+
denom: 'ibc/2EC274C6C264A64304192FBDD8646733E2F568A3104E8156BA571895E9C247C5',
|
|
12761
|
+
exponent: 0,
|
|
12762
|
+
aliases: ['y:asusds:31Mar2026']
|
|
12763
|
+
}, {
|
|
12764
|
+
denom: 'ysUSDS31Mar2026',
|
|
12765
|
+
exponent: 18
|
|
12766
|
+
}],
|
|
12767
|
+
base: 'ibc/2EC274C6C264A64304192FBDD8646733E2F568A3104E8156BA571895E9C247C5',
|
|
12768
|
+
name: 'ysUsds (31Mar2026)',
|
|
12769
|
+
display: 'ysUSDS31Mar2026',
|
|
12770
|
+
symbol: 'ysUSDS-31Mar2026',
|
|
12771
|
+
logo_URIs: {
|
|
12772
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
12773
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
12774
|
+
},
|
|
12775
|
+
images: [{
|
|
12776
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
12777
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
12778
|
+
}],
|
|
12779
|
+
type_asset: 'sdk.coin',
|
|
12780
|
+
traces: [{
|
|
12781
|
+
type: 'ibc',
|
|
12782
|
+
counterparty: {
|
|
12783
|
+
channel_id: 'channel-1',
|
|
12784
|
+
base_denom: 'y:asusds:31Mar2026',
|
|
12785
|
+
chain_name: 'pryzm'
|
|
12786
|
+
},
|
|
12787
|
+
chain: {
|
|
12788
|
+
channel_id: 'channel-284'
|
|
12789
|
+
}
|
|
12790
|
+
}]
|
|
12791
|
+
},
|
|
12162
12792
|
{
|
|
12163
12793
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
12164
12794
|
denom_units: [{
|
|
@@ -13174,6 +13804,76 @@ const assets = {
|
|
|
13174
13804
|
}
|
|
13175
13805
|
}]
|
|
13176
13806
|
},
|
|
13807
|
+
{
|
|
13808
|
+
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
13809
|
+
denom_units: [{
|
|
13810
|
+
denom: 'ibc/CD34BE376C70CFBB7A9E003CB14C06C9A1CF7BB8630C4812E3C92FBBE9812A71',
|
|
13811
|
+
exponent: 0,
|
|
13812
|
+
aliases: ['lp:36:asusds']
|
|
13813
|
+
}, {
|
|
13814
|
+
denom: 'lp:36:susds',
|
|
13815
|
+
exponent: 18
|
|
13816
|
+
}],
|
|
13817
|
+
base: 'ibc/CD34BE376C70CFBB7A9E003CB14C06C9A1CF7BB8630C4812E3C92FBBE9812A71',
|
|
13818
|
+
name: 'sUSDS Yield LP',
|
|
13819
|
+
display: 'lp:36:susds',
|
|
13820
|
+
symbol: 'sUSDS-YIELD-LP',
|
|
13821
|
+
logo_URIs: {
|
|
13822
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13823
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13824
|
+
},
|
|
13825
|
+
images: [{
|
|
13826
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13827
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13828
|
+
}],
|
|
13829
|
+
type_asset: 'sdk.coin',
|
|
13830
|
+
traces: [{
|
|
13831
|
+
type: 'ibc',
|
|
13832
|
+
counterparty: {
|
|
13833
|
+
channel_id: 'channel-1',
|
|
13834
|
+
base_denom: 'lp:36:asusds',
|
|
13835
|
+
chain_name: 'pryzm'
|
|
13836
|
+
},
|
|
13837
|
+
chain: {
|
|
13838
|
+
channel_id: 'channel-284'
|
|
13839
|
+
}
|
|
13840
|
+
}]
|
|
13841
|
+
},
|
|
13842
|
+
{
|
|
13843
|
+
description: 'Pryzm\'s LP token for sUSDS Boost pool',
|
|
13844
|
+
denom_units: [{
|
|
13845
|
+
denom: 'ibc/6B2BEA6FA99269A9DA1190CBFD8053B73B9E32B6AA4EF36014837A3BEA22C531',
|
|
13846
|
+
exponent: 0,
|
|
13847
|
+
aliases: ['lp:37:asusdsypt-uusdc']
|
|
13848
|
+
}, {
|
|
13849
|
+
denom: 'lp:37:susdsypt-usdc',
|
|
13850
|
+
exponent: 18
|
|
13851
|
+
}],
|
|
13852
|
+
base: 'ibc/6B2BEA6FA99269A9DA1190CBFD8053B73B9E32B6AA4EF36014837A3BEA22C531',
|
|
13853
|
+
name: 'sUSDS Boost LP',
|
|
13854
|
+
display: 'lp:37:susdsypt-usdc',
|
|
13855
|
+
symbol: 'sUSDS-BOOST-LP',
|
|
13856
|
+
logo_URIs: {
|
|
13857
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13858
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13859
|
+
},
|
|
13860
|
+
images: [{
|
|
13861
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13862
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13863
|
+
}],
|
|
13864
|
+
type_asset: 'sdk.coin',
|
|
13865
|
+
traces: [{
|
|
13866
|
+
type: 'ibc',
|
|
13867
|
+
counterparty: {
|
|
13868
|
+
channel_id: 'channel-1',
|
|
13869
|
+
base_denom: 'lp:37:asusdsypt-uusdc',
|
|
13870
|
+
chain_name: 'pryzm'
|
|
13871
|
+
},
|
|
13872
|
+
chain: {
|
|
13873
|
+
channel_id: 'channel-284'
|
|
13874
|
+
}
|
|
13875
|
+
}]
|
|
13876
|
+
},
|
|
13177
13877
|
{
|
|
13178
13878
|
description: 'QCK - native token of Quicksilver',
|
|
13179
13879
|
denom_units: [{
|