@chain-registry/assets 1.70.220 → 1.70.222
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/babylon.js +86 -0
- 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/milkyway.js +76 -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/esm/testnet/assets.js +2 -1
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/int3facetestnet.js +5 -0
- package/esm/testnet/osmosistestnet.js +80 -0
- package/index.d.ts +1 -1
- package/mainnet/axelar.js +890 -26
- package/mainnet/babylon.js +86 -0
- 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/milkyway.js +76 -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/testnet/assets.js +2 -1
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/int3facetestnet.d.ts +3 -0
- package/testnet/int3facetestnet.js +7 -0
- package/testnet/osmosistestnet.js +80 -0
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -15151,6 +15151,146 @@ const assets = {
|
|
|
15151
15151
|
}
|
|
15152
15152
|
}]
|
|
15153
15153
|
},
|
|
15154
|
+
{
|
|
15155
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
15156
|
+
denom_units: [{
|
|
15157
|
+
denom: 'ibc/A66550A245C5F83C2BBB983356D94180E564C9BD23FDD52417A928B60516E18D',
|
|
15158
|
+
exponent: 0,
|
|
15159
|
+
aliases: ['p:asusds:30Jun2025']
|
|
15160
|
+
}, {
|
|
15161
|
+
denom: 'psUSDS30Jun2025',
|
|
15162
|
+
exponent: 18
|
|
15163
|
+
}],
|
|
15164
|
+
base: 'ibc/A66550A245C5F83C2BBB983356D94180E564C9BD23FDD52417A928B60516E18D',
|
|
15165
|
+
name: 'psUsds (30Jun2025)',
|
|
15166
|
+
display: 'psUSDS30Jun2025',
|
|
15167
|
+
symbol: 'psUSDS-30Jun2025',
|
|
15168
|
+
logo_URIs: {
|
|
15169
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
15170
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
15171
|
+
},
|
|
15172
|
+
images: [{
|
|
15173
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
15174
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
15175
|
+
}],
|
|
15176
|
+
type_asset: 'sdk.coin',
|
|
15177
|
+
traces: [{
|
|
15178
|
+
type: 'ibc',
|
|
15179
|
+
counterparty: {
|
|
15180
|
+
channel_id: 'channel-2',
|
|
15181
|
+
base_denom: 'p:asusds:30Jun2025',
|
|
15182
|
+
chain_name: 'pryzm'
|
|
15183
|
+
},
|
|
15184
|
+
chain: {
|
|
15185
|
+
channel_id: 'channel-75755'
|
|
15186
|
+
}
|
|
15187
|
+
}]
|
|
15188
|
+
},
|
|
15189
|
+
{
|
|
15190
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Sep2025',
|
|
15191
|
+
denom_units: [{
|
|
15192
|
+
denom: 'ibc/B697B2E2F996F1AA8EB7FD699610ED74C94E20667C4497564559D1C606B8CEFB',
|
|
15193
|
+
exponent: 0,
|
|
15194
|
+
aliases: ['p:asusds:30Sep2025']
|
|
15195
|
+
}, {
|
|
15196
|
+
denom: 'psUSDS30Sep2025',
|
|
15197
|
+
exponent: 18
|
|
15198
|
+
}],
|
|
15199
|
+
base: 'ibc/B697B2E2F996F1AA8EB7FD699610ED74C94E20667C4497564559D1C606B8CEFB',
|
|
15200
|
+
name: 'psUsds (30Sep2025)',
|
|
15201
|
+
display: 'psUSDS30Sep2025',
|
|
15202
|
+
symbol: 'psUSDS-30Sep2025',
|
|
15203
|
+
logo_URIs: {
|
|
15204
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
15205
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
15206
|
+
},
|
|
15207
|
+
images: [{
|
|
15208
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
15209
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
15210
|
+
}],
|
|
15211
|
+
type_asset: 'sdk.coin',
|
|
15212
|
+
traces: [{
|
|
15213
|
+
type: 'ibc',
|
|
15214
|
+
counterparty: {
|
|
15215
|
+
channel_id: 'channel-2',
|
|
15216
|
+
base_denom: 'p:asusds:30Sep2025',
|
|
15217
|
+
chain_name: 'pryzm'
|
|
15218
|
+
},
|
|
15219
|
+
chain: {
|
|
15220
|
+
channel_id: 'channel-75755'
|
|
15221
|
+
}
|
|
15222
|
+
}]
|
|
15223
|
+
},
|
|
15224
|
+
{
|
|
15225
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Dec2025',
|
|
15226
|
+
denom_units: [{
|
|
15227
|
+
denom: 'ibc/81628CA198871167855B7CA65C98F75AFECE6EC4A66ABDB4E31C771D0B452EFD',
|
|
15228
|
+
exponent: 0,
|
|
15229
|
+
aliases: ['p:asusds:31Dec2025']
|
|
15230
|
+
}, {
|
|
15231
|
+
denom: 'psUSDS31Dec2025',
|
|
15232
|
+
exponent: 18
|
|
15233
|
+
}],
|
|
15234
|
+
base: 'ibc/81628CA198871167855B7CA65C98F75AFECE6EC4A66ABDB4E31C771D0B452EFD',
|
|
15235
|
+
name: 'psUsds (31Dec2025)',
|
|
15236
|
+
display: 'psUSDS31Dec2025',
|
|
15237
|
+
symbol: 'psUSDS-31Dec2025',
|
|
15238
|
+
logo_URIs: {
|
|
15239
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
15240
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
15241
|
+
},
|
|
15242
|
+
images: [{
|
|
15243
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
15244
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
15245
|
+
}],
|
|
15246
|
+
type_asset: 'sdk.coin',
|
|
15247
|
+
traces: [{
|
|
15248
|
+
type: 'ibc',
|
|
15249
|
+
counterparty: {
|
|
15250
|
+
channel_id: 'channel-2',
|
|
15251
|
+
base_denom: 'p:asusds:31Dec2025',
|
|
15252
|
+
chain_name: 'pryzm'
|
|
15253
|
+
},
|
|
15254
|
+
chain: {
|
|
15255
|
+
channel_id: 'channel-75755'
|
|
15256
|
+
}
|
|
15257
|
+
}]
|
|
15258
|
+
},
|
|
15259
|
+
{
|
|
15260
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Mar2026',
|
|
15261
|
+
denom_units: [{
|
|
15262
|
+
denom: 'ibc/B42CA5DD98B0FC5DBBEF3A2D05B5149918229BBFEF7301898227549C7FDB3C18',
|
|
15263
|
+
exponent: 0,
|
|
15264
|
+
aliases: ['p:asusds:31Mar2026']
|
|
15265
|
+
}, {
|
|
15266
|
+
denom: 'psUSDS31Mar2026',
|
|
15267
|
+
exponent: 18
|
|
15268
|
+
}],
|
|
15269
|
+
base: 'ibc/B42CA5DD98B0FC5DBBEF3A2D05B5149918229BBFEF7301898227549C7FDB3C18',
|
|
15270
|
+
name: 'psUsds (31Mar2026)',
|
|
15271
|
+
display: 'psUSDS31Mar2026',
|
|
15272
|
+
symbol: 'psUSDS-31Mar2026',
|
|
15273
|
+
logo_URIs: {
|
|
15274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
15275
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
15276
|
+
},
|
|
15277
|
+
images: [{
|
|
15278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
15279
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
15280
|
+
}],
|
|
15281
|
+
type_asset: 'sdk.coin',
|
|
15282
|
+
traces: [{
|
|
15283
|
+
type: 'ibc',
|
|
15284
|
+
counterparty: {
|
|
15285
|
+
channel_id: 'channel-2',
|
|
15286
|
+
base_denom: 'p:asusds:31Mar2026',
|
|
15287
|
+
chain_name: 'pryzm'
|
|
15288
|
+
},
|
|
15289
|
+
chain: {
|
|
15290
|
+
channel_id: 'channel-75755'
|
|
15291
|
+
}
|
|
15292
|
+
}]
|
|
15293
|
+
},
|
|
15154
15294
|
{
|
|
15155
15295
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
15156
15296
|
denom_units: [{
|
|
@@ -16936,6 +17076,146 @@ const assets = {
|
|
|
16936
17076
|
}
|
|
16937
17077
|
}]
|
|
16938
17078
|
},
|
|
17079
|
+
{
|
|
17080
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
17081
|
+
denom_units: [{
|
|
17082
|
+
denom: 'ibc/DBFF8B4E1596285D5D85BD643289361F886CC8817A03FD99A3ED4AA1B4403399',
|
|
17083
|
+
exponent: 0,
|
|
17084
|
+
aliases: ['y:asusds:30Jun2025']
|
|
17085
|
+
}, {
|
|
17086
|
+
denom: 'ysUSDS30Jun2025',
|
|
17087
|
+
exponent: 18
|
|
17088
|
+
}],
|
|
17089
|
+
base: 'ibc/DBFF8B4E1596285D5D85BD643289361F886CC8817A03FD99A3ED4AA1B4403399',
|
|
17090
|
+
name: 'ysUsds (30Jun2025)',
|
|
17091
|
+
display: 'ysUSDS30Jun2025',
|
|
17092
|
+
symbol: 'ysUSDS-30Jun2025',
|
|
17093
|
+
logo_URIs: {
|
|
17094
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17095
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
17096
|
+
},
|
|
17097
|
+
images: [{
|
|
17098
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17099
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
17100
|
+
}],
|
|
17101
|
+
type_asset: 'sdk.coin',
|
|
17102
|
+
traces: [{
|
|
17103
|
+
type: 'ibc',
|
|
17104
|
+
counterparty: {
|
|
17105
|
+
channel_id: 'channel-2',
|
|
17106
|
+
base_denom: 'y:asusds:30Jun2025',
|
|
17107
|
+
chain_name: 'pryzm'
|
|
17108
|
+
},
|
|
17109
|
+
chain: {
|
|
17110
|
+
channel_id: 'channel-75755'
|
|
17111
|
+
}
|
|
17112
|
+
}]
|
|
17113
|
+
},
|
|
17114
|
+
{
|
|
17115
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Sep2025',
|
|
17116
|
+
denom_units: [{
|
|
17117
|
+
denom: 'ibc/0E8F7D3B3E33F7704BD143859503DA0CCEC30073219AE61FA58D8F3721BAE978',
|
|
17118
|
+
exponent: 0,
|
|
17119
|
+
aliases: ['y:asusds:30Sep2025']
|
|
17120
|
+
}, {
|
|
17121
|
+
denom: 'ysUSDS30Sep2025',
|
|
17122
|
+
exponent: 18
|
|
17123
|
+
}],
|
|
17124
|
+
base: 'ibc/0E8F7D3B3E33F7704BD143859503DA0CCEC30073219AE61FA58D8F3721BAE978',
|
|
17125
|
+
name: 'ysUsds (30Sep2025)',
|
|
17126
|
+
display: 'ysUSDS30Sep2025',
|
|
17127
|
+
symbol: 'ysUSDS-30Sep2025',
|
|
17128
|
+
logo_URIs: {
|
|
17129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17130
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
17131
|
+
},
|
|
17132
|
+
images: [{
|
|
17133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17134
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
17135
|
+
}],
|
|
17136
|
+
type_asset: 'sdk.coin',
|
|
17137
|
+
traces: [{
|
|
17138
|
+
type: 'ibc',
|
|
17139
|
+
counterparty: {
|
|
17140
|
+
channel_id: 'channel-2',
|
|
17141
|
+
base_denom: 'y:asusds:30Sep2025',
|
|
17142
|
+
chain_name: 'pryzm'
|
|
17143
|
+
},
|
|
17144
|
+
chain: {
|
|
17145
|
+
channel_id: 'channel-75755'
|
|
17146
|
+
}
|
|
17147
|
+
}]
|
|
17148
|
+
},
|
|
17149
|
+
{
|
|
17150
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Dec2025',
|
|
17151
|
+
denom_units: [{
|
|
17152
|
+
denom: 'ibc/8BF6A461FAECF7E8A36CAE320A59A516B1BCED929AAC564DA74428B5EF98BCBD',
|
|
17153
|
+
exponent: 0,
|
|
17154
|
+
aliases: ['y:asusds:31Dec2025']
|
|
17155
|
+
}, {
|
|
17156
|
+
denom: 'ysUSDS31Dec2025',
|
|
17157
|
+
exponent: 18
|
|
17158
|
+
}],
|
|
17159
|
+
base: 'ibc/8BF6A461FAECF7E8A36CAE320A59A516B1BCED929AAC564DA74428B5EF98BCBD',
|
|
17160
|
+
name: 'ysUsds (31Dec2025)',
|
|
17161
|
+
display: 'ysUSDS31Dec2025',
|
|
17162
|
+
symbol: 'ysUSDS-31Dec2025',
|
|
17163
|
+
logo_URIs: {
|
|
17164
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17165
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
17166
|
+
},
|
|
17167
|
+
images: [{
|
|
17168
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17169
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
17170
|
+
}],
|
|
17171
|
+
type_asset: 'sdk.coin',
|
|
17172
|
+
traces: [{
|
|
17173
|
+
type: 'ibc',
|
|
17174
|
+
counterparty: {
|
|
17175
|
+
channel_id: 'channel-2',
|
|
17176
|
+
base_denom: 'y:asusds:31Dec2025',
|
|
17177
|
+
chain_name: 'pryzm'
|
|
17178
|
+
},
|
|
17179
|
+
chain: {
|
|
17180
|
+
channel_id: 'channel-75755'
|
|
17181
|
+
}
|
|
17182
|
+
}]
|
|
17183
|
+
},
|
|
17184
|
+
{
|
|
17185
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Mar2026',
|
|
17186
|
+
denom_units: [{
|
|
17187
|
+
denom: 'ibc/3D2E98CAFBBFDC38185B7F90C2A43F81EAD7D59B05EAD724249D92F354F5D5FE',
|
|
17188
|
+
exponent: 0,
|
|
17189
|
+
aliases: ['y:asusds:31Mar2026']
|
|
17190
|
+
}, {
|
|
17191
|
+
denom: 'ysUSDS31Mar2026',
|
|
17192
|
+
exponent: 18
|
|
17193
|
+
}],
|
|
17194
|
+
base: 'ibc/3D2E98CAFBBFDC38185B7F90C2A43F81EAD7D59B05EAD724249D92F354F5D5FE',
|
|
17195
|
+
name: 'ysUsds (31Mar2026)',
|
|
17196
|
+
display: 'ysUSDS31Mar2026',
|
|
17197
|
+
symbol: 'ysUSDS-31Mar2026',
|
|
17198
|
+
logo_URIs: {
|
|
17199
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17200
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
17201
|
+
},
|
|
17202
|
+
images: [{
|
|
17203
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
17204
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
17205
|
+
}],
|
|
17206
|
+
type_asset: 'sdk.coin',
|
|
17207
|
+
traces: [{
|
|
17208
|
+
type: 'ibc',
|
|
17209
|
+
counterparty: {
|
|
17210
|
+
channel_id: 'channel-2',
|
|
17211
|
+
base_denom: 'y:asusds:31Mar2026',
|
|
17212
|
+
chain_name: 'pryzm'
|
|
17213
|
+
},
|
|
17214
|
+
chain: {
|
|
17215
|
+
channel_id: 'channel-75755'
|
|
17216
|
+
}
|
|
17217
|
+
}]
|
|
17218
|
+
},
|
|
16939
17219
|
{
|
|
16940
17220
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
16941
17221
|
denom_units: [{
|
|
@@ -17951,6 +18231,76 @@ const assets = {
|
|
|
17951
18231
|
}
|
|
17952
18232
|
}]
|
|
17953
18233
|
},
|
|
18234
|
+
{
|
|
18235
|
+
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
18236
|
+
denom_units: [{
|
|
18237
|
+
denom: 'ibc/BADE12981CD6690CE3D1B2419D30AE2C9EFD87E6DB02D320FAC3EF1D30517E6E',
|
|
18238
|
+
exponent: 0,
|
|
18239
|
+
aliases: ['lp:36:asusds']
|
|
18240
|
+
}, {
|
|
18241
|
+
denom: 'lp:36:susds',
|
|
18242
|
+
exponent: 18
|
|
18243
|
+
}],
|
|
18244
|
+
base: 'ibc/BADE12981CD6690CE3D1B2419D30AE2C9EFD87E6DB02D320FAC3EF1D30517E6E',
|
|
18245
|
+
name: 'sUSDS Yield LP',
|
|
18246
|
+
display: 'lp:36:susds',
|
|
18247
|
+
symbol: 'sUSDS-YIELD-LP',
|
|
18248
|
+
logo_URIs: {
|
|
18249
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18250
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18251
|
+
},
|
|
18252
|
+
images: [{
|
|
18253
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18254
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18255
|
+
}],
|
|
18256
|
+
type_asset: 'sdk.coin',
|
|
18257
|
+
traces: [{
|
|
18258
|
+
type: 'ibc',
|
|
18259
|
+
counterparty: {
|
|
18260
|
+
channel_id: 'channel-2',
|
|
18261
|
+
base_denom: 'lp:36:asusds',
|
|
18262
|
+
chain_name: 'pryzm'
|
|
18263
|
+
},
|
|
18264
|
+
chain: {
|
|
18265
|
+
channel_id: 'channel-75755'
|
|
18266
|
+
}
|
|
18267
|
+
}]
|
|
18268
|
+
},
|
|
18269
|
+
{
|
|
18270
|
+
description: 'Pryzm\'s LP token for sUSDS Boost pool',
|
|
18271
|
+
denom_units: [{
|
|
18272
|
+
denom: 'ibc/B7BDBA7D76ECF43520252879E6643C740F3917C728FFF4C0C8FD2E3E49780838',
|
|
18273
|
+
exponent: 0,
|
|
18274
|
+
aliases: ['lp:37:asusdsypt-uusdc']
|
|
18275
|
+
}, {
|
|
18276
|
+
denom: 'lp:37:susdsypt-usdc',
|
|
18277
|
+
exponent: 18
|
|
18278
|
+
}],
|
|
18279
|
+
base: 'ibc/B7BDBA7D76ECF43520252879E6643C740F3917C728FFF4C0C8FD2E3E49780838',
|
|
18280
|
+
name: 'sUSDS Boost LP',
|
|
18281
|
+
display: 'lp:37:susdsypt-usdc',
|
|
18282
|
+
symbol: 'sUSDS-BOOST-LP',
|
|
18283
|
+
logo_URIs: {
|
|
18284
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18285
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18286
|
+
},
|
|
18287
|
+
images: [{
|
|
18288
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18289
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18290
|
+
}],
|
|
18291
|
+
type_asset: 'sdk.coin',
|
|
18292
|
+
traces: [{
|
|
18293
|
+
type: 'ibc',
|
|
18294
|
+
counterparty: {
|
|
18295
|
+
channel_id: 'channel-2',
|
|
18296
|
+
base_denom: 'lp:37:asusdsypt-uusdc',
|
|
18297
|
+
chain_name: 'pryzm'
|
|
18298
|
+
},
|
|
18299
|
+
chain: {
|
|
18300
|
+
channel_id: 'channel-75755'
|
|
18301
|
+
}
|
|
18302
|
+
}]
|
|
18303
|
+
},
|
|
17954
18304
|
{
|
|
17955
18305
|
description: 'The revenue token for Pylons',
|
|
17956
18306
|
denom_units: [{
|
|
@@ -22995,6 +23345,146 @@ const assets = {
|
|
|
22995
23345
|
}
|
|
22996
23346
|
}]
|
|
22997
23347
|
},
|
|
23348
|
+
{
|
|
23349
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
23350
|
+
denom_units: [{
|
|
23351
|
+
denom: 'ibc/A66550A245C5F83C2BBB983356D94180E564C9BD23FDD52417A928B60516E18D',
|
|
23352
|
+
exponent: 0,
|
|
23353
|
+
aliases: ['p:asusds:30Jun2025']
|
|
23354
|
+
}, {
|
|
23355
|
+
denom: 'psUSDS30Jun2025',
|
|
23356
|
+
exponent: 18
|
|
23357
|
+
}],
|
|
23358
|
+
base: 'ibc/A66550A245C5F83C2BBB983356D94180E564C9BD23FDD52417A928B60516E18D',
|
|
23359
|
+
name: 'psUsds (30Jun2025)',
|
|
23360
|
+
display: 'psUSDS30Jun2025',
|
|
23361
|
+
symbol: 'psUSDS-30Jun2025',
|
|
23362
|
+
logo_URIs: {
|
|
23363
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
23364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
23365
|
+
},
|
|
23366
|
+
images: [{
|
|
23367
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
23368
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
23369
|
+
}],
|
|
23370
|
+
type_asset: 'sdk.coin',
|
|
23371
|
+
traces: [{
|
|
23372
|
+
type: 'ibc',
|
|
23373
|
+
counterparty: {
|
|
23374
|
+
channel_id: 'channel-2',
|
|
23375
|
+
base_denom: 'p:asusds:30Jun2025',
|
|
23376
|
+
chain_name: 'pryzm'
|
|
23377
|
+
},
|
|
23378
|
+
chain: {
|
|
23379
|
+
channel_id: 'channel-75755'
|
|
23380
|
+
}
|
|
23381
|
+
}]
|
|
23382
|
+
},
|
|
23383
|
+
{
|
|
23384
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Sep2025',
|
|
23385
|
+
denom_units: [{
|
|
23386
|
+
denom: 'ibc/B697B2E2F996F1AA8EB7FD699610ED74C94E20667C4497564559D1C606B8CEFB',
|
|
23387
|
+
exponent: 0,
|
|
23388
|
+
aliases: ['p:asusds:30Sep2025']
|
|
23389
|
+
}, {
|
|
23390
|
+
denom: 'psUSDS30Sep2025',
|
|
23391
|
+
exponent: 18
|
|
23392
|
+
}],
|
|
23393
|
+
base: 'ibc/B697B2E2F996F1AA8EB7FD699610ED74C94E20667C4497564559D1C606B8CEFB',
|
|
23394
|
+
name: 'psUsds (30Sep2025)',
|
|
23395
|
+
display: 'psUSDS30Sep2025',
|
|
23396
|
+
symbol: 'psUSDS-30Sep2025',
|
|
23397
|
+
logo_URIs: {
|
|
23398
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
23399
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
23400
|
+
},
|
|
23401
|
+
images: [{
|
|
23402
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
23403
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
23404
|
+
}],
|
|
23405
|
+
type_asset: 'sdk.coin',
|
|
23406
|
+
traces: [{
|
|
23407
|
+
type: 'ibc',
|
|
23408
|
+
counterparty: {
|
|
23409
|
+
channel_id: 'channel-2',
|
|
23410
|
+
base_denom: 'p:asusds:30Sep2025',
|
|
23411
|
+
chain_name: 'pryzm'
|
|
23412
|
+
},
|
|
23413
|
+
chain: {
|
|
23414
|
+
channel_id: 'channel-75755'
|
|
23415
|
+
}
|
|
23416
|
+
}]
|
|
23417
|
+
},
|
|
23418
|
+
{
|
|
23419
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Dec2025',
|
|
23420
|
+
denom_units: [{
|
|
23421
|
+
denom: 'ibc/81628CA198871167855B7CA65C98F75AFECE6EC4A66ABDB4E31C771D0B452EFD',
|
|
23422
|
+
exponent: 0,
|
|
23423
|
+
aliases: ['p:asusds:31Dec2025']
|
|
23424
|
+
}, {
|
|
23425
|
+
denom: 'psUSDS31Dec2025',
|
|
23426
|
+
exponent: 18
|
|
23427
|
+
}],
|
|
23428
|
+
base: 'ibc/81628CA198871167855B7CA65C98F75AFECE6EC4A66ABDB4E31C771D0B452EFD',
|
|
23429
|
+
name: 'psUsds (31Dec2025)',
|
|
23430
|
+
display: 'psUSDS31Dec2025',
|
|
23431
|
+
symbol: 'psUSDS-31Dec2025',
|
|
23432
|
+
logo_URIs: {
|
|
23433
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
23434
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
23435
|
+
},
|
|
23436
|
+
images: [{
|
|
23437
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
23438
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
23439
|
+
}],
|
|
23440
|
+
type_asset: 'sdk.coin',
|
|
23441
|
+
traces: [{
|
|
23442
|
+
type: 'ibc',
|
|
23443
|
+
counterparty: {
|
|
23444
|
+
channel_id: 'channel-2',
|
|
23445
|
+
base_denom: 'p:asusds:31Dec2025',
|
|
23446
|
+
chain_name: 'pryzm'
|
|
23447
|
+
},
|
|
23448
|
+
chain: {
|
|
23449
|
+
channel_id: 'channel-75755'
|
|
23450
|
+
}
|
|
23451
|
+
}]
|
|
23452
|
+
},
|
|
23453
|
+
{
|
|
23454
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Mar2026',
|
|
23455
|
+
denom_units: [{
|
|
23456
|
+
denom: 'ibc/B42CA5DD98B0FC5DBBEF3A2D05B5149918229BBFEF7301898227549C7FDB3C18',
|
|
23457
|
+
exponent: 0,
|
|
23458
|
+
aliases: ['p:asusds:31Mar2026']
|
|
23459
|
+
}, {
|
|
23460
|
+
denom: 'psUSDS31Mar2026',
|
|
23461
|
+
exponent: 18
|
|
23462
|
+
}],
|
|
23463
|
+
base: 'ibc/B42CA5DD98B0FC5DBBEF3A2D05B5149918229BBFEF7301898227549C7FDB3C18',
|
|
23464
|
+
name: 'psUsds (31Mar2026)',
|
|
23465
|
+
display: 'psUSDS31Mar2026',
|
|
23466
|
+
symbol: 'psUSDS-31Mar2026',
|
|
23467
|
+
logo_URIs: {
|
|
23468
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
23469
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
23470
|
+
},
|
|
23471
|
+
images: [{
|
|
23472
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
23473
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
23474
|
+
}],
|
|
23475
|
+
type_asset: 'sdk.coin',
|
|
23476
|
+
traces: [{
|
|
23477
|
+
type: 'ibc',
|
|
23478
|
+
counterparty: {
|
|
23479
|
+
channel_id: 'channel-2',
|
|
23480
|
+
base_denom: 'p:asusds:31Mar2026',
|
|
23481
|
+
chain_name: 'pryzm'
|
|
23482
|
+
},
|
|
23483
|
+
chain: {
|
|
23484
|
+
channel_id: 'channel-75755'
|
|
23485
|
+
}
|
|
23486
|
+
}]
|
|
23487
|
+
},
|
|
22998
23488
|
{
|
|
22999
23489
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
23000
23490
|
denom_units: [{
|
|
@@ -24780,6 +25270,146 @@ const assets = {
|
|
|
24780
25270
|
}
|
|
24781
25271
|
}]
|
|
24782
25272
|
},
|
|
25273
|
+
{
|
|
25274
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
25275
|
+
denom_units: [{
|
|
25276
|
+
denom: 'ibc/DBFF8B4E1596285D5D85BD643289361F886CC8817A03FD99A3ED4AA1B4403399',
|
|
25277
|
+
exponent: 0,
|
|
25278
|
+
aliases: ['y:asusds:30Jun2025']
|
|
25279
|
+
}, {
|
|
25280
|
+
denom: 'ysUSDS30Jun2025',
|
|
25281
|
+
exponent: 18
|
|
25282
|
+
}],
|
|
25283
|
+
base: 'ibc/DBFF8B4E1596285D5D85BD643289361F886CC8817A03FD99A3ED4AA1B4403399',
|
|
25284
|
+
name: 'ysUsds (30Jun2025)',
|
|
25285
|
+
display: 'ysUSDS30Jun2025',
|
|
25286
|
+
symbol: 'ysUSDS-30Jun2025',
|
|
25287
|
+
logo_URIs: {
|
|
25288
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
25289
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
25290
|
+
},
|
|
25291
|
+
images: [{
|
|
25292
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
25293
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
25294
|
+
}],
|
|
25295
|
+
type_asset: 'sdk.coin',
|
|
25296
|
+
traces: [{
|
|
25297
|
+
type: 'ibc',
|
|
25298
|
+
counterparty: {
|
|
25299
|
+
channel_id: 'channel-2',
|
|
25300
|
+
base_denom: 'y:asusds:30Jun2025',
|
|
25301
|
+
chain_name: 'pryzm'
|
|
25302
|
+
},
|
|
25303
|
+
chain: {
|
|
25304
|
+
channel_id: 'channel-75755'
|
|
25305
|
+
}
|
|
25306
|
+
}]
|
|
25307
|
+
},
|
|
25308
|
+
{
|
|
25309
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Sep2025',
|
|
25310
|
+
denom_units: [{
|
|
25311
|
+
denom: 'ibc/0E8F7D3B3E33F7704BD143859503DA0CCEC30073219AE61FA58D8F3721BAE978',
|
|
25312
|
+
exponent: 0,
|
|
25313
|
+
aliases: ['y:asusds:30Sep2025']
|
|
25314
|
+
}, {
|
|
25315
|
+
denom: 'ysUSDS30Sep2025',
|
|
25316
|
+
exponent: 18
|
|
25317
|
+
}],
|
|
25318
|
+
base: 'ibc/0E8F7D3B3E33F7704BD143859503DA0CCEC30073219AE61FA58D8F3721BAE978',
|
|
25319
|
+
name: 'ysUsds (30Sep2025)',
|
|
25320
|
+
display: 'ysUSDS30Sep2025',
|
|
25321
|
+
symbol: 'ysUSDS-30Sep2025',
|
|
25322
|
+
logo_URIs: {
|
|
25323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
25324
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
25325
|
+
},
|
|
25326
|
+
images: [{
|
|
25327
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
25328
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
25329
|
+
}],
|
|
25330
|
+
type_asset: 'sdk.coin',
|
|
25331
|
+
traces: [{
|
|
25332
|
+
type: 'ibc',
|
|
25333
|
+
counterparty: {
|
|
25334
|
+
channel_id: 'channel-2',
|
|
25335
|
+
base_denom: 'y:asusds:30Sep2025',
|
|
25336
|
+
chain_name: 'pryzm'
|
|
25337
|
+
},
|
|
25338
|
+
chain: {
|
|
25339
|
+
channel_id: 'channel-75755'
|
|
25340
|
+
}
|
|
25341
|
+
}]
|
|
25342
|
+
},
|
|
25343
|
+
{
|
|
25344
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Dec2025',
|
|
25345
|
+
denom_units: [{
|
|
25346
|
+
denom: 'ibc/8BF6A461FAECF7E8A36CAE320A59A516B1BCED929AAC564DA74428B5EF98BCBD',
|
|
25347
|
+
exponent: 0,
|
|
25348
|
+
aliases: ['y:asusds:31Dec2025']
|
|
25349
|
+
}, {
|
|
25350
|
+
denom: 'ysUSDS31Dec2025',
|
|
25351
|
+
exponent: 18
|
|
25352
|
+
}],
|
|
25353
|
+
base: 'ibc/8BF6A461FAECF7E8A36CAE320A59A516B1BCED929AAC564DA74428B5EF98BCBD',
|
|
25354
|
+
name: 'ysUsds (31Dec2025)',
|
|
25355
|
+
display: 'ysUSDS31Dec2025',
|
|
25356
|
+
symbol: 'ysUSDS-31Dec2025',
|
|
25357
|
+
logo_URIs: {
|
|
25358
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
25359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
25360
|
+
},
|
|
25361
|
+
images: [{
|
|
25362
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
25363
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
25364
|
+
}],
|
|
25365
|
+
type_asset: 'sdk.coin',
|
|
25366
|
+
traces: [{
|
|
25367
|
+
type: 'ibc',
|
|
25368
|
+
counterparty: {
|
|
25369
|
+
channel_id: 'channel-2',
|
|
25370
|
+
base_denom: 'y:asusds:31Dec2025',
|
|
25371
|
+
chain_name: 'pryzm'
|
|
25372
|
+
},
|
|
25373
|
+
chain: {
|
|
25374
|
+
channel_id: 'channel-75755'
|
|
25375
|
+
}
|
|
25376
|
+
}]
|
|
25377
|
+
},
|
|
25378
|
+
{
|
|
25379
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Mar2026',
|
|
25380
|
+
denom_units: [{
|
|
25381
|
+
denom: 'ibc/3D2E98CAFBBFDC38185B7F90C2A43F81EAD7D59B05EAD724249D92F354F5D5FE',
|
|
25382
|
+
exponent: 0,
|
|
25383
|
+
aliases: ['y:asusds:31Mar2026']
|
|
25384
|
+
}, {
|
|
25385
|
+
denom: 'ysUSDS31Mar2026',
|
|
25386
|
+
exponent: 18
|
|
25387
|
+
}],
|
|
25388
|
+
base: 'ibc/3D2E98CAFBBFDC38185B7F90C2A43F81EAD7D59B05EAD724249D92F354F5D5FE',
|
|
25389
|
+
name: 'ysUsds (31Mar2026)',
|
|
25390
|
+
display: 'ysUSDS31Mar2026',
|
|
25391
|
+
symbol: 'ysUSDS-31Mar2026',
|
|
25392
|
+
logo_URIs: {
|
|
25393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
25394
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
25395
|
+
},
|
|
25396
|
+
images: [{
|
|
25397
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
25398
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
25399
|
+
}],
|
|
25400
|
+
type_asset: 'sdk.coin',
|
|
25401
|
+
traces: [{
|
|
25402
|
+
type: 'ibc',
|
|
25403
|
+
counterparty: {
|
|
25404
|
+
channel_id: 'channel-2',
|
|
25405
|
+
base_denom: 'y:asusds:31Mar2026',
|
|
25406
|
+
chain_name: 'pryzm'
|
|
25407
|
+
},
|
|
25408
|
+
chain: {
|
|
25409
|
+
channel_id: 'channel-75755'
|
|
25410
|
+
}
|
|
25411
|
+
}]
|
|
25412
|
+
},
|
|
24783
25413
|
{
|
|
24784
25414
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
24785
25415
|
denom_units: [{
|
|
@@ -25795,6 +26425,76 @@ const assets = {
|
|
|
25795
26425
|
}
|
|
25796
26426
|
}]
|
|
25797
26427
|
},
|
|
26428
|
+
{
|
|
26429
|
+
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
26430
|
+
denom_units: [{
|
|
26431
|
+
denom: 'ibc/BADE12981CD6690CE3D1B2419D30AE2C9EFD87E6DB02D320FAC3EF1D30517E6E',
|
|
26432
|
+
exponent: 0,
|
|
26433
|
+
aliases: ['lp:36:asusds']
|
|
26434
|
+
}, {
|
|
26435
|
+
denom: 'lp:36:susds',
|
|
26436
|
+
exponent: 18
|
|
26437
|
+
}],
|
|
26438
|
+
base: 'ibc/BADE12981CD6690CE3D1B2419D30AE2C9EFD87E6DB02D320FAC3EF1D30517E6E',
|
|
26439
|
+
name: 'sUSDS Yield LP',
|
|
26440
|
+
display: 'lp:36:susds',
|
|
26441
|
+
symbol: 'sUSDS-YIELD-LP',
|
|
26442
|
+
logo_URIs: {
|
|
26443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
26444
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
26445
|
+
},
|
|
26446
|
+
images: [{
|
|
26447
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
26448
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
26449
|
+
}],
|
|
26450
|
+
type_asset: 'sdk.coin',
|
|
26451
|
+
traces: [{
|
|
26452
|
+
type: 'ibc',
|
|
26453
|
+
counterparty: {
|
|
26454
|
+
channel_id: 'channel-2',
|
|
26455
|
+
base_denom: 'lp:36:asusds',
|
|
26456
|
+
chain_name: 'pryzm'
|
|
26457
|
+
},
|
|
26458
|
+
chain: {
|
|
26459
|
+
channel_id: 'channel-75755'
|
|
26460
|
+
}
|
|
26461
|
+
}]
|
|
26462
|
+
},
|
|
26463
|
+
{
|
|
26464
|
+
description: 'Pryzm\'s LP token for sUSDS Boost pool',
|
|
26465
|
+
denom_units: [{
|
|
26466
|
+
denom: 'ibc/B7BDBA7D76ECF43520252879E6643C740F3917C728FFF4C0C8FD2E3E49780838',
|
|
26467
|
+
exponent: 0,
|
|
26468
|
+
aliases: ['lp:37:asusdsypt-uusdc']
|
|
26469
|
+
}, {
|
|
26470
|
+
denom: 'lp:37:susdsypt-usdc',
|
|
26471
|
+
exponent: 18
|
|
26472
|
+
}],
|
|
26473
|
+
base: 'ibc/B7BDBA7D76ECF43520252879E6643C740F3917C728FFF4C0C8FD2E3E49780838',
|
|
26474
|
+
name: 'sUSDS Boost LP',
|
|
26475
|
+
display: 'lp:37:susdsypt-usdc',
|
|
26476
|
+
symbol: 'sUSDS-BOOST-LP',
|
|
26477
|
+
logo_URIs: {
|
|
26478
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
26479
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
26480
|
+
},
|
|
26481
|
+
images: [{
|
|
26482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
26483
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
26484
|
+
}],
|
|
26485
|
+
type_asset: 'sdk.coin',
|
|
26486
|
+
traces: [{
|
|
26487
|
+
type: 'ibc',
|
|
26488
|
+
counterparty: {
|
|
26489
|
+
channel_id: 'channel-2',
|
|
26490
|
+
base_denom: 'lp:37:asusdsypt-uusdc',
|
|
26491
|
+
chain_name: 'pryzm'
|
|
26492
|
+
},
|
|
26493
|
+
chain: {
|
|
26494
|
+
channel_id: 'channel-75755'
|
|
26495
|
+
}
|
|
26496
|
+
}]
|
|
26497
|
+
},
|
|
25798
26498
|
{
|
|
25799
26499
|
description: 'The revenue token for Pylons',
|
|
25800
26500
|
denom_units: [{
|
|
@@ -35699,6 +36399,88 @@ const assets = {
|
|
|
35699
36399
|
}
|
|
35700
36400
|
}]
|
|
35701
36401
|
},
|
|
36402
|
+
{
|
|
36403
|
+
description: 'The native token cw20 for dSilk on Secret Network',
|
|
36404
|
+
denom_units: [{
|
|
36405
|
+
denom: 'ibc/6941C32DD57BB114753331CF5F899802D3A0C7E3E42B760A5AE2EC7432343EB5',
|
|
36406
|
+
exponent: 0,
|
|
36407
|
+
aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
|
|
36408
|
+
}, {
|
|
36409
|
+
denom: 'dsilk',
|
|
36410
|
+
exponent: 6
|
|
36411
|
+
}],
|
|
36412
|
+
type_asset: 'snip25',
|
|
36413
|
+
address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
36414
|
+
base: 'ibc/6941C32DD57BB114753331CF5F899802D3A0C7E3E42B760A5AE2EC7432343EB5',
|
|
36415
|
+
name: 'dSilk',
|
|
36416
|
+
display: 'dsilk',
|
|
36417
|
+
symbol: 'dSILK',
|
|
36418
|
+
logo_URIs: {
|
|
36419
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
36420
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
|
|
36421
|
+
},
|
|
36422
|
+
images: [{
|
|
36423
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
36424
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
|
|
36425
|
+
theme: {
|
|
36426
|
+
primary_color_hex: '#3142fc'
|
|
36427
|
+
}
|
|
36428
|
+
}],
|
|
36429
|
+
traces: [{
|
|
36430
|
+
type: 'ibc-cw20',
|
|
36431
|
+
counterparty: {
|
|
36432
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
36433
|
+
channel_id: 'channel-44',
|
|
36434
|
+
base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
36435
|
+
chain_name: 'secretnetwork'
|
|
36436
|
+
},
|
|
36437
|
+
chain: {
|
|
36438
|
+
port: 'transfer',
|
|
36439
|
+
channel_id: 'channel-476'
|
|
36440
|
+
}
|
|
36441
|
+
}]
|
|
36442
|
+
},
|
|
36443
|
+
{
|
|
36444
|
+
description: 'The native token cw20 for xSilk on Secret Network',
|
|
36445
|
+
denom_units: [{
|
|
36446
|
+
denom: 'ibc/F0FDAA2504C9850327D761000DACDB8DE1382BF68D1FE5C102F9DA8637BB7623',
|
|
36447
|
+
exponent: 0,
|
|
36448
|
+
aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
|
|
36449
|
+
}, {
|
|
36450
|
+
denom: 'xsilk',
|
|
36451
|
+
exponent: 6
|
|
36452
|
+
}],
|
|
36453
|
+
type_asset: 'snip25',
|
|
36454
|
+
address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
36455
|
+
base: 'ibc/F0FDAA2504C9850327D761000DACDB8DE1382BF68D1FE5C102F9DA8637BB7623',
|
|
36456
|
+
name: 'xSilk',
|
|
36457
|
+
display: 'xsilk',
|
|
36458
|
+
symbol: 'xSILK',
|
|
36459
|
+
logo_URIs: {
|
|
36460
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
36461
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
|
|
36462
|
+
},
|
|
36463
|
+
images: [{
|
|
36464
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
36465
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
|
|
36466
|
+
theme: {
|
|
36467
|
+
primary_color_hex: '#3142fc'
|
|
36468
|
+
}
|
|
36469
|
+
}],
|
|
36470
|
+
traces: [{
|
|
36471
|
+
type: 'ibc-cw20',
|
|
36472
|
+
counterparty: {
|
|
36473
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
36474
|
+
channel_id: 'channel-44',
|
|
36475
|
+
base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
36476
|
+
chain_name: 'secretnetwork'
|
|
36477
|
+
},
|
|
36478
|
+
chain: {
|
|
36479
|
+
port: 'transfer',
|
|
36480
|
+
channel_id: 'channel-476'
|
|
36481
|
+
}
|
|
36482
|
+
}]
|
|
36483
|
+
},
|
|
35702
36484
|
{
|
|
35703
36485
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
35704
36486
|
denom_units: [{
|
|
@@ -44576,6 +45358,88 @@ const assets = {
|
|
|
44576
45358
|
}
|
|
44577
45359
|
}]
|
|
44578
45360
|
},
|
|
45361
|
+
{
|
|
45362
|
+
description: 'The native token cw20 for dSilk on Secret Network',
|
|
45363
|
+
denom_units: [{
|
|
45364
|
+
denom: 'ibc/6941C32DD57BB114753331CF5F899802D3A0C7E3E42B760A5AE2EC7432343EB5',
|
|
45365
|
+
exponent: 0,
|
|
45366
|
+
aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
|
|
45367
|
+
}, {
|
|
45368
|
+
denom: 'dsilk',
|
|
45369
|
+
exponent: 6
|
|
45370
|
+
}],
|
|
45371
|
+
type_asset: 'snip25',
|
|
45372
|
+
address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
45373
|
+
base: 'ibc/6941C32DD57BB114753331CF5F899802D3A0C7E3E42B760A5AE2EC7432343EB5',
|
|
45374
|
+
name: 'dSilk',
|
|
45375
|
+
display: 'dsilk',
|
|
45376
|
+
symbol: 'dSILK',
|
|
45377
|
+
logo_URIs: {
|
|
45378
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
45379
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
|
|
45380
|
+
},
|
|
45381
|
+
images: [{
|
|
45382
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
45383
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
|
|
45384
|
+
theme: {
|
|
45385
|
+
primary_color_hex: '#3142fc'
|
|
45386
|
+
}
|
|
45387
|
+
}],
|
|
45388
|
+
traces: [{
|
|
45389
|
+
type: 'ibc-cw20',
|
|
45390
|
+
counterparty: {
|
|
45391
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
45392
|
+
channel_id: 'channel-44',
|
|
45393
|
+
base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
45394
|
+
chain_name: 'secretnetwork'
|
|
45395
|
+
},
|
|
45396
|
+
chain: {
|
|
45397
|
+
port: 'transfer',
|
|
45398
|
+
channel_id: 'channel-476'
|
|
45399
|
+
}
|
|
45400
|
+
}]
|
|
45401
|
+
},
|
|
45402
|
+
{
|
|
45403
|
+
description: 'The native token cw20 for xSilk on Secret Network',
|
|
45404
|
+
denom_units: [{
|
|
45405
|
+
denom: 'ibc/F0FDAA2504C9850327D761000DACDB8DE1382BF68D1FE5C102F9DA8637BB7623',
|
|
45406
|
+
exponent: 0,
|
|
45407
|
+
aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
|
|
45408
|
+
}, {
|
|
45409
|
+
denom: 'xsilk',
|
|
45410
|
+
exponent: 6
|
|
45411
|
+
}],
|
|
45412
|
+
type_asset: 'snip25',
|
|
45413
|
+
address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
45414
|
+
base: 'ibc/F0FDAA2504C9850327D761000DACDB8DE1382BF68D1FE5C102F9DA8637BB7623',
|
|
45415
|
+
name: 'xSilk',
|
|
45416
|
+
display: 'xsilk',
|
|
45417
|
+
symbol: 'xSILK',
|
|
45418
|
+
logo_URIs: {
|
|
45419
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
45420
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
|
|
45421
|
+
},
|
|
45422
|
+
images: [{
|
|
45423
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
45424
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
|
|
45425
|
+
theme: {
|
|
45426
|
+
primary_color_hex: '#3142fc'
|
|
45427
|
+
}
|
|
45428
|
+
}],
|
|
45429
|
+
traces: [{
|
|
45430
|
+
type: 'ibc-cw20',
|
|
45431
|
+
counterparty: {
|
|
45432
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
45433
|
+
channel_id: 'channel-44',
|
|
45434
|
+
base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
45435
|
+
chain_name: 'secretnetwork'
|
|
45436
|
+
},
|
|
45437
|
+
chain: {
|
|
45438
|
+
port: 'transfer',
|
|
45439
|
+
channel_id: 'channel-476'
|
|
45440
|
+
}
|
|
45441
|
+
}]
|
|
45442
|
+
},
|
|
44579
45443
|
{
|
|
44580
45444
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
44581
45445
|
denom_units: [{
|