@chain-registry/assets 1.65.5 → 1.65.7
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/assets.js +2 -1
- package/esm/mainnet/axelar.js +420 -0
- package/esm/mainnet/celestia.js +420 -0
- package/esm/mainnet/cosmoshub.js +420 -0
- package/esm/mainnet/dydx.js +420 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +420 -0
- package/esm/mainnet/neutron.js +420 -0
- package/esm/mainnet/noble.js +420 -0
- package/esm/mainnet/osmosis.js +512 -0
- package/esm/mainnet/stratos.js +182 -0
- package/esm/mainnet/stride.js +420 -0
- package/esm/mainnet/terra2.js +420 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +420 -0
- package/mainnet/celestia.js +420 -0
- package/mainnet/cosmoshub.js +420 -0
- package/mainnet/dydx.js +420 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/injective.js +420 -0
- package/mainnet/neutron.js +420 -0
- package/mainnet/noble.js +420 -0
- package/mainnet/osmosis.js +512 -0
- package/mainnet/stratos.d.ts +3 -0
- package/mainnet/stratos.js +184 -0
- package/mainnet/stride.js +420 -0
- package/mainnet/terra2.js +420 -0
- package/package.json +5 -5
package/mainnet/terra2.js
CHANGED
|
@@ -2716,6 +2716,76 @@ const assets = {
|
|
|
2716
2716
|
}
|
|
2717
2717
|
}]
|
|
2718
2718
|
},
|
|
2719
|
+
{
|
|
2720
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
2721
|
+
denom_units: [{
|
|
2722
|
+
denom: 'ibc/35BBF667C95BF5CEFE7CF1FC7D962B8B7413B9D0D544FFB34C4D3FABE038339F',
|
|
2723
|
+
exponent: 0,
|
|
2724
|
+
aliases: ['p:utia:31Dec2024']
|
|
2725
|
+
}, {
|
|
2726
|
+
denom: 'pTIA31Dec2024',
|
|
2727
|
+
exponent: 6
|
|
2728
|
+
}],
|
|
2729
|
+
base: 'ibc/35BBF667C95BF5CEFE7CF1FC7D962B8B7413B9D0D544FFB34C4D3FABE038339F',
|
|
2730
|
+
name: 'pTia (31Dec2024)',
|
|
2731
|
+
display: 'pTIA31Dec2024',
|
|
2732
|
+
symbol: 'pTIA-31Dec2024',
|
|
2733
|
+
logo_URIs: {
|
|
2734
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2735
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2736
|
+
},
|
|
2737
|
+
images: [{
|
|
2738
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2739
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2740
|
+
}],
|
|
2741
|
+
type_asset: 'sdk.coin',
|
|
2742
|
+
traces: [{
|
|
2743
|
+
type: 'ibc',
|
|
2744
|
+
counterparty: {
|
|
2745
|
+
channel_id: 'channel-4',
|
|
2746
|
+
base_denom: 'p:utia:31Dec2024',
|
|
2747
|
+
chain_name: 'pryzm'
|
|
2748
|
+
},
|
|
2749
|
+
chain: {
|
|
2750
|
+
channel_id: 'channel-473'
|
|
2751
|
+
}
|
|
2752
|
+
}]
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
2756
|
+
denom_units: [{
|
|
2757
|
+
denom: 'ibc/840BBEAF444A141C9BF0CFB59779E8C516F4F4C4C4E2AA204EE6FA6A518AA47F',
|
|
2758
|
+
exponent: 0,
|
|
2759
|
+
aliases: ['p:utia:31Dec2025']
|
|
2760
|
+
}, {
|
|
2761
|
+
denom: 'pTIA31Dec2025',
|
|
2762
|
+
exponent: 6
|
|
2763
|
+
}],
|
|
2764
|
+
base: 'ibc/840BBEAF444A141C9BF0CFB59779E8C516F4F4C4C4E2AA204EE6FA6A518AA47F',
|
|
2765
|
+
name: 'pTia (31Dec2025)',
|
|
2766
|
+
display: 'pTIA31Dec2025',
|
|
2767
|
+
symbol: 'pTIA-31Dec2025',
|
|
2768
|
+
logo_URIs: {
|
|
2769
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2770
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2771
|
+
},
|
|
2772
|
+
images: [{
|
|
2773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2774
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2775
|
+
}],
|
|
2776
|
+
type_asset: 'sdk.coin',
|
|
2777
|
+
traces: [{
|
|
2778
|
+
type: 'ibc',
|
|
2779
|
+
counterparty: {
|
|
2780
|
+
channel_id: 'channel-4',
|
|
2781
|
+
base_denom: 'p:utia:31Dec2025',
|
|
2782
|
+
chain_name: 'pryzm'
|
|
2783
|
+
},
|
|
2784
|
+
chain: {
|
|
2785
|
+
channel_id: 'channel-473'
|
|
2786
|
+
}
|
|
2787
|
+
}]
|
|
2788
|
+
},
|
|
2719
2789
|
{
|
|
2720
2790
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
2721
2791
|
denom_units: [{
|
|
@@ -3556,6 +3626,76 @@ const assets = {
|
|
|
3556
3626
|
}
|
|
3557
3627
|
}]
|
|
3558
3628
|
},
|
|
3629
|
+
{
|
|
3630
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
3631
|
+
denom_units: [{
|
|
3632
|
+
denom: 'ibc/F47307A62EB497499CCEEA7169875A7D479FFADA3C8E96BA13DF64D31BC15574',
|
|
3633
|
+
exponent: 0,
|
|
3634
|
+
aliases: ['y:utia:31Dec2024']
|
|
3635
|
+
}, {
|
|
3636
|
+
denom: 'yTIA31Dec2024',
|
|
3637
|
+
exponent: 6
|
|
3638
|
+
}],
|
|
3639
|
+
base: 'ibc/F47307A62EB497499CCEEA7169875A7D479FFADA3C8E96BA13DF64D31BC15574',
|
|
3640
|
+
name: 'yTia (31Dec2024)',
|
|
3641
|
+
display: 'yTIA31Dec2024',
|
|
3642
|
+
symbol: 'yTIA-31Dec2024',
|
|
3643
|
+
logo_URIs: {
|
|
3644
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3645
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3646
|
+
},
|
|
3647
|
+
images: [{
|
|
3648
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3649
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3650
|
+
}],
|
|
3651
|
+
type_asset: 'sdk.coin',
|
|
3652
|
+
traces: [{
|
|
3653
|
+
type: 'ibc',
|
|
3654
|
+
counterparty: {
|
|
3655
|
+
channel_id: 'channel-4',
|
|
3656
|
+
base_denom: 'y:utia:31Dec2024',
|
|
3657
|
+
chain_name: 'pryzm'
|
|
3658
|
+
},
|
|
3659
|
+
chain: {
|
|
3660
|
+
channel_id: 'channel-473'
|
|
3661
|
+
}
|
|
3662
|
+
}]
|
|
3663
|
+
},
|
|
3664
|
+
{
|
|
3665
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
3666
|
+
denom_units: [{
|
|
3667
|
+
denom: 'ibc/FD7304DA50454FF8E721F6D51C2663BFBB526CB7B6538378696ABE41DE0AC66C',
|
|
3668
|
+
exponent: 0,
|
|
3669
|
+
aliases: ['y:utia:31Dec2025']
|
|
3670
|
+
}, {
|
|
3671
|
+
denom: 'yTIA31Dec2025',
|
|
3672
|
+
exponent: 6
|
|
3673
|
+
}],
|
|
3674
|
+
base: 'ibc/FD7304DA50454FF8E721F6D51C2663BFBB526CB7B6538378696ABE41DE0AC66C',
|
|
3675
|
+
name: 'yTia (31Dec2025)',
|
|
3676
|
+
display: 'yTIA31Dec2025',
|
|
3677
|
+
symbol: 'yTIA-31Dec2025',
|
|
3678
|
+
logo_URIs: {
|
|
3679
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3681
|
+
},
|
|
3682
|
+
images: [{
|
|
3683
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3684
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3685
|
+
}],
|
|
3686
|
+
type_asset: 'sdk.coin',
|
|
3687
|
+
traces: [{
|
|
3688
|
+
type: 'ibc',
|
|
3689
|
+
counterparty: {
|
|
3690
|
+
channel_id: 'channel-4',
|
|
3691
|
+
base_denom: 'y:utia:31Dec2025',
|
|
3692
|
+
chain_name: 'pryzm'
|
|
3693
|
+
},
|
|
3694
|
+
chain: {
|
|
3695
|
+
channel_id: 'channel-473'
|
|
3696
|
+
}
|
|
3697
|
+
}]
|
|
3698
|
+
},
|
|
3559
3699
|
{
|
|
3560
3700
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
3561
3701
|
denom_units: [{
|
|
@@ -4291,6 +4431,76 @@ const assets = {
|
|
|
4291
4431
|
}
|
|
4292
4432
|
}]
|
|
4293
4433
|
},
|
|
4434
|
+
{
|
|
4435
|
+
description: 'Pryzm\'s LP token for TIA Yield pool',
|
|
4436
|
+
denom_units: [{
|
|
4437
|
+
denom: 'ibc/27A57E4708F26CCA71AF6BC1A499A3E411541A67B626651D4BC6E7654028DA8C',
|
|
4438
|
+
exponent: 0,
|
|
4439
|
+
aliases: ['lp:24:utia']
|
|
4440
|
+
}, {
|
|
4441
|
+
denom: 'lp:24:tia',
|
|
4442
|
+
exponent: 6
|
|
4443
|
+
}],
|
|
4444
|
+
base: 'ibc/27A57E4708F26CCA71AF6BC1A499A3E411541A67B626651D4BC6E7654028DA8C',
|
|
4445
|
+
name: 'TIA Yield LP',
|
|
4446
|
+
display: 'lp:24:tia',
|
|
4447
|
+
symbol: 'TIA-YIELD-LP',
|
|
4448
|
+
logo_URIs: {
|
|
4449
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4450
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4451
|
+
},
|
|
4452
|
+
images: [{
|
|
4453
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4454
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4455
|
+
}],
|
|
4456
|
+
type_asset: 'sdk.coin',
|
|
4457
|
+
traces: [{
|
|
4458
|
+
type: 'ibc',
|
|
4459
|
+
counterparty: {
|
|
4460
|
+
channel_id: 'channel-4',
|
|
4461
|
+
base_denom: 'lp:24:utia',
|
|
4462
|
+
chain_name: 'pryzm'
|
|
4463
|
+
},
|
|
4464
|
+
chain: {
|
|
4465
|
+
channel_id: 'channel-473'
|
|
4466
|
+
}
|
|
4467
|
+
}]
|
|
4468
|
+
},
|
|
4469
|
+
{
|
|
4470
|
+
description: 'Pryzm\'s LP token for TIA Boost pool',
|
|
4471
|
+
denom_units: [{
|
|
4472
|
+
denom: 'ibc/E0551A7F5B71242BEAFD9F1FFDC9A2A7C7924658A2154316DA24179B121130B4',
|
|
4473
|
+
exponent: 0,
|
|
4474
|
+
aliases: ['lp:25:utiaypt-utia']
|
|
4475
|
+
}, {
|
|
4476
|
+
denom: 'lp:25:tiaypt-tia',
|
|
4477
|
+
exponent: 6
|
|
4478
|
+
}],
|
|
4479
|
+
base: 'ibc/E0551A7F5B71242BEAFD9F1FFDC9A2A7C7924658A2154316DA24179B121130B4',
|
|
4480
|
+
name: 'TIA Boost LP',
|
|
4481
|
+
display: 'lp:25:tiaypt-tia',
|
|
4482
|
+
symbol: 'TIA-BOOST-LP',
|
|
4483
|
+
logo_URIs: {
|
|
4484
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4485
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4486
|
+
},
|
|
4487
|
+
images: [{
|
|
4488
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4489
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4490
|
+
}],
|
|
4491
|
+
type_asset: 'sdk.coin',
|
|
4492
|
+
traces: [{
|
|
4493
|
+
type: 'ibc',
|
|
4494
|
+
counterparty: {
|
|
4495
|
+
channel_id: 'channel-4',
|
|
4496
|
+
base_denom: 'lp:25:utiaypt-utia',
|
|
4497
|
+
chain_name: 'pryzm'
|
|
4498
|
+
},
|
|
4499
|
+
chain: {
|
|
4500
|
+
channel_id: 'channel-473'
|
|
4501
|
+
}
|
|
4502
|
+
}]
|
|
4503
|
+
},
|
|
4294
4504
|
{
|
|
4295
4505
|
description: 'Pryzm\'s LP token for TIA / USDC pool',
|
|
4296
4506
|
denom_units: [{
|
|
@@ -8355,6 +8565,76 @@ const assets = {
|
|
|
8355
8565
|
}
|
|
8356
8566
|
}]
|
|
8357
8567
|
},
|
|
8568
|
+
{
|
|
8569
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
8570
|
+
denom_units: [{
|
|
8571
|
+
denom: 'ibc/35BBF667C95BF5CEFE7CF1FC7D962B8B7413B9D0D544FFB34C4D3FABE038339F',
|
|
8572
|
+
exponent: 0,
|
|
8573
|
+
aliases: ['p:utia:31Dec2024']
|
|
8574
|
+
}, {
|
|
8575
|
+
denom: 'pTIA31Dec2024',
|
|
8576
|
+
exponent: 6
|
|
8577
|
+
}],
|
|
8578
|
+
base: 'ibc/35BBF667C95BF5CEFE7CF1FC7D962B8B7413B9D0D544FFB34C4D3FABE038339F',
|
|
8579
|
+
name: 'pTia (31Dec2024)',
|
|
8580
|
+
display: 'pTIA31Dec2024',
|
|
8581
|
+
symbol: 'pTIA-31Dec2024',
|
|
8582
|
+
logo_URIs: {
|
|
8583
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
8584
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
8585
|
+
},
|
|
8586
|
+
images: [{
|
|
8587
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
8588
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
8589
|
+
}],
|
|
8590
|
+
type_asset: 'sdk.coin',
|
|
8591
|
+
traces: [{
|
|
8592
|
+
type: 'ibc',
|
|
8593
|
+
counterparty: {
|
|
8594
|
+
channel_id: 'channel-4',
|
|
8595
|
+
base_denom: 'p:utia:31Dec2024',
|
|
8596
|
+
chain_name: 'pryzm'
|
|
8597
|
+
},
|
|
8598
|
+
chain: {
|
|
8599
|
+
channel_id: 'channel-473'
|
|
8600
|
+
}
|
|
8601
|
+
}]
|
|
8602
|
+
},
|
|
8603
|
+
{
|
|
8604
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
8605
|
+
denom_units: [{
|
|
8606
|
+
denom: 'ibc/840BBEAF444A141C9BF0CFB59779E8C516F4F4C4C4E2AA204EE6FA6A518AA47F',
|
|
8607
|
+
exponent: 0,
|
|
8608
|
+
aliases: ['p:utia:31Dec2025']
|
|
8609
|
+
}, {
|
|
8610
|
+
denom: 'pTIA31Dec2025',
|
|
8611
|
+
exponent: 6
|
|
8612
|
+
}],
|
|
8613
|
+
base: 'ibc/840BBEAF444A141C9BF0CFB59779E8C516F4F4C4C4E2AA204EE6FA6A518AA47F',
|
|
8614
|
+
name: 'pTia (31Dec2025)',
|
|
8615
|
+
display: 'pTIA31Dec2025',
|
|
8616
|
+
symbol: 'pTIA-31Dec2025',
|
|
8617
|
+
logo_URIs: {
|
|
8618
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
8619
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
8620
|
+
},
|
|
8621
|
+
images: [{
|
|
8622
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
8623
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
8624
|
+
}],
|
|
8625
|
+
type_asset: 'sdk.coin',
|
|
8626
|
+
traces: [{
|
|
8627
|
+
type: 'ibc',
|
|
8628
|
+
counterparty: {
|
|
8629
|
+
channel_id: 'channel-4',
|
|
8630
|
+
base_denom: 'p:utia:31Dec2025',
|
|
8631
|
+
chain_name: 'pryzm'
|
|
8632
|
+
},
|
|
8633
|
+
chain: {
|
|
8634
|
+
channel_id: 'channel-473'
|
|
8635
|
+
}
|
|
8636
|
+
}]
|
|
8637
|
+
},
|
|
8358
8638
|
{
|
|
8359
8639
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
8360
8640
|
denom_units: [{
|
|
@@ -9195,6 +9475,76 @@ const assets = {
|
|
|
9195
9475
|
}
|
|
9196
9476
|
}]
|
|
9197
9477
|
},
|
|
9478
|
+
{
|
|
9479
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
9480
|
+
denom_units: [{
|
|
9481
|
+
denom: 'ibc/F47307A62EB497499CCEEA7169875A7D479FFADA3C8E96BA13DF64D31BC15574',
|
|
9482
|
+
exponent: 0,
|
|
9483
|
+
aliases: ['y:utia:31Dec2024']
|
|
9484
|
+
}, {
|
|
9485
|
+
denom: 'yTIA31Dec2024',
|
|
9486
|
+
exponent: 6
|
|
9487
|
+
}],
|
|
9488
|
+
base: 'ibc/F47307A62EB497499CCEEA7169875A7D479FFADA3C8E96BA13DF64D31BC15574',
|
|
9489
|
+
name: 'yTia (31Dec2024)',
|
|
9490
|
+
display: 'yTIA31Dec2024',
|
|
9491
|
+
symbol: 'yTIA-31Dec2024',
|
|
9492
|
+
logo_URIs: {
|
|
9493
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9494
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9495
|
+
},
|
|
9496
|
+
images: [{
|
|
9497
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9498
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9499
|
+
}],
|
|
9500
|
+
type_asset: 'sdk.coin',
|
|
9501
|
+
traces: [{
|
|
9502
|
+
type: 'ibc',
|
|
9503
|
+
counterparty: {
|
|
9504
|
+
channel_id: 'channel-4',
|
|
9505
|
+
base_denom: 'y:utia:31Dec2024',
|
|
9506
|
+
chain_name: 'pryzm'
|
|
9507
|
+
},
|
|
9508
|
+
chain: {
|
|
9509
|
+
channel_id: 'channel-473'
|
|
9510
|
+
}
|
|
9511
|
+
}]
|
|
9512
|
+
},
|
|
9513
|
+
{
|
|
9514
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
9515
|
+
denom_units: [{
|
|
9516
|
+
denom: 'ibc/FD7304DA50454FF8E721F6D51C2663BFBB526CB7B6538378696ABE41DE0AC66C',
|
|
9517
|
+
exponent: 0,
|
|
9518
|
+
aliases: ['y:utia:31Dec2025']
|
|
9519
|
+
}, {
|
|
9520
|
+
denom: 'yTIA31Dec2025',
|
|
9521
|
+
exponent: 6
|
|
9522
|
+
}],
|
|
9523
|
+
base: 'ibc/FD7304DA50454FF8E721F6D51C2663BFBB526CB7B6538378696ABE41DE0AC66C',
|
|
9524
|
+
name: 'yTia (31Dec2025)',
|
|
9525
|
+
display: 'yTIA31Dec2025',
|
|
9526
|
+
symbol: 'yTIA-31Dec2025',
|
|
9527
|
+
logo_URIs: {
|
|
9528
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9529
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9530
|
+
},
|
|
9531
|
+
images: [{
|
|
9532
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9533
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9534
|
+
}],
|
|
9535
|
+
type_asset: 'sdk.coin',
|
|
9536
|
+
traces: [{
|
|
9537
|
+
type: 'ibc',
|
|
9538
|
+
counterparty: {
|
|
9539
|
+
channel_id: 'channel-4',
|
|
9540
|
+
base_denom: 'y:utia:31Dec2025',
|
|
9541
|
+
chain_name: 'pryzm'
|
|
9542
|
+
},
|
|
9543
|
+
chain: {
|
|
9544
|
+
channel_id: 'channel-473'
|
|
9545
|
+
}
|
|
9546
|
+
}]
|
|
9547
|
+
},
|
|
9198
9548
|
{
|
|
9199
9549
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
9200
9550
|
denom_units: [{
|
|
@@ -9930,6 +10280,76 @@ const assets = {
|
|
|
9930
10280
|
}
|
|
9931
10281
|
}]
|
|
9932
10282
|
},
|
|
10283
|
+
{
|
|
10284
|
+
description: 'Pryzm\'s LP token for TIA Yield pool',
|
|
10285
|
+
denom_units: [{
|
|
10286
|
+
denom: 'ibc/27A57E4708F26CCA71AF6BC1A499A3E411541A67B626651D4BC6E7654028DA8C',
|
|
10287
|
+
exponent: 0,
|
|
10288
|
+
aliases: ['lp:24:utia']
|
|
10289
|
+
}, {
|
|
10290
|
+
denom: 'lp:24:tia',
|
|
10291
|
+
exponent: 6
|
|
10292
|
+
}],
|
|
10293
|
+
base: 'ibc/27A57E4708F26CCA71AF6BC1A499A3E411541A67B626651D4BC6E7654028DA8C',
|
|
10294
|
+
name: 'TIA Yield LP',
|
|
10295
|
+
display: 'lp:24:tia',
|
|
10296
|
+
symbol: 'TIA-YIELD-LP',
|
|
10297
|
+
logo_URIs: {
|
|
10298
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10299
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10300
|
+
},
|
|
10301
|
+
images: [{
|
|
10302
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10303
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10304
|
+
}],
|
|
10305
|
+
type_asset: 'sdk.coin',
|
|
10306
|
+
traces: [{
|
|
10307
|
+
type: 'ibc',
|
|
10308
|
+
counterparty: {
|
|
10309
|
+
channel_id: 'channel-4',
|
|
10310
|
+
base_denom: 'lp:24:utia',
|
|
10311
|
+
chain_name: 'pryzm'
|
|
10312
|
+
},
|
|
10313
|
+
chain: {
|
|
10314
|
+
channel_id: 'channel-473'
|
|
10315
|
+
}
|
|
10316
|
+
}]
|
|
10317
|
+
},
|
|
10318
|
+
{
|
|
10319
|
+
description: 'Pryzm\'s LP token for TIA Boost pool',
|
|
10320
|
+
denom_units: [{
|
|
10321
|
+
denom: 'ibc/E0551A7F5B71242BEAFD9F1FFDC9A2A7C7924658A2154316DA24179B121130B4',
|
|
10322
|
+
exponent: 0,
|
|
10323
|
+
aliases: ['lp:25:utiaypt-utia']
|
|
10324
|
+
}, {
|
|
10325
|
+
denom: 'lp:25:tiaypt-tia',
|
|
10326
|
+
exponent: 6
|
|
10327
|
+
}],
|
|
10328
|
+
base: 'ibc/E0551A7F5B71242BEAFD9F1FFDC9A2A7C7924658A2154316DA24179B121130B4',
|
|
10329
|
+
name: 'TIA Boost LP',
|
|
10330
|
+
display: 'lp:25:tiaypt-tia',
|
|
10331
|
+
symbol: 'TIA-BOOST-LP',
|
|
10332
|
+
logo_URIs: {
|
|
10333
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10334
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10335
|
+
},
|
|
10336
|
+
images: [{
|
|
10337
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10338
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10339
|
+
}],
|
|
10340
|
+
type_asset: 'sdk.coin',
|
|
10341
|
+
traces: [{
|
|
10342
|
+
type: 'ibc',
|
|
10343
|
+
counterparty: {
|
|
10344
|
+
channel_id: 'channel-4',
|
|
10345
|
+
base_denom: 'lp:25:utiaypt-utia',
|
|
10346
|
+
chain_name: 'pryzm'
|
|
10347
|
+
},
|
|
10348
|
+
chain: {
|
|
10349
|
+
channel_id: 'channel-473'
|
|
10350
|
+
}
|
|
10351
|
+
}]
|
|
10352
|
+
},
|
|
9933
10353
|
{
|
|
9934
10354
|
description: 'Pryzm\'s LP token for TIA / USDC pool',
|
|
9935
10355
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.65.
|
|
3
|
+
"version": "1.65.7",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.47.
|
|
33
|
-
"chain-registry": "^1.64.
|
|
32
|
+
"@chain-registry/utils": "^1.47.7",
|
|
33
|
+
"chain-registry": "^1.64.7"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.46.
|
|
36
|
+
"@chain-registry/types": "^0.46.7"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "5a6383e9d64cdcbe57ffb743307ac80315f89b05"
|
|
47
47
|
}
|