@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/celestia.js
CHANGED
|
@@ -2691,6 +2691,146 @@ const assets = {
|
|
|
2691
2691
|
}
|
|
2692
2692
|
}]
|
|
2693
2693
|
},
|
|
2694
|
+
{
|
|
2695
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2025',
|
|
2696
|
+
denom_units: [{
|
|
2697
|
+
denom: 'ibc/8E6FAC674601F529ACFC2E986137D71BA8D356F90CF3724F9266E2106EB5EC51',
|
|
2698
|
+
exponent: 0,
|
|
2699
|
+
aliases: ['p:ausdy:31Mar2025']
|
|
2700
|
+
}, {
|
|
2701
|
+
denom: 'pUSDY31Mar2025',
|
|
2702
|
+
exponent: 18
|
|
2703
|
+
}],
|
|
2704
|
+
base: 'ibc/8E6FAC674601F529ACFC2E986137D71BA8D356F90CF3724F9266E2106EB5EC51',
|
|
2705
|
+
name: 'pUsdy (31Mar2025)',
|
|
2706
|
+
display: 'pUSDY31Mar2025',
|
|
2707
|
+
symbol: 'pUSDY-31Mar2025',
|
|
2708
|
+
logo_URIs: {
|
|
2709
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2710
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2711
|
+
},
|
|
2712
|
+
images: [{
|
|
2713
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2714
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2715
|
+
}],
|
|
2716
|
+
type_asset: 'sdk.coin',
|
|
2717
|
+
traces: [{
|
|
2718
|
+
type: 'ibc',
|
|
2719
|
+
counterparty: {
|
|
2720
|
+
channel_id: 'channel-3',
|
|
2721
|
+
base_denom: 'p:ausdy:31Mar2025',
|
|
2722
|
+
chain_name: 'pryzm'
|
|
2723
|
+
},
|
|
2724
|
+
chain: {
|
|
2725
|
+
channel_id: 'channel-34'
|
|
2726
|
+
}
|
|
2727
|
+
}]
|
|
2728
|
+
},
|
|
2729
|
+
{
|
|
2730
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2025',
|
|
2731
|
+
denom_units: [{
|
|
2732
|
+
denom: 'ibc/E51BEB7C63D805200D1572BAF29FF136CFFD3B81FB45E43524F8A4894DA66A4B',
|
|
2733
|
+
exponent: 0,
|
|
2734
|
+
aliases: ['p:ausdy:30Jun2025']
|
|
2735
|
+
}, {
|
|
2736
|
+
denom: 'pUSDY30Jun2025',
|
|
2737
|
+
exponent: 18
|
|
2738
|
+
}],
|
|
2739
|
+
base: 'ibc/E51BEB7C63D805200D1572BAF29FF136CFFD3B81FB45E43524F8A4894DA66A4B',
|
|
2740
|
+
name: 'pUsdy (30Jun2025)',
|
|
2741
|
+
display: 'pUSDY30Jun2025',
|
|
2742
|
+
symbol: 'pUSDY-30Jun2025',
|
|
2743
|
+
logo_URIs: {
|
|
2744
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2745
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2746
|
+
},
|
|
2747
|
+
images: [{
|
|
2748
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2749
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2750
|
+
}],
|
|
2751
|
+
type_asset: 'sdk.coin',
|
|
2752
|
+
traces: [{
|
|
2753
|
+
type: 'ibc',
|
|
2754
|
+
counterparty: {
|
|
2755
|
+
channel_id: 'channel-3',
|
|
2756
|
+
base_denom: 'p:ausdy:30Jun2025',
|
|
2757
|
+
chain_name: 'pryzm'
|
|
2758
|
+
},
|
|
2759
|
+
chain: {
|
|
2760
|
+
channel_id: 'channel-34'
|
|
2761
|
+
}
|
|
2762
|
+
}]
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Sep2025',
|
|
2766
|
+
denom_units: [{
|
|
2767
|
+
denom: 'ibc/7D0D0D5136EED0B97080D382345F3B9CF4EA6D93FE055471D7C224CF6B8DB785',
|
|
2768
|
+
exponent: 0,
|
|
2769
|
+
aliases: ['p:ausdy:30Sep2025']
|
|
2770
|
+
}, {
|
|
2771
|
+
denom: 'pUSDY30Sep2025',
|
|
2772
|
+
exponent: 18
|
|
2773
|
+
}],
|
|
2774
|
+
base: 'ibc/7D0D0D5136EED0B97080D382345F3B9CF4EA6D93FE055471D7C224CF6B8DB785',
|
|
2775
|
+
name: 'pUsdy (30Sep2025)',
|
|
2776
|
+
display: 'pUSDY30Sep2025',
|
|
2777
|
+
symbol: 'pUSDY-30Sep2025',
|
|
2778
|
+
logo_URIs: {
|
|
2779
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2780
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2781
|
+
},
|
|
2782
|
+
images: [{
|
|
2783
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2784
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2785
|
+
}],
|
|
2786
|
+
type_asset: 'sdk.coin',
|
|
2787
|
+
traces: [{
|
|
2788
|
+
type: 'ibc',
|
|
2789
|
+
counterparty: {
|
|
2790
|
+
channel_id: 'channel-3',
|
|
2791
|
+
base_denom: 'p:ausdy:30Sep2025',
|
|
2792
|
+
chain_name: 'pryzm'
|
|
2793
|
+
},
|
|
2794
|
+
chain: {
|
|
2795
|
+
channel_id: 'channel-34'
|
|
2796
|
+
}
|
|
2797
|
+
}]
|
|
2798
|
+
},
|
|
2799
|
+
{
|
|
2800
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Dec2025',
|
|
2801
|
+
denom_units: [{
|
|
2802
|
+
denom: 'ibc/DBAA2EBBAFFE9FF0F4DE2BF53D2B4BFC27C6A83D16AD91877C7C823DCD65CE0B',
|
|
2803
|
+
exponent: 0,
|
|
2804
|
+
aliases: ['p:ausdy:31Dec2025']
|
|
2805
|
+
}, {
|
|
2806
|
+
denom: 'pUSDY31Dec2025',
|
|
2807
|
+
exponent: 18
|
|
2808
|
+
}],
|
|
2809
|
+
base: 'ibc/DBAA2EBBAFFE9FF0F4DE2BF53D2B4BFC27C6A83D16AD91877C7C823DCD65CE0B',
|
|
2810
|
+
name: 'pUsdy (31Dec2025)',
|
|
2811
|
+
display: 'pUSDY31Dec2025',
|
|
2812
|
+
symbol: 'pUSDY-31Dec2025',
|
|
2813
|
+
logo_URIs: {
|
|
2814
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2815
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2816
|
+
},
|
|
2817
|
+
images: [{
|
|
2818
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2819
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2820
|
+
}],
|
|
2821
|
+
type_asset: 'sdk.coin',
|
|
2822
|
+
traces: [{
|
|
2823
|
+
type: 'ibc',
|
|
2824
|
+
counterparty: {
|
|
2825
|
+
channel_id: 'channel-3',
|
|
2826
|
+
base_denom: 'p:ausdy:31Dec2025',
|
|
2827
|
+
chain_name: 'pryzm'
|
|
2828
|
+
},
|
|
2829
|
+
chain: {
|
|
2830
|
+
channel_id: 'channel-34'
|
|
2831
|
+
}
|
|
2832
|
+
}]
|
|
2833
|
+
},
|
|
2694
2834
|
{
|
|
2695
2835
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
2696
2836
|
denom_units: [{
|
|
@@ -4196,6 +4336,146 @@ const assets = {
|
|
|
4196
4336
|
}
|
|
4197
4337
|
}]
|
|
4198
4338
|
},
|
|
4339
|
+
{
|
|
4340
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2025',
|
|
4341
|
+
denom_units: [{
|
|
4342
|
+
denom: 'ibc/5A2B4FEEB7386B5A143AD4D25193C6EE4D5254B0EAAC977A52C300E9E259165E',
|
|
4343
|
+
exponent: 0,
|
|
4344
|
+
aliases: ['y:ausdy:31Mar2025']
|
|
4345
|
+
}, {
|
|
4346
|
+
denom: 'yUSDY31Mar2025',
|
|
4347
|
+
exponent: 18
|
|
4348
|
+
}],
|
|
4349
|
+
base: 'ibc/5A2B4FEEB7386B5A143AD4D25193C6EE4D5254B0EAAC977A52C300E9E259165E',
|
|
4350
|
+
name: 'yUsdy (31Mar2025)',
|
|
4351
|
+
display: 'yUSDY31Mar2025',
|
|
4352
|
+
symbol: 'yUSDY-31Mar2025',
|
|
4353
|
+
logo_URIs: {
|
|
4354
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4355
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4356
|
+
},
|
|
4357
|
+
images: [{
|
|
4358
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4360
|
+
}],
|
|
4361
|
+
type_asset: 'sdk.coin',
|
|
4362
|
+
traces: [{
|
|
4363
|
+
type: 'ibc',
|
|
4364
|
+
counterparty: {
|
|
4365
|
+
channel_id: 'channel-3',
|
|
4366
|
+
base_denom: 'y:ausdy:31Mar2025',
|
|
4367
|
+
chain_name: 'pryzm'
|
|
4368
|
+
},
|
|
4369
|
+
chain: {
|
|
4370
|
+
channel_id: 'channel-34'
|
|
4371
|
+
}
|
|
4372
|
+
}]
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2025',
|
|
4376
|
+
denom_units: [{
|
|
4377
|
+
denom: 'ibc/4BF01321FE37FDD8164496148AC4B9845261F9C70FB4E6880997183E3A6C726C',
|
|
4378
|
+
exponent: 0,
|
|
4379
|
+
aliases: ['y:ausdy:30Jun2025']
|
|
4380
|
+
}, {
|
|
4381
|
+
denom: 'yUSDY30Jun2025',
|
|
4382
|
+
exponent: 18
|
|
4383
|
+
}],
|
|
4384
|
+
base: 'ibc/4BF01321FE37FDD8164496148AC4B9845261F9C70FB4E6880997183E3A6C726C',
|
|
4385
|
+
name: 'yUsdy (30Jun2025)',
|
|
4386
|
+
display: 'yUSDY30Jun2025',
|
|
4387
|
+
symbol: 'yUSDY-30Jun2025',
|
|
4388
|
+
logo_URIs: {
|
|
4389
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4390
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4391
|
+
},
|
|
4392
|
+
images: [{
|
|
4393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4394
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4395
|
+
}],
|
|
4396
|
+
type_asset: 'sdk.coin',
|
|
4397
|
+
traces: [{
|
|
4398
|
+
type: 'ibc',
|
|
4399
|
+
counterparty: {
|
|
4400
|
+
channel_id: 'channel-3',
|
|
4401
|
+
base_denom: 'y:ausdy:30Jun2025',
|
|
4402
|
+
chain_name: 'pryzm'
|
|
4403
|
+
},
|
|
4404
|
+
chain: {
|
|
4405
|
+
channel_id: 'channel-34'
|
|
4406
|
+
}
|
|
4407
|
+
}]
|
|
4408
|
+
},
|
|
4409
|
+
{
|
|
4410
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Sep2025',
|
|
4411
|
+
denom_units: [{
|
|
4412
|
+
denom: 'ibc/85B1593DC789CA054DDF93656ED0BCB5C6CAEDA40AA9B78EDBF3308202242060',
|
|
4413
|
+
exponent: 0,
|
|
4414
|
+
aliases: ['y:ausdy:30Sep2025']
|
|
4415
|
+
}, {
|
|
4416
|
+
denom: 'yUSDY30Sep2025',
|
|
4417
|
+
exponent: 18
|
|
4418
|
+
}],
|
|
4419
|
+
base: 'ibc/85B1593DC789CA054DDF93656ED0BCB5C6CAEDA40AA9B78EDBF3308202242060',
|
|
4420
|
+
name: 'yUsdy (30Sep2025)',
|
|
4421
|
+
display: 'yUSDY30Sep2025',
|
|
4422
|
+
symbol: 'yUSDY-30Sep2025',
|
|
4423
|
+
logo_URIs: {
|
|
4424
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4425
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4426
|
+
},
|
|
4427
|
+
images: [{
|
|
4428
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4429
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4430
|
+
}],
|
|
4431
|
+
type_asset: 'sdk.coin',
|
|
4432
|
+
traces: [{
|
|
4433
|
+
type: 'ibc',
|
|
4434
|
+
counterparty: {
|
|
4435
|
+
channel_id: 'channel-3',
|
|
4436
|
+
base_denom: 'y:ausdy:30Sep2025',
|
|
4437
|
+
chain_name: 'pryzm'
|
|
4438
|
+
},
|
|
4439
|
+
chain: {
|
|
4440
|
+
channel_id: 'channel-34'
|
|
4441
|
+
}
|
|
4442
|
+
}]
|
|
4443
|
+
},
|
|
4444
|
+
{
|
|
4445
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Dec2025',
|
|
4446
|
+
denom_units: [{
|
|
4447
|
+
denom: 'ibc/45DB2F8693AC548A6CDB7B128FFA88A641FEB1F3E5A0D0E014EC2FF20FDE32C7',
|
|
4448
|
+
exponent: 0,
|
|
4449
|
+
aliases: ['y:ausdy:31Dec2025']
|
|
4450
|
+
}, {
|
|
4451
|
+
denom: 'yUSDY31Dec2025',
|
|
4452
|
+
exponent: 18
|
|
4453
|
+
}],
|
|
4454
|
+
base: 'ibc/45DB2F8693AC548A6CDB7B128FFA88A641FEB1F3E5A0D0E014EC2FF20FDE32C7',
|
|
4455
|
+
name: 'yUsdy (31Dec2025)',
|
|
4456
|
+
display: 'yUSDY31Dec2025',
|
|
4457
|
+
symbol: 'yUSDY-31Dec2025',
|
|
4458
|
+
logo_URIs: {
|
|
4459
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4460
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4461
|
+
},
|
|
4462
|
+
images: [{
|
|
4463
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4464
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4465
|
+
}],
|
|
4466
|
+
type_asset: 'sdk.coin',
|
|
4467
|
+
traces: [{
|
|
4468
|
+
type: 'ibc',
|
|
4469
|
+
counterparty: {
|
|
4470
|
+
channel_id: 'channel-3',
|
|
4471
|
+
base_denom: 'y:ausdy:31Dec2025',
|
|
4472
|
+
chain_name: 'pryzm'
|
|
4473
|
+
},
|
|
4474
|
+
chain: {
|
|
4475
|
+
channel_id: 'channel-34'
|
|
4476
|
+
}
|
|
4477
|
+
}]
|
|
4478
|
+
},
|
|
4199
4479
|
{
|
|
4200
4480
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
4201
4481
|
denom_units: [{
|
|
@@ -5106,6 +5386,76 @@ const assets = {
|
|
|
5106
5386
|
}
|
|
5107
5387
|
}]
|
|
5108
5388
|
},
|
|
5389
|
+
{
|
|
5390
|
+
description: 'Pryzm\'s LP token for USDY Yield pool',
|
|
5391
|
+
denom_units: [{
|
|
5392
|
+
denom: 'ibc/5EF83E59A316EC6EB93D4A8EC2A4A8BCE1D665D2FB97FE6F5D7D2E92C70E6881',
|
|
5393
|
+
exponent: 0,
|
|
5394
|
+
aliases: ['lp:31:ausdy']
|
|
5395
|
+
}, {
|
|
5396
|
+
denom: 'lp:31:usdy',
|
|
5397
|
+
exponent: 18
|
|
5398
|
+
}],
|
|
5399
|
+
base: 'ibc/5EF83E59A316EC6EB93D4A8EC2A4A8BCE1D665D2FB97FE6F5D7D2E92C70E6881',
|
|
5400
|
+
name: 'USDY Yield LP',
|
|
5401
|
+
display: 'lp:31:usdy',
|
|
5402
|
+
symbol: 'USDY-YIELD-LP',
|
|
5403
|
+
logo_URIs: {
|
|
5404
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5405
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5406
|
+
},
|
|
5407
|
+
images: [{
|
|
5408
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5409
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5410
|
+
}],
|
|
5411
|
+
type_asset: 'sdk.coin',
|
|
5412
|
+
traces: [{
|
|
5413
|
+
type: 'ibc',
|
|
5414
|
+
counterparty: {
|
|
5415
|
+
channel_id: 'channel-3',
|
|
5416
|
+
base_denom: 'lp:31:ausdy',
|
|
5417
|
+
chain_name: 'pryzm'
|
|
5418
|
+
},
|
|
5419
|
+
chain: {
|
|
5420
|
+
channel_id: 'channel-34'
|
|
5421
|
+
}
|
|
5422
|
+
}]
|
|
5423
|
+
},
|
|
5424
|
+
{
|
|
5425
|
+
description: 'Pryzm\'s LP token for USDY Boost pool',
|
|
5426
|
+
denom_units: [{
|
|
5427
|
+
denom: 'ibc/BB562A79DC5A9292D91E0E0CBA9F2D6E9FDDB3D43A7EC44259B2596F3602BBF5',
|
|
5428
|
+
exponent: 0,
|
|
5429
|
+
aliases: ['lp:32:ausdyypt-uusdc']
|
|
5430
|
+
}, {
|
|
5431
|
+
denom: 'lp:32:usdyypt-usdc',
|
|
5432
|
+
exponent: 18
|
|
5433
|
+
}],
|
|
5434
|
+
base: 'ibc/BB562A79DC5A9292D91E0E0CBA9F2D6E9FDDB3D43A7EC44259B2596F3602BBF5',
|
|
5435
|
+
name: 'USDY Boost LP',
|
|
5436
|
+
display: 'lp:32:usdyypt-usdc',
|
|
5437
|
+
symbol: 'USDY-BOOST-LP',
|
|
5438
|
+
logo_URIs: {
|
|
5439
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5440
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5441
|
+
},
|
|
5442
|
+
images: [{
|
|
5443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5444
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5445
|
+
}],
|
|
5446
|
+
type_asset: 'sdk.coin',
|
|
5447
|
+
traces: [{
|
|
5448
|
+
type: 'ibc',
|
|
5449
|
+
counterparty: {
|
|
5450
|
+
channel_id: 'channel-3',
|
|
5451
|
+
base_denom: 'lp:32:ausdyypt-uusdc',
|
|
5452
|
+
chain_name: 'pryzm'
|
|
5453
|
+
},
|
|
5454
|
+
chain: {
|
|
5455
|
+
channel_id: 'channel-34'
|
|
5456
|
+
}
|
|
5457
|
+
}]
|
|
5458
|
+
},
|
|
5109
5459
|
{
|
|
5110
5460
|
description: 'QCK - native token of Quicksilver',
|
|
5111
5461
|
denom_units: [{
|
|
@@ -7958,6 +8308,146 @@ const assets = {
|
|
|
7958
8308
|
}
|
|
7959
8309
|
}]
|
|
7960
8310
|
},
|
|
8311
|
+
{
|
|
8312
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2025',
|
|
8313
|
+
denom_units: [{
|
|
8314
|
+
denom: 'ibc/8E6FAC674601F529ACFC2E986137D71BA8D356F90CF3724F9266E2106EB5EC51',
|
|
8315
|
+
exponent: 0,
|
|
8316
|
+
aliases: ['p:ausdy:31Mar2025']
|
|
8317
|
+
}, {
|
|
8318
|
+
denom: 'pUSDY31Mar2025',
|
|
8319
|
+
exponent: 18
|
|
8320
|
+
}],
|
|
8321
|
+
base: 'ibc/8E6FAC674601F529ACFC2E986137D71BA8D356F90CF3724F9266E2106EB5EC51',
|
|
8322
|
+
name: 'pUsdy (31Mar2025)',
|
|
8323
|
+
display: 'pUSDY31Mar2025',
|
|
8324
|
+
symbol: 'pUSDY-31Mar2025',
|
|
8325
|
+
logo_URIs: {
|
|
8326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8328
|
+
},
|
|
8329
|
+
images: [{
|
|
8330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8332
|
+
}],
|
|
8333
|
+
type_asset: 'sdk.coin',
|
|
8334
|
+
traces: [{
|
|
8335
|
+
type: 'ibc',
|
|
8336
|
+
counterparty: {
|
|
8337
|
+
channel_id: 'channel-3',
|
|
8338
|
+
base_denom: 'p:ausdy:31Mar2025',
|
|
8339
|
+
chain_name: 'pryzm'
|
|
8340
|
+
},
|
|
8341
|
+
chain: {
|
|
8342
|
+
channel_id: 'channel-34'
|
|
8343
|
+
}
|
|
8344
|
+
}]
|
|
8345
|
+
},
|
|
8346
|
+
{
|
|
8347
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2025',
|
|
8348
|
+
denom_units: [{
|
|
8349
|
+
denom: 'ibc/E51BEB7C63D805200D1572BAF29FF136CFFD3B81FB45E43524F8A4894DA66A4B',
|
|
8350
|
+
exponent: 0,
|
|
8351
|
+
aliases: ['p:ausdy:30Jun2025']
|
|
8352
|
+
}, {
|
|
8353
|
+
denom: 'pUSDY30Jun2025',
|
|
8354
|
+
exponent: 18
|
|
8355
|
+
}],
|
|
8356
|
+
base: 'ibc/E51BEB7C63D805200D1572BAF29FF136CFFD3B81FB45E43524F8A4894DA66A4B',
|
|
8357
|
+
name: 'pUsdy (30Jun2025)',
|
|
8358
|
+
display: 'pUSDY30Jun2025',
|
|
8359
|
+
symbol: 'pUSDY-30Jun2025',
|
|
8360
|
+
logo_URIs: {
|
|
8361
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8362
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8363
|
+
},
|
|
8364
|
+
images: [{
|
|
8365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8366
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8367
|
+
}],
|
|
8368
|
+
type_asset: 'sdk.coin',
|
|
8369
|
+
traces: [{
|
|
8370
|
+
type: 'ibc',
|
|
8371
|
+
counterparty: {
|
|
8372
|
+
channel_id: 'channel-3',
|
|
8373
|
+
base_denom: 'p:ausdy:30Jun2025',
|
|
8374
|
+
chain_name: 'pryzm'
|
|
8375
|
+
},
|
|
8376
|
+
chain: {
|
|
8377
|
+
channel_id: 'channel-34'
|
|
8378
|
+
}
|
|
8379
|
+
}]
|
|
8380
|
+
},
|
|
8381
|
+
{
|
|
8382
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Sep2025',
|
|
8383
|
+
denom_units: [{
|
|
8384
|
+
denom: 'ibc/7D0D0D5136EED0B97080D382345F3B9CF4EA6D93FE055471D7C224CF6B8DB785',
|
|
8385
|
+
exponent: 0,
|
|
8386
|
+
aliases: ['p:ausdy:30Sep2025']
|
|
8387
|
+
}, {
|
|
8388
|
+
denom: 'pUSDY30Sep2025',
|
|
8389
|
+
exponent: 18
|
|
8390
|
+
}],
|
|
8391
|
+
base: 'ibc/7D0D0D5136EED0B97080D382345F3B9CF4EA6D93FE055471D7C224CF6B8DB785',
|
|
8392
|
+
name: 'pUsdy (30Sep2025)',
|
|
8393
|
+
display: 'pUSDY30Sep2025',
|
|
8394
|
+
symbol: 'pUSDY-30Sep2025',
|
|
8395
|
+
logo_URIs: {
|
|
8396
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8397
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8398
|
+
},
|
|
8399
|
+
images: [{
|
|
8400
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8401
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8402
|
+
}],
|
|
8403
|
+
type_asset: 'sdk.coin',
|
|
8404
|
+
traces: [{
|
|
8405
|
+
type: 'ibc',
|
|
8406
|
+
counterparty: {
|
|
8407
|
+
channel_id: 'channel-3',
|
|
8408
|
+
base_denom: 'p:ausdy:30Sep2025',
|
|
8409
|
+
chain_name: 'pryzm'
|
|
8410
|
+
},
|
|
8411
|
+
chain: {
|
|
8412
|
+
channel_id: 'channel-34'
|
|
8413
|
+
}
|
|
8414
|
+
}]
|
|
8415
|
+
},
|
|
8416
|
+
{
|
|
8417
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Dec2025',
|
|
8418
|
+
denom_units: [{
|
|
8419
|
+
denom: 'ibc/DBAA2EBBAFFE9FF0F4DE2BF53D2B4BFC27C6A83D16AD91877C7C823DCD65CE0B',
|
|
8420
|
+
exponent: 0,
|
|
8421
|
+
aliases: ['p:ausdy:31Dec2025']
|
|
8422
|
+
}, {
|
|
8423
|
+
denom: 'pUSDY31Dec2025',
|
|
8424
|
+
exponent: 18
|
|
8425
|
+
}],
|
|
8426
|
+
base: 'ibc/DBAA2EBBAFFE9FF0F4DE2BF53D2B4BFC27C6A83D16AD91877C7C823DCD65CE0B',
|
|
8427
|
+
name: 'pUsdy (31Dec2025)',
|
|
8428
|
+
display: 'pUSDY31Dec2025',
|
|
8429
|
+
symbol: 'pUSDY-31Dec2025',
|
|
8430
|
+
logo_URIs: {
|
|
8431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8432
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8433
|
+
},
|
|
8434
|
+
images: [{
|
|
8435
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8436
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8437
|
+
}],
|
|
8438
|
+
type_asset: 'sdk.coin',
|
|
8439
|
+
traces: [{
|
|
8440
|
+
type: 'ibc',
|
|
8441
|
+
counterparty: {
|
|
8442
|
+
channel_id: 'channel-3',
|
|
8443
|
+
base_denom: 'p:ausdy:31Dec2025',
|
|
8444
|
+
chain_name: 'pryzm'
|
|
8445
|
+
},
|
|
8446
|
+
chain: {
|
|
8447
|
+
channel_id: 'channel-34'
|
|
8448
|
+
}
|
|
8449
|
+
}]
|
|
8450
|
+
},
|
|
7961
8451
|
{
|
|
7962
8452
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
7963
8453
|
denom_units: [{
|
|
@@ -9463,6 +9953,146 @@ const assets = {
|
|
|
9463
9953
|
}
|
|
9464
9954
|
}]
|
|
9465
9955
|
},
|
|
9956
|
+
{
|
|
9957
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2025',
|
|
9958
|
+
denom_units: [{
|
|
9959
|
+
denom: 'ibc/5A2B4FEEB7386B5A143AD4D25193C6EE4D5254B0EAAC977A52C300E9E259165E',
|
|
9960
|
+
exponent: 0,
|
|
9961
|
+
aliases: ['y:ausdy:31Mar2025']
|
|
9962
|
+
}, {
|
|
9963
|
+
denom: 'yUSDY31Mar2025',
|
|
9964
|
+
exponent: 18
|
|
9965
|
+
}],
|
|
9966
|
+
base: 'ibc/5A2B4FEEB7386B5A143AD4D25193C6EE4D5254B0EAAC977A52C300E9E259165E',
|
|
9967
|
+
name: 'yUsdy (31Mar2025)',
|
|
9968
|
+
display: 'yUSDY31Mar2025',
|
|
9969
|
+
symbol: 'yUSDY-31Mar2025',
|
|
9970
|
+
logo_URIs: {
|
|
9971
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
9972
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
9973
|
+
},
|
|
9974
|
+
images: [{
|
|
9975
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
9976
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
9977
|
+
}],
|
|
9978
|
+
type_asset: 'sdk.coin',
|
|
9979
|
+
traces: [{
|
|
9980
|
+
type: 'ibc',
|
|
9981
|
+
counterparty: {
|
|
9982
|
+
channel_id: 'channel-3',
|
|
9983
|
+
base_denom: 'y:ausdy:31Mar2025',
|
|
9984
|
+
chain_name: 'pryzm'
|
|
9985
|
+
},
|
|
9986
|
+
chain: {
|
|
9987
|
+
channel_id: 'channel-34'
|
|
9988
|
+
}
|
|
9989
|
+
}]
|
|
9990
|
+
},
|
|
9991
|
+
{
|
|
9992
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2025',
|
|
9993
|
+
denom_units: [{
|
|
9994
|
+
denom: 'ibc/4BF01321FE37FDD8164496148AC4B9845261F9C70FB4E6880997183E3A6C726C',
|
|
9995
|
+
exponent: 0,
|
|
9996
|
+
aliases: ['y:ausdy:30Jun2025']
|
|
9997
|
+
}, {
|
|
9998
|
+
denom: 'yUSDY30Jun2025',
|
|
9999
|
+
exponent: 18
|
|
10000
|
+
}],
|
|
10001
|
+
base: 'ibc/4BF01321FE37FDD8164496148AC4B9845261F9C70FB4E6880997183E3A6C726C',
|
|
10002
|
+
name: 'yUsdy (30Jun2025)',
|
|
10003
|
+
display: 'yUSDY30Jun2025',
|
|
10004
|
+
symbol: 'yUSDY-30Jun2025',
|
|
10005
|
+
logo_URIs: {
|
|
10006
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10007
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10008
|
+
},
|
|
10009
|
+
images: [{
|
|
10010
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10011
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10012
|
+
}],
|
|
10013
|
+
type_asset: 'sdk.coin',
|
|
10014
|
+
traces: [{
|
|
10015
|
+
type: 'ibc',
|
|
10016
|
+
counterparty: {
|
|
10017
|
+
channel_id: 'channel-3',
|
|
10018
|
+
base_denom: 'y:ausdy:30Jun2025',
|
|
10019
|
+
chain_name: 'pryzm'
|
|
10020
|
+
},
|
|
10021
|
+
chain: {
|
|
10022
|
+
channel_id: 'channel-34'
|
|
10023
|
+
}
|
|
10024
|
+
}]
|
|
10025
|
+
},
|
|
10026
|
+
{
|
|
10027
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Sep2025',
|
|
10028
|
+
denom_units: [{
|
|
10029
|
+
denom: 'ibc/85B1593DC789CA054DDF93656ED0BCB5C6CAEDA40AA9B78EDBF3308202242060',
|
|
10030
|
+
exponent: 0,
|
|
10031
|
+
aliases: ['y:ausdy:30Sep2025']
|
|
10032
|
+
}, {
|
|
10033
|
+
denom: 'yUSDY30Sep2025',
|
|
10034
|
+
exponent: 18
|
|
10035
|
+
}],
|
|
10036
|
+
base: 'ibc/85B1593DC789CA054DDF93656ED0BCB5C6CAEDA40AA9B78EDBF3308202242060',
|
|
10037
|
+
name: 'yUsdy (30Sep2025)',
|
|
10038
|
+
display: 'yUSDY30Sep2025',
|
|
10039
|
+
symbol: 'yUSDY-30Sep2025',
|
|
10040
|
+
logo_URIs: {
|
|
10041
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10042
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10043
|
+
},
|
|
10044
|
+
images: [{
|
|
10045
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10046
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10047
|
+
}],
|
|
10048
|
+
type_asset: 'sdk.coin',
|
|
10049
|
+
traces: [{
|
|
10050
|
+
type: 'ibc',
|
|
10051
|
+
counterparty: {
|
|
10052
|
+
channel_id: 'channel-3',
|
|
10053
|
+
base_denom: 'y:ausdy:30Sep2025',
|
|
10054
|
+
chain_name: 'pryzm'
|
|
10055
|
+
},
|
|
10056
|
+
chain: {
|
|
10057
|
+
channel_id: 'channel-34'
|
|
10058
|
+
}
|
|
10059
|
+
}]
|
|
10060
|
+
},
|
|
10061
|
+
{
|
|
10062
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Dec2025',
|
|
10063
|
+
denom_units: [{
|
|
10064
|
+
denom: 'ibc/45DB2F8693AC548A6CDB7B128FFA88A641FEB1F3E5A0D0E014EC2FF20FDE32C7',
|
|
10065
|
+
exponent: 0,
|
|
10066
|
+
aliases: ['y:ausdy:31Dec2025']
|
|
10067
|
+
}, {
|
|
10068
|
+
denom: 'yUSDY31Dec2025',
|
|
10069
|
+
exponent: 18
|
|
10070
|
+
}],
|
|
10071
|
+
base: 'ibc/45DB2F8693AC548A6CDB7B128FFA88A641FEB1F3E5A0D0E014EC2FF20FDE32C7',
|
|
10072
|
+
name: 'yUsdy (31Dec2025)',
|
|
10073
|
+
display: 'yUSDY31Dec2025',
|
|
10074
|
+
symbol: 'yUSDY-31Dec2025',
|
|
10075
|
+
logo_URIs: {
|
|
10076
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10077
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10078
|
+
},
|
|
10079
|
+
images: [{
|
|
10080
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10081
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10082
|
+
}],
|
|
10083
|
+
type_asset: 'sdk.coin',
|
|
10084
|
+
traces: [{
|
|
10085
|
+
type: 'ibc',
|
|
10086
|
+
counterparty: {
|
|
10087
|
+
channel_id: 'channel-3',
|
|
10088
|
+
base_denom: 'y:ausdy:31Dec2025',
|
|
10089
|
+
chain_name: 'pryzm'
|
|
10090
|
+
},
|
|
10091
|
+
chain: {
|
|
10092
|
+
channel_id: 'channel-34'
|
|
10093
|
+
}
|
|
10094
|
+
}]
|
|
10095
|
+
},
|
|
9466
10096
|
{
|
|
9467
10097
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
9468
10098
|
denom_units: [{
|
|
@@ -10373,6 +11003,76 @@ const assets = {
|
|
|
10373
11003
|
}
|
|
10374
11004
|
}]
|
|
10375
11005
|
},
|
|
11006
|
+
{
|
|
11007
|
+
description: 'Pryzm\'s LP token for USDY Yield pool',
|
|
11008
|
+
denom_units: [{
|
|
11009
|
+
denom: 'ibc/5EF83E59A316EC6EB93D4A8EC2A4A8BCE1D665D2FB97FE6F5D7D2E92C70E6881',
|
|
11010
|
+
exponent: 0,
|
|
11011
|
+
aliases: ['lp:31:ausdy']
|
|
11012
|
+
}, {
|
|
11013
|
+
denom: 'lp:31:usdy',
|
|
11014
|
+
exponent: 18
|
|
11015
|
+
}],
|
|
11016
|
+
base: 'ibc/5EF83E59A316EC6EB93D4A8EC2A4A8BCE1D665D2FB97FE6F5D7D2E92C70E6881',
|
|
11017
|
+
name: 'USDY Yield LP',
|
|
11018
|
+
display: 'lp:31:usdy',
|
|
11019
|
+
symbol: 'USDY-YIELD-LP',
|
|
11020
|
+
logo_URIs: {
|
|
11021
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
11022
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
11023
|
+
},
|
|
11024
|
+
images: [{
|
|
11025
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
11026
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
11027
|
+
}],
|
|
11028
|
+
type_asset: 'sdk.coin',
|
|
11029
|
+
traces: [{
|
|
11030
|
+
type: 'ibc',
|
|
11031
|
+
counterparty: {
|
|
11032
|
+
channel_id: 'channel-3',
|
|
11033
|
+
base_denom: 'lp:31:ausdy',
|
|
11034
|
+
chain_name: 'pryzm'
|
|
11035
|
+
},
|
|
11036
|
+
chain: {
|
|
11037
|
+
channel_id: 'channel-34'
|
|
11038
|
+
}
|
|
11039
|
+
}]
|
|
11040
|
+
},
|
|
11041
|
+
{
|
|
11042
|
+
description: 'Pryzm\'s LP token for USDY Boost pool',
|
|
11043
|
+
denom_units: [{
|
|
11044
|
+
denom: 'ibc/BB562A79DC5A9292D91E0E0CBA9F2D6E9FDDB3D43A7EC44259B2596F3602BBF5',
|
|
11045
|
+
exponent: 0,
|
|
11046
|
+
aliases: ['lp:32:ausdyypt-uusdc']
|
|
11047
|
+
}, {
|
|
11048
|
+
denom: 'lp:32:usdyypt-usdc',
|
|
11049
|
+
exponent: 18
|
|
11050
|
+
}],
|
|
11051
|
+
base: 'ibc/BB562A79DC5A9292D91E0E0CBA9F2D6E9FDDB3D43A7EC44259B2596F3602BBF5',
|
|
11052
|
+
name: 'USDY Boost LP',
|
|
11053
|
+
display: 'lp:32:usdyypt-usdc',
|
|
11054
|
+
symbol: 'USDY-BOOST-LP',
|
|
11055
|
+
logo_URIs: {
|
|
11056
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
11057
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
11058
|
+
},
|
|
11059
|
+
images: [{
|
|
11060
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
11061
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
11062
|
+
}],
|
|
11063
|
+
type_asset: 'sdk.coin',
|
|
11064
|
+
traces: [{
|
|
11065
|
+
type: 'ibc',
|
|
11066
|
+
counterparty: {
|
|
11067
|
+
channel_id: 'channel-3',
|
|
11068
|
+
base_denom: 'lp:32:ausdyypt-uusdc',
|
|
11069
|
+
chain_name: 'pryzm'
|
|
11070
|
+
},
|
|
11071
|
+
chain: {
|
|
11072
|
+
channel_id: 'channel-34'
|
|
11073
|
+
}
|
|
11074
|
+
}]
|
|
11075
|
+
},
|
|
10376
11076
|
{
|
|
10377
11077
|
description: 'QCK - native token of Quicksilver',
|
|
10378
11078
|
denom_units: [{
|