@chain-registry/assets 1.70.116 → 1.70.118
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/axelar.js +700 -0
- package/esm/mainnet/celestia.js +700 -0
- package/esm/mainnet/cosmoshub.js +700 -0
- package/esm/mainnet/dydx.js +700 -0
- package/esm/mainnet/injective.js +700 -0
- package/esm/mainnet/neutron.js +700 -0
- package/esm/mainnet/noble.js +700 -92
- package/esm/mainnet/osmosis.js +700 -0
- package/esm/mainnet/secretnetwork.js +0 -92
- package/esm/mainnet/stride.js +700 -0
- package/esm/mainnet/terra2.js +700 -0
- package/esm/testnet/noistestnet.js +0 -72
- package/esm/testnet/osmosistestnet.js +0 -72
- package/esm/testnet/symphonytestnet.js +0 -72
- package/mainnet/axelar.js +700 -0
- package/mainnet/celestia.js +700 -0
- package/mainnet/cosmoshub.js +700 -0
- package/mainnet/dydx.js +700 -0
- package/mainnet/injective.js +700 -0
- package/mainnet/neutron.js +700 -0
- package/mainnet/noble.js +700 -92
- package/mainnet/osmosis.js +700 -0
- package/mainnet/secretnetwork.js +0 -92
- package/mainnet/stride.js +700 -0
- package/mainnet/terra2.js +700 -0
- package/package.json +5 -5
- package/testnet/noistestnet.js +0 -72
- package/testnet/osmosistestnet.js +0 -72
- package/testnet/symphonytestnet.js +0 -72
package/mainnet/cosmoshub.js
CHANGED
|
@@ -6381,6 +6381,146 @@ const assets = {
|
|
|
6381
6381
|
}
|
|
6382
6382
|
}]
|
|
6383
6383
|
},
|
|
6384
|
+
{
|
|
6385
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2025',
|
|
6386
|
+
denom_units: [{
|
|
6387
|
+
denom: 'ibc/3673F68B00C1A4A1366012854690E845B4615BAE9D198A3126D8FB3196F70B6E',
|
|
6388
|
+
exponent: 0,
|
|
6389
|
+
aliases: ['p:ausdy:31Mar2025']
|
|
6390
|
+
}, {
|
|
6391
|
+
denom: 'pUSDY31Mar2025',
|
|
6392
|
+
exponent: 18
|
|
6393
|
+
}],
|
|
6394
|
+
base: 'ibc/3673F68B00C1A4A1366012854690E845B4615BAE9D198A3126D8FB3196F70B6E',
|
|
6395
|
+
name: 'pUsdy (31Mar2025)',
|
|
6396
|
+
display: 'pUSDY31Mar2025',
|
|
6397
|
+
symbol: 'pUSDY-31Mar2025',
|
|
6398
|
+
logo_URIs: {
|
|
6399
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
6400
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
6401
|
+
},
|
|
6402
|
+
images: [{
|
|
6403
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
6404
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
6405
|
+
}],
|
|
6406
|
+
type_asset: 'sdk.coin',
|
|
6407
|
+
traces: [{
|
|
6408
|
+
type: 'ibc',
|
|
6409
|
+
counterparty: {
|
|
6410
|
+
channel_id: 'channel-0',
|
|
6411
|
+
base_denom: 'p:ausdy:31Mar2025',
|
|
6412
|
+
chain_name: 'pryzm'
|
|
6413
|
+
},
|
|
6414
|
+
chain: {
|
|
6415
|
+
channel_id: 'channel-859'
|
|
6416
|
+
}
|
|
6417
|
+
}]
|
|
6418
|
+
},
|
|
6419
|
+
{
|
|
6420
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2025',
|
|
6421
|
+
denom_units: [{
|
|
6422
|
+
denom: 'ibc/9378A9C0772D105DDE1ADD7741035CEAEAD3AF158ABEFAFE9BA1FD67C00370BD',
|
|
6423
|
+
exponent: 0,
|
|
6424
|
+
aliases: ['p:ausdy:30Jun2025']
|
|
6425
|
+
}, {
|
|
6426
|
+
denom: 'pUSDY30Jun2025',
|
|
6427
|
+
exponent: 18
|
|
6428
|
+
}],
|
|
6429
|
+
base: 'ibc/9378A9C0772D105DDE1ADD7741035CEAEAD3AF158ABEFAFE9BA1FD67C00370BD',
|
|
6430
|
+
name: 'pUsdy (30Jun2025)',
|
|
6431
|
+
display: 'pUSDY30Jun2025',
|
|
6432
|
+
symbol: 'pUSDY-30Jun2025',
|
|
6433
|
+
logo_URIs: {
|
|
6434
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
6435
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
6436
|
+
},
|
|
6437
|
+
images: [{
|
|
6438
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
6439
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
6440
|
+
}],
|
|
6441
|
+
type_asset: 'sdk.coin',
|
|
6442
|
+
traces: [{
|
|
6443
|
+
type: 'ibc',
|
|
6444
|
+
counterparty: {
|
|
6445
|
+
channel_id: 'channel-0',
|
|
6446
|
+
base_denom: 'p:ausdy:30Jun2025',
|
|
6447
|
+
chain_name: 'pryzm'
|
|
6448
|
+
},
|
|
6449
|
+
chain: {
|
|
6450
|
+
channel_id: 'channel-859'
|
|
6451
|
+
}
|
|
6452
|
+
}]
|
|
6453
|
+
},
|
|
6454
|
+
{
|
|
6455
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Sep2025',
|
|
6456
|
+
denom_units: [{
|
|
6457
|
+
denom: 'ibc/E311F011FC32BC763A52BD54F0837B28E4FC76889D756F6F531DEF9C3685DBBE',
|
|
6458
|
+
exponent: 0,
|
|
6459
|
+
aliases: ['p:ausdy:30Sep2025']
|
|
6460
|
+
}, {
|
|
6461
|
+
denom: 'pUSDY30Sep2025',
|
|
6462
|
+
exponent: 18
|
|
6463
|
+
}],
|
|
6464
|
+
base: 'ibc/E311F011FC32BC763A52BD54F0837B28E4FC76889D756F6F531DEF9C3685DBBE',
|
|
6465
|
+
name: 'pUsdy (30Sep2025)',
|
|
6466
|
+
display: 'pUSDY30Sep2025',
|
|
6467
|
+
symbol: 'pUSDY-30Sep2025',
|
|
6468
|
+
logo_URIs: {
|
|
6469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
6470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
6471
|
+
},
|
|
6472
|
+
images: [{
|
|
6473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
6474
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
6475
|
+
}],
|
|
6476
|
+
type_asset: 'sdk.coin',
|
|
6477
|
+
traces: [{
|
|
6478
|
+
type: 'ibc',
|
|
6479
|
+
counterparty: {
|
|
6480
|
+
channel_id: 'channel-0',
|
|
6481
|
+
base_denom: 'p:ausdy:30Sep2025',
|
|
6482
|
+
chain_name: 'pryzm'
|
|
6483
|
+
},
|
|
6484
|
+
chain: {
|
|
6485
|
+
channel_id: 'channel-859'
|
|
6486
|
+
}
|
|
6487
|
+
}]
|
|
6488
|
+
},
|
|
6489
|
+
{
|
|
6490
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Dec2025',
|
|
6491
|
+
denom_units: [{
|
|
6492
|
+
denom: 'ibc/6AA25DE275C7678F27061D6966EA19884C79C5C494C54CD08CB201DB0CEB7B83',
|
|
6493
|
+
exponent: 0,
|
|
6494
|
+
aliases: ['p:ausdy:31Dec2025']
|
|
6495
|
+
}, {
|
|
6496
|
+
denom: 'pUSDY31Dec2025',
|
|
6497
|
+
exponent: 18
|
|
6498
|
+
}],
|
|
6499
|
+
base: 'ibc/6AA25DE275C7678F27061D6966EA19884C79C5C494C54CD08CB201DB0CEB7B83',
|
|
6500
|
+
name: 'pUsdy (31Dec2025)',
|
|
6501
|
+
display: 'pUSDY31Dec2025',
|
|
6502
|
+
symbol: 'pUSDY-31Dec2025',
|
|
6503
|
+
logo_URIs: {
|
|
6504
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
6505
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
6506
|
+
},
|
|
6507
|
+
images: [{
|
|
6508
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
6509
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
6510
|
+
}],
|
|
6511
|
+
type_asset: 'sdk.coin',
|
|
6512
|
+
traces: [{
|
|
6513
|
+
type: 'ibc',
|
|
6514
|
+
counterparty: {
|
|
6515
|
+
channel_id: 'channel-0',
|
|
6516
|
+
base_denom: 'p:ausdy:31Dec2025',
|
|
6517
|
+
chain_name: 'pryzm'
|
|
6518
|
+
},
|
|
6519
|
+
chain: {
|
|
6520
|
+
channel_id: 'channel-859'
|
|
6521
|
+
}
|
|
6522
|
+
}]
|
|
6523
|
+
},
|
|
6384
6524
|
{
|
|
6385
6525
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
6386
6526
|
denom_units: [{
|
|
@@ -7886,6 +8026,146 @@ const assets = {
|
|
|
7886
8026
|
}
|
|
7887
8027
|
}]
|
|
7888
8028
|
},
|
|
8029
|
+
{
|
|
8030
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2025',
|
|
8031
|
+
denom_units: [{
|
|
8032
|
+
denom: 'ibc/B1A3413AE5E32893BD0BA66FD2981210D2EEF7F6EB0C318CB8E188AD10E2F944',
|
|
8033
|
+
exponent: 0,
|
|
8034
|
+
aliases: ['y:ausdy:31Mar2025']
|
|
8035
|
+
}, {
|
|
8036
|
+
denom: 'yUSDY31Mar2025',
|
|
8037
|
+
exponent: 18
|
|
8038
|
+
}],
|
|
8039
|
+
base: 'ibc/B1A3413AE5E32893BD0BA66FD2981210D2EEF7F6EB0C318CB8E188AD10E2F944',
|
|
8040
|
+
name: 'yUsdy (31Mar2025)',
|
|
8041
|
+
display: 'yUSDY31Mar2025',
|
|
8042
|
+
symbol: 'yUSDY-31Mar2025',
|
|
8043
|
+
logo_URIs: {
|
|
8044
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
8045
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
8046
|
+
},
|
|
8047
|
+
images: [{
|
|
8048
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
8049
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
8050
|
+
}],
|
|
8051
|
+
type_asset: 'sdk.coin',
|
|
8052
|
+
traces: [{
|
|
8053
|
+
type: 'ibc',
|
|
8054
|
+
counterparty: {
|
|
8055
|
+
channel_id: 'channel-0',
|
|
8056
|
+
base_denom: 'y:ausdy:31Mar2025',
|
|
8057
|
+
chain_name: 'pryzm'
|
|
8058
|
+
},
|
|
8059
|
+
chain: {
|
|
8060
|
+
channel_id: 'channel-859'
|
|
8061
|
+
}
|
|
8062
|
+
}]
|
|
8063
|
+
},
|
|
8064
|
+
{
|
|
8065
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2025',
|
|
8066
|
+
denom_units: [{
|
|
8067
|
+
denom: 'ibc/B232505D1681CF712E9CD978B3DA6B35F75CD70D96C64264FAE95C91BA88AF81',
|
|
8068
|
+
exponent: 0,
|
|
8069
|
+
aliases: ['y:ausdy:30Jun2025']
|
|
8070
|
+
}, {
|
|
8071
|
+
denom: 'yUSDY30Jun2025',
|
|
8072
|
+
exponent: 18
|
|
8073
|
+
}],
|
|
8074
|
+
base: 'ibc/B232505D1681CF712E9CD978B3DA6B35F75CD70D96C64264FAE95C91BA88AF81',
|
|
8075
|
+
name: 'yUsdy (30Jun2025)',
|
|
8076
|
+
display: 'yUSDY30Jun2025',
|
|
8077
|
+
symbol: 'yUSDY-30Jun2025',
|
|
8078
|
+
logo_URIs: {
|
|
8079
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
8080
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
8081
|
+
},
|
|
8082
|
+
images: [{
|
|
8083
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
8084
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
8085
|
+
}],
|
|
8086
|
+
type_asset: 'sdk.coin',
|
|
8087
|
+
traces: [{
|
|
8088
|
+
type: 'ibc',
|
|
8089
|
+
counterparty: {
|
|
8090
|
+
channel_id: 'channel-0',
|
|
8091
|
+
base_denom: 'y:ausdy:30Jun2025',
|
|
8092
|
+
chain_name: 'pryzm'
|
|
8093
|
+
},
|
|
8094
|
+
chain: {
|
|
8095
|
+
channel_id: 'channel-859'
|
|
8096
|
+
}
|
|
8097
|
+
}]
|
|
8098
|
+
},
|
|
8099
|
+
{
|
|
8100
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Sep2025',
|
|
8101
|
+
denom_units: [{
|
|
8102
|
+
denom: 'ibc/06CF891EB906FE14C7920239772C07953F3F676E2A67486F45EF85DE7254FEBB',
|
|
8103
|
+
exponent: 0,
|
|
8104
|
+
aliases: ['y:ausdy:30Sep2025']
|
|
8105
|
+
}, {
|
|
8106
|
+
denom: 'yUSDY30Sep2025',
|
|
8107
|
+
exponent: 18
|
|
8108
|
+
}],
|
|
8109
|
+
base: 'ibc/06CF891EB906FE14C7920239772C07953F3F676E2A67486F45EF85DE7254FEBB',
|
|
8110
|
+
name: 'yUsdy (30Sep2025)',
|
|
8111
|
+
display: 'yUSDY30Sep2025',
|
|
8112
|
+
symbol: 'yUSDY-30Sep2025',
|
|
8113
|
+
logo_URIs: {
|
|
8114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
8115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
8116
|
+
},
|
|
8117
|
+
images: [{
|
|
8118
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
8119
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
8120
|
+
}],
|
|
8121
|
+
type_asset: 'sdk.coin',
|
|
8122
|
+
traces: [{
|
|
8123
|
+
type: 'ibc',
|
|
8124
|
+
counterparty: {
|
|
8125
|
+
channel_id: 'channel-0',
|
|
8126
|
+
base_denom: 'y:ausdy:30Sep2025',
|
|
8127
|
+
chain_name: 'pryzm'
|
|
8128
|
+
},
|
|
8129
|
+
chain: {
|
|
8130
|
+
channel_id: 'channel-859'
|
|
8131
|
+
}
|
|
8132
|
+
}]
|
|
8133
|
+
},
|
|
8134
|
+
{
|
|
8135
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Dec2025',
|
|
8136
|
+
denom_units: [{
|
|
8137
|
+
denom: 'ibc/AE1B9FDE6BC1868CA098DBFAF20B36537FF0B34B4BC3E8791A48F7C2DAB8505A',
|
|
8138
|
+
exponent: 0,
|
|
8139
|
+
aliases: ['y:ausdy:31Dec2025']
|
|
8140
|
+
}, {
|
|
8141
|
+
denom: 'yUSDY31Dec2025',
|
|
8142
|
+
exponent: 18
|
|
8143
|
+
}],
|
|
8144
|
+
base: 'ibc/AE1B9FDE6BC1868CA098DBFAF20B36537FF0B34B4BC3E8791A48F7C2DAB8505A',
|
|
8145
|
+
name: 'yUsdy (31Dec2025)',
|
|
8146
|
+
display: 'yUSDY31Dec2025',
|
|
8147
|
+
symbol: 'yUSDY-31Dec2025',
|
|
8148
|
+
logo_URIs: {
|
|
8149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
8150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
8151
|
+
},
|
|
8152
|
+
images: [{
|
|
8153
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
8154
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
8155
|
+
}],
|
|
8156
|
+
type_asset: 'sdk.coin',
|
|
8157
|
+
traces: [{
|
|
8158
|
+
type: 'ibc',
|
|
8159
|
+
counterparty: {
|
|
8160
|
+
channel_id: 'channel-0',
|
|
8161
|
+
base_denom: 'y:ausdy:31Dec2025',
|
|
8162
|
+
chain_name: 'pryzm'
|
|
8163
|
+
},
|
|
8164
|
+
chain: {
|
|
8165
|
+
channel_id: 'channel-859'
|
|
8166
|
+
}
|
|
8167
|
+
}]
|
|
8168
|
+
},
|
|
7889
8169
|
{
|
|
7890
8170
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
7891
8171
|
denom_units: [{
|
|
@@ -8796,6 +9076,76 @@ const assets = {
|
|
|
8796
9076
|
}
|
|
8797
9077
|
}]
|
|
8798
9078
|
},
|
|
9079
|
+
{
|
|
9080
|
+
description: 'Pryzm\'s LP token for USDY Yield pool',
|
|
9081
|
+
denom_units: [{
|
|
9082
|
+
denom: 'ibc/39ED5F271E7F15D5D0F3363B0792F5B03D41C0C4C790490D1306EEB819C2FFB7',
|
|
9083
|
+
exponent: 0,
|
|
9084
|
+
aliases: ['lp:31:ausdy']
|
|
9085
|
+
}, {
|
|
9086
|
+
denom: 'lp:31:usdy',
|
|
9087
|
+
exponent: 18
|
|
9088
|
+
}],
|
|
9089
|
+
base: 'ibc/39ED5F271E7F15D5D0F3363B0792F5B03D41C0C4C790490D1306EEB819C2FFB7',
|
|
9090
|
+
name: 'USDY Yield LP',
|
|
9091
|
+
display: 'lp:31:usdy',
|
|
9092
|
+
symbol: 'USDY-YIELD-LP',
|
|
9093
|
+
logo_URIs: {
|
|
9094
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9095
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9096
|
+
},
|
|
9097
|
+
images: [{
|
|
9098
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9099
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9100
|
+
}],
|
|
9101
|
+
type_asset: 'sdk.coin',
|
|
9102
|
+
traces: [{
|
|
9103
|
+
type: 'ibc',
|
|
9104
|
+
counterparty: {
|
|
9105
|
+
channel_id: 'channel-0',
|
|
9106
|
+
base_denom: 'lp:31:ausdy',
|
|
9107
|
+
chain_name: 'pryzm'
|
|
9108
|
+
},
|
|
9109
|
+
chain: {
|
|
9110
|
+
channel_id: 'channel-859'
|
|
9111
|
+
}
|
|
9112
|
+
}]
|
|
9113
|
+
},
|
|
9114
|
+
{
|
|
9115
|
+
description: 'Pryzm\'s LP token for USDY Boost pool',
|
|
9116
|
+
denom_units: [{
|
|
9117
|
+
denom: 'ibc/7FF03618C85501BF543834D7598BE97351BC75413E82B08F61D7E309D33EF8E0',
|
|
9118
|
+
exponent: 0,
|
|
9119
|
+
aliases: ['lp:32:ausdyypt-uusdc']
|
|
9120
|
+
}, {
|
|
9121
|
+
denom: 'lp:32:usdyypt-usdc',
|
|
9122
|
+
exponent: 18
|
|
9123
|
+
}],
|
|
9124
|
+
base: 'ibc/7FF03618C85501BF543834D7598BE97351BC75413E82B08F61D7E309D33EF8E0',
|
|
9125
|
+
name: 'USDY Boost LP',
|
|
9126
|
+
display: 'lp:32:usdyypt-usdc',
|
|
9127
|
+
symbol: 'USDY-BOOST-LP',
|
|
9128
|
+
logo_URIs: {
|
|
9129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9130
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9131
|
+
},
|
|
9132
|
+
images: [{
|
|
9133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9134
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9135
|
+
}],
|
|
9136
|
+
type_asset: 'sdk.coin',
|
|
9137
|
+
traces: [{
|
|
9138
|
+
type: 'ibc',
|
|
9139
|
+
counterparty: {
|
|
9140
|
+
channel_id: 'channel-0',
|
|
9141
|
+
base_denom: 'lp:32:ausdyypt-uusdc',
|
|
9142
|
+
chain_name: 'pryzm'
|
|
9143
|
+
},
|
|
9144
|
+
chain: {
|
|
9145
|
+
channel_id: 'channel-859'
|
|
9146
|
+
}
|
|
9147
|
+
}]
|
|
9148
|
+
},
|
|
8799
9149
|
{
|
|
8800
9150
|
description: 'QCK - native token of Quicksilver',
|
|
8801
9151
|
denom_units: [{
|
|
@@ -13776,6 +14126,146 @@ const assets = {
|
|
|
13776
14126
|
}
|
|
13777
14127
|
}]
|
|
13778
14128
|
},
|
|
14129
|
+
{
|
|
14130
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2025',
|
|
14131
|
+
denom_units: [{
|
|
14132
|
+
denom: 'ibc/3673F68B00C1A4A1366012854690E845B4615BAE9D198A3126D8FB3196F70B6E',
|
|
14133
|
+
exponent: 0,
|
|
14134
|
+
aliases: ['p:ausdy:31Mar2025']
|
|
14135
|
+
}, {
|
|
14136
|
+
denom: 'pUSDY31Mar2025',
|
|
14137
|
+
exponent: 18
|
|
14138
|
+
}],
|
|
14139
|
+
base: 'ibc/3673F68B00C1A4A1366012854690E845B4615BAE9D198A3126D8FB3196F70B6E',
|
|
14140
|
+
name: 'pUsdy (31Mar2025)',
|
|
14141
|
+
display: 'pUSDY31Mar2025',
|
|
14142
|
+
symbol: 'pUSDY-31Mar2025',
|
|
14143
|
+
logo_URIs: {
|
|
14144
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
14145
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
14146
|
+
},
|
|
14147
|
+
images: [{
|
|
14148
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
14149
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
14150
|
+
}],
|
|
14151
|
+
type_asset: 'sdk.coin',
|
|
14152
|
+
traces: [{
|
|
14153
|
+
type: 'ibc',
|
|
14154
|
+
counterparty: {
|
|
14155
|
+
channel_id: 'channel-0',
|
|
14156
|
+
base_denom: 'p:ausdy:31Mar2025',
|
|
14157
|
+
chain_name: 'pryzm'
|
|
14158
|
+
},
|
|
14159
|
+
chain: {
|
|
14160
|
+
channel_id: 'channel-859'
|
|
14161
|
+
}
|
|
14162
|
+
}]
|
|
14163
|
+
},
|
|
14164
|
+
{
|
|
14165
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2025',
|
|
14166
|
+
denom_units: [{
|
|
14167
|
+
denom: 'ibc/9378A9C0772D105DDE1ADD7741035CEAEAD3AF158ABEFAFE9BA1FD67C00370BD',
|
|
14168
|
+
exponent: 0,
|
|
14169
|
+
aliases: ['p:ausdy:30Jun2025']
|
|
14170
|
+
}, {
|
|
14171
|
+
denom: 'pUSDY30Jun2025',
|
|
14172
|
+
exponent: 18
|
|
14173
|
+
}],
|
|
14174
|
+
base: 'ibc/9378A9C0772D105DDE1ADD7741035CEAEAD3AF158ABEFAFE9BA1FD67C00370BD',
|
|
14175
|
+
name: 'pUsdy (30Jun2025)',
|
|
14176
|
+
display: 'pUSDY30Jun2025',
|
|
14177
|
+
symbol: 'pUSDY-30Jun2025',
|
|
14178
|
+
logo_URIs: {
|
|
14179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
14180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
14181
|
+
},
|
|
14182
|
+
images: [{
|
|
14183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
14184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
14185
|
+
}],
|
|
14186
|
+
type_asset: 'sdk.coin',
|
|
14187
|
+
traces: [{
|
|
14188
|
+
type: 'ibc',
|
|
14189
|
+
counterparty: {
|
|
14190
|
+
channel_id: 'channel-0',
|
|
14191
|
+
base_denom: 'p:ausdy:30Jun2025',
|
|
14192
|
+
chain_name: 'pryzm'
|
|
14193
|
+
},
|
|
14194
|
+
chain: {
|
|
14195
|
+
channel_id: 'channel-859'
|
|
14196
|
+
}
|
|
14197
|
+
}]
|
|
14198
|
+
},
|
|
14199
|
+
{
|
|
14200
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Sep2025',
|
|
14201
|
+
denom_units: [{
|
|
14202
|
+
denom: 'ibc/E311F011FC32BC763A52BD54F0837B28E4FC76889D756F6F531DEF9C3685DBBE',
|
|
14203
|
+
exponent: 0,
|
|
14204
|
+
aliases: ['p:ausdy:30Sep2025']
|
|
14205
|
+
}, {
|
|
14206
|
+
denom: 'pUSDY30Sep2025',
|
|
14207
|
+
exponent: 18
|
|
14208
|
+
}],
|
|
14209
|
+
base: 'ibc/E311F011FC32BC763A52BD54F0837B28E4FC76889D756F6F531DEF9C3685DBBE',
|
|
14210
|
+
name: 'pUsdy (30Sep2025)',
|
|
14211
|
+
display: 'pUSDY30Sep2025',
|
|
14212
|
+
symbol: 'pUSDY-30Sep2025',
|
|
14213
|
+
logo_URIs: {
|
|
14214
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
14215
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
14216
|
+
},
|
|
14217
|
+
images: [{
|
|
14218
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
14219
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
14220
|
+
}],
|
|
14221
|
+
type_asset: 'sdk.coin',
|
|
14222
|
+
traces: [{
|
|
14223
|
+
type: 'ibc',
|
|
14224
|
+
counterparty: {
|
|
14225
|
+
channel_id: 'channel-0',
|
|
14226
|
+
base_denom: 'p:ausdy:30Sep2025',
|
|
14227
|
+
chain_name: 'pryzm'
|
|
14228
|
+
},
|
|
14229
|
+
chain: {
|
|
14230
|
+
channel_id: 'channel-859'
|
|
14231
|
+
}
|
|
14232
|
+
}]
|
|
14233
|
+
},
|
|
14234
|
+
{
|
|
14235
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Dec2025',
|
|
14236
|
+
denom_units: [{
|
|
14237
|
+
denom: 'ibc/6AA25DE275C7678F27061D6966EA19884C79C5C494C54CD08CB201DB0CEB7B83',
|
|
14238
|
+
exponent: 0,
|
|
14239
|
+
aliases: ['p:ausdy:31Dec2025']
|
|
14240
|
+
}, {
|
|
14241
|
+
denom: 'pUSDY31Dec2025',
|
|
14242
|
+
exponent: 18
|
|
14243
|
+
}],
|
|
14244
|
+
base: 'ibc/6AA25DE275C7678F27061D6966EA19884C79C5C494C54CD08CB201DB0CEB7B83',
|
|
14245
|
+
name: 'pUsdy (31Dec2025)',
|
|
14246
|
+
display: 'pUSDY31Dec2025',
|
|
14247
|
+
symbol: 'pUSDY-31Dec2025',
|
|
14248
|
+
logo_URIs: {
|
|
14249
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
14250
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
14251
|
+
},
|
|
14252
|
+
images: [{
|
|
14253
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
14254
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
14255
|
+
}],
|
|
14256
|
+
type_asset: 'sdk.coin',
|
|
14257
|
+
traces: [{
|
|
14258
|
+
type: 'ibc',
|
|
14259
|
+
counterparty: {
|
|
14260
|
+
channel_id: 'channel-0',
|
|
14261
|
+
base_denom: 'p:ausdy:31Dec2025',
|
|
14262
|
+
chain_name: 'pryzm'
|
|
14263
|
+
},
|
|
14264
|
+
chain: {
|
|
14265
|
+
channel_id: 'channel-859'
|
|
14266
|
+
}
|
|
14267
|
+
}]
|
|
14268
|
+
},
|
|
13779
14269
|
{
|
|
13780
14270
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
13781
14271
|
denom_units: [{
|
|
@@ -15281,6 +15771,146 @@ const assets = {
|
|
|
15281
15771
|
}
|
|
15282
15772
|
}]
|
|
15283
15773
|
},
|
|
15774
|
+
{
|
|
15775
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2025',
|
|
15776
|
+
denom_units: [{
|
|
15777
|
+
denom: 'ibc/B1A3413AE5E32893BD0BA66FD2981210D2EEF7F6EB0C318CB8E188AD10E2F944',
|
|
15778
|
+
exponent: 0,
|
|
15779
|
+
aliases: ['y:ausdy:31Mar2025']
|
|
15780
|
+
}, {
|
|
15781
|
+
denom: 'yUSDY31Mar2025',
|
|
15782
|
+
exponent: 18
|
|
15783
|
+
}],
|
|
15784
|
+
base: 'ibc/B1A3413AE5E32893BD0BA66FD2981210D2EEF7F6EB0C318CB8E188AD10E2F944',
|
|
15785
|
+
name: 'yUsdy (31Mar2025)',
|
|
15786
|
+
display: 'yUSDY31Mar2025',
|
|
15787
|
+
symbol: 'yUSDY-31Mar2025',
|
|
15788
|
+
logo_URIs: {
|
|
15789
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
15790
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
15791
|
+
},
|
|
15792
|
+
images: [{
|
|
15793
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
15794
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
15795
|
+
}],
|
|
15796
|
+
type_asset: 'sdk.coin',
|
|
15797
|
+
traces: [{
|
|
15798
|
+
type: 'ibc',
|
|
15799
|
+
counterparty: {
|
|
15800
|
+
channel_id: 'channel-0',
|
|
15801
|
+
base_denom: 'y:ausdy:31Mar2025',
|
|
15802
|
+
chain_name: 'pryzm'
|
|
15803
|
+
},
|
|
15804
|
+
chain: {
|
|
15805
|
+
channel_id: 'channel-859'
|
|
15806
|
+
}
|
|
15807
|
+
}]
|
|
15808
|
+
},
|
|
15809
|
+
{
|
|
15810
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2025',
|
|
15811
|
+
denom_units: [{
|
|
15812
|
+
denom: 'ibc/B232505D1681CF712E9CD978B3DA6B35F75CD70D96C64264FAE95C91BA88AF81',
|
|
15813
|
+
exponent: 0,
|
|
15814
|
+
aliases: ['y:ausdy:30Jun2025']
|
|
15815
|
+
}, {
|
|
15816
|
+
denom: 'yUSDY30Jun2025',
|
|
15817
|
+
exponent: 18
|
|
15818
|
+
}],
|
|
15819
|
+
base: 'ibc/B232505D1681CF712E9CD978B3DA6B35F75CD70D96C64264FAE95C91BA88AF81',
|
|
15820
|
+
name: 'yUsdy (30Jun2025)',
|
|
15821
|
+
display: 'yUSDY30Jun2025',
|
|
15822
|
+
symbol: 'yUSDY-30Jun2025',
|
|
15823
|
+
logo_URIs: {
|
|
15824
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
15825
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
15826
|
+
},
|
|
15827
|
+
images: [{
|
|
15828
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
15829
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
15830
|
+
}],
|
|
15831
|
+
type_asset: 'sdk.coin',
|
|
15832
|
+
traces: [{
|
|
15833
|
+
type: 'ibc',
|
|
15834
|
+
counterparty: {
|
|
15835
|
+
channel_id: 'channel-0',
|
|
15836
|
+
base_denom: 'y:ausdy:30Jun2025',
|
|
15837
|
+
chain_name: 'pryzm'
|
|
15838
|
+
},
|
|
15839
|
+
chain: {
|
|
15840
|
+
channel_id: 'channel-859'
|
|
15841
|
+
}
|
|
15842
|
+
}]
|
|
15843
|
+
},
|
|
15844
|
+
{
|
|
15845
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Sep2025',
|
|
15846
|
+
denom_units: [{
|
|
15847
|
+
denom: 'ibc/06CF891EB906FE14C7920239772C07953F3F676E2A67486F45EF85DE7254FEBB',
|
|
15848
|
+
exponent: 0,
|
|
15849
|
+
aliases: ['y:ausdy:30Sep2025']
|
|
15850
|
+
}, {
|
|
15851
|
+
denom: 'yUSDY30Sep2025',
|
|
15852
|
+
exponent: 18
|
|
15853
|
+
}],
|
|
15854
|
+
base: 'ibc/06CF891EB906FE14C7920239772C07953F3F676E2A67486F45EF85DE7254FEBB',
|
|
15855
|
+
name: 'yUsdy (30Sep2025)',
|
|
15856
|
+
display: 'yUSDY30Sep2025',
|
|
15857
|
+
symbol: 'yUSDY-30Sep2025',
|
|
15858
|
+
logo_URIs: {
|
|
15859
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
15860
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
15861
|
+
},
|
|
15862
|
+
images: [{
|
|
15863
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
15864
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
15865
|
+
}],
|
|
15866
|
+
type_asset: 'sdk.coin',
|
|
15867
|
+
traces: [{
|
|
15868
|
+
type: 'ibc',
|
|
15869
|
+
counterparty: {
|
|
15870
|
+
channel_id: 'channel-0',
|
|
15871
|
+
base_denom: 'y:ausdy:30Sep2025',
|
|
15872
|
+
chain_name: 'pryzm'
|
|
15873
|
+
},
|
|
15874
|
+
chain: {
|
|
15875
|
+
channel_id: 'channel-859'
|
|
15876
|
+
}
|
|
15877
|
+
}]
|
|
15878
|
+
},
|
|
15879
|
+
{
|
|
15880
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Dec2025',
|
|
15881
|
+
denom_units: [{
|
|
15882
|
+
denom: 'ibc/AE1B9FDE6BC1868CA098DBFAF20B36537FF0B34B4BC3E8791A48F7C2DAB8505A',
|
|
15883
|
+
exponent: 0,
|
|
15884
|
+
aliases: ['y:ausdy:31Dec2025']
|
|
15885
|
+
}, {
|
|
15886
|
+
denom: 'yUSDY31Dec2025',
|
|
15887
|
+
exponent: 18
|
|
15888
|
+
}],
|
|
15889
|
+
base: 'ibc/AE1B9FDE6BC1868CA098DBFAF20B36537FF0B34B4BC3E8791A48F7C2DAB8505A',
|
|
15890
|
+
name: 'yUsdy (31Dec2025)',
|
|
15891
|
+
display: 'yUSDY31Dec2025',
|
|
15892
|
+
symbol: 'yUSDY-31Dec2025',
|
|
15893
|
+
logo_URIs: {
|
|
15894
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
15895
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
15896
|
+
},
|
|
15897
|
+
images: [{
|
|
15898
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
15899
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
15900
|
+
}],
|
|
15901
|
+
type_asset: 'sdk.coin',
|
|
15902
|
+
traces: [{
|
|
15903
|
+
type: 'ibc',
|
|
15904
|
+
counterparty: {
|
|
15905
|
+
channel_id: 'channel-0',
|
|
15906
|
+
base_denom: 'y:ausdy:31Dec2025',
|
|
15907
|
+
chain_name: 'pryzm'
|
|
15908
|
+
},
|
|
15909
|
+
chain: {
|
|
15910
|
+
channel_id: 'channel-859'
|
|
15911
|
+
}
|
|
15912
|
+
}]
|
|
15913
|
+
},
|
|
15284
15914
|
{
|
|
15285
15915
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
15286
15916
|
denom_units: [{
|
|
@@ -16191,6 +16821,76 @@ const assets = {
|
|
|
16191
16821
|
}
|
|
16192
16822
|
}]
|
|
16193
16823
|
},
|
|
16824
|
+
{
|
|
16825
|
+
description: 'Pryzm\'s LP token for USDY Yield pool',
|
|
16826
|
+
denom_units: [{
|
|
16827
|
+
denom: 'ibc/39ED5F271E7F15D5D0F3363B0792F5B03D41C0C4C790490D1306EEB819C2FFB7',
|
|
16828
|
+
exponent: 0,
|
|
16829
|
+
aliases: ['lp:31:ausdy']
|
|
16830
|
+
}, {
|
|
16831
|
+
denom: 'lp:31:usdy',
|
|
16832
|
+
exponent: 18
|
|
16833
|
+
}],
|
|
16834
|
+
base: 'ibc/39ED5F271E7F15D5D0F3363B0792F5B03D41C0C4C790490D1306EEB819C2FFB7',
|
|
16835
|
+
name: 'USDY Yield LP',
|
|
16836
|
+
display: 'lp:31:usdy',
|
|
16837
|
+
symbol: 'USDY-YIELD-LP',
|
|
16838
|
+
logo_URIs: {
|
|
16839
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
16840
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
16841
|
+
},
|
|
16842
|
+
images: [{
|
|
16843
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
16844
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
16845
|
+
}],
|
|
16846
|
+
type_asset: 'sdk.coin',
|
|
16847
|
+
traces: [{
|
|
16848
|
+
type: 'ibc',
|
|
16849
|
+
counterparty: {
|
|
16850
|
+
channel_id: 'channel-0',
|
|
16851
|
+
base_denom: 'lp:31:ausdy',
|
|
16852
|
+
chain_name: 'pryzm'
|
|
16853
|
+
},
|
|
16854
|
+
chain: {
|
|
16855
|
+
channel_id: 'channel-859'
|
|
16856
|
+
}
|
|
16857
|
+
}]
|
|
16858
|
+
},
|
|
16859
|
+
{
|
|
16860
|
+
description: 'Pryzm\'s LP token for USDY Boost pool',
|
|
16861
|
+
denom_units: [{
|
|
16862
|
+
denom: 'ibc/7FF03618C85501BF543834D7598BE97351BC75413E82B08F61D7E309D33EF8E0',
|
|
16863
|
+
exponent: 0,
|
|
16864
|
+
aliases: ['lp:32:ausdyypt-uusdc']
|
|
16865
|
+
}, {
|
|
16866
|
+
denom: 'lp:32:usdyypt-usdc',
|
|
16867
|
+
exponent: 18
|
|
16868
|
+
}],
|
|
16869
|
+
base: 'ibc/7FF03618C85501BF543834D7598BE97351BC75413E82B08F61D7E309D33EF8E0',
|
|
16870
|
+
name: 'USDY Boost LP',
|
|
16871
|
+
display: 'lp:32:usdyypt-usdc',
|
|
16872
|
+
symbol: 'USDY-BOOST-LP',
|
|
16873
|
+
logo_URIs: {
|
|
16874
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
16875
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
16876
|
+
},
|
|
16877
|
+
images: [{
|
|
16878
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
16879
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
16880
|
+
}],
|
|
16881
|
+
type_asset: 'sdk.coin',
|
|
16882
|
+
traces: [{
|
|
16883
|
+
type: 'ibc',
|
|
16884
|
+
counterparty: {
|
|
16885
|
+
channel_id: 'channel-0',
|
|
16886
|
+
base_denom: 'lp:32:ausdyypt-uusdc',
|
|
16887
|
+
chain_name: 'pryzm'
|
|
16888
|
+
},
|
|
16889
|
+
chain: {
|
|
16890
|
+
channel_id: 'channel-859'
|
|
16891
|
+
}
|
|
16892
|
+
}]
|
|
16893
|
+
},
|
|
16194
16894
|
{
|
|
16195
16895
|
description: 'QCK - native token of Quicksilver',
|
|
16196
16896
|
denom_units: [{
|