@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/terra2.js
CHANGED
|
@@ -3668,6 +3668,146 @@ const assets = {
|
|
|
3668
3668
|
}
|
|
3669
3669
|
}]
|
|
3670
3670
|
},
|
|
3671
|
+
{
|
|
3672
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2025',
|
|
3673
|
+
denom_units: [{
|
|
3674
|
+
denom: 'ibc/50ECDC99C294D9965F9F5B081A24F01A8392DFD29138B575B5DE204BDDF513BA',
|
|
3675
|
+
exponent: 0,
|
|
3676
|
+
aliases: ['p:ausdy:31Mar2025']
|
|
3677
|
+
}, {
|
|
3678
|
+
denom: 'pUSDY31Mar2025',
|
|
3679
|
+
exponent: 18
|
|
3680
|
+
}],
|
|
3681
|
+
base: 'ibc/50ECDC99C294D9965F9F5B081A24F01A8392DFD29138B575B5DE204BDDF513BA',
|
|
3682
|
+
name: 'pUsdy (31Mar2025)',
|
|
3683
|
+
display: 'pUSDY31Mar2025',
|
|
3684
|
+
symbol: 'pUSDY-31Mar2025',
|
|
3685
|
+
logo_URIs: {
|
|
3686
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3687
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3688
|
+
},
|
|
3689
|
+
images: [{
|
|
3690
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3691
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3692
|
+
}],
|
|
3693
|
+
type_asset: 'sdk.coin',
|
|
3694
|
+
traces: [{
|
|
3695
|
+
type: 'ibc',
|
|
3696
|
+
counterparty: {
|
|
3697
|
+
channel_id: 'channel-4',
|
|
3698
|
+
base_denom: 'p:ausdy:31Mar2025',
|
|
3699
|
+
chain_name: 'pryzm'
|
|
3700
|
+
},
|
|
3701
|
+
chain: {
|
|
3702
|
+
channel_id: 'channel-473'
|
|
3703
|
+
}
|
|
3704
|
+
}]
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2025',
|
|
3708
|
+
denom_units: [{
|
|
3709
|
+
denom: 'ibc/E04456B3BAEB0398F85404EADFBE1A44155EAB41FE43295885B73770D0277836',
|
|
3710
|
+
exponent: 0,
|
|
3711
|
+
aliases: ['p:ausdy:30Jun2025']
|
|
3712
|
+
}, {
|
|
3713
|
+
denom: 'pUSDY30Jun2025',
|
|
3714
|
+
exponent: 18
|
|
3715
|
+
}],
|
|
3716
|
+
base: 'ibc/E04456B3BAEB0398F85404EADFBE1A44155EAB41FE43295885B73770D0277836',
|
|
3717
|
+
name: 'pUsdy (30Jun2025)',
|
|
3718
|
+
display: 'pUSDY30Jun2025',
|
|
3719
|
+
symbol: 'pUSDY-30Jun2025',
|
|
3720
|
+
logo_URIs: {
|
|
3721
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3722
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3723
|
+
},
|
|
3724
|
+
images: [{
|
|
3725
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3726
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3727
|
+
}],
|
|
3728
|
+
type_asset: 'sdk.coin',
|
|
3729
|
+
traces: [{
|
|
3730
|
+
type: 'ibc',
|
|
3731
|
+
counterparty: {
|
|
3732
|
+
channel_id: 'channel-4',
|
|
3733
|
+
base_denom: 'p:ausdy:30Jun2025',
|
|
3734
|
+
chain_name: 'pryzm'
|
|
3735
|
+
},
|
|
3736
|
+
chain: {
|
|
3737
|
+
channel_id: 'channel-473'
|
|
3738
|
+
}
|
|
3739
|
+
}]
|
|
3740
|
+
},
|
|
3741
|
+
{
|
|
3742
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Sep2025',
|
|
3743
|
+
denom_units: [{
|
|
3744
|
+
denom: 'ibc/E5F4162518EBEC60A2A29AE56DBF6A1BF4307E734E72663FC8554F360965D405',
|
|
3745
|
+
exponent: 0,
|
|
3746
|
+
aliases: ['p:ausdy:30Sep2025']
|
|
3747
|
+
}, {
|
|
3748
|
+
denom: 'pUSDY30Sep2025',
|
|
3749
|
+
exponent: 18
|
|
3750
|
+
}],
|
|
3751
|
+
base: 'ibc/E5F4162518EBEC60A2A29AE56DBF6A1BF4307E734E72663FC8554F360965D405',
|
|
3752
|
+
name: 'pUsdy (30Sep2025)',
|
|
3753
|
+
display: 'pUSDY30Sep2025',
|
|
3754
|
+
symbol: 'pUSDY-30Sep2025',
|
|
3755
|
+
logo_URIs: {
|
|
3756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3758
|
+
},
|
|
3759
|
+
images: [{
|
|
3760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3761
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3762
|
+
}],
|
|
3763
|
+
type_asset: 'sdk.coin',
|
|
3764
|
+
traces: [{
|
|
3765
|
+
type: 'ibc',
|
|
3766
|
+
counterparty: {
|
|
3767
|
+
channel_id: 'channel-4',
|
|
3768
|
+
base_denom: 'p:ausdy:30Sep2025',
|
|
3769
|
+
chain_name: 'pryzm'
|
|
3770
|
+
},
|
|
3771
|
+
chain: {
|
|
3772
|
+
channel_id: 'channel-473'
|
|
3773
|
+
}
|
|
3774
|
+
}]
|
|
3775
|
+
},
|
|
3776
|
+
{
|
|
3777
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Dec2025',
|
|
3778
|
+
denom_units: [{
|
|
3779
|
+
denom: 'ibc/914A9D7D3DC511E0A8C781F442EF891F9808CED358CD09A2B967649AD59AABB7',
|
|
3780
|
+
exponent: 0,
|
|
3781
|
+
aliases: ['p:ausdy:31Dec2025']
|
|
3782
|
+
}, {
|
|
3783
|
+
denom: 'pUSDY31Dec2025',
|
|
3784
|
+
exponent: 18
|
|
3785
|
+
}],
|
|
3786
|
+
base: 'ibc/914A9D7D3DC511E0A8C781F442EF891F9808CED358CD09A2B967649AD59AABB7',
|
|
3787
|
+
name: 'pUsdy (31Dec2025)',
|
|
3788
|
+
display: 'pUSDY31Dec2025',
|
|
3789
|
+
symbol: 'pUSDY-31Dec2025',
|
|
3790
|
+
logo_URIs: {
|
|
3791
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3792
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3793
|
+
},
|
|
3794
|
+
images: [{
|
|
3795
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3796
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3797
|
+
}],
|
|
3798
|
+
type_asset: 'sdk.coin',
|
|
3799
|
+
traces: [{
|
|
3800
|
+
type: 'ibc',
|
|
3801
|
+
counterparty: {
|
|
3802
|
+
channel_id: 'channel-4',
|
|
3803
|
+
base_denom: 'p:ausdy:31Dec2025',
|
|
3804
|
+
chain_name: 'pryzm'
|
|
3805
|
+
},
|
|
3806
|
+
chain: {
|
|
3807
|
+
channel_id: 'channel-473'
|
|
3808
|
+
}
|
|
3809
|
+
}]
|
|
3810
|
+
},
|
|
3671
3811
|
{
|
|
3672
3812
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
3673
3813
|
denom_units: [{
|
|
@@ -5173,6 +5313,146 @@ const assets = {
|
|
|
5173
5313
|
}
|
|
5174
5314
|
}]
|
|
5175
5315
|
},
|
|
5316
|
+
{
|
|
5317
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2025',
|
|
5318
|
+
denom_units: [{
|
|
5319
|
+
denom: 'ibc/0ADEE7414CBEB58062FD80DCE7E7865C2CDB47B00A0B89669E633C6022E182F4',
|
|
5320
|
+
exponent: 0,
|
|
5321
|
+
aliases: ['y:ausdy:31Mar2025']
|
|
5322
|
+
}, {
|
|
5323
|
+
denom: 'yUSDY31Mar2025',
|
|
5324
|
+
exponent: 18
|
|
5325
|
+
}],
|
|
5326
|
+
base: 'ibc/0ADEE7414CBEB58062FD80DCE7E7865C2CDB47B00A0B89669E633C6022E182F4',
|
|
5327
|
+
name: 'yUsdy (31Mar2025)',
|
|
5328
|
+
display: 'yUSDY31Mar2025',
|
|
5329
|
+
symbol: 'yUSDY-31Mar2025',
|
|
5330
|
+
logo_URIs: {
|
|
5331
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5332
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5333
|
+
},
|
|
5334
|
+
images: [{
|
|
5335
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5336
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5337
|
+
}],
|
|
5338
|
+
type_asset: 'sdk.coin',
|
|
5339
|
+
traces: [{
|
|
5340
|
+
type: 'ibc',
|
|
5341
|
+
counterparty: {
|
|
5342
|
+
channel_id: 'channel-4',
|
|
5343
|
+
base_denom: 'y:ausdy:31Mar2025',
|
|
5344
|
+
chain_name: 'pryzm'
|
|
5345
|
+
},
|
|
5346
|
+
chain: {
|
|
5347
|
+
channel_id: 'channel-473'
|
|
5348
|
+
}
|
|
5349
|
+
}]
|
|
5350
|
+
},
|
|
5351
|
+
{
|
|
5352
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2025',
|
|
5353
|
+
denom_units: [{
|
|
5354
|
+
denom: 'ibc/EB4A2D50DA451FCD0070A2B976F70F1C9718B353ED255226B3026A68F49C8DB3',
|
|
5355
|
+
exponent: 0,
|
|
5356
|
+
aliases: ['y:ausdy:30Jun2025']
|
|
5357
|
+
}, {
|
|
5358
|
+
denom: 'yUSDY30Jun2025',
|
|
5359
|
+
exponent: 18
|
|
5360
|
+
}],
|
|
5361
|
+
base: 'ibc/EB4A2D50DA451FCD0070A2B976F70F1C9718B353ED255226B3026A68F49C8DB3',
|
|
5362
|
+
name: 'yUsdy (30Jun2025)',
|
|
5363
|
+
display: 'yUSDY30Jun2025',
|
|
5364
|
+
symbol: 'yUSDY-30Jun2025',
|
|
5365
|
+
logo_URIs: {
|
|
5366
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5367
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5368
|
+
},
|
|
5369
|
+
images: [{
|
|
5370
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5371
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5372
|
+
}],
|
|
5373
|
+
type_asset: 'sdk.coin',
|
|
5374
|
+
traces: [{
|
|
5375
|
+
type: 'ibc',
|
|
5376
|
+
counterparty: {
|
|
5377
|
+
channel_id: 'channel-4',
|
|
5378
|
+
base_denom: 'y:ausdy:30Jun2025',
|
|
5379
|
+
chain_name: 'pryzm'
|
|
5380
|
+
},
|
|
5381
|
+
chain: {
|
|
5382
|
+
channel_id: 'channel-473'
|
|
5383
|
+
}
|
|
5384
|
+
}]
|
|
5385
|
+
},
|
|
5386
|
+
{
|
|
5387
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Sep2025',
|
|
5388
|
+
denom_units: [{
|
|
5389
|
+
denom: 'ibc/381E09486751F7A1F41D24594891D8174C9575C7B512AA84389A4594C5819BBD',
|
|
5390
|
+
exponent: 0,
|
|
5391
|
+
aliases: ['y:ausdy:30Sep2025']
|
|
5392
|
+
}, {
|
|
5393
|
+
denom: 'yUSDY30Sep2025',
|
|
5394
|
+
exponent: 18
|
|
5395
|
+
}],
|
|
5396
|
+
base: 'ibc/381E09486751F7A1F41D24594891D8174C9575C7B512AA84389A4594C5819BBD',
|
|
5397
|
+
name: 'yUsdy (30Sep2025)',
|
|
5398
|
+
display: 'yUSDY30Sep2025',
|
|
5399
|
+
symbol: 'yUSDY-30Sep2025',
|
|
5400
|
+
logo_URIs: {
|
|
5401
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5402
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5403
|
+
},
|
|
5404
|
+
images: [{
|
|
5405
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5406
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5407
|
+
}],
|
|
5408
|
+
type_asset: 'sdk.coin',
|
|
5409
|
+
traces: [{
|
|
5410
|
+
type: 'ibc',
|
|
5411
|
+
counterparty: {
|
|
5412
|
+
channel_id: 'channel-4',
|
|
5413
|
+
base_denom: 'y:ausdy:30Sep2025',
|
|
5414
|
+
chain_name: 'pryzm'
|
|
5415
|
+
},
|
|
5416
|
+
chain: {
|
|
5417
|
+
channel_id: 'channel-473'
|
|
5418
|
+
}
|
|
5419
|
+
}]
|
|
5420
|
+
},
|
|
5421
|
+
{
|
|
5422
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Dec2025',
|
|
5423
|
+
denom_units: [{
|
|
5424
|
+
denom: 'ibc/A6A6B04F112CFE7E6E568CF26B52CC854B8B2B95BF123D387BB123BD850AE86F',
|
|
5425
|
+
exponent: 0,
|
|
5426
|
+
aliases: ['y:ausdy:31Dec2025']
|
|
5427
|
+
}, {
|
|
5428
|
+
denom: 'yUSDY31Dec2025',
|
|
5429
|
+
exponent: 18
|
|
5430
|
+
}],
|
|
5431
|
+
base: 'ibc/A6A6B04F112CFE7E6E568CF26B52CC854B8B2B95BF123D387BB123BD850AE86F',
|
|
5432
|
+
name: 'yUsdy (31Dec2025)',
|
|
5433
|
+
display: 'yUSDY31Dec2025',
|
|
5434
|
+
symbol: 'yUSDY-31Dec2025',
|
|
5435
|
+
logo_URIs: {
|
|
5436
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5437
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5438
|
+
},
|
|
5439
|
+
images: [{
|
|
5440
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5441
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5442
|
+
}],
|
|
5443
|
+
type_asset: 'sdk.coin',
|
|
5444
|
+
traces: [{
|
|
5445
|
+
type: 'ibc',
|
|
5446
|
+
counterparty: {
|
|
5447
|
+
channel_id: 'channel-4',
|
|
5448
|
+
base_denom: 'y:ausdy:31Dec2025',
|
|
5449
|
+
chain_name: 'pryzm'
|
|
5450
|
+
},
|
|
5451
|
+
chain: {
|
|
5452
|
+
channel_id: 'channel-473'
|
|
5453
|
+
}
|
|
5454
|
+
}]
|
|
5455
|
+
},
|
|
5176
5456
|
{
|
|
5177
5457
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
5178
5458
|
denom_units: [{
|
|
@@ -6083,6 +6363,76 @@ const assets = {
|
|
|
6083
6363
|
}
|
|
6084
6364
|
}]
|
|
6085
6365
|
},
|
|
6366
|
+
{
|
|
6367
|
+
description: 'Pryzm\'s LP token for USDY Yield pool',
|
|
6368
|
+
denom_units: [{
|
|
6369
|
+
denom: 'ibc/E8ED66263A81378699BC8921309F6191AC4FD912D1C8D8B5FAA4B5CFC32735E4',
|
|
6370
|
+
exponent: 0,
|
|
6371
|
+
aliases: ['lp:31:ausdy']
|
|
6372
|
+
}, {
|
|
6373
|
+
denom: 'lp:31:usdy',
|
|
6374
|
+
exponent: 18
|
|
6375
|
+
}],
|
|
6376
|
+
base: 'ibc/E8ED66263A81378699BC8921309F6191AC4FD912D1C8D8B5FAA4B5CFC32735E4',
|
|
6377
|
+
name: 'USDY Yield LP',
|
|
6378
|
+
display: 'lp:31:usdy',
|
|
6379
|
+
symbol: 'USDY-YIELD-LP',
|
|
6380
|
+
logo_URIs: {
|
|
6381
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6382
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6383
|
+
},
|
|
6384
|
+
images: [{
|
|
6385
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6386
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6387
|
+
}],
|
|
6388
|
+
type_asset: 'sdk.coin',
|
|
6389
|
+
traces: [{
|
|
6390
|
+
type: 'ibc',
|
|
6391
|
+
counterparty: {
|
|
6392
|
+
channel_id: 'channel-4',
|
|
6393
|
+
base_denom: 'lp:31:ausdy',
|
|
6394
|
+
chain_name: 'pryzm'
|
|
6395
|
+
},
|
|
6396
|
+
chain: {
|
|
6397
|
+
channel_id: 'channel-473'
|
|
6398
|
+
}
|
|
6399
|
+
}]
|
|
6400
|
+
},
|
|
6401
|
+
{
|
|
6402
|
+
description: 'Pryzm\'s LP token for USDY Boost pool',
|
|
6403
|
+
denom_units: [{
|
|
6404
|
+
denom: 'ibc/9282AD2C0B72F17A54BCF7F5D9BFAE57C3C6A2A88649ADEC0920CD227FD70FE6',
|
|
6405
|
+
exponent: 0,
|
|
6406
|
+
aliases: ['lp:32:ausdyypt-uusdc']
|
|
6407
|
+
}, {
|
|
6408
|
+
denom: 'lp:32:usdyypt-usdc',
|
|
6409
|
+
exponent: 18
|
|
6410
|
+
}],
|
|
6411
|
+
base: 'ibc/9282AD2C0B72F17A54BCF7F5D9BFAE57C3C6A2A88649ADEC0920CD227FD70FE6',
|
|
6412
|
+
name: 'USDY Boost LP',
|
|
6413
|
+
display: 'lp:32:usdyypt-usdc',
|
|
6414
|
+
symbol: 'USDY-BOOST-LP',
|
|
6415
|
+
logo_URIs: {
|
|
6416
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6417
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6418
|
+
},
|
|
6419
|
+
images: [{
|
|
6420
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6421
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6422
|
+
}],
|
|
6423
|
+
type_asset: 'sdk.coin',
|
|
6424
|
+
traces: [{
|
|
6425
|
+
type: 'ibc',
|
|
6426
|
+
counterparty: {
|
|
6427
|
+
channel_id: 'channel-4',
|
|
6428
|
+
base_denom: 'lp:32:ausdyypt-uusdc',
|
|
6429
|
+
chain_name: 'pryzm'
|
|
6430
|
+
},
|
|
6431
|
+
chain: {
|
|
6432
|
+
channel_id: 'channel-473'
|
|
6433
|
+
}
|
|
6434
|
+
}]
|
|
6435
|
+
},
|
|
6086
6436
|
{
|
|
6087
6437
|
description: 'QCK - native token of Quicksilver',
|
|
6088
6438
|
denom_units: [{
|
|
@@ -11033,6 +11383,146 @@ const assets = {
|
|
|
11033
11383
|
}
|
|
11034
11384
|
}]
|
|
11035
11385
|
},
|
|
11386
|
+
{
|
|
11387
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2025',
|
|
11388
|
+
denom_units: [{
|
|
11389
|
+
denom: 'ibc/50ECDC99C294D9965F9F5B081A24F01A8392DFD29138B575B5DE204BDDF513BA',
|
|
11390
|
+
exponent: 0,
|
|
11391
|
+
aliases: ['p:ausdy:31Mar2025']
|
|
11392
|
+
}, {
|
|
11393
|
+
denom: 'pUSDY31Mar2025',
|
|
11394
|
+
exponent: 18
|
|
11395
|
+
}],
|
|
11396
|
+
base: 'ibc/50ECDC99C294D9965F9F5B081A24F01A8392DFD29138B575B5DE204BDDF513BA',
|
|
11397
|
+
name: 'pUsdy (31Mar2025)',
|
|
11398
|
+
display: 'pUSDY31Mar2025',
|
|
11399
|
+
symbol: 'pUSDY-31Mar2025',
|
|
11400
|
+
logo_URIs: {
|
|
11401
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
11402
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
11403
|
+
},
|
|
11404
|
+
images: [{
|
|
11405
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
11406
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
11407
|
+
}],
|
|
11408
|
+
type_asset: 'sdk.coin',
|
|
11409
|
+
traces: [{
|
|
11410
|
+
type: 'ibc',
|
|
11411
|
+
counterparty: {
|
|
11412
|
+
channel_id: 'channel-4',
|
|
11413
|
+
base_denom: 'p:ausdy:31Mar2025',
|
|
11414
|
+
chain_name: 'pryzm'
|
|
11415
|
+
},
|
|
11416
|
+
chain: {
|
|
11417
|
+
channel_id: 'channel-473'
|
|
11418
|
+
}
|
|
11419
|
+
}]
|
|
11420
|
+
},
|
|
11421
|
+
{
|
|
11422
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2025',
|
|
11423
|
+
denom_units: [{
|
|
11424
|
+
denom: 'ibc/E04456B3BAEB0398F85404EADFBE1A44155EAB41FE43295885B73770D0277836',
|
|
11425
|
+
exponent: 0,
|
|
11426
|
+
aliases: ['p:ausdy:30Jun2025']
|
|
11427
|
+
}, {
|
|
11428
|
+
denom: 'pUSDY30Jun2025',
|
|
11429
|
+
exponent: 18
|
|
11430
|
+
}],
|
|
11431
|
+
base: 'ibc/E04456B3BAEB0398F85404EADFBE1A44155EAB41FE43295885B73770D0277836',
|
|
11432
|
+
name: 'pUsdy (30Jun2025)',
|
|
11433
|
+
display: 'pUSDY30Jun2025',
|
|
11434
|
+
symbol: 'pUSDY-30Jun2025',
|
|
11435
|
+
logo_URIs: {
|
|
11436
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
11437
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
11438
|
+
},
|
|
11439
|
+
images: [{
|
|
11440
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
11441
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
11442
|
+
}],
|
|
11443
|
+
type_asset: 'sdk.coin',
|
|
11444
|
+
traces: [{
|
|
11445
|
+
type: 'ibc',
|
|
11446
|
+
counterparty: {
|
|
11447
|
+
channel_id: 'channel-4',
|
|
11448
|
+
base_denom: 'p:ausdy:30Jun2025',
|
|
11449
|
+
chain_name: 'pryzm'
|
|
11450
|
+
},
|
|
11451
|
+
chain: {
|
|
11452
|
+
channel_id: 'channel-473'
|
|
11453
|
+
}
|
|
11454
|
+
}]
|
|
11455
|
+
},
|
|
11456
|
+
{
|
|
11457
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Sep2025',
|
|
11458
|
+
denom_units: [{
|
|
11459
|
+
denom: 'ibc/E5F4162518EBEC60A2A29AE56DBF6A1BF4307E734E72663FC8554F360965D405',
|
|
11460
|
+
exponent: 0,
|
|
11461
|
+
aliases: ['p:ausdy:30Sep2025']
|
|
11462
|
+
}, {
|
|
11463
|
+
denom: 'pUSDY30Sep2025',
|
|
11464
|
+
exponent: 18
|
|
11465
|
+
}],
|
|
11466
|
+
base: 'ibc/E5F4162518EBEC60A2A29AE56DBF6A1BF4307E734E72663FC8554F360965D405',
|
|
11467
|
+
name: 'pUsdy (30Sep2025)',
|
|
11468
|
+
display: 'pUSDY30Sep2025',
|
|
11469
|
+
symbol: 'pUSDY-30Sep2025',
|
|
11470
|
+
logo_URIs: {
|
|
11471
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
11472
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
11473
|
+
},
|
|
11474
|
+
images: [{
|
|
11475
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
11476
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
11477
|
+
}],
|
|
11478
|
+
type_asset: 'sdk.coin',
|
|
11479
|
+
traces: [{
|
|
11480
|
+
type: 'ibc',
|
|
11481
|
+
counterparty: {
|
|
11482
|
+
channel_id: 'channel-4',
|
|
11483
|
+
base_denom: 'p:ausdy:30Sep2025',
|
|
11484
|
+
chain_name: 'pryzm'
|
|
11485
|
+
},
|
|
11486
|
+
chain: {
|
|
11487
|
+
channel_id: 'channel-473'
|
|
11488
|
+
}
|
|
11489
|
+
}]
|
|
11490
|
+
},
|
|
11491
|
+
{
|
|
11492
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Dec2025',
|
|
11493
|
+
denom_units: [{
|
|
11494
|
+
denom: 'ibc/914A9D7D3DC511E0A8C781F442EF891F9808CED358CD09A2B967649AD59AABB7',
|
|
11495
|
+
exponent: 0,
|
|
11496
|
+
aliases: ['p:ausdy:31Dec2025']
|
|
11497
|
+
}, {
|
|
11498
|
+
denom: 'pUSDY31Dec2025',
|
|
11499
|
+
exponent: 18
|
|
11500
|
+
}],
|
|
11501
|
+
base: 'ibc/914A9D7D3DC511E0A8C781F442EF891F9808CED358CD09A2B967649AD59AABB7',
|
|
11502
|
+
name: 'pUsdy (31Dec2025)',
|
|
11503
|
+
display: 'pUSDY31Dec2025',
|
|
11504
|
+
symbol: 'pUSDY-31Dec2025',
|
|
11505
|
+
logo_URIs: {
|
|
11506
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
11507
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
11508
|
+
},
|
|
11509
|
+
images: [{
|
|
11510
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
11511
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
11512
|
+
}],
|
|
11513
|
+
type_asset: 'sdk.coin',
|
|
11514
|
+
traces: [{
|
|
11515
|
+
type: 'ibc',
|
|
11516
|
+
counterparty: {
|
|
11517
|
+
channel_id: 'channel-4',
|
|
11518
|
+
base_denom: 'p:ausdy:31Dec2025',
|
|
11519
|
+
chain_name: 'pryzm'
|
|
11520
|
+
},
|
|
11521
|
+
chain: {
|
|
11522
|
+
channel_id: 'channel-473'
|
|
11523
|
+
}
|
|
11524
|
+
}]
|
|
11525
|
+
},
|
|
11036
11526
|
{
|
|
11037
11527
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
11038
11528
|
denom_units: [{
|
|
@@ -12538,6 +13028,146 @@ const assets = {
|
|
|
12538
13028
|
}
|
|
12539
13029
|
}]
|
|
12540
13030
|
},
|
|
13031
|
+
{
|
|
13032
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2025',
|
|
13033
|
+
denom_units: [{
|
|
13034
|
+
denom: 'ibc/0ADEE7414CBEB58062FD80DCE7E7865C2CDB47B00A0B89669E633C6022E182F4',
|
|
13035
|
+
exponent: 0,
|
|
13036
|
+
aliases: ['y:ausdy:31Mar2025']
|
|
13037
|
+
}, {
|
|
13038
|
+
denom: 'yUSDY31Mar2025',
|
|
13039
|
+
exponent: 18
|
|
13040
|
+
}],
|
|
13041
|
+
base: 'ibc/0ADEE7414CBEB58062FD80DCE7E7865C2CDB47B00A0B89669E633C6022E182F4',
|
|
13042
|
+
name: 'yUsdy (31Mar2025)',
|
|
13043
|
+
display: 'yUSDY31Mar2025',
|
|
13044
|
+
symbol: 'yUSDY-31Mar2025',
|
|
13045
|
+
logo_URIs: {
|
|
13046
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13047
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13048
|
+
},
|
|
13049
|
+
images: [{
|
|
13050
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13051
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13052
|
+
}],
|
|
13053
|
+
type_asset: 'sdk.coin',
|
|
13054
|
+
traces: [{
|
|
13055
|
+
type: 'ibc',
|
|
13056
|
+
counterparty: {
|
|
13057
|
+
channel_id: 'channel-4',
|
|
13058
|
+
base_denom: 'y:ausdy:31Mar2025',
|
|
13059
|
+
chain_name: 'pryzm'
|
|
13060
|
+
},
|
|
13061
|
+
chain: {
|
|
13062
|
+
channel_id: 'channel-473'
|
|
13063
|
+
}
|
|
13064
|
+
}]
|
|
13065
|
+
},
|
|
13066
|
+
{
|
|
13067
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2025',
|
|
13068
|
+
denom_units: [{
|
|
13069
|
+
denom: 'ibc/EB4A2D50DA451FCD0070A2B976F70F1C9718B353ED255226B3026A68F49C8DB3',
|
|
13070
|
+
exponent: 0,
|
|
13071
|
+
aliases: ['y:ausdy:30Jun2025']
|
|
13072
|
+
}, {
|
|
13073
|
+
denom: 'yUSDY30Jun2025',
|
|
13074
|
+
exponent: 18
|
|
13075
|
+
}],
|
|
13076
|
+
base: 'ibc/EB4A2D50DA451FCD0070A2B976F70F1C9718B353ED255226B3026A68F49C8DB3',
|
|
13077
|
+
name: 'yUsdy (30Jun2025)',
|
|
13078
|
+
display: 'yUSDY30Jun2025',
|
|
13079
|
+
symbol: 'yUSDY-30Jun2025',
|
|
13080
|
+
logo_URIs: {
|
|
13081
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13082
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13083
|
+
},
|
|
13084
|
+
images: [{
|
|
13085
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13086
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13087
|
+
}],
|
|
13088
|
+
type_asset: 'sdk.coin',
|
|
13089
|
+
traces: [{
|
|
13090
|
+
type: 'ibc',
|
|
13091
|
+
counterparty: {
|
|
13092
|
+
channel_id: 'channel-4',
|
|
13093
|
+
base_denom: 'y:ausdy:30Jun2025',
|
|
13094
|
+
chain_name: 'pryzm'
|
|
13095
|
+
},
|
|
13096
|
+
chain: {
|
|
13097
|
+
channel_id: 'channel-473'
|
|
13098
|
+
}
|
|
13099
|
+
}]
|
|
13100
|
+
},
|
|
13101
|
+
{
|
|
13102
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Sep2025',
|
|
13103
|
+
denom_units: [{
|
|
13104
|
+
denom: 'ibc/381E09486751F7A1F41D24594891D8174C9575C7B512AA84389A4594C5819BBD',
|
|
13105
|
+
exponent: 0,
|
|
13106
|
+
aliases: ['y:ausdy:30Sep2025']
|
|
13107
|
+
}, {
|
|
13108
|
+
denom: 'yUSDY30Sep2025',
|
|
13109
|
+
exponent: 18
|
|
13110
|
+
}],
|
|
13111
|
+
base: 'ibc/381E09486751F7A1F41D24594891D8174C9575C7B512AA84389A4594C5819BBD',
|
|
13112
|
+
name: 'yUsdy (30Sep2025)',
|
|
13113
|
+
display: 'yUSDY30Sep2025',
|
|
13114
|
+
symbol: 'yUSDY-30Sep2025',
|
|
13115
|
+
logo_URIs: {
|
|
13116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13117
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13118
|
+
},
|
|
13119
|
+
images: [{
|
|
13120
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13121
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13122
|
+
}],
|
|
13123
|
+
type_asset: 'sdk.coin',
|
|
13124
|
+
traces: [{
|
|
13125
|
+
type: 'ibc',
|
|
13126
|
+
counterparty: {
|
|
13127
|
+
channel_id: 'channel-4',
|
|
13128
|
+
base_denom: 'y:ausdy:30Sep2025',
|
|
13129
|
+
chain_name: 'pryzm'
|
|
13130
|
+
},
|
|
13131
|
+
chain: {
|
|
13132
|
+
channel_id: 'channel-473'
|
|
13133
|
+
}
|
|
13134
|
+
}]
|
|
13135
|
+
},
|
|
13136
|
+
{
|
|
13137
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Dec2025',
|
|
13138
|
+
denom_units: [{
|
|
13139
|
+
denom: 'ibc/A6A6B04F112CFE7E6E568CF26B52CC854B8B2B95BF123D387BB123BD850AE86F',
|
|
13140
|
+
exponent: 0,
|
|
13141
|
+
aliases: ['y:ausdy:31Dec2025']
|
|
13142
|
+
}, {
|
|
13143
|
+
denom: 'yUSDY31Dec2025',
|
|
13144
|
+
exponent: 18
|
|
13145
|
+
}],
|
|
13146
|
+
base: 'ibc/A6A6B04F112CFE7E6E568CF26B52CC854B8B2B95BF123D387BB123BD850AE86F',
|
|
13147
|
+
name: 'yUsdy (31Dec2025)',
|
|
13148
|
+
display: 'yUSDY31Dec2025',
|
|
13149
|
+
symbol: 'yUSDY-31Dec2025',
|
|
13150
|
+
logo_URIs: {
|
|
13151
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13152
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13153
|
+
},
|
|
13154
|
+
images: [{
|
|
13155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13156
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13157
|
+
}],
|
|
13158
|
+
type_asset: 'sdk.coin',
|
|
13159
|
+
traces: [{
|
|
13160
|
+
type: 'ibc',
|
|
13161
|
+
counterparty: {
|
|
13162
|
+
channel_id: 'channel-4',
|
|
13163
|
+
base_denom: 'y:ausdy:31Dec2025',
|
|
13164
|
+
chain_name: 'pryzm'
|
|
13165
|
+
},
|
|
13166
|
+
chain: {
|
|
13167
|
+
channel_id: 'channel-473'
|
|
13168
|
+
}
|
|
13169
|
+
}]
|
|
13170
|
+
},
|
|
12541
13171
|
{
|
|
12542
13172
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
12543
13173
|
denom_units: [{
|
|
@@ -13448,6 +14078,76 @@ const assets = {
|
|
|
13448
14078
|
}
|
|
13449
14079
|
}]
|
|
13450
14080
|
},
|
|
14081
|
+
{
|
|
14082
|
+
description: 'Pryzm\'s LP token for USDY Yield pool',
|
|
14083
|
+
denom_units: [{
|
|
14084
|
+
denom: 'ibc/E8ED66263A81378699BC8921309F6191AC4FD912D1C8D8B5FAA4B5CFC32735E4',
|
|
14085
|
+
exponent: 0,
|
|
14086
|
+
aliases: ['lp:31:ausdy']
|
|
14087
|
+
}, {
|
|
14088
|
+
denom: 'lp:31:usdy',
|
|
14089
|
+
exponent: 18
|
|
14090
|
+
}],
|
|
14091
|
+
base: 'ibc/E8ED66263A81378699BC8921309F6191AC4FD912D1C8D8B5FAA4B5CFC32735E4',
|
|
14092
|
+
name: 'USDY Yield LP',
|
|
14093
|
+
display: 'lp:31:usdy',
|
|
14094
|
+
symbol: 'USDY-YIELD-LP',
|
|
14095
|
+
logo_URIs: {
|
|
14096
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
14097
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
14098
|
+
},
|
|
14099
|
+
images: [{
|
|
14100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
14101
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
14102
|
+
}],
|
|
14103
|
+
type_asset: 'sdk.coin',
|
|
14104
|
+
traces: [{
|
|
14105
|
+
type: 'ibc',
|
|
14106
|
+
counterparty: {
|
|
14107
|
+
channel_id: 'channel-4',
|
|
14108
|
+
base_denom: 'lp:31:ausdy',
|
|
14109
|
+
chain_name: 'pryzm'
|
|
14110
|
+
},
|
|
14111
|
+
chain: {
|
|
14112
|
+
channel_id: 'channel-473'
|
|
14113
|
+
}
|
|
14114
|
+
}]
|
|
14115
|
+
},
|
|
14116
|
+
{
|
|
14117
|
+
description: 'Pryzm\'s LP token for USDY Boost pool',
|
|
14118
|
+
denom_units: [{
|
|
14119
|
+
denom: 'ibc/9282AD2C0B72F17A54BCF7F5D9BFAE57C3C6A2A88649ADEC0920CD227FD70FE6',
|
|
14120
|
+
exponent: 0,
|
|
14121
|
+
aliases: ['lp:32:ausdyypt-uusdc']
|
|
14122
|
+
}, {
|
|
14123
|
+
denom: 'lp:32:usdyypt-usdc',
|
|
14124
|
+
exponent: 18
|
|
14125
|
+
}],
|
|
14126
|
+
base: 'ibc/9282AD2C0B72F17A54BCF7F5D9BFAE57C3C6A2A88649ADEC0920CD227FD70FE6',
|
|
14127
|
+
name: 'USDY Boost LP',
|
|
14128
|
+
display: 'lp:32:usdyypt-usdc',
|
|
14129
|
+
symbol: 'USDY-BOOST-LP',
|
|
14130
|
+
logo_URIs: {
|
|
14131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
14132
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
14133
|
+
},
|
|
14134
|
+
images: [{
|
|
14135
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
14136
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
14137
|
+
}],
|
|
14138
|
+
type_asset: 'sdk.coin',
|
|
14139
|
+
traces: [{
|
|
14140
|
+
type: 'ibc',
|
|
14141
|
+
counterparty: {
|
|
14142
|
+
channel_id: 'channel-4',
|
|
14143
|
+
base_denom: 'lp:32:ausdyypt-uusdc',
|
|
14144
|
+
chain_name: 'pryzm'
|
|
14145
|
+
},
|
|
14146
|
+
chain: {
|
|
14147
|
+
channel_id: 'channel-473'
|
|
14148
|
+
}
|
|
14149
|
+
}]
|
|
14150
|
+
},
|
|
13451
14151
|
{
|
|
13452
14152
|
description: 'QCK - native token of Quicksilver',
|
|
13453
14153
|
denom_units: [{
|