chain-registry 1.69.127 → 1.69.129
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/devnet/kyvedevnet/assets.js +2 -1
- package/devnet/neuradevnet/assets.js +2 -1
- package/esm/devnet/kyvedevnet/assets.js +2 -1
- package/esm/devnet/neuradevnet/assets.js +2 -1
- package/esm/mainnet/agoric/chain.js +5 -5
- package/esm/mainnet/agoric/ibc.js +1 -1
- package/esm/mainnet/akash/chain.js +9 -94
- package/esm/mainnet/archway/assets.js +4 -2
- package/esm/mainnet/beezee/assets.js +14 -7
- package/esm/mainnet/beezee/chain.js +7 -7
- package/esm/mainnet/carbon/assets.js +26 -13
- package/esm/mainnet/coreum/chain.js +6 -6
- package/esm/mainnet/cosmoshub/assets.js +4 -2
- package/esm/mainnet/cronos/assets.js +4 -2
- package/esm/mainnet/dydx/assets.js +2 -1
- package/esm/mainnet/dymension/assets.js +4 -2
- package/esm/mainnet/dyson/assets.js +6 -3
- package/esm/mainnet/elys/assets.js +45 -7
- package/esm/mainnet/evmos/assets.js +2 -1
- package/esm/mainnet/injective/assets.js +6 -3
- package/esm/mainnet/joltify/assets.js +4 -2
- package/esm/mainnet/juno/assets.js +23 -1
- package/esm/mainnet/kopi/assets.js +10 -5
- package/esm/mainnet/kujira/assets.js +30 -15
- package/esm/mainnet/mantrachain/assets.js +6 -3
- package/esm/mainnet/mars/assets.js +2 -1
- package/esm/mainnet/migaloo/assets.js +6 -3
- package/esm/mainnet/milkyway/assets.js +6 -3
- package/esm/mainnet/neutron/assets.js +14 -7
- package/esm/mainnet/nibiru/assets.js +2 -1
- package/esm/mainnet/noble/assets.js +4 -2
- package/esm/mainnet/noble/ibc.js +1 -1
- package/esm/mainnet/nolus/assets.js +44 -22
- package/esm/mainnet/omniflixhub/assets.js +10 -5
- package/esm/mainnet/oraichain/assets.js +6 -3
- package/esm/mainnet/osmosis/assets.js +306 -153
- package/esm/mainnet/persistence/assets.js +16 -8
- package/esm/mainnet/planq/assets.js +50 -3
- package/esm/mainnet/pryzm/assets.js +242 -2
- package/esm/mainnet/quasar/assets.js +6 -3
- package/esm/mainnet/quicksilver/assets.js +2 -1
- package/esm/mainnet/routerchain/assets.js +49 -0
- package/esm/mainnet/sei/assets.js +2 -1
- package/esm/mainnet/sidechain/assets.js +2 -1
- package/esm/mainnet/stargaze/assets.js +10 -5
- package/esm/mainnet/stride/assets.js +2 -1
- package/esm/mainnet/teritori/assets.js +6 -3
- package/esm/mainnet/terra/assets.js +2 -1
- package/esm/mainnet/terra2/assets.js +10 -5
- package/esm/mainnet/titan/assets.js +2 -1
- package/esm/noncosmos/avalanchetestnet/assets.js +2 -1
- package/esm/noncosmos/bitcointestnet/assets.js +2 -1
- package/esm/noncosmos/polygon/assets.js +2 -1
- package/esm/testnet/archwaytestnet/assets.js +2 -1
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/esm/testnet/dydxtestnet/assets.js +2 -1
- package/esm/testnet/impacthubtestnet/assets.js +2 -1
- package/esm/testnet/jackaltestnet2/assets.js +2 -1
- package/esm/testnet/kyvetestnet/assets.js +2 -1
- package/esm/testnet/manifesttestnet/assets.js +2 -1
- package/esm/testnet/mantrachaintestnet/assets.js +2 -1
- package/esm/testnet/neuratestnet/assets.js +2 -1
- package/esm/testnet/nobletestnet/assets.js +2 -1
- package/esm/testnet/osmosistestnet/assets.js +12 -6
- package/esm/testnet/titantestnet/assets.js +2 -1
- package/esm/testnet/unificationtestnet/assets.js +2 -1
- package/esm/testnet/xiontestnet/assets.js +6 -3
- package/mainnet/agoric/chain.js +5 -5
- package/mainnet/agoric/ibc.js +1 -1
- package/mainnet/akash/chain.js +9 -94
- package/mainnet/archway/assets.js +4 -2
- package/mainnet/beezee/assets.js +14 -7
- package/mainnet/beezee/chain.js +7 -7
- package/mainnet/carbon/assets.js +26 -13
- package/mainnet/coreum/chain.js +6 -6
- package/mainnet/cosmoshub/assets.js +4 -2
- package/mainnet/cronos/assets.js +4 -2
- package/mainnet/dydx/assets.js +2 -1
- package/mainnet/dymension/assets.js +4 -2
- package/mainnet/dyson/assets.js +6 -3
- package/mainnet/elys/assets.js +45 -7
- package/mainnet/evmos/assets.js +2 -1
- package/mainnet/injective/assets.js +6 -3
- package/mainnet/joltify/assets.js +4 -2
- package/mainnet/juno/assets.js +23 -1
- package/mainnet/kopi/assets.js +10 -5
- package/mainnet/kujira/assets.js +30 -15
- package/mainnet/mantrachain/assets.js +6 -3
- package/mainnet/mars/assets.js +2 -1
- package/mainnet/migaloo/assets.js +6 -3
- package/mainnet/milkyway/assets.js +6 -3
- package/mainnet/neutron/assets.js +14 -7
- package/mainnet/nibiru/assets.js +2 -1
- package/mainnet/noble/assets.js +4 -2
- package/mainnet/noble/ibc.js +1 -1
- package/mainnet/nolus/assets.js +44 -22
- package/mainnet/omniflixhub/assets.js +10 -5
- package/mainnet/oraichain/assets.js +6 -3
- package/mainnet/osmosis/assets.js +306 -153
- package/mainnet/persistence/assets.js +16 -8
- package/mainnet/planq/assets.js +50 -3
- package/mainnet/pryzm/assets.js +242 -2
- package/mainnet/quasar/assets.js +6 -3
- package/mainnet/quicksilver/assets.js +2 -1
- package/mainnet/routerchain/assets.js +49 -0
- package/mainnet/sei/assets.js +2 -1
- package/mainnet/sidechain/assets.js +2 -1
- package/mainnet/stargaze/assets.js +10 -5
- package/mainnet/stride/assets.js +2 -1
- package/mainnet/teritori/assets.js +6 -3
- package/mainnet/terra/assets.js +2 -1
- package/mainnet/terra2/assets.js +10 -5
- package/mainnet/titan/assets.js +2 -1
- package/noncosmos/avalanchetestnet/assets.js +2 -1
- package/noncosmos/bitcointestnet/assets.js +2 -1
- package/noncosmos/polygon/assets.js +2 -1
- package/package.json +4 -4
- package/testnet/archwaytestnet/assets.js +2 -1
- package/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/testnet/dydxtestnet/assets.js +2 -1
- package/testnet/impacthubtestnet/assets.js +2 -1
- package/testnet/jackaltestnet2/assets.js +2 -1
- package/testnet/kyvetestnet/assets.js +2 -1
- package/testnet/manifesttestnet/assets.js +2 -1
- package/testnet/mantrachaintestnet/assets.js +2 -1
- package/testnet/neuratestnet/assets.js +2 -1
- package/testnet/nobletestnet/assets.js +2 -1
- package/testnet/osmosistestnet/assets.js +12 -6
- package/testnet/titantestnet/assets.js +2 -1
- package/testnet/unificationtestnet/assets.js +2 -1
- package/testnet/xiontestnet/assets.js +6 -3
|
@@ -177,7 +177,8 @@ const info = {
|
|
|
177
177
|
logo_URIs: {
|
|
178
178
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
179
179
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
180
|
-
}
|
|
180
|
+
},
|
|
181
|
+
coingecko_id: 'cosmos'
|
|
181
182
|
},
|
|
182
183
|
{
|
|
183
184
|
description: 'Tether USDT on Persistence',
|
|
@@ -221,7 +222,8 @@ const info = {
|
|
|
221
222
|
logo_URIs: {
|
|
222
223
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
223
224
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
224
|
-
}
|
|
225
|
+
},
|
|
226
|
+
coingecko_id: 'tether'
|
|
225
227
|
},
|
|
226
228
|
{
|
|
227
229
|
denom_units: [{
|
|
@@ -264,7 +266,8 @@ const info = {
|
|
|
264
266
|
logo_URIs: {
|
|
265
267
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
266
268
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
267
|
-
}
|
|
269
|
+
},
|
|
270
|
+
coingecko_id: 'usd-coin'
|
|
268
271
|
},
|
|
269
272
|
{
|
|
270
273
|
description: 'dydx staking token',
|
|
@@ -307,7 +310,8 @@ const info = {
|
|
|
307
310
|
logo_URIs: {
|
|
308
311
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
309
312
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
310
|
-
}
|
|
313
|
+
},
|
|
314
|
+
coingecko_id: 'dydx-chain'
|
|
311
315
|
},
|
|
312
316
|
{
|
|
313
317
|
description: '(Deprecated) PSTAKE Liquid-Staked OSMO',
|
|
@@ -461,7 +465,8 @@ const info = {
|
|
|
461
465
|
logo_URIs: {
|
|
462
466
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
463
467
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
464
|
-
}
|
|
468
|
+
},
|
|
469
|
+
coingecko_id: 'stargaze'
|
|
465
470
|
},
|
|
466
471
|
{
|
|
467
472
|
description: 'The native token cw20 for Shade on Secret Network',
|
|
@@ -506,7 +511,8 @@ const info = {
|
|
|
506
511
|
theme: {
|
|
507
512
|
primary_color_hex: '#342c52'
|
|
508
513
|
}
|
|
509
|
-
}]
|
|
514
|
+
}],
|
|
515
|
+
coingecko_id: 'shade-protocol'
|
|
510
516
|
},
|
|
511
517
|
{
|
|
512
518
|
description: '(Deprecated) PSTAKE Liquid-Staked HUAHUA',
|
|
@@ -585,7 +591,8 @@ const info = {
|
|
|
585
591
|
logo_URIs: {
|
|
586
592
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
|
|
587
593
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
|
|
588
|
-
}
|
|
594
|
+
},
|
|
595
|
+
coingecko_id: 'chihuahua-token'
|
|
589
596
|
},
|
|
590
597
|
{
|
|
591
598
|
description: '(Deprecated) PSTAKE Liquid-Staked XPRT',
|
|
@@ -665,7 +672,8 @@ const info = {
|
|
|
665
672
|
theme: {
|
|
666
673
|
primary_color_hex: '#f39444'
|
|
667
674
|
}
|
|
668
|
-
}]
|
|
675
|
+
}],
|
|
676
|
+
coingecko_id: 'wrapped-bitcoin'
|
|
669
677
|
}
|
|
670
678
|
]
|
|
671
679
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'planq',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
6
7
|
extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
|
|
7
8
|
denom_units: [{
|
|
@@ -32,7 +33,8 @@ const info = {
|
|
|
32
33
|
twitter: 'https://twitter.com/planqfoundation'
|
|
33
34
|
},
|
|
34
35
|
type_asset: 'sdk.coin'
|
|
35
|
-
},
|
|
36
|
+
},
|
|
37
|
+
{
|
|
36
38
|
description: 'The token of Source Protocol bridged from BSC.',
|
|
37
39
|
denom_units: [{
|
|
38
40
|
denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09',
|
|
@@ -71,6 +73,51 @@ const info = {
|
|
|
71
73
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
|
|
72
74
|
},
|
|
73
75
|
type_asset: 'sdk.coin'
|
|
74
|
-
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
description: 'nRide Token',
|
|
79
|
+
extended_description: 'nRide is developing a uber-like ride-hailing protocol, leveraging cosmwasm smart-contracts for payment, driver registration and text-messaging between the rider and the driver, to create a trustless public transportation environment for any cab or taxi company to use.',
|
|
80
|
+
denom_units: [{
|
|
81
|
+
denom: 'ibc/26B4B4BBF3C8D5DB1ADE993CCD865A7CC608B2BAEF20E0166F18B84E32184F63',
|
|
82
|
+
exponent: 0,
|
|
83
|
+
aliases: ['cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq', 'ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C']
|
|
84
|
+
}, {
|
|
85
|
+
denom: 'nride',
|
|
86
|
+
exponent: 6
|
|
87
|
+
}],
|
|
88
|
+
type_asset: 'ics20',
|
|
89
|
+
base: 'ibc/26B4B4BBF3C8D5DB1ADE993CCD865A7CC608B2BAEF20E0166F18B84E32184F63',
|
|
90
|
+
name: 'nRide Token',
|
|
91
|
+
display: 'nride',
|
|
92
|
+
symbol: 'NRIDE',
|
|
93
|
+
traces: [{
|
|
94
|
+
type: 'ibc',
|
|
95
|
+
counterparty: {
|
|
96
|
+
chain_name: 'osmosis',
|
|
97
|
+
base_denom: 'ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C',
|
|
98
|
+
channel_id: 'channel-492'
|
|
99
|
+
},
|
|
100
|
+
chain: {
|
|
101
|
+
channel_id: 'channel-1',
|
|
102
|
+
path: 'transfer/channel-1/transfer/channel-169/cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq'
|
|
103
|
+
}
|
|
104
|
+
}],
|
|
105
|
+
logo_URIs: {
|
|
106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png',
|
|
107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg'
|
|
108
|
+
},
|
|
109
|
+
images: [{
|
|
110
|
+
image_sync: {
|
|
111
|
+
chain_name: 'juno',
|
|
112
|
+
base_denom: 'cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq'
|
|
113
|
+
},
|
|
114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png',
|
|
115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg',
|
|
116
|
+
theme: {
|
|
117
|
+
primary_color_hex: '#050505'
|
|
118
|
+
}
|
|
119
|
+
}]
|
|
120
|
+
}
|
|
121
|
+
]
|
|
75
122
|
};
|
|
76
123
|
export default info;
|
|
@@ -530,7 +530,8 @@ const info = {
|
|
|
530
530
|
base_denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom'
|
|
531
531
|
},
|
|
532
532
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
|
|
533
|
-
}]
|
|
533
|
+
}],
|
|
534
|
+
coingecko_id: 'drop-staked-atom'
|
|
534
535
|
},
|
|
535
536
|
{
|
|
536
537
|
description: 'Ondo Finance\'s US Dollar Yield',
|
|
@@ -573,7 +574,8 @@ const info = {
|
|
|
573
574
|
theme: {
|
|
574
575
|
primary_color_hex: '#142c5c'
|
|
575
576
|
}
|
|
576
|
-
}]
|
|
577
|
+
}],
|
|
578
|
+
coingecko_id: 'ondo-us-dollar-yield'
|
|
577
579
|
},
|
|
578
580
|
{
|
|
579
581
|
description: 'Pryzm\'s native liquid staking token for ATOM',
|
|
@@ -761,6 +763,37 @@ const info = {
|
|
|
761
763
|
}],
|
|
762
764
|
type_asset: 'sdk.coin'
|
|
763
765
|
},
|
|
766
|
+
{
|
|
767
|
+
description: 'Pryzm\'s native liquid staking token for PRYZM',
|
|
768
|
+
denom_units: [{
|
|
769
|
+
denom: 'c:upryzm',
|
|
770
|
+
exponent: 0
|
|
771
|
+
}, {
|
|
772
|
+
denom: 'cpryzm',
|
|
773
|
+
exponent: 6
|
|
774
|
+
}],
|
|
775
|
+
base: 'c:upryzm',
|
|
776
|
+
name: 'cPryzm',
|
|
777
|
+
display: 'cpryzm',
|
|
778
|
+
symbol: 'cPRYZM',
|
|
779
|
+
traces: [{
|
|
780
|
+
type: 'liquid-stake',
|
|
781
|
+
counterparty: {
|
|
782
|
+
chain_name: 'pryzm',
|
|
783
|
+
base_denom: 'upryzm'
|
|
784
|
+
},
|
|
785
|
+
provider: 'Pryzm'
|
|
786
|
+
}],
|
|
787
|
+
logo_URIs: {
|
|
788
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.png',
|
|
789
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.svg'
|
|
790
|
+
},
|
|
791
|
+
images: [{
|
|
792
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.png',
|
|
793
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.svg'
|
|
794
|
+
}],
|
|
795
|
+
type_asset: 'sdk.coin'
|
|
796
|
+
},
|
|
764
797
|
{
|
|
765
798
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Sep2024',
|
|
766
799
|
denom_units: [{
|
|
@@ -1842,6 +1875,98 @@ const info = {
|
|
|
1842
1875
|
}],
|
|
1843
1876
|
type_asset: 'sdk.coin'
|
|
1844
1877
|
},
|
|
1878
|
+
{
|
|
1879
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
1880
|
+
denom_units: [{
|
|
1881
|
+
denom: 'p:upryzm:31Mar2025',
|
|
1882
|
+
exponent: 0
|
|
1883
|
+
}, {
|
|
1884
|
+
denom: 'pPRYZM31Mar2025',
|
|
1885
|
+
exponent: 6
|
|
1886
|
+
}],
|
|
1887
|
+
base: 'p:upryzm:31Mar2025',
|
|
1888
|
+
name: 'pPryzm (31Mar2025)',
|
|
1889
|
+
display: 'pPRYZM31Mar2025',
|
|
1890
|
+
symbol: 'pPRYZM-31Mar2025',
|
|
1891
|
+
logo_URIs: {
|
|
1892
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1893
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1894
|
+
},
|
|
1895
|
+
images: [{
|
|
1896
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1897
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1898
|
+
}],
|
|
1899
|
+
type_asset: 'sdk.coin'
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2025',
|
|
1903
|
+
denom_units: [{
|
|
1904
|
+
denom: 'p:upryzm:30Jun2025',
|
|
1905
|
+
exponent: 0
|
|
1906
|
+
}, {
|
|
1907
|
+
denom: 'pPRYZM30Jun2025',
|
|
1908
|
+
exponent: 6
|
|
1909
|
+
}],
|
|
1910
|
+
base: 'p:upryzm:30Jun2025',
|
|
1911
|
+
name: 'pPryzm (30Jun2025)',
|
|
1912
|
+
display: 'pPRYZM30Jun2025',
|
|
1913
|
+
symbol: 'pPRYZM-30Jun2025',
|
|
1914
|
+
logo_URIs: {
|
|
1915
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1916
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1917
|
+
},
|
|
1918
|
+
images: [{
|
|
1919
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1920
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1921
|
+
}],
|
|
1922
|
+
type_asset: 'sdk.coin'
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Sep2025',
|
|
1926
|
+
denom_units: [{
|
|
1927
|
+
denom: 'p:upryzm:30Sep2025',
|
|
1928
|
+
exponent: 0
|
|
1929
|
+
}, {
|
|
1930
|
+
denom: 'pPRYZM30Sep2025',
|
|
1931
|
+
exponent: 6
|
|
1932
|
+
}],
|
|
1933
|
+
base: 'p:upryzm:30Sep2025',
|
|
1934
|
+
name: 'pPryzm (30Sep2025)',
|
|
1935
|
+
display: 'pPRYZM30Sep2025',
|
|
1936
|
+
symbol: 'pPRYZM-30Sep2025',
|
|
1937
|
+
logo_URIs: {
|
|
1938
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1939
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1940
|
+
},
|
|
1941
|
+
images: [{
|
|
1942
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1943
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1944
|
+
}],
|
|
1945
|
+
type_asset: 'sdk.coin'
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Dec2025',
|
|
1949
|
+
denom_units: [{
|
|
1950
|
+
denom: 'p:upryzm:31Dec2025',
|
|
1951
|
+
exponent: 0
|
|
1952
|
+
}, {
|
|
1953
|
+
denom: 'pPRYZM31Dec2025',
|
|
1954
|
+
exponent: 6
|
|
1955
|
+
}],
|
|
1956
|
+
base: 'p:upryzm:31Dec2025',
|
|
1957
|
+
name: 'pPryzm (31Dec2025)',
|
|
1958
|
+
display: 'pPRYZM31Dec2025',
|
|
1959
|
+
symbol: 'pPRYZM-31Dec2025',
|
|
1960
|
+
logo_URIs: {
|
|
1961
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1962
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1963
|
+
},
|
|
1964
|
+
images: [{
|
|
1965
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1966
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1967
|
+
}],
|
|
1968
|
+
type_asset: 'sdk.coin'
|
|
1969
|
+
},
|
|
1845
1970
|
{
|
|
1846
1971
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
1847
1972
|
denom_units: [{
|
|
@@ -2923,6 +3048,98 @@ const info = {
|
|
|
2923
3048
|
}],
|
|
2924
3049
|
type_asset: 'sdk.coin'
|
|
2925
3050
|
},
|
|
3051
|
+
{
|
|
3052
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
3053
|
+
denom_units: [{
|
|
3054
|
+
denom: 'y:upryzm:31Mar2025',
|
|
3055
|
+
exponent: 0
|
|
3056
|
+
}, {
|
|
3057
|
+
denom: 'yPRYZM31Mar2025',
|
|
3058
|
+
exponent: 6
|
|
3059
|
+
}],
|
|
3060
|
+
base: 'y:upryzm:31Mar2025',
|
|
3061
|
+
name: 'yPryzm (31Mar2025)',
|
|
3062
|
+
display: 'yPRYZM31Mar2025',
|
|
3063
|
+
symbol: 'yPRYZM-31Mar2025',
|
|
3064
|
+
logo_URIs: {
|
|
3065
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3066
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3067
|
+
},
|
|
3068
|
+
images: [{
|
|
3069
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3070
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3071
|
+
}],
|
|
3072
|
+
type_asset: 'sdk.coin'
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2025',
|
|
3076
|
+
denom_units: [{
|
|
3077
|
+
denom: 'y:upryzm:30Jun2025',
|
|
3078
|
+
exponent: 0
|
|
3079
|
+
}, {
|
|
3080
|
+
denom: 'yPRYZM30Jun2025',
|
|
3081
|
+
exponent: 6
|
|
3082
|
+
}],
|
|
3083
|
+
base: 'y:upryzm:30Jun2025',
|
|
3084
|
+
name: 'yPryzm (30Jun2025)',
|
|
3085
|
+
display: 'yPRYZM30Jun2025',
|
|
3086
|
+
symbol: 'yPRYZM-30Jun2025',
|
|
3087
|
+
logo_URIs: {
|
|
3088
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3089
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3090
|
+
},
|
|
3091
|
+
images: [{
|
|
3092
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3093
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3094
|
+
}],
|
|
3095
|
+
type_asset: 'sdk.coin'
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Sep2025',
|
|
3099
|
+
denom_units: [{
|
|
3100
|
+
denom: 'y:upryzm:30Sep2025',
|
|
3101
|
+
exponent: 0
|
|
3102
|
+
}, {
|
|
3103
|
+
denom: 'yPRYZM30Sep2025',
|
|
3104
|
+
exponent: 6
|
|
3105
|
+
}],
|
|
3106
|
+
base: 'y:upryzm:30Sep2025',
|
|
3107
|
+
name: 'yPryzm (30Sep2025)',
|
|
3108
|
+
display: 'yPRYZM30Sep2025',
|
|
3109
|
+
symbol: 'yPRYZM-30Sep2025',
|
|
3110
|
+
logo_URIs: {
|
|
3111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3113
|
+
},
|
|
3114
|
+
images: [{
|
|
3115
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3116
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3117
|
+
}],
|
|
3118
|
+
type_asset: 'sdk.coin'
|
|
3119
|
+
},
|
|
3120
|
+
{
|
|
3121
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Dec2025',
|
|
3122
|
+
denom_units: [{
|
|
3123
|
+
denom: 'y:upryzm:31Dec2025',
|
|
3124
|
+
exponent: 0
|
|
3125
|
+
}, {
|
|
3126
|
+
denom: 'yPRYZM31Dec2025',
|
|
3127
|
+
exponent: 6
|
|
3128
|
+
}],
|
|
3129
|
+
base: 'y:upryzm:31Dec2025',
|
|
3130
|
+
name: 'yPryzm (31Dec2025)',
|
|
3131
|
+
display: 'yPRYZM31Dec2025',
|
|
3132
|
+
symbol: 'yPRYZM-31Dec2025',
|
|
3133
|
+
logo_URIs: {
|
|
3134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3135
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3136
|
+
},
|
|
3137
|
+
images: [{
|
|
3138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3139
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3140
|
+
}],
|
|
3141
|
+
type_asset: 'sdk.coin'
|
|
3142
|
+
},
|
|
2926
3143
|
{
|
|
2927
3144
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
2928
3145
|
denom_units: [{
|
|
@@ -3567,6 +3784,29 @@ const info = {
|
|
|
3567
3784
|
}],
|
|
3568
3785
|
type_asset: 'sdk.coin'
|
|
3569
3786
|
},
|
|
3787
|
+
{
|
|
3788
|
+
description: 'Pryzm\'s LP token for PRYZM Yield pool',
|
|
3789
|
+
denom_units: [{
|
|
3790
|
+
denom: 'lp:33:upryzm',
|
|
3791
|
+
exponent: 0
|
|
3792
|
+
}, {
|
|
3793
|
+
denom: 'lp:33:pryzm',
|
|
3794
|
+
exponent: 6
|
|
3795
|
+
}],
|
|
3796
|
+
base: 'lp:33:upryzm',
|
|
3797
|
+
name: 'PRYZM Yield LP',
|
|
3798
|
+
display: 'lp:33:pryzm',
|
|
3799
|
+
symbol: 'PRYZM-YIELD-LP',
|
|
3800
|
+
logo_URIs: {
|
|
3801
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3802
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3803
|
+
},
|
|
3804
|
+
images: [{
|
|
3805
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3806
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3807
|
+
}],
|
|
3808
|
+
type_asset: 'sdk.coin'
|
|
3809
|
+
},
|
|
3570
3810
|
{
|
|
3571
3811
|
description: 'The non-transferable receipt of PRYZM airdrop for StakeDrop participants',
|
|
3572
3812
|
denom_units: [{
|
|
@@ -74,7 +74,8 @@ const info = {
|
|
|
74
74
|
logo_URIs: {
|
|
75
75
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
76
76
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
77
|
-
}
|
|
77
|
+
},
|
|
78
|
+
coingecko_id: 'osmosis'
|
|
78
79
|
},
|
|
79
80
|
{
|
|
80
81
|
description: 'ATOM from Osmosis',
|
|
@@ -118,7 +119,8 @@ const info = {
|
|
|
118
119
|
logo_URIs: {
|
|
119
120
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
120
121
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
121
|
-
}
|
|
122
|
+
},
|
|
123
|
+
coingecko_id: 'cosmos'
|
|
122
124
|
},
|
|
123
125
|
{
|
|
124
126
|
description: 'USDC.axl from Osmosis',
|
|
@@ -162,7 +164,8 @@ const info = {
|
|
|
162
164
|
logo_URIs: {
|
|
163
165
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
164
166
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
165
|
-
}
|
|
167
|
+
},
|
|
168
|
+
coingecko_id: 'axlusdc'
|
|
166
169
|
}
|
|
167
170
|
]
|
|
168
171
|
};
|
|
@@ -32,6 +32,55 @@ const info = {
|
|
|
32
32
|
twitter: 'https://x.com/routerprotocol'
|
|
33
33
|
},
|
|
34
34
|
type_asset: 'sdk.coin'
|
|
35
|
+
}, {
|
|
36
|
+
description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.',
|
|
37
|
+
denom_units: [{
|
|
38
|
+
denom: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
|
|
39
|
+
exponent: 0,
|
|
40
|
+
aliases: ['microusdc', 'uusdc']
|
|
41
|
+
}, {
|
|
42
|
+
denom: 'usdc',
|
|
43
|
+
exponent: 6
|
|
44
|
+
}],
|
|
45
|
+
type_asset: 'ics20',
|
|
46
|
+
base: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
|
|
47
|
+
name: 'USDC',
|
|
48
|
+
display: 'usdc',
|
|
49
|
+
symbol: 'USDC',
|
|
50
|
+
traces: [
|
|
51
|
+
{
|
|
52
|
+
type: 'synthetic',
|
|
53
|
+
counterparty: {
|
|
54
|
+
chain_name: 'forex',
|
|
55
|
+
base_denom: 'USD'
|
|
56
|
+
},
|
|
57
|
+
provider: 'Circle'
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
type: 'additional-mintage',
|
|
61
|
+
counterparty: {
|
|
62
|
+
chain_name: 'ethereum',
|
|
63
|
+
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
64
|
+
},
|
|
65
|
+
provider: 'Circle'
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
type: 'ibc',
|
|
69
|
+
counterparty: {
|
|
70
|
+
chain_name: 'noble',
|
|
71
|
+
base_denom: 'uusdc',
|
|
72
|
+
channel_id: 'channel-119'
|
|
73
|
+
},
|
|
74
|
+
chain: {
|
|
75
|
+
channel_id: 'channel-13',
|
|
76
|
+
path: 'transfer/channel-13/uusdc'
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
logo_URIs: {
|
|
81
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
82
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
83
|
+
}
|
|
35
84
|
}]
|
|
36
85
|
};
|
|
37
86
|
export default info;
|
|
@@ -219,7 +219,8 @@ const info = {
|
|
|
219
219
|
logo_URIs: {
|
|
220
220
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
221
221
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
222
|
-
}
|
|
222
|
+
},
|
|
223
|
+
coingecko_id: 'astroport-fi'
|
|
223
224
|
}
|
|
224
225
|
]
|
|
225
226
|
};
|
|
@@ -108,7 +108,8 @@ const info = {
|
|
|
108
108
|
logo_URIs: {
|
|
109
109
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
110
110
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
111
|
-
}
|
|
111
|
+
},
|
|
112
|
+
coingecko_id: 'usd-coin'
|
|
112
113
|
}
|
|
113
114
|
]
|
|
114
115
|
};
|
|
@@ -203,7 +203,8 @@ const info = {
|
|
|
203
203
|
theme: {
|
|
204
204
|
primary_color_hex: '#bcdd76'
|
|
205
205
|
}
|
|
206
|
-
}]
|
|
206
|
+
}],
|
|
207
|
+
coingecko_id: 'mad-scientists'
|
|
207
208
|
},
|
|
208
209
|
{
|
|
209
210
|
description: 'CDT - Membrane\'s solvency preserving stablecoin',
|
|
@@ -237,7 +238,8 @@ const info = {
|
|
|
237
238
|
chain_name: 'osmosis',
|
|
238
239
|
base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt'
|
|
239
240
|
}
|
|
240
|
-
}]
|
|
241
|
+
}],
|
|
242
|
+
coingecko_id: 'collateralized-debt-token'
|
|
241
243
|
},
|
|
242
244
|
{
|
|
243
245
|
description: 'MBRN - Membrane\'s network token',
|
|
@@ -271,7 +273,8 @@ const info = {
|
|
|
271
273
|
chain_name: 'osmosis',
|
|
272
274
|
base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn'
|
|
273
275
|
}
|
|
274
|
-
}]
|
|
276
|
+
}],
|
|
277
|
+
coingecko_id: 'membrane'
|
|
275
278
|
},
|
|
276
279
|
{
|
|
277
280
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
@@ -314,7 +317,8 @@ const info = {
|
|
|
314
317
|
theme: {
|
|
315
318
|
primary_color_hex: '#4056e9'
|
|
316
319
|
}
|
|
317
|
-
}]
|
|
320
|
+
}],
|
|
321
|
+
coingecko_id: 'astroport-fi'
|
|
318
322
|
},
|
|
319
323
|
{
|
|
320
324
|
description: 'PLEB',
|
|
@@ -760,7 +764,8 @@ const info = {
|
|
|
760
764
|
primary_color_hex: '#342c2c'
|
|
761
765
|
}
|
|
762
766
|
}
|
|
763
|
-
]
|
|
767
|
+
],
|
|
768
|
+
coingecko_id: 'mantra-dao'
|
|
764
769
|
},
|
|
765
770
|
{
|
|
766
771
|
description: 'HOOD',
|
|
@@ -113,7 +113,8 @@ const info = {
|
|
|
113
113
|
logo_URIs: {
|
|
114
114
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
115
115
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
116
|
-
}
|
|
116
|
+
},
|
|
117
|
+
coingecko_id: 'cosmos'
|
|
117
118
|
},
|
|
118
119
|
{
|
|
119
120
|
description: 'The native staking and governance token of the Kujira chain.',
|
|
@@ -200,7 +201,8 @@ const info = {
|
|
|
200
201
|
circle: true,
|
|
201
202
|
primary_color_hex: '#2775CA'
|
|
202
203
|
}
|
|
203
|
-
}]
|
|
204
|
+
}],
|
|
205
|
+
coingecko_id: 'usd-coin'
|
|
204
206
|
},
|
|
205
207
|
{
|
|
206
208
|
description: 'The native staking and governance token of the Secret chain.',
|
|
@@ -242,7 +244,8 @@ const info = {
|
|
|
242
244
|
theme: {
|
|
243
245
|
primary_color_hex: '#040404'
|
|
244
246
|
}
|
|
245
|
-
}]
|
|
247
|
+
}],
|
|
248
|
+
coingecko_id: 'secret'
|
|
246
249
|
}
|
|
247
250
|
]
|
|
248
251
|
};
|