@chain-registry/assets 1.70.220 → 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/index.d.ts +1 -1
- 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/mainnet/cosmoshub.js
CHANGED
|
@@ -7135,6 +7135,146 @@ const assets = {
|
|
|
7135
7135
|
}
|
|
7136
7136
|
}]
|
|
7137
7137
|
},
|
|
7138
|
+
{
|
|
7139
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
7140
|
+
denom_units: [{
|
|
7141
|
+
denom: 'ibc/4E241EBC8F5FCE219FACE2224CBF9E94325994CBF8F6F6DEDB43ECFD62DAA929',
|
|
7142
|
+
exponent: 0,
|
|
7143
|
+
aliases: ['p:asusds:30Jun2025']
|
|
7144
|
+
}, {
|
|
7145
|
+
denom: 'psUSDS30Jun2025',
|
|
7146
|
+
exponent: 18
|
|
7147
|
+
}],
|
|
7148
|
+
base: 'ibc/4E241EBC8F5FCE219FACE2224CBF9E94325994CBF8F6F6DEDB43ECFD62DAA929',
|
|
7149
|
+
name: 'psUsds (30Jun2025)',
|
|
7150
|
+
display: 'psUSDS30Jun2025',
|
|
7151
|
+
symbol: 'psUSDS-30Jun2025',
|
|
7152
|
+
logo_URIs: {
|
|
7153
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
7154
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
7155
|
+
},
|
|
7156
|
+
images: [{
|
|
7157
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
7158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
7159
|
+
}],
|
|
7160
|
+
type_asset: 'sdk.coin',
|
|
7161
|
+
traces: [{
|
|
7162
|
+
type: 'ibc',
|
|
7163
|
+
counterparty: {
|
|
7164
|
+
channel_id: 'channel-0',
|
|
7165
|
+
base_denom: 'p:asusds:30Jun2025',
|
|
7166
|
+
chain_name: 'pryzm'
|
|
7167
|
+
},
|
|
7168
|
+
chain: {
|
|
7169
|
+
channel_id: 'channel-859'
|
|
7170
|
+
}
|
|
7171
|
+
}]
|
|
7172
|
+
},
|
|
7173
|
+
{
|
|
7174
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Sep2025',
|
|
7175
|
+
denom_units: [{
|
|
7176
|
+
denom: 'ibc/4168D0FFECE07EF5E1F5D98C6419D006B0E76897B0A5FF7D7A9B35E3508F05A9',
|
|
7177
|
+
exponent: 0,
|
|
7178
|
+
aliases: ['p:asusds:30Sep2025']
|
|
7179
|
+
}, {
|
|
7180
|
+
denom: 'psUSDS30Sep2025',
|
|
7181
|
+
exponent: 18
|
|
7182
|
+
}],
|
|
7183
|
+
base: 'ibc/4168D0FFECE07EF5E1F5D98C6419D006B0E76897B0A5FF7D7A9B35E3508F05A9',
|
|
7184
|
+
name: 'psUsds (30Sep2025)',
|
|
7185
|
+
display: 'psUSDS30Sep2025',
|
|
7186
|
+
symbol: 'psUSDS-30Sep2025',
|
|
7187
|
+
logo_URIs: {
|
|
7188
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
7189
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
7190
|
+
},
|
|
7191
|
+
images: [{
|
|
7192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
7193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
7194
|
+
}],
|
|
7195
|
+
type_asset: 'sdk.coin',
|
|
7196
|
+
traces: [{
|
|
7197
|
+
type: 'ibc',
|
|
7198
|
+
counterparty: {
|
|
7199
|
+
channel_id: 'channel-0',
|
|
7200
|
+
base_denom: 'p:asusds:30Sep2025',
|
|
7201
|
+
chain_name: 'pryzm'
|
|
7202
|
+
},
|
|
7203
|
+
chain: {
|
|
7204
|
+
channel_id: 'channel-859'
|
|
7205
|
+
}
|
|
7206
|
+
}]
|
|
7207
|
+
},
|
|
7208
|
+
{
|
|
7209
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Dec2025',
|
|
7210
|
+
denom_units: [{
|
|
7211
|
+
denom: 'ibc/F9BC98E87C74CF002E5D55DAF7B174B9E7F3182C448A9AABF7391C7965F6AA75',
|
|
7212
|
+
exponent: 0,
|
|
7213
|
+
aliases: ['p:asusds:31Dec2025']
|
|
7214
|
+
}, {
|
|
7215
|
+
denom: 'psUSDS31Dec2025',
|
|
7216
|
+
exponent: 18
|
|
7217
|
+
}],
|
|
7218
|
+
base: 'ibc/F9BC98E87C74CF002E5D55DAF7B174B9E7F3182C448A9AABF7391C7965F6AA75',
|
|
7219
|
+
name: 'psUsds (31Dec2025)',
|
|
7220
|
+
display: 'psUSDS31Dec2025',
|
|
7221
|
+
symbol: 'psUSDS-31Dec2025',
|
|
7222
|
+
logo_URIs: {
|
|
7223
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
7224
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
7225
|
+
},
|
|
7226
|
+
images: [{
|
|
7227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
7228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
7229
|
+
}],
|
|
7230
|
+
type_asset: 'sdk.coin',
|
|
7231
|
+
traces: [{
|
|
7232
|
+
type: 'ibc',
|
|
7233
|
+
counterparty: {
|
|
7234
|
+
channel_id: 'channel-0',
|
|
7235
|
+
base_denom: 'p:asusds:31Dec2025',
|
|
7236
|
+
chain_name: 'pryzm'
|
|
7237
|
+
},
|
|
7238
|
+
chain: {
|
|
7239
|
+
channel_id: 'channel-859'
|
|
7240
|
+
}
|
|
7241
|
+
}]
|
|
7242
|
+
},
|
|
7243
|
+
{
|
|
7244
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Mar2026',
|
|
7245
|
+
denom_units: [{
|
|
7246
|
+
denom: 'ibc/FA94E9C2C71FCAB3D1DC9F29564B748547A296ABB8539E2CD9D724953722864A',
|
|
7247
|
+
exponent: 0,
|
|
7248
|
+
aliases: ['p:asusds:31Mar2026']
|
|
7249
|
+
}, {
|
|
7250
|
+
denom: 'psUSDS31Mar2026',
|
|
7251
|
+
exponent: 18
|
|
7252
|
+
}],
|
|
7253
|
+
base: 'ibc/FA94E9C2C71FCAB3D1DC9F29564B748547A296ABB8539E2CD9D724953722864A',
|
|
7254
|
+
name: 'psUsds (31Mar2026)',
|
|
7255
|
+
display: 'psUSDS31Mar2026',
|
|
7256
|
+
symbol: 'psUSDS-31Mar2026',
|
|
7257
|
+
logo_URIs: {
|
|
7258
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
7259
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
7260
|
+
},
|
|
7261
|
+
images: [{
|
|
7262
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
7263
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
7264
|
+
}],
|
|
7265
|
+
type_asset: 'sdk.coin',
|
|
7266
|
+
traces: [{
|
|
7267
|
+
type: 'ibc',
|
|
7268
|
+
counterparty: {
|
|
7269
|
+
channel_id: 'channel-0',
|
|
7270
|
+
base_denom: 'p:asusds:31Mar2026',
|
|
7271
|
+
chain_name: 'pryzm'
|
|
7272
|
+
},
|
|
7273
|
+
chain: {
|
|
7274
|
+
channel_id: 'channel-859'
|
|
7275
|
+
}
|
|
7276
|
+
}]
|
|
7277
|
+
},
|
|
7138
7278
|
{
|
|
7139
7279
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
7140
7280
|
denom_units: [{
|
|
@@ -8920,6 +9060,146 @@ const assets = {
|
|
|
8920
9060
|
}
|
|
8921
9061
|
}]
|
|
8922
9062
|
},
|
|
9063
|
+
{
|
|
9064
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
9065
|
+
denom_units: [{
|
|
9066
|
+
denom: 'ibc/45BC7186F1DC6A9C890E0BABC68804ADCA5B319AE7D5D214B905C50052096EFE',
|
|
9067
|
+
exponent: 0,
|
|
9068
|
+
aliases: ['y:asusds:30Jun2025']
|
|
9069
|
+
}, {
|
|
9070
|
+
denom: 'ysUSDS30Jun2025',
|
|
9071
|
+
exponent: 18
|
|
9072
|
+
}],
|
|
9073
|
+
base: 'ibc/45BC7186F1DC6A9C890E0BABC68804ADCA5B319AE7D5D214B905C50052096EFE',
|
|
9074
|
+
name: 'ysUsds (30Jun2025)',
|
|
9075
|
+
display: 'ysUSDS30Jun2025',
|
|
9076
|
+
symbol: 'ysUSDS-30Jun2025',
|
|
9077
|
+
logo_URIs: {
|
|
9078
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
9079
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
9080
|
+
},
|
|
9081
|
+
images: [{
|
|
9082
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
9083
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
9084
|
+
}],
|
|
9085
|
+
type_asset: 'sdk.coin',
|
|
9086
|
+
traces: [{
|
|
9087
|
+
type: 'ibc',
|
|
9088
|
+
counterparty: {
|
|
9089
|
+
channel_id: 'channel-0',
|
|
9090
|
+
base_denom: 'y:asusds:30Jun2025',
|
|
9091
|
+
chain_name: 'pryzm'
|
|
9092
|
+
},
|
|
9093
|
+
chain: {
|
|
9094
|
+
channel_id: 'channel-859'
|
|
9095
|
+
}
|
|
9096
|
+
}]
|
|
9097
|
+
},
|
|
9098
|
+
{
|
|
9099
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Sep2025',
|
|
9100
|
+
denom_units: [{
|
|
9101
|
+
denom: 'ibc/6D87CFE7EDD9941F45EEDBCFB9CABB92D8E438363B30CB5BE30559609E7E5FC2',
|
|
9102
|
+
exponent: 0,
|
|
9103
|
+
aliases: ['y:asusds:30Sep2025']
|
|
9104
|
+
}, {
|
|
9105
|
+
denom: 'ysUSDS30Sep2025',
|
|
9106
|
+
exponent: 18
|
|
9107
|
+
}],
|
|
9108
|
+
base: 'ibc/6D87CFE7EDD9941F45EEDBCFB9CABB92D8E438363B30CB5BE30559609E7E5FC2',
|
|
9109
|
+
name: 'ysUsds (30Sep2025)',
|
|
9110
|
+
display: 'ysUSDS30Sep2025',
|
|
9111
|
+
symbol: 'ysUSDS-30Sep2025',
|
|
9112
|
+
logo_URIs: {
|
|
9113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
9114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
9115
|
+
},
|
|
9116
|
+
images: [{
|
|
9117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
9118
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
9119
|
+
}],
|
|
9120
|
+
type_asset: 'sdk.coin',
|
|
9121
|
+
traces: [{
|
|
9122
|
+
type: 'ibc',
|
|
9123
|
+
counterparty: {
|
|
9124
|
+
channel_id: 'channel-0',
|
|
9125
|
+
base_denom: 'y:asusds:30Sep2025',
|
|
9126
|
+
chain_name: 'pryzm'
|
|
9127
|
+
},
|
|
9128
|
+
chain: {
|
|
9129
|
+
channel_id: 'channel-859'
|
|
9130
|
+
}
|
|
9131
|
+
}]
|
|
9132
|
+
},
|
|
9133
|
+
{
|
|
9134
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Dec2025',
|
|
9135
|
+
denom_units: [{
|
|
9136
|
+
denom: 'ibc/8A90404CEECD13F09570ED4EE105CBC7AD8311669D47545AC77C2A61529A2A0D',
|
|
9137
|
+
exponent: 0,
|
|
9138
|
+
aliases: ['y:asusds:31Dec2025']
|
|
9139
|
+
}, {
|
|
9140
|
+
denom: 'ysUSDS31Dec2025',
|
|
9141
|
+
exponent: 18
|
|
9142
|
+
}],
|
|
9143
|
+
base: 'ibc/8A90404CEECD13F09570ED4EE105CBC7AD8311669D47545AC77C2A61529A2A0D',
|
|
9144
|
+
name: 'ysUsds (31Dec2025)',
|
|
9145
|
+
display: 'ysUSDS31Dec2025',
|
|
9146
|
+
symbol: 'ysUSDS-31Dec2025',
|
|
9147
|
+
logo_URIs: {
|
|
9148
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
9149
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
9150
|
+
},
|
|
9151
|
+
images: [{
|
|
9152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
9153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
9154
|
+
}],
|
|
9155
|
+
type_asset: 'sdk.coin',
|
|
9156
|
+
traces: [{
|
|
9157
|
+
type: 'ibc',
|
|
9158
|
+
counterparty: {
|
|
9159
|
+
channel_id: 'channel-0',
|
|
9160
|
+
base_denom: 'y:asusds:31Dec2025',
|
|
9161
|
+
chain_name: 'pryzm'
|
|
9162
|
+
},
|
|
9163
|
+
chain: {
|
|
9164
|
+
channel_id: 'channel-859'
|
|
9165
|
+
}
|
|
9166
|
+
}]
|
|
9167
|
+
},
|
|
9168
|
+
{
|
|
9169
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Mar2026',
|
|
9170
|
+
denom_units: [{
|
|
9171
|
+
denom: 'ibc/2A7DA3EE052969939AF9FBE9464F00783401CE960B471F060AE3AEEDDE4D6C13',
|
|
9172
|
+
exponent: 0,
|
|
9173
|
+
aliases: ['y:asusds:31Mar2026']
|
|
9174
|
+
}, {
|
|
9175
|
+
denom: 'ysUSDS31Mar2026',
|
|
9176
|
+
exponent: 18
|
|
9177
|
+
}],
|
|
9178
|
+
base: 'ibc/2A7DA3EE052969939AF9FBE9464F00783401CE960B471F060AE3AEEDDE4D6C13',
|
|
9179
|
+
name: 'ysUsds (31Mar2026)',
|
|
9180
|
+
display: 'ysUSDS31Mar2026',
|
|
9181
|
+
symbol: 'ysUSDS-31Mar2026',
|
|
9182
|
+
logo_URIs: {
|
|
9183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
9184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
9185
|
+
},
|
|
9186
|
+
images: [{
|
|
9187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
9188
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
9189
|
+
}],
|
|
9190
|
+
type_asset: 'sdk.coin',
|
|
9191
|
+
traces: [{
|
|
9192
|
+
type: 'ibc',
|
|
9193
|
+
counterparty: {
|
|
9194
|
+
channel_id: 'channel-0',
|
|
9195
|
+
base_denom: 'y:asusds:31Mar2026',
|
|
9196
|
+
chain_name: 'pryzm'
|
|
9197
|
+
},
|
|
9198
|
+
chain: {
|
|
9199
|
+
channel_id: 'channel-859'
|
|
9200
|
+
}
|
|
9201
|
+
}]
|
|
9202
|
+
},
|
|
8923
9203
|
{
|
|
8924
9204
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
8925
9205
|
denom_units: [{
|
|
@@ -9935,6 +10215,76 @@ const assets = {
|
|
|
9935
10215
|
}
|
|
9936
10216
|
}]
|
|
9937
10217
|
},
|
|
10218
|
+
{
|
|
10219
|
+
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
10220
|
+
denom_units: [{
|
|
10221
|
+
denom: 'ibc/F3AEF8929E29A0A1980A2DE6A6AC6958437A50BF5786F0AFB1250B91E4F42BAB',
|
|
10222
|
+
exponent: 0,
|
|
10223
|
+
aliases: ['lp:36:asusds']
|
|
10224
|
+
}, {
|
|
10225
|
+
denom: 'lp:36:susds',
|
|
10226
|
+
exponent: 18
|
|
10227
|
+
}],
|
|
10228
|
+
base: 'ibc/F3AEF8929E29A0A1980A2DE6A6AC6958437A50BF5786F0AFB1250B91E4F42BAB',
|
|
10229
|
+
name: 'sUSDS Yield LP',
|
|
10230
|
+
display: 'lp:36:susds',
|
|
10231
|
+
symbol: 'sUSDS-YIELD-LP',
|
|
10232
|
+
logo_URIs: {
|
|
10233
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10234
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10235
|
+
},
|
|
10236
|
+
images: [{
|
|
10237
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10238
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10239
|
+
}],
|
|
10240
|
+
type_asset: 'sdk.coin',
|
|
10241
|
+
traces: [{
|
|
10242
|
+
type: 'ibc',
|
|
10243
|
+
counterparty: {
|
|
10244
|
+
channel_id: 'channel-0',
|
|
10245
|
+
base_denom: 'lp:36:asusds',
|
|
10246
|
+
chain_name: 'pryzm'
|
|
10247
|
+
},
|
|
10248
|
+
chain: {
|
|
10249
|
+
channel_id: 'channel-859'
|
|
10250
|
+
}
|
|
10251
|
+
}]
|
|
10252
|
+
},
|
|
10253
|
+
{
|
|
10254
|
+
description: 'Pryzm\'s LP token for sUSDS Boost pool',
|
|
10255
|
+
denom_units: [{
|
|
10256
|
+
denom: 'ibc/9A390770A8F1963E998103D1B20B9A1EE8C22DA4BA1D09E89A971EFA70084DCE',
|
|
10257
|
+
exponent: 0,
|
|
10258
|
+
aliases: ['lp:37:asusdsypt-uusdc']
|
|
10259
|
+
}, {
|
|
10260
|
+
denom: 'lp:37:susdsypt-usdc',
|
|
10261
|
+
exponent: 18
|
|
10262
|
+
}],
|
|
10263
|
+
base: 'ibc/9A390770A8F1963E998103D1B20B9A1EE8C22DA4BA1D09E89A971EFA70084DCE',
|
|
10264
|
+
name: 'sUSDS Boost LP',
|
|
10265
|
+
display: 'lp:37:susdsypt-usdc',
|
|
10266
|
+
symbol: 'sUSDS-BOOST-LP',
|
|
10267
|
+
logo_URIs: {
|
|
10268
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10269
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10270
|
+
},
|
|
10271
|
+
images: [{
|
|
10272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10274
|
+
}],
|
|
10275
|
+
type_asset: 'sdk.coin',
|
|
10276
|
+
traces: [{
|
|
10277
|
+
type: 'ibc',
|
|
10278
|
+
counterparty: {
|
|
10279
|
+
channel_id: 'channel-0',
|
|
10280
|
+
base_denom: 'lp:37:asusdsypt-uusdc',
|
|
10281
|
+
chain_name: 'pryzm'
|
|
10282
|
+
},
|
|
10283
|
+
chain: {
|
|
10284
|
+
channel_id: 'channel-859'
|
|
10285
|
+
}
|
|
10286
|
+
}]
|
|
10287
|
+
},
|
|
9938
10288
|
{
|
|
9939
10289
|
description: 'QCK - native token of Quicksilver',
|
|
9940
10290
|
denom_units: [{
|
|
@@ -15597,33 +15947,33 @@ const assets = {
|
|
|
15597
15947
|
}]
|
|
15598
15948
|
},
|
|
15599
15949
|
{
|
|
15600
|
-
description: 'Pryzm\'s refracted
|
|
15950
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
15601
15951
|
denom_units: [{
|
|
15602
|
-
denom: 'ibc/
|
|
15952
|
+
denom: 'ibc/4E241EBC8F5FCE219FACE2224CBF9E94325994CBF8F6F6DEDB43ECFD62DAA929',
|
|
15603
15953
|
exponent: 0,
|
|
15604
|
-
aliases: ['
|
|
15954
|
+
aliases: ['p:asusds:30Jun2025']
|
|
15605
15955
|
}, {
|
|
15606
|
-
denom: '
|
|
15607
|
-
exponent:
|
|
15956
|
+
denom: 'psUSDS30Jun2025',
|
|
15957
|
+
exponent: 18
|
|
15608
15958
|
}],
|
|
15609
|
-
base: 'ibc/
|
|
15610
|
-
name: '
|
|
15611
|
-
display: '
|
|
15612
|
-
symbol: '
|
|
15959
|
+
base: 'ibc/4E241EBC8F5FCE219FACE2224CBF9E94325994CBF8F6F6DEDB43ECFD62DAA929',
|
|
15960
|
+
name: 'psUsds (30Jun2025)',
|
|
15961
|
+
display: 'psUSDS30Jun2025',
|
|
15962
|
+
symbol: 'psUSDS-30Jun2025',
|
|
15613
15963
|
logo_URIs: {
|
|
15614
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
15615
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
15964
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
15965
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
15616
15966
|
},
|
|
15617
15967
|
images: [{
|
|
15618
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
15619
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
15968
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
15969
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
15620
15970
|
}],
|
|
15621
15971
|
type_asset: 'sdk.coin',
|
|
15622
15972
|
traces: [{
|
|
15623
15973
|
type: 'ibc',
|
|
15624
15974
|
counterparty: {
|
|
15625
15975
|
channel_id: 'channel-0',
|
|
15626
|
-
base_denom: '
|
|
15976
|
+
base_denom: 'p:asusds:30Jun2025',
|
|
15627
15977
|
chain_name: 'pryzm'
|
|
15628
15978
|
},
|
|
15629
15979
|
chain: {
|
|
@@ -15632,25 +15982,165 @@ const assets = {
|
|
|
15632
15982
|
}]
|
|
15633
15983
|
},
|
|
15634
15984
|
{
|
|
15635
|
-
description: 'Pryzm\'s refracted
|
|
15985
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Sep2025',
|
|
15636
15986
|
denom_units: [{
|
|
15637
|
-
denom: 'ibc/
|
|
15987
|
+
denom: 'ibc/4168D0FFECE07EF5E1F5D98C6419D006B0E76897B0A5FF7D7A9B35E3508F05A9',
|
|
15638
15988
|
exponent: 0,
|
|
15639
|
-
aliases: ['
|
|
15989
|
+
aliases: ['p:asusds:30Sep2025']
|
|
15640
15990
|
}, {
|
|
15641
|
-
denom: '
|
|
15642
|
-
exponent:
|
|
15991
|
+
denom: 'psUSDS30Sep2025',
|
|
15992
|
+
exponent: 18
|
|
15643
15993
|
}],
|
|
15644
|
-
base: 'ibc/
|
|
15645
|
-
name: '
|
|
15646
|
-
display: '
|
|
15647
|
-
symbol: '
|
|
15994
|
+
base: 'ibc/4168D0FFECE07EF5E1F5D98C6419D006B0E76897B0A5FF7D7A9B35E3508F05A9',
|
|
15995
|
+
name: 'psUsds (30Sep2025)',
|
|
15996
|
+
display: 'psUSDS30Sep2025',
|
|
15997
|
+
symbol: 'psUSDS-30Sep2025',
|
|
15648
15998
|
logo_URIs: {
|
|
15649
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
15650
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
15999
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
16000
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
15651
16001
|
},
|
|
15652
16002
|
images: [{
|
|
15653
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
16003
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
16004
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
16005
|
+
}],
|
|
16006
|
+
type_asset: 'sdk.coin',
|
|
16007
|
+
traces: [{
|
|
16008
|
+
type: 'ibc',
|
|
16009
|
+
counterparty: {
|
|
16010
|
+
channel_id: 'channel-0',
|
|
16011
|
+
base_denom: 'p:asusds:30Sep2025',
|
|
16012
|
+
chain_name: 'pryzm'
|
|
16013
|
+
},
|
|
16014
|
+
chain: {
|
|
16015
|
+
channel_id: 'channel-859'
|
|
16016
|
+
}
|
|
16017
|
+
}]
|
|
16018
|
+
},
|
|
16019
|
+
{
|
|
16020
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Dec2025',
|
|
16021
|
+
denom_units: [{
|
|
16022
|
+
denom: 'ibc/F9BC98E87C74CF002E5D55DAF7B174B9E7F3182C448A9AABF7391C7965F6AA75',
|
|
16023
|
+
exponent: 0,
|
|
16024
|
+
aliases: ['p:asusds:31Dec2025']
|
|
16025
|
+
}, {
|
|
16026
|
+
denom: 'psUSDS31Dec2025',
|
|
16027
|
+
exponent: 18
|
|
16028
|
+
}],
|
|
16029
|
+
base: 'ibc/F9BC98E87C74CF002E5D55DAF7B174B9E7F3182C448A9AABF7391C7965F6AA75',
|
|
16030
|
+
name: 'psUsds (31Dec2025)',
|
|
16031
|
+
display: 'psUSDS31Dec2025',
|
|
16032
|
+
symbol: 'psUSDS-31Dec2025',
|
|
16033
|
+
logo_URIs: {
|
|
16034
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
16035
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
16036
|
+
},
|
|
16037
|
+
images: [{
|
|
16038
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
16039
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
16040
|
+
}],
|
|
16041
|
+
type_asset: 'sdk.coin',
|
|
16042
|
+
traces: [{
|
|
16043
|
+
type: 'ibc',
|
|
16044
|
+
counterparty: {
|
|
16045
|
+
channel_id: 'channel-0',
|
|
16046
|
+
base_denom: 'p:asusds:31Dec2025',
|
|
16047
|
+
chain_name: 'pryzm'
|
|
16048
|
+
},
|
|
16049
|
+
chain: {
|
|
16050
|
+
channel_id: 'channel-859'
|
|
16051
|
+
}
|
|
16052
|
+
}]
|
|
16053
|
+
},
|
|
16054
|
+
{
|
|
16055
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Mar2026',
|
|
16056
|
+
denom_units: [{
|
|
16057
|
+
denom: 'ibc/FA94E9C2C71FCAB3D1DC9F29564B748547A296ABB8539E2CD9D724953722864A',
|
|
16058
|
+
exponent: 0,
|
|
16059
|
+
aliases: ['p:asusds:31Mar2026']
|
|
16060
|
+
}, {
|
|
16061
|
+
denom: 'psUSDS31Mar2026',
|
|
16062
|
+
exponent: 18
|
|
16063
|
+
}],
|
|
16064
|
+
base: 'ibc/FA94E9C2C71FCAB3D1DC9F29564B748547A296ABB8539E2CD9D724953722864A',
|
|
16065
|
+
name: 'psUsds (31Mar2026)',
|
|
16066
|
+
display: 'psUSDS31Mar2026',
|
|
16067
|
+
symbol: 'psUSDS-31Mar2026',
|
|
16068
|
+
logo_URIs: {
|
|
16069
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
16070
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
16071
|
+
},
|
|
16072
|
+
images: [{
|
|
16073
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
16074
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
16075
|
+
}],
|
|
16076
|
+
type_asset: 'sdk.coin',
|
|
16077
|
+
traces: [{
|
|
16078
|
+
type: 'ibc',
|
|
16079
|
+
counterparty: {
|
|
16080
|
+
channel_id: 'channel-0',
|
|
16081
|
+
base_denom: 'p:asusds:31Mar2026',
|
|
16082
|
+
chain_name: 'pryzm'
|
|
16083
|
+
},
|
|
16084
|
+
chain: {
|
|
16085
|
+
channel_id: 'channel-859'
|
|
16086
|
+
}
|
|
16087
|
+
}]
|
|
16088
|
+
},
|
|
16089
|
+
{
|
|
16090
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
16091
|
+
denom_units: [{
|
|
16092
|
+
denom: 'ibc/C86D786359DAD71365E2D95D7801F6BE500C8F911A1B891E8901D65007A7E7E9',
|
|
16093
|
+
exponent: 0,
|
|
16094
|
+
aliases: ['y:uatom:30Sep2024']
|
|
16095
|
+
}, {
|
|
16096
|
+
denom: 'yATOM30Sep2024',
|
|
16097
|
+
exponent: 6
|
|
16098
|
+
}],
|
|
16099
|
+
base: 'ibc/C86D786359DAD71365E2D95D7801F6BE500C8F911A1B891E8901D65007A7E7E9',
|
|
16100
|
+
name: 'yAtom (30Sep2024)',
|
|
16101
|
+
display: 'yATOM30Sep2024',
|
|
16102
|
+
symbol: 'yATOM-30Sep2024',
|
|
16103
|
+
logo_URIs: {
|
|
16104
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
16105
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
16106
|
+
},
|
|
16107
|
+
images: [{
|
|
16108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
16109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
16110
|
+
}],
|
|
16111
|
+
type_asset: 'sdk.coin',
|
|
16112
|
+
traces: [{
|
|
16113
|
+
type: 'ibc',
|
|
16114
|
+
counterparty: {
|
|
16115
|
+
channel_id: 'channel-0',
|
|
16116
|
+
base_denom: 'y:uatom:30Sep2024',
|
|
16117
|
+
chain_name: 'pryzm'
|
|
16118
|
+
},
|
|
16119
|
+
chain: {
|
|
16120
|
+
channel_id: 'channel-859'
|
|
16121
|
+
}
|
|
16122
|
+
}]
|
|
16123
|
+
},
|
|
16124
|
+
{
|
|
16125
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2024',
|
|
16126
|
+
denom_units: [{
|
|
16127
|
+
denom: 'ibc/9FD2CB9A779E74F3D36638A1F71D9A06B85A7766AF8EC43EDCA37015D38D8343',
|
|
16128
|
+
exponent: 0,
|
|
16129
|
+
aliases: ['y:uatom:31Dec2024']
|
|
16130
|
+
}, {
|
|
16131
|
+
denom: 'yATOM31Dec2024',
|
|
16132
|
+
exponent: 6
|
|
16133
|
+
}],
|
|
16134
|
+
base: 'ibc/9FD2CB9A779E74F3D36638A1F71D9A06B85A7766AF8EC43EDCA37015D38D8343',
|
|
16135
|
+
name: 'yAtom (31Dec2024)',
|
|
16136
|
+
display: 'yATOM31Dec2024',
|
|
16137
|
+
symbol: 'yATOM-31Dec2024',
|
|
16138
|
+
logo_URIs: {
|
|
16139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
16140
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
16141
|
+
},
|
|
16142
|
+
images: [{
|
|
16143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
15654
16144
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
15655
16145
|
}],
|
|
15656
16146
|
type_asset: 'sdk.coin',
|
|
@@ -17381,6 +17871,146 @@ const assets = {
|
|
|
17381
17871
|
}
|
|
17382
17872
|
}]
|
|
17383
17873
|
},
|
|
17874
|
+
{
|
|
17875
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
17876
|
+
denom_units: [{
|
|
17877
|
+
denom: 'ibc/45BC7186F1DC6A9C890E0BABC68804ADCA5B319AE7D5D214B905C50052096EFE',
|
|
17878
|
+
exponent: 0,
|
|
17879
|
+
aliases: ['y:asusds:30Jun2025']
|
|
17880
|
+
}, {
|
|
17881
|
+
denom: 'ysUSDS30Jun2025',
|
|
17882
|
+
exponent: 18
|
|
17883
|
+
}],
|
|
17884
|
+
base: 'ibc/45BC7186F1DC6A9C890E0BABC68804ADCA5B319AE7D5D214B905C50052096EFE',
|
|
17885
|
+
name: 'ysUsds (30Jun2025)',
|
|
17886
|
+
display: 'ysUSDS30Jun2025',
|
|
17887
|
+
symbol: 'ysUSDS-30Jun2025',
|
|
17888
|
+
logo_URIs: {
|
|
17889
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17890
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
17891
|
+
},
|
|
17892
|
+
images: [{
|
|
17893
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17894
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
17895
|
+
}],
|
|
17896
|
+
type_asset: 'sdk.coin',
|
|
17897
|
+
traces: [{
|
|
17898
|
+
type: 'ibc',
|
|
17899
|
+
counterparty: {
|
|
17900
|
+
channel_id: 'channel-0',
|
|
17901
|
+
base_denom: 'y:asusds:30Jun2025',
|
|
17902
|
+
chain_name: 'pryzm'
|
|
17903
|
+
},
|
|
17904
|
+
chain: {
|
|
17905
|
+
channel_id: 'channel-859'
|
|
17906
|
+
}
|
|
17907
|
+
}]
|
|
17908
|
+
},
|
|
17909
|
+
{
|
|
17910
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Sep2025',
|
|
17911
|
+
denom_units: [{
|
|
17912
|
+
denom: 'ibc/6D87CFE7EDD9941F45EEDBCFB9CABB92D8E438363B30CB5BE30559609E7E5FC2',
|
|
17913
|
+
exponent: 0,
|
|
17914
|
+
aliases: ['y:asusds:30Sep2025']
|
|
17915
|
+
}, {
|
|
17916
|
+
denom: 'ysUSDS30Sep2025',
|
|
17917
|
+
exponent: 18
|
|
17918
|
+
}],
|
|
17919
|
+
base: 'ibc/6D87CFE7EDD9941F45EEDBCFB9CABB92D8E438363B30CB5BE30559609E7E5FC2',
|
|
17920
|
+
name: 'ysUsds (30Sep2025)',
|
|
17921
|
+
display: 'ysUSDS30Sep2025',
|
|
17922
|
+
symbol: 'ysUSDS-30Sep2025',
|
|
17923
|
+
logo_URIs: {
|
|
17924
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17925
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
17926
|
+
},
|
|
17927
|
+
images: [{
|
|
17928
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17929
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
17930
|
+
}],
|
|
17931
|
+
type_asset: 'sdk.coin',
|
|
17932
|
+
traces: [{
|
|
17933
|
+
type: 'ibc',
|
|
17934
|
+
counterparty: {
|
|
17935
|
+
channel_id: 'channel-0',
|
|
17936
|
+
base_denom: 'y:asusds:30Sep2025',
|
|
17937
|
+
chain_name: 'pryzm'
|
|
17938
|
+
},
|
|
17939
|
+
chain: {
|
|
17940
|
+
channel_id: 'channel-859'
|
|
17941
|
+
}
|
|
17942
|
+
}]
|
|
17943
|
+
},
|
|
17944
|
+
{
|
|
17945
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Dec2025',
|
|
17946
|
+
denom_units: [{
|
|
17947
|
+
denom: 'ibc/8A90404CEECD13F09570ED4EE105CBC7AD8311669D47545AC77C2A61529A2A0D',
|
|
17948
|
+
exponent: 0,
|
|
17949
|
+
aliases: ['y:asusds:31Dec2025']
|
|
17950
|
+
}, {
|
|
17951
|
+
denom: 'ysUSDS31Dec2025',
|
|
17952
|
+
exponent: 18
|
|
17953
|
+
}],
|
|
17954
|
+
base: 'ibc/8A90404CEECD13F09570ED4EE105CBC7AD8311669D47545AC77C2A61529A2A0D',
|
|
17955
|
+
name: 'ysUsds (31Dec2025)',
|
|
17956
|
+
display: 'ysUSDS31Dec2025',
|
|
17957
|
+
symbol: 'ysUSDS-31Dec2025',
|
|
17958
|
+
logo_URIs: {
|
|
17959
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17960
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
17961
|
+
},
|
|
17962
|
+
images: [{
|
|
17963
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17964
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
17965
|
+
}],
|
|
17966
|
+
type_asset: 'sdk.coin',
|
|
17967
|
+
traces: [{
|
|
17968
|
+
type: 'ibc',
|
|
17969
|
+
counterparty: {
|
|
17970
|
+
channel_id: 'channel-0',
|
|
17971
|
+
base_denom: 'y:asusds:31Dec2025',
|
|
17972
|
+
chain_name: 'pryzm'
|
|
17973
|
+
},
|
|
17974
|
+
chain: {
|
|
17975
|
+
channel_id: 'channel-859'
|
|
17976
|
+
}
|
|
17977
|
+
}]
|
|
17978
|
+
},
|
|
17979
|
+
{
|
|
17980
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Mar2026',
|
|
17981
|
+
denom_units: [{
|
|
17982
|
+
denom: 'ibc/2A7DA3EE052969939AF9FBE9464F00783401CE960B471F060AE3AEEDDE4D6C13',
|
|
17983
|
+
exponent: 0,
|
|
17984
|
+
aliases: ['y:asusds:31Mar2026']
|
|
17985
|
+
}, {
|
|
17986
|
+
denom: 'ysUSDS31Mar2026',
|
|
17987
|
+
exponent: 18
|
|
17988
|
+
}],
|
|
17989
|
+
base: 'ibc/2A7DA3EE052969939AF9FBE9464F00783401CE960B471F060AE3AEEDDE4D6C13',
|
|
17990
|
+
name: 'ysUsds (31Mar2026)',
|
|
17991
|
+
display: 'ysUSDS31Mar2026',
|
|
17992
|
+
symbol: 'ysUSDS-31Mar2026',
|
|
17993
|
+
logo_URIs: {
|
|
17994
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17995
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
17996
|
+
},
|
|
17997
|
+
images: [{
|
|
17998
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17999
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
18000
|
+
}],
|
|
18001
|
+
type_asset: 'sdk.coin',
|
|
18002
|
+
traces: [{
|
|
18003
|
+
type: 'ibc',
|
|
18004
|
+
counterparty: {
|
|
18005
|
+
channel_id: 'channel-0',
|
|
18006
|
+
base_denom: 'y:asusds:31Mar2026',
|
|
18007
|
+
chain_name: 'pryzm'
|
|
18008
|
+
},
|
|
18009
|
+
chain: {
|
|
18010
|
+
channel_id: 'channel-859'
|
|
18011
|
+
}
|
|
18012
|
+
}]
|
|
18013
|
+
},
|
|
17384
18014
|
{
|
|
17385
18015
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
17386
18016
|
denom_units: [{
|
|
@@ -18396,6 +19026,76 @@ const assets = {
|
|
|
18396
19026
|
}
|
|
18397
19027
|
}]
|
|
18398
19028
|
},
|
|
19029
|
+
{
|
|
19030
|
+
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
19031
|
+
denom_units: [{
|
|
19032
|
+
denom: 'ibc/F3AEF8929E29A0A1980A2DE6A6AC6958437A50BF5786F0AFB1250B91E4F42BAB',
|
|
19033
|
+
exponent: 0,
|
|
19034
|
+
aliases: ['lp:36:asusds']
|
|
19035
|
+
}, {
|
|
19036
|
+
denom: 'lp:36:susds',
|
|
19037
|
+
exponent: 18
|
|
19038
|
+
}],
|
|
19039
|
+
base: 'ibc/F3AEF8929E29A0A1980A2DE6A6AC6958437A50BF5786F0AFB1250B91E4F42BAB',
|
|
19040
|
+
name: 'sUSDS Yield LP',
|
|
19041
|
+
display: 'lp:36:susds',
|
|
19042
|
+
symbol: 'sUSDS-YIELD-LP',
|
|
19043
|
+
logo_URIs: {
|
|
19044
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19045
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19046
|
+
},
|
|
19047
|
+
images: [{
|
|
19048
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19049
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19050
|
+
}],
|
|
19051
|
+
type_asset: 'sdk.coin',
|
|
19052
|
+
traces: [{
|
|
19053
|
+
type: 'ibc',
|
|
19054
|
+
counterparty: {
|
|
19055
|
+
channel_id: 'channel-0',
|
|
19056
|
+
base_denom: 'lp:36:asusds',
|
|
19057
|
+
chain_name: 'pryzm'
|
|
19058
|
+
},
|
|
19059
|
+
chain: {
|
|
19060
|
+
channel_id: 'channel-859'
|
|
19061
|
+
}
|
|
19062
|
+
}]
|
|
19063
|
+
},
|
|
19064
|
+
{
|
|
19065
|
+
description: 'Pryzm\'s LP token for sUSDS Boost pool',
|
|
19066
|
+
denom_units: [{
|
|
19067
|
+
denom: 'ibc/9A390770A8F1963E998103D1B20B9A1EE8C22DA4BA1D09E89A971EFA70084DCE',
|
|
19068
|
+
exponent: 0,
|
|
19069
|
+
aliases: ['lp:37:asusdsypt-uusdc']
|
|
19070
|
+
}, {
|
|
19071
|
+
denom: 'lp:37:susdsypt-usdc',
|
|
19072
|
+
exponent: 18
|
|
19073
|
+
}],
|
|
19074
|
+
base: 'ibc/9A390770A8F1963E998103D1B20B9A1EE8C22DA4BA1D09E89A971EFA70084DCE',
|
|
19075
|
+
name: 'sUSDS Boost LP',
|
|
19076
|
+
display: 'lp:37:susdsypt-usdc',
|
|
19077
|
+
symbol: 'sUSDS-BOOST-LP',
|
|
19078
|
+
logo_URIs: {
|
|
19079
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19080
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19081
|
+
},
|
|
19082
|
+
images: [{
|
|
19083
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19084
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19085
|
+
}],
|
|
19086
|
+
type_asset: 'sdk.coin',
|
|
19087
|
+
traces: [{
|
|
19088
|
+
type: 'ibc',
|
|
19089
|
+
counterparty: {
|
|
19090
|
+
channel_id: 'channel-0',
|
|
19091
|
+
base_denom: 'lp:37:asusdsypt-uusdc',
|
|
19092
|
+
chain_name: 'pryzm'
|
|
19093
|
+
},
|
|
19094
|
+
chain: {
|
|
19095
|
+
channel_id: 'channel-859'
|
|
19096
|
+
}
|
|
19097
|
+
}]
|
|
19098
|
+
},
|
|
18399
19099
|
{
|
|
18400
19100
|
description: 'QCK - native token of Quicksilver',
|
|
18401
19101
|
denom_units: [{
|
|
@@ -19413,6 +20113,88 @@ const assets = {
|
|
|
19413
20113
|
}
|
|
19414
20114
|
}]
|
|
19415
20115
|
},
|
|
20116
|
+
{
|
|
20117
|
+
description: 'The native token cw20 for dSilk on Secret Network',
|
|
20118
|
+
denom_units: [{
|
|
20119
|
+
denom: 'ibc/25C3C76BB102453BF59D9EC518E102315842D49C1D6BD6B5EFF78462CFC854DA',
|
|
20120
|
+
exponent: 0,
|
|
20121
|
+
aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
|
|
20122
|
+
}, {
|
|
20123
|
+
denom: 'dsilk',
|
|
20124
|
+
exponent: 6
|
|
20125
|
+
}],
|
|
20126
|
+
type_asset: 'snip25',
|
|
20127
|
+
address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
20128
|
+
base: 'ibc/25C3C76BB102453BF59D9EC518E102315842D49C1D6BD6B5EFF78462CFC854DA',
|
|
20129
|
+
name: 'dSilk',
|
|
20130
|
+
display: 'dsilk',
|
|
20131
|
+
symbol: 'dSILK',
|
|
20132
|
+
logo_URIs: {
|
|
20133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
20134
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
|
|
20135
|
+
},
|
|
20136
|
+
images: [{
|
|
20137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
20138
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
|
|
20139
|
+
theme: {
|
|
20140
|
+
primary_color_hex: '#3142fc'
|
|
20141
|
+
}
|
|
20142
|
+
}],
|
|
20143
|
+
traces: [{
|
|
20144
|
+
type: 'ibc-cw20',
|
|
20145
|
+
counterparty: {
|
|
20146
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
20147
|
+
channel_id: 'channel-187',
|
|
20148
|
+
base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
20149
|
+
chain_name: 'secretnetwork'
|
|
20150
|
+
},
|
|
20151
|
+
chain: {
|
|
20152
|
+
port: 'transfer',
|
|
20153
|
+
channel_id: 'channel-1355'
|
|
20154
|
+
}
|
|
20155
|
+
}]
|
|
20156
|
+
},
|
|
20157
|
+
{
|
|
20158
|
+
description: 'The native token cw20 for xSilk on Secret Network',
|
|
20159
|
+
denom_units: [{
|
|
20160
|
+
denom: 'ibc/EE892F929C3FD46F733EB757752DF078C3DAF28DBACC5BDF12E566611EA6B521',
|
|
20161
|
+
exponent: 0,
|
|
20162
|
+
aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
|
|
20163
|
+
}, {
|
|
20164
|
+
denom: 'xsilk',
|
|
20165
|
+
exponent: 6
|
|
20166
|
+
}],
|
|
20167
|
+
type_asset: 'snip25',
|
|
20168
|
+
address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
20169
|
+
base: 'ibc/EE892F929C3FD46F733EB757752DF078C3DAF28DBACC5BDF12E566611EA6B521',
|
|
20170
|
+
name: 'xSilk',
|
|
20171
|
+
display: 'xsilk',
|
|
20172
|
+
symbol: 'xSILK',
|
|
20173
|
+
logo_URIs: {
|
|
20174
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
20175
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
|
|
20176
|
+
},
|
|
20177
|
+
images: [{
|
|
20178
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
20179
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
|
|
20180
|
+
theme: {
|
|
20181
|
+
primary_color_hex: '#3142fc'
|
|
20182
|
+
}
|
|
20183
|
+
}],
|
|
20184
|
+
traces: [{
|
|
20185
|
+
type: 'ibc-cw20',
|
|
20186
|
+
counterparty: {
|
|
20187
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
20188
|
+
channel_id: 'channel-187',
|
|
20189
|
+
base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
20190
|
+
chain_name: 'secretnetwork'
|
|
20191
|
+
},
|
|
20192
|
+
chain: {
|
|
20193
|
+
port: 'transfer',
|
|
20194
|
+
channel_id: 'channel-1355'
|
|
20195
|
+
}
|
|
20196
|
+
}]
|
|
20197
|
+
},
|
|
19416
20198
|
{
|
|
19417
20199
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
19418
20200
|
denom_units: [{
|
|
@@ -19789,6 +20571,88 @@ const assets = {
|
|
|
19789
20571
|
}
|
|
19790
20572
|
}]
|
|
19791
20573
|
},
|
|
20574
|
+
{
|
|
20575
|
+
description: 'The native token cw20 for dSilk on Secret Network',
|
|
20576
|
+
denom_units: [{
|
|
20577
|
+
denom: 'ibc/25C3C76BB102453BF59D9EC518E102315842D49C1D6BD6B5EFF78462CFC854DA',
|
|
20578
|
+
exponent: 0,
|
|
20579
|
+
aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
|
|
20580
|
+
}, {
|
|
20581
|
+
denom: 'dsilk',
|
|
20582
|
+
exponent: 6
|
|
20583
|
+
}],
|
|
20584
|
+
type_asset: 'snip25',
|
|
20585
|
+
address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
20586
|
+
base: 'ibc/25C3C76BB102453BF59D9EC518E102315842D49C1D6BD6B5EFF78462CFC854DA',
|
|
20587
|
+
name: 'dSilk',
|
|
20588
|
+
display: 'dsilk',
|
|
20589
|
+
symbol: 'dSILK',
|
|
20590
|
+
logo_URIs: {
|
|
20591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
20592
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
|
|
20593
|
+
},
|
|
20594
|
+
images: [{
|
|
20595
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
20596
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
|
|
20597
|
+
theme: {
|
|
20598
|
+
primary_color_hex: '#3142fc'
|
|
20599
|
+
}
|
|
20600
|
+
}],
|
|
20601
|
+
traces: [{
|
|
20602
|
+
type: 'ibc-cw20',
|
|
20603
|
+
counterparty: {
|
|
20604
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
20605
|
+
channel_id: 'channel-187',
|
|
20606
|
+
base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
20607
|
+
chain_name: 'secretnetwork'
|
|
20608
|
+
},
|
|
20609
|
+
chain: {
|
|
20610
|
+
port: 'transfer',
|
|
20611
|
+
channel_id: 'channel-1355'
|
|
20612
|
+
}
|
|
20613
|
+
}]
|
|
20614
|
+
},
|
|
20615
|
+
{
|
|
20616
|
+
description: 'The native token cw20 for xSilk on Secret Network',
|
|
20617
|
+
denom_units: [{
|
|
20618
|
+
denom: 'ibc/EE892F929C3FD46F733EB757752DF078C3DAF28DBACC5BDF12E566611EA6B521',
|
|
20619
|
+
exponent: 0,
|
|
20620
|
+
aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
|
|
20621
|
+
}, {
|
|
20622
|
+
denom: 'xsilk',
|
|
20623
|
+
exponent: 6
|
|
20624
|
+
}],
|
|
20625
|
+
type_asset: 'snip25',
|
|
20626
|
+
address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
20627
|
+
base: 'ibc/EE892F929C3FD46F733EB757752DF078C3DAF28DBACC5BDF12E566611EA6B521',
|
|
20628
|
+
name: 'xSilk',
|
|
20629
|
+
display: 'xsilk',
|
|
20630
|
+
symbol: 'xSILK',
|
|
20631
|
+
logo_URIs: {
|
|
20632
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
20633
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
|
|
20634
|
+
},
|
|
20635
|
+
images: [{
|
|
20636
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
20637
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
|
|
20638
|
+
theme: {
|
|
20639
|
+
primary_color_hex: '#3142fc'
|
|
20640
|
+
}
|
|
20641
|
+
}],
|
|
20642
|
+
traces: [{
|
|
20643
|
+
type: 'ibc-cw20',
|
|
20644
|
+
counterparty: {
|
|
20645
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
20646
|
+
channel_id: 'channel-187',
|
|
20647
|
+
base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
20648
|
+
chain_name: 'secretnetwork'
|
|
20649
|
+
},
|
|
20650
|
+
chain: {
|
|
20651
|
+
port: 'transfer',
|
|
20652
|
+
channel_id: 'channel-1355'
|
|
20653
|
+
}
|
|
20654
|
+
}]
|
|
20655
|
+
},
|
|
19792
20656
|
{
|
|
19793
20657
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
19794
20658
|
denom_units: [{
|