@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/esm/mainnet/dydx.js
CHANGED
|
@@ -2729,6 +2729,146 @@ const assets = {
|
|
|
2729
2729
|
}
|
|
2730
2730
|
}]
|
|
2731
2731
|
},
|
|
2732
|
+
{
|
|
2733
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2025',
|
|
2734
|
+
denom_units: [{
|
|
2735
|
+
denom: 'ibc/7EF20C3FB5D06A18D71CC10C0C69A5798189F6461395E4539BADE4F67ECF50B2',
|
|
2736
|
+
exponent: 0,
|
|
2737
|
+
aliases: ['p:ausdy:31Mar2025']
|
|
2738
|
+
}, {
|
|
2739
|
+
denom: 'pUSDY31Mar2025',
|
|
2740
|
+
exponent: 18
|
|
2741
|
+
}],
|
|
2742
|
+
base: 'ibc/7EF20C3FB5D06A18D71CC10C0C69A5798189F6461395E4539BADE4F67ECF50B2',
|
|
2743
|
+
name: 'pUsdy (31Mar2025)',
|
|
2744
|
+
display: 'pUSDY31Mar2025',
|
|
2745
|
+
symbol: 'pUSDY-31Mar2025',
|
|
2746
|
+
logo_URIs: {
|
|
2747
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2748
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2749
|
+
},
|
|
2750
|
+
images: [{
|
|
2751
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2752
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2753
|
+
}],
|
|
2754
|
+
type_asset: 'sdk.coin',
|
|
2755
|
+
traces: [{
|
|
2756
|
+
type: 'ibc',
|
|
2757
|
+
counterparty: {
|
|
2758
|
+
channel_id: 'channel-24',
|
|
2759
|
+
base_denom: 'p:ausdy:31Mar2025',
|
|
2760
|
+
chain_name: 'pryzm'
|
|
2761
|
+
},
|
|
2762
|
+
chain: {
|
|
2763
|
+
channel_id: 'channel-71'
|
|
2764
|
+
}
|
|
2765
|
+
}]
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2025',
|
|
2769
|
+
denom_units: [{
|
|
2770
|
+
denom: 'ibc/0AA6AD05AE5EECA073F1176B552D054502157E561D236BB706413E443BBC426B',
|
|
2771
|
+
exponent: 0,
|
|
2772
|
+
aliases: ['p:ausdy:30Jun2025']
|
|
2773
|
+
}, {
|
|
2774
|
+
denom: 'pUSDY30Jun2025',
|
|
2775
|
+
exponent: 18
|
|
2776
|
+
}],
|
|
2777
|
+
base: 'ibc/0AA6AD05AE5EECA073F1176B552D054502157E561D236BB706413E443BBC426B',
|
|
2778
|
+
name: 'pUsdy (30Jun2025)',
|
|
2779
|
+
display: 'pUSDY30Jun2025',
|
|
2780
|
+
symbol: 'pUSDY-30Jun2025',
|
|
2781
|
+
logo_URIs: {
|
|
2782
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2783
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2784
|
+
},
|
|
2785
|
+
images: [{
|
|
2786
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2787
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2788
|
+
}],
|
|
2789
|
+
type_asset: 'sdk.coin',
|
|
2790
|
+
traces: [{
|
|
2791
|
+
type: 'ibc',
|
|
2792
|
+
counterparty: {
|
|
2793
|
+
channel_id: 'channel-24',
|
|
2794
|
+
base_denom: 'p:ausdy:30Jun2025',
|
|
2795
|
+
chain_name: 'pryzm'
|
|
2796
|
+
},
|
|
2797
|
+
chain: {
|
|
2798
|
+
channel_id: 'channel-71'
|
|
2799
|
+
}
|
|
2800
|
+
}]
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Sep2025',
|
|
2804
|
+
denom_units: [{
|
|
2805
|
+
denom: 'ibc/DA3AC83B3836A941A82D0F4FEAFBF31BC430E0F61F119AD1FE6185191BE33B10',
|
|
2806
|
+
exponent: 0,
|
|
2807
|
+
aliases: ['p:ausdy:30Sep2025']
|
|
2808
|
+
}, {
|
|
2809
|
+
denom: 'pUSDY30Sep2025',
|
|
2810
|
+
exponent: 18
|
|
2811
|
+
}],
|
|
2812
|
+
base: 'ibc/DA3AC83B3836A941A82D0F4FEAFBF31BC430E0F61F119AD1FE6185191BE33B10',
|
|
2813
|
+
name: 'pUsdy (30Sep2025)',
|
|
2814
|
+
display: 'pUSDY30Sep2025',
|
|
2815
|
+
symbol: 'pUSDY-30Sep2025',
|
|
2816
|
+
logo_URIs: {
|
|
2817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2818
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2819
|
+
},
|
|
2820
|
+
images: [{
|
|
2821
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2822
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2823
|
+
}],
|
|
2824
|
+
type_asset: 'sdk.coin',
|
|
2825
|
+
traces: [{
|
|
2826
|
+
type: 'ibc',
|
|
2827
|
+
counterparty: {
|
|
2828
|
+
channel_id: 'channel-24',
|
|
2829
|
+
base_denom: 'p:ausdy:30Sep2025',
|
|
2830
|
+
chain_name: 'pryzm'
|
|
2831
|
+
},
|
|
2832
|
+
chain: {
|
|
2833
|
+
channel_id: 'channel-71'
|
|
2834
|
+
}
|
|
2835
|
+
}]
|
|
2836
|
+
},
|
|
2837
|
+
{
|
|
2838
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Dec2025',
|
|
2839
|
+
denom_units: [{
|
|
2840
|
+
denom: 'ibc/D6159A25D71DAE0BDACE55D308D2E835CCE3669D67694B2C4DAD77B884D5A5C6',
|
|
2841
|
+
exponent: 0,
|
|
2842
|
+
aliases: ['p:ausdy:31Dec2025']
|
|
2843
|
+
}, {
|
|
2844
|
+
denom: 'pUSDY31Dec2025',
|
|
2845
|
+
exponent: 18
|
|
2846
|
+
}],
|
|
2847
|
+
base: 'ibc/D6159A25D71DAE0BDACE55D308D2E835CCE3669D67694B2C4DAD77B884D5A5C6',
|
|
2848
|
+
name: 'pUsdy (31Dec2025)',
|
|
2849
|
+
display: 'pUSDY31Dec2025',
|
|
2850
|
+
symbol: 'pUSDY-31Dec2025',
|
|
2851
|
+
logo_URIs: {
|
|
2852
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2853
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2854
|
+
},
|
|
2855
|
+
images: [{
|
|
2856
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
2857
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
2858
|
+
}],
|
|
2859
|
+
type_asset: 'sdk.coin',
|
|
2860
|
+
traces: [{
|
|
2861
|
+
type: 'ibc',
|
|
2862
|
+
counterparty: {
|
|
2863
|
+
channel_id: 'channel-24',
|
|
2864
|
+
base_denom: 'p:ausdy:31Dec2025',
|
|
2865
|
+
chain_name: 'pryzm'
|
|
2866
|
+
},
|
|
2867
|
+
chain: {
|
|
2868
|
+
channel_id: 'channel-71'
|
|
2869
|
+
}
|
|
2870
|
+
}]
|
|
2871
|
+
},
|
|
2732
2872
|
{
|
|
2733
2873
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
2734
2874
|
denom_units: [{
|
|
@@ -4234,6 +4374,146 @@ const assets = {
|
|
|
4234
4374
|
}
|
|
4235
4375
|
}]
|
|
4236
4376
|
},
|
|
4377
|
+
{
|
|
4378
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2025',
|
|
4379
|
+
denom_units: [{
|
|
4380
|
+
denom: 'ibc/5DE654088D46B8C1B67B73DBEC8AF1B733DD8CE7EB9E6DC01585B30CA4AA0CC5',
|
|
4381
|
+
exponent: 0,
|
|
4382
|
+
aliases: ['y:ausdy:31Mar2025']
|
|
4383
|
+
}, {
|
|
4384
|
+
denom: 'yUSDY31Mar2025',
|
|
4385
|
+
exponent: 18
|
|
4386
|
+
}],
|
|
4387
|
+
base: 'ibc/5DE654088D46B8C1B67B73DBEC8AF1B733DD8CE7EB9E6DC01585B30CA4AA0CC5',
|
|
4388
|
+
name: 'yUsdy (31Mar2025)',
|
|
4389
|
+
display: 'yUSDY31Mar2025',
|
|
4390
|
+
symbol: 'yUSDY-31Mar2025',
|
|
4391
|
+
logo_URIs: {
|
|
4392
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4393
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4394
|
+
},
|
|
4395
|
+
images: [{
|
|
4396
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4397
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4398
|
+
}],
|
|
4399
|
+
type_asset: 'sdk.coin',
|
|
4400
|
+
traces: [{
|
|
4401
|
+
type: 'ibc',
|
|
4402
|
+
counterparty: {
|
|
4403
|
+
channel_id: 'channel-24',
|
|
4404
|
+
base_denom: 'y:ausdy:31Mar2025',
|
|
4405
|
+
chain_name: 'pryzm'
|
|
4406
|
+
},
|
|
4407
|
+
chain: {
|
|
4408
|
+
channel_id: 'channel-71'
|
|
4409
|
+
}
|
|
4410
|
+
}]
|
|
4411
|
+
},
|
|
4412
|
+
{
|
|
4413
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2025',
|
|
4414
|
+
denom_units: [{
|
|
4415
|
+
denom: 'ibc/B6A2B9DC20D41C6651441D74A4ECFC455FE9382F31E21F79E0C868EE9D70CB9D',
|
|
4416
|
+
exponent: 0,
|
|
4417
|
+
aliases: ['y:ausdy:30Jun2025']
|
|
4418
|
+
}, {
|
|
4419
|
+
denom: 'yUSDY30Jun2025',
|
|
4420
|
+
exponent: 18
|
|
4421
|
+
}],
|
|
4422
|
+
base: 'ibc/B6A2B9DC20D41C6651441D74A4ECFC455FE9382F31E21F79E0C868EE9D70CB9D',
|
|
4423
|
+
name: 'yUsdy (30Jun2025)',
|
|
4424
|
+
display: 'yUSDY30Jun2025',
|
|
4425
|
+
symbol: 'yUSDY-30Jun2025',
|
|
4426
|
+
logo_URIs: {
|
|
4427
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4428
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4429
|
+
},
|
|
4430
|
+
images: [{
|
|
4431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4432
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4433
|
+
}],
|
|
4434
|
+
type_asset: 'sdk.coin',
|
|
4435
|
+
traces: [{
|
|
4436
|
+
type: 'ibc',
|
|
4437
|
+
counterparty: {
|
|
4438
|
+
channel_id: 'channel-24',
|
|
4439
|
+
base_denom: 'y:ausdy:30Jun2025',
|
|
4440
|
+
chain_name: 'pryzm'
|
|
4441
|
+
},
|
|
4442
|
+
chain: {
|
|
4443
|
+
channel_id: 'channel-71'
|
|
4444
|
+
}
|
|
4445
|
+
}]
|
|
4446
|
+
},
|
|
4447
|
+
{
|
|
4448
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Sep2025',
|
|
4449
|
+
denom_units: [{
|
|
4450
|
+
denom: 'ibc/45714BD60F43B29AF524A89F1691DAA6552B7C9D42C64117BC9A6552E9F33724',
|
|
4451
|
+
exponent: 0,
|
|
4452
|
+
aliases: ['y:ausdy:30Sep2025']
|
|
4453
|
+
}, {
|
|
4454
|
+
denom: 'yUSDY30Sep2025',
|
|
4455
|
+
exponent: 18
|
|
4456
|
+
}],
|
|
4457
|
+
base: 'ibc/45714BD60F43B29AF524A89F1691DAA6552B7C9D42C64117BC9A6552E9F33724',
|
|
4458
|
+
name: 'yUsdy (30Sep2025)',
|
|
4459
|
+
display: 'yUSDY30Sep2025',
|
|
4460
|
+
symbol: 'yUSDY-30Sep2025',
|
|
4461
|
+
logo_URIs: {
|
|
4462
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4463
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4464
|
+
},
|
|
4465
|
+
images: [{
|
|
4466
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4468
|
+
}],
|
|
4469
|
+
type_asset: 'sdk.coin',
|
|
4470
|
+
traces: [{
|
|
4471
|
+
type: 'ibc',
|
|
4472
|
+
counterparty: {
|
|
4473
|
+
channel_id: 'channel-24',
|
|
4474
|
+
base_denom: 'y:ausdy:30Sep2025',
|
|
4475
|
+
chain_name: 'pryzm'
|
|
4476
|
+
},
|
|
4477
|
+
chain: {
|
|
4478
|
+
channel_id: 'channel-71'
|
|
4479
|
+
}
|
|
4480
|
+
}]
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Dec2025',
|
|
4484
|
+
denom_units: [{
|
|
4485
|
+
denom: 'ibc/BD99F776FB623108B0672181EB0E754072749428A376ECC2A59B49BEB08364A7',
|
|
4486
|
+
exponent: 0,
|
|
4487
|
+
aliases: ['y:ausdy:31Dec2025']
|
|
4488
|
+
}, {
|
|
4489
|
+
denom: 'yUSDY31Dec2025',
|
|
4490
|
+
exponent: 18
|
|
4491
|
+
}],
|
|
4492
|
+
base: 'ibc/BD99F776FB623108B0672181EB0E754072749428A376ECC2A59B49BEB08364A7',
|
|
4493
|
+
name: 'yUsdy (31Dec2025)',
|
|
4494
|
+
display: 'yUSDY31Dec2025',
|
|
4495
|
+
symbol: 'yUSDY-31Dec2025',
|
|
4496
|
+
logo_URIs: {
|
|
4497
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4498
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4499
|
+
},
|
|
4500
|
+
images: [{
|
|
4501
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
4502
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
4503
|
+
}],
|
|
4504
|
+
type_asset: 'sdk.coin',
|
|
4505
|
+
traces: [{
|
|
4506
|
+
type: 'ibc',
|
|
4507
|
+
counterparty: {
|
|
4508
|
+
channel_id: 'channel-24',
|
|
4509
|
+
base_denom: 'y:ausdy:31Dec2025',
|
|
4510
|
+
chain_name: 'pryzm'
|
|
4511
|
+
},
|
|
4512
|
+
chain: {
|
|
4513
|
+
channel_id: 'channel-71'
|
|
4514
|
+
}
|
|
4515
|
+
}]
|
|
4516
|
+
},
|
|
4237
4517
|
{
|
|
4238
4518
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
4239
4519
|
denom_units: [{
|
|
@@ -5144,6 +5424,76 @@ const assets = {
|
|
|
5144
5424
|
}
|
|
5145
5425
|
}]
|
|
5146
5426
|
},
|
|
5427
|
+
{
|
|
5428
|
+
description: 'Pryzm\'s LP token for USDY Yield pool',
|
|
5429
|
+
denom_units: [{
|
|
5430
|
+
denom: 'ibc/0AA4406269CA005B7CBB4C977E66574053C4CEB8976E4DD473E5284006BA640F',
|
|
5431
|
+
exponent: 0,
|
|
5432
|
+
aliases: ['lp:31:ausdy']
|
|
5433
|
+
}, {
|
|
5434
|
+
denom: 'lp:31:usdy',
|
|
5435
|
+
exponent: 18
|
|
5436
|
+
}],
|
|
5437
|
+
base: 'ibc/0AA4406269CA005B7CBB4C977E66574053C4CEB8976E4DD473E5284006BA640F',
|
|
5438
|
+
name: 'USDY Yield LP',
|
|
5439
|
+
display: 'lp:31:usdy',
|
|
5440
|
+
symbol: 'USDY-YIELD-LP',
|
|
5441
|
+
logo_URIs: {
|
|
5442
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5443
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5444
|
+
},
|
|
5445
|
+
images: [{
|
|
5446
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5447
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5448
|
+
}],
|
|
5449
|
+
type_asset: 'sdk.coin',
|
|
5450
|
+
traces: [{
|
|
5451
|
+
type: 'ibc',
|
|
5452
|
+
counterparty: {
|
|
5453
|
+
channel_id: 'channel-24',
|
|
5454
|
+
base_denom: 'lp:31:ausdy',
|
|
5455
|
+
chain_name: 'pryzm'
|
|
5456
|
+
},
|
|
5457
|
+
chain: {
|
|
5458
|
+
channel_id: 'channel-71'
|
|
5459
|
+
}
|
|
5460
|
+
}]
|
|
5461
|
+
},
|
|
5462
|
+
{
|
|
5463
|
+
description: 'Pryzm\'s LP token for USDY Boost pool',
|
|
5464
|
+
denom_units: [{
|
|
5465
|
+
denom: 'ibc/277F77BD2A031EA52BD40B96D6420A4354E24860B9E6F5746AF7BC68B505367F',
|
|
5466
|
+
exponent: 0,
|
|
5467
|
+
aliases: ['lp:32:ausdyypt-uusdc']
|
|
5468
|
+
}, {
|
|
5469
|
+
denom: 'lp:32:usdyypt-usdc',
|
|
5470
|
+
exponent: 18
|
|
5471
|
+
}],
|
|
5472
|
+
base: 'ibc/277F77BD2A031EA52BD40B96D6420A4354E24860B9E6F5746AF7BC68B505367F',
|
|
5473
|
+
name: 'USDY Boost LP',
|
|
5474
|
+
display: 'lp:32:usdyypt-usdc',
|
|
5475
|
+
symbol: 'USDY-BOOST-LP',
|
|
5476
|
+
logo_URIs: {
|
|
5477
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5478
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5479
|
+
},
|
|
5480
|
+
images: [{
|
|
5481
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5482
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5483
|
+
}],
|
|
5484
|
+
type_asset: 'sdk.coin',
|
|
5485
|
+
traces: [{
|
|
5486
|
+
type: 'ibc',
|
|
5487
|
+
counterparty: {
|
|
5488
|
+
channel_id: 'channel-24',
|
|
5489
|
+
base_denom: 'lp:32:ausdyypt-uusdc',
|
|
5490
|
+
chain_name: 'pryzm'
|
|
5491
|
+
},
|
|
5492
|
+
chain: {
|
|
5493
|
+
channel_id: 'channel-71'
|
|
5494
|
+
}
|
|
5495
|
+
}]
|
|
5496
|
+
},
|
|
5147
5497
|
{
|
|
5148
5498
|
description: 'QCK - native token of Quicksilver',
|
|
5149
5499
|
denom_units: [{
|
|
@@ -7669,6 +8019,146 @@ const assets = {
|
|
|
7669
8019
|
}
|
|
7670
8020
|
}]
|
|
7671
8021
|
},
|
|
8022
|
+
{
|
|
8023
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2025',
|
|
8024
|
+
denom_units: [{
|
|
8025
|
+
denom: 'ibc/7EF20C3FB5D06A18D71CC10C0C69A5798189F6461395E4539BADE4F67ECF50B2',
|
|
8026
|
+
exponent: 0,
|
|
8027
|
+
aliases: ['p:ausdy:31Mar2025']
|
|
8028
|
+
}, {
|
|
8029
|
+
denom: 'pUSDY31Mar2025',
|
|
8030
|
+
exponent: 18
|
|
8031
|
+
}],
|
|
8032
|
+
base: 'ibc/7EF20C3FB5D06A18D71CC10C0C69A5798189F6461395E4539BADE4F67ECF50B2',
|
|
8033
|
+
name: 'pUsdy (31Mar2025)',
|
|
8034
|
+
display: 'pUSDY31Mar2025',
|
|
8035
|
+
symbol: 'pUSDY-31Mar2025',
|
|
8036
|
+
logo_URIs: {
|
|
8037
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8038
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8039
|
+
},
|
|
8040
|
+
images: [{
|
|
8041
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8042
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8043
|
+
}],
|
|
8044
|
+
type_asset: 'sdk.coin',
|
|
8045
|
+
traces: [{
|
|
8046
|
+
type: 'ibc',
|
|
8047
|
+
counterparty: {
|
|
8048
|
+
channel_id: 'channel-24',
|
|
8049
|
+
base_denom: 'p:ausdy:31Mar2025',
|
|
8050
|
+
chain_name: 'pryzm'
|
|
8051
|
+
},
|
|
8052
|
+
chain: {
|
|
8053
|
+
channel_id: 'channel-71'
|
|
8054
|
+
}
|
|
8055
|
+
}]
|
|
8056
|
+
},
|
|
8057
|
+
{
|
|
8058
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2025',
|
|
8059
|
+
denom_units: [{
|
|
8060
|
+
denom: 'ibc/0AA6AD05AE5EECA073F1176B552D054502157E561D236BB706413E443BBC426B',
|
|
8061
|
+
exponent: 0,
|
|
8062
|
+
aliases: ['p:ausdy:30Jun2025']
|
|
8063
|
+
}, {
|
|
8064
|
+
denom: 'pUSDY30Jun2025',
|
|
8065
|
+
exponent: 18
|
|
8066
|
+
}],
|
|
8067
|
+
base: 'ibc/0AA6AD05AE5EECA073F1176B552D054502157E561D236BB706413E443BBC426B',
|
|
8068
|
+
name: 'pUsdy (30Jun2025)',
|
|
8069
|
+
display: 'pUSDY30Jun2025',
|
|
8070
|
+
symbol: 'pUSDY-30Jun2025',
|
|
8071
|
+
logo_URIs: {
|
|
8072
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8073
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8074
|
+
},
|
|
8075
|
+
images: [{
|
|
8076
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8077
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8078
|
+
}],
|
|
8079
|
+
type_asset: 'sdk.coin',
|
|
8080
|
+
traces: [{
|
|
8081
|
+
type: 'ibc',
|
|
8082
|
+
counterparty: {
|
|
8083
|
+
channel_id: 'channel-24',
|
|
8084
|
+
base_denom: 'p:ausdy:30Jun2025',
|
|
8085
|
+
chain_name: 'pryzm'
|
|
8086
|
+
},
|
|
8087
|
+
chain: {
|
|
8088
|
+
channel_id: 'channel-71'
|
|
8089
|
+
}
|
|
8090
|
+
}]
|
|
8091
|
+
},
|
|
8092
|
+
{
|
|
8093
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Sep2025',
|
|
8094
|
+
denom_units: [{
|
|
8095
|
+
denom: 'ibc/DA3AC83B3836A941A82D0F4FEAFBF31BC430E0F61F119AD1FE6185191BE33B10',
|
|
8096
|
+
exponent: 0,
|
|
8097
|
+
aliases: ['p:ausdy:30Sep2025']
|
|
8098
|
+
}, {
|
|
8099
|
+
denom: 'pUSDY30Sep2025',
|
|
8100
|
+
exponent: 18
|
|
8101
|
+
}],
|
|
8102
|
+
base: 'ibc/DA3AC83B3836A941A82D0F4FEAFBF31BC430E0F61F119AD1FE6185191BE33B10',
|
|
8103
|
+
name: 'pUsdy (30Sep2025)',
|
|
8104
|
+
display: 'pUSDY30Sep2025',
|
|
8105
|
+
symbol: 'pUSDY-30Sep2025',
|
|
8106
|
+
logo_URIs: {
|
|
8107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8109
|
+
},
|
|
8110
|
+
images: [{
|
|
8111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8113
|
+
}],
|
|
8114
|
+
type_asset: 'sdk.coin',
|
|
8115
|
+
traces: [{
|
|
8116
|
+
type: 'ibc',
|
|
8117
|
+
counterparty: {
|
|
8118
|
+
channel_id: 'channel-24',
|
|
8119
|
+
base_denom: 'p:ausdy:30Sep2025',
|
|
8120
|
+
chain_name: 'pryzm'
|
|
8121
|
+
},
|
|
8122
|
+
chain: {
|
|
8123
|
+
channel_id: 'channel-71'
|
|
8124
|
+
}
|
|
8125
|
+
}]
|
|
8126
|
+
},
|
|
8127
|
+
{
|
|
8128
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Dec2025',
|
|
8129
|
+
denom_units: [{
|
|
8130
|
+
denom: 'ibc/D6159A25D71DAE0BDACE55D308D2E835CCE3669D67694B2C4DAD77B884D5A5C6',
|
|
8131
|
+
exponent: 0,
|
|
8132
|
+
aliases: ['p:ausdy:31Dec2025']
|
|
8133
|
+
}, {
|
|
8134
|
+
denom: 'pUSDY31Dec2025',
|
|
8135
|
+
exponent: 18
|
|
8136
|
+
}],
|
|
8137
|
+
base: 'ibc/D6159A25D71DAE0BDACE55D308D2E835CCE3669D67694B2C4DAD77B884D5A5C6',
|
|
8138
|
+
name: 'pUsdy (31Dec2025)',
|
|
8139
|
+
display: 'pUSDY31Dec2025',
|
|
8140
|
+
symbol: 'pUSDY-31Dec2025',
|
|
8141
|
+
logo_URIs: {
|
|
8142
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8143
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8144
|
+
},
|
|
8145
|
+
images: [{
|
|
8146
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
8147
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
8148
|
+
}],
|
|
8149
|
+
type_asset: 'sdk.coin',
|
|
8150
|
+
traces: [{
|
|
8151
|
+
type: 'ibc',
|
|
8152
|
+
counterparty: {
|
|
8153
|
+
channel_id: 'channel-24',
|
|
8154
|
+
base_denom: 'p:ausdy:31Dec2025',
|
|
8155
|
+
chain_name: 'pryzm'
|
|
8156
|
+
},
|
|
8157
|
+
chain: {
|
|
8158
|
+
channel_id: 'channel-71'
|
|
8159
|
+
}
|
|
8160
|
+
}]
|
|
8161
|
+
},
|
|
7672
8162
|
{
|
|
7673
8163
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
7674
8164
|
denom_units: [{
|
|
@@ -9174,6 +9664,146 @@ const assets = {
|
|
|
9174
9664
|
}
|
|
9175
9665
|
}]
|
|
9176
9666
|
},
|
|
9667
|
+
{
|
|
9668
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2025',
|
|
9669
|
+
denom_units: [{
|
|
9670
|
+
denom: 'ibc/5DE654088D46B8C1B67B73DBEC8AF1B733DD8CE7EB9E6DC01585B30CA4AA0CC5',
|
|
9671
|
+
exponent: 0,
|
|
9672
|
+
aliases: ['y:ausdy:31Mar2025']
|
|
9673
|
+
}, {
|
|
9674
|
+
denom: 'yUSDY31Mar2025',
|
|
9675
|
+
exponent: 18
|
|
9676
|
+
}],
|
|
9677
|
+
base: 'ibc/5DE654088D46B8C1B67B73DBEC8AF1B733DD8CE7EB9E6DC01585B30CA4AA0CC5',
|
|
9678
|
+
name: 'yUsdy (31Mar2025)',
|
|
9679
|
+
display: 'yUSDY31Mar2025',
|
|
9680
|
+
symbol: 'yUSDY-31Mar2025',
|
|
9681
|
+
logo_URIs: {
|
|
9682
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
9683
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
9684
|
+
},
|
|
9685
|
+
images: [{
|
|
9686
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
9687
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
9688
|
+
}],
|
|
9689
|
+
type_asset: 'sdk.coin',
|
|
9690
|
+
traces: [{
|
|
9691
|
+
type: 'ibc',
|
|
9692
|
+
counterparty: {
|
|
9693
|
+
channel_id: 'channel-24',
|
|
9694
|
+
base_denom: 'y:ausdy:31Mar2025',
|
|
9695
|
+
chain_name: 'pryzm'
|
|
9696
|
+
},
|
|
9697
|
+
chain: {
|
|
9698
|
+
channel_id: 'channel-71'
|
|
9699
|
+
}
|
|
9700
|
+
}]
|
|
9701
|
+
},
|
|
9702
|
+
{
|
|
9703
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2025',
|
|
9704
|
+
denom_units: [{
|
|
9705
|
+
denom: 'ibc/B6A2B9DC20D41C6651441D74A4ECFC455FE9382F31E21F79E0C868EE9D70CB9D',
|
|
9706
|
+
exponent: 0,
|
|
9707
|
+
aliases: ['y:ausdy:30Jun2025']
|
|
9708
|
+
}, {
|
|
9709
|
+
denom: 'yUSDY30Jun2025',
|
|
9710
|
+
exponent: 18
|
|
9711
|
+
}],
|
|
9712
|
+
base: 'ibc/B6A2B9DC20D41C6651441D74A4ECFC455FE9382F31E21F79E0C868EE9D70CB9D',
|
|
9713
|
+
name: 'yUsdy (30Jun2025)',
|
|
9714
|
+
display: 'yUSDY30Jun2025',
|
|
9715
|
+
symbol: 'yUSDY-30Jun2025',
|
|
9716
|
+
logo_URIs: {
|
|
9717
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
9718
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
9719
|
+
},
|
|
9720
|
+
images: [{
|
|
9721
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
9722
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
9723
|
+
}],
|
|
9724
|
+
type_asset: 'sdk.coin',
|
|
9725
|
+
traces: [{
|
|
9726
|
+
type: 'ibc',
|
|
9727
|
+
counterparty: {
|
|
9728
|
+
channel_id: 'channel-24',
|
|
9729
|
+
base_denom: 'y:ausdy:30Jun2025',
|
|
9730
|
+
chain_name: 'pryzm'
|
|
9731
|
+
},
|
|
9732
|
+
chain: {
|
|
9733
|
+
channel_id: 'channel-71'
|
|
9734
|
+
}
|
|
9735
|
+
}]
|
|
9736
|
+
},
|
|
9737
|
+
{
|
|
9738
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Sep2025',
|
|
9739
|
+
denom_units: [{
|
|
9740
|
+
denom: 'ibc/45714BD60F43B29AF524A89F1691DAA6552B7C9D42C64117BC9A6552E9F33724',
|
|
9741
|
+
exponent: 0,
|
|
9742
|
+
aliases: ['y:ausdy:30Sep2025']
|
|
9743
|
+
}, {
|
|
9744
|
+
denom: 'yUSDY30Sep2025',
|
|
9745
|
+
exponent: 18
|
|
9746
|
+
}],
|
|
9747
|
+
base: 'ibc/45714BD60F43B29AF524A89F1691DAA6552B7C9D42C64117BC9A6552E9F33724',
|
|
9748
|
+
name: 'yUsdy (30Sep2025)',
|
|
9749
|
+
display: 'yUSDY30Sep2025',
|
|
9750
|
+
symbol: 'yUSDY-30Sep2025',
|
|
9751
|
+
logo_URIs: {
|
|
9752
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
9753
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
9754
|
+
},
|
|
9755
|
+
images: [{
|
|
9756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
9757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
9758
|
+
}],
|
|
9759
|
+
type_asset: 'sdk.coin',
|
|
9760
|
+
traces: [{
|
|
9761
|
+
type: 'ibc',
|
|
9762
|
+
counterparty: {
|
|
9763
|
+
channel_id: 'channel-24',
|
|
9764
|
+
base_denom: 'y:ausdy:30Sep2025',
|
|
9765
|
+
chain_name: 'pryzm'
|
|
9766
|
+
},
|
|
9767
|
+
chain: {
|
|
9768
|
+
channel_id: 'channel-71'
|
|
9769
|
+
}
|
|
9770
|
+
}]
|
|
9771
|
+
},
|
|
9772
|
+
{
|
|
9773
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Dec2025',
|
|
9774
|
+
denom_units: [{
|
|
9775
|
+
denom: 'ibc/BD99F776FB623108B0672181EB0E754072749428A376ECC2A59B49BEB08364A7',
|
|
9776
|
+
exponent: 0,
|
|
9777
|
+
aliases: ['y:ausdy:31Dec2025']
|
|
9778
|
+
}, {
|
|
9779
|
+
denom: 'yUSDY31Dec2025',
|
|
9780
|
+
exponent: 18
|
|
9781
|
+
}],
|
|
9782
|
+
base: 'ibc/BD99F776FB623108B0672181EB0E754072749428A376ECC2A59B49BEB08364A7',
|
|
9783
|
+
name: 'yUsdy (31Dec2025)',
|
|
9784
|
+
display: 'yUSDY31Dec2025',
|
|
9785
|
+
symbol: 'yUSDY-31Dec2025',
|
|
9786
|
+
logo_URIs: {
|
|
9787
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
9788
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
9789
|
+
},
|
|
9790
|
+
images: [{
|
|
9791
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
9792
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
9793
|
+
}],
|
|
9794
|
+
type_asset: 'sdk.coin',
|
|
9795
|
+
traces: [{
|
|
9796
|
+
type: 'ibc',
|
|
9797
|
+
counterparty: {
|
|
9798
|
+
channel_id: 'channel-24',
|
|
9799
|
+
base_denom: 'y:ausdy:31Dec2025',
|
|
9800
|
+
chain_name: 'pryzm'
|
|
9801
|
+
},
|
|
9802
|
+
chain: {
|
|
9803
|
+
channel_id: 'channel-71'
|
|
9804
|
+
}
|
|
9805
|
+
}]
|
|
9806
|
+
},
|
|
9177
9807
|
{
|
|
9178
9808
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
9179
9809
|
denom_units: [{
|
|
@@ -10084,6 +10714,76 @@ const assets = {
|
|
|
10084
10714
|
}
|
|
10085
10715
|
}]
|
|
10086
10716
|
},
|
|
10717
|
+
{
|
|
10718
|
+
description: 'Pryzm\'s LP token for USDY Yield pool',
|
|
10719
|
+
denom_units: [{
|
|
10720
|
+
denom: 'ibc/0AA4406269CA005B7CBB4C977E66574053C4CEB8976E4DD473E5284006BA640F',
|
|
10721
|
+
exponent: 0,
|
|
10722
|
+
aliases: ['lp:31:ausdy']
|
|
10723
|
+
}, {
|
|
10724
|
+
denom: 'lp:31:usdy',
|
|
10725
|
+
exponent: 18
|
|
10726
|
+
}],
|
|
10727
|
+
base: 'ibc/0AA4406269CA005B7CBB4C977E66574053C4CEB8976E4DD473E5284006BA640F',
|
|
10728
|
+
name: 'USDY Yield LP',
|
|
10729
|
+
display: 'lp:31:usdy',
|
|
10730
|
+
symbol: 'USDY-YIELD-LP',
|
|
10731
|
+
logo_URIs: {
|
|
10732
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10733
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10734
|
+
},
|
|
10735
|
+
images: [{
|
|
10736
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10737
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10738
|
+
}],
|
|
10739
|
+
type_asset: 'sdk.coin',
|
|
10740
|
+
traces: [{
|
|
10741
|
+
type: 'ibc',
|
|
10742
|
+
counterparty: {
|
|
10743
|
+
channel_id: 'channel-24',
|
|
10744
|
+
base_denom: 'lp:31:ausdy',
|
|
10745
|
+
chain_name: 'pryzm'
|
|
10746
|
+
},
|
|
10747
|
+
chain: {
|
|
10748
|
+
channel_id: 'channel-71'
|
|
10749
|
+
}
|
|
10750
|
+
}]
|
|
10751
|
+
},
|
|
10752
|
+
{
|
|
10753
|
+
description: 'Pryzm\'s LP token for USDY Boost pool',
|
|
10754
|
+
denom_units: [{
|
|
10755
|
+
denom: 'ibc/277F77BD2A031EA52BD40B96D6420A4354E24860B9E6F5746AF7BC68B505367F',
|
|
10756
|
+
exponent: 0,
|
|
10757
|
+
aliases: ['lp:32:ausdyypt-uusdc']
|
|
10758
|
+
}, {
|
|
10759
|
+
denom: 'lp:32:usdyypt-usdc',
|
|
10760
|
+
exponent: 18
|
|
10761
|
+
}],
|
|
10762
|
+
base: 'ibc/277F77BD2A031EA52BD40B96D6420A4354E24860B9E6F5746AF7BC68B505367F',
|
|
10763
|
+
name: 'USDY Boost LP',
|
|
10764
|
+
display: 'lp:32:usdyypt-usdc',
|
|
10765
|
+
symbol: 'USDY-BOOST-LP',
|
|
10766
|
+
logo_URIs: {
|
|
10767
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10768
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10769
|
+
},
|
|
10770
|
+
images: [{
|
|
10771
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10772
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10773
|
+
}],
|
|
10774
|
+
type_asset: 'sdk.coin',
|
|
10775
|
+
traces: [{
|
|
10776
|
+
type: 'ibc',
|
|
10777
|
+
counterparty: {
|
|
10778
|
+
channel_id: 'channel-24',
|
|
10779
|
+
base_denom: 'lp:32:ausdyypt-uusdc',
|
|
10780
|
+
chain_name: 'pryzm'
|
|
10781
|
+
},
|
|
10782
|
+
chain: {
|
|
10783
|
+
channel_id: 'channel-71'
|
|
10784
|
+
}
|
|
10785
|
+
}]
|
|
10786
|
+
},
|
|
10087
10787
|
{
|
|
10088
10788
|
description: 'QCK - native token of Quicksilver',
|
|
10089
10789
|
denom_units: [{
|