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
|
@@ -179,7 +179,8 @@ const info = {
|
|
|
179
179
|
logo_URIs: {
|
|
180
180
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
181
181
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
182
|
-
}
|
|
182
|
+
},
|
|
183
|
+
coingecko_id: 'cosmos'
|
|
183
184
|
},
|
|
184
185
|
{
|
|
185
186
|
description: 'Tether USDT on Persistence',
|
|
@@ -223,7 +224,8 @@ const info = {
|
|
|
223
224
|
logo_URIs: {
|
|
224
225
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
225
226
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
226
|
-
}
|
|
227
|
+
},
|
|
228
|
+
coingecko_id: 'tether'
|
|
227
229
|
},
|
|
228
230
|
{
|
|
229
231
|
denom_units: [{
|
|
@@ -266,7 +268,8 @@ const info = {
|
|
|
266
268
|
logo_URIs: {
|
|
267
269
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
268
270
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
269
|
-
}
|
|
271
|
+
},
|
|
272
|
+
coingecko_id: 'usd-coin'
|
|
270
273
|
},
|
|
271
274
|
{
|
|
272
275
|
description: 'dydx staking token',
|
|
@@ -309,7 +312,8 @@ const info = {
|
|
|
309
312
|
logo_URIs: {
|
|
310
313
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
311
314
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
312
|
-
}
|
|
315
|
+
},
|
|
316
|
+
coingecko_id: 'dydx-chain'
|
|
313
317
|
},
|
|
314
318
|
{
|
|
315
319
|
description: '(Deprecated) PSTAKE Liquid-Staked OSMO',
|
|
@@ -463,7 +467,8 @@ const info = {
|
|
|
463
467
|
logo_URIs: {
|
|
464
468
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
465
469
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
466
|
-
}
|
|
470
|
+
},
|
|
471
|
+
coingecko_id: 'stargaze'
|
|
467
472
|
},
|
|
468
473
|
{
|
|
469
474
|
description: 'The native token cw20 for Shade on Secret Network',
|
|
@@ -508,7 +513,8 @@ const info = {
|
|
|
508
513
|
theme: {
|
|
509
514
|
primary_color_hex: '#342c52'
|
|
510
515
|
}
|
|
511
|
-
}]
|
|
516
|
+
}],
|
|
517
|
+
coingecko_id: 'shade-protocol'
|
|
512
518
|
},
|
|
513
519
|
{
|
|
514
520
|
description: '(Deprecated) PSTAKE Liquid-Staked HUAHUA',
|
|
@@ -587,7 +593,8 @@ const info = {
|
|
|
587
593
|
logo_URIs: {
|
|
588
594
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
|
|
589
595
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
|
|
590
|
-
}
|
|
596
|
+
},
|
|
597
|
+
coingecko_id: 'chihuahua-token'
|
|
591
598
|
},
|
|
592
599
|
{
|
|
593
600
|
description: '(Deprecated) PSTAKE Liquid-Staked XPRT',
|
|
@@ -667,7 +674,8 @@ const info = {
|
|
|
667
674
|
theme: {
|
|
668
675
|
primary_color_hex: '#f39444'
|
|
669
676
|
}
|
|
670
|
-
}]
|
|
677
|
+
}],
|
|
678
|
+
coingecko_id: 'wrapped-bitcoin'
|
|
671
679
|
}
|
|
672
680
|
]
|
|
673
681
|
};
|
package/mainnet/planq/assets.js
CHANGED
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chain_name: 'planq',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
8
9
|
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.',
|
|
9
10
|
denom_units: [{
|
|
@@ -34,7 +35,8 @@ const info = {
|
|
|
34
35
|
twitter: 'https://twitter.com/planqfoundation'
|
|
35
36
|
},
|
|
36
37
|
type_asset: 'sdk.coin'
|
|
37
|
-
},
|
|
38
|
+
},
|
|
39
|
+
{
|
|
38
40
|
description: 'The token of Source Protocol bridged from BSC.',
|
|
39
41
|
denom_units: [{
|
|
40
42
|
denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09',
|
|
@@ -73,6 +75,51 @@ const info = {
|
|
|
73
75
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
|
|
74
76
|
},
|
|
75
77
|
type_asset: 'sdk.coin'
|
|
76
|
-
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
description: 'nRide Token',
|
|
81
|
+
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.',
|
|
82
|
+
denom_units: [{
|
|
83
|
+
denom: 'ibc/26B4B4BBF3C8D5DB1ADE993CCD865A7CC608B2BAEF20E0166F18B84E32184F63',
|
|
84
|
+
exponent: 0,
|
|
85
|
+
aliases: ['cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq', 'ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C']
|
|
86
|
+
}, {
|
|
87
|
+
denom: 'nride',
|
|
88
|
+
exponent: 6
|
|
89
|
+
}],
|
|
90
|
+
type_asset: 'ics20',
|
|
91
|
+
base: 'ibc/26B4B4BBF3C8D5DB1ADE993CCD865A7CC608B2BAEF20E0166F18B84E32184F63',
|
|
92
|
+
name: 'nRide Token',
|
|
93
|
+
display: 'nride',
|
|
94
|
+
symbol: 'NRIDE',
|
|
95
|
+
traces: [{
|
|
96
|
+
type: 'ibc',
|
|
97
|
+
counterparty: {
|
|
98
|
+
chain_name: 'osmosis',
|
|
99
|
+
base_denom: 'ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C',
|
|
100
|
+
channel_id: 'channel-492'
|
|
101
|
+
},
|
|
102
|
+
chain: {
|
|
103
|
+
channel_id: 'channel-1',
|
|
104
|
+
path: 'transfer/channel-1/transfer/channel-169/cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq'
|
|
105
|
+
}
|
|
106
|
+
}],
|
|
107
|
+
logo_URIs: {
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png',
|
|
109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg'
|
|
110
|
+
},
|
|
111
|
+
images: [{
|
|
112
|
+
image_sync: {
|
|
113
|
+
chain_name: 'juno',
|
|
114
|
+
base_denom: 'cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq'
|
|
115
|
+
},
|
|
116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png',
|
|
117
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg',
|
|
118
|
+
theme: {
|
|
119
|
+
primary_color_hex: '#050505'
|
|
120
|
+
}
|
|
121
|
+
}]
|
|
122
|
+
}
|
|
123
|
+
]
|
|
77
124
|
};
|
|
78
125
|
exports.default = info;
|
package/mainnet/pryzm/assets.js
CHANGED
|
@@ -532,7 +532,8 @@ const info = {
|
|
|
532
532
|
base_denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom'
|
|
533
533
|
},
|
|
534
534
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
|
|
535
|
-
}]
|
|
535
|
+
}],
|
|
536
|
+
coingecko_id: 'drop-staked-atom'
|
|
536
537
|
},
|
|
537
538
|
{
|
|
538
539
|
description: 'Ondo Finance\'s US Dollar Yield',
|
|
@@ -575,7 +576,8 @@ const info = {
|
|
|
575
576
|
theme: {
|
|
576
577
|
primary_color_hex: '#142c5c'
|
|
577
578
|
}
|
|
578
|
-
}]
|
|
579
|
+
}],
|
|
580
|
+
coingecko_id: 'ondo-us-dollar-yield'
|
|
579
581
|
},
|
|
580
582
|
{
|
|
581
583
|
description: 'Pryzm\'s native liquid staking token for ATOM',
|
|
@@ -763,6 +765,37 @@ const info = {
|
|
|
763
765
|
}],
|
|
764
766
|
type_asset: 'sdk.coin'
|
|
765
767
|
},
|
|
768
|
+
{
|
|
769
|
+
description: 'Pryzm\'s native liquid staking token for PRYZM',
|
|
770
|
+
denom_units: [{
|
|
771
|
+
denom: 'c:upryzm',
|
|
772
|
+
exponent: 0
|
|
773
|
+
}, {
|
|
774
|
+
denom: 'cpryzm',
|
|
775
|
+
exponent: 6
|
|
776
|
+
}],
|
|
777
|
+
base: 'c:upryzm',
|
|
778
|
+
name: 'cPryzm',
|
|
779
|
+
display: 'cpryzm',
|
|
780
|
+
symbol: 'cPRYZM',
|
|
781
|
+
traces: [{
|
|
782
|
+
type: 'liquid-stake',
|
|
783
|
+
counterparty: {
|
|
784
|
+
chain_name: 'pryzm',
|
|
785
|
+
base_denom: 'upryzm'
|
|
786
|
+
},
|
|
787
|
+
provider: 'Pryzm'
|
|
788
|
+
}],
|
|
789
|
+
logo_URIs: {
|
|
790
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.png',
|
|
791
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.svg'
|
|
792
|
+
},
|
|
793
|
+
images: [{
|
|
794
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.png',
|
|
795
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.svg'
|
|
796
|
+
}],
|
|
797
|
+
type_asset: 'sdk.coin'
|
|
798
|
+
},
|
|
766
799
|
{
|
|
767
800
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Sep2024',
|
|
768
801
|
denom_units: [{
|
|
@@ -1844,6 +1877,98 @@ const info = {
|
|
|
1844
1877
|
}],
|
|
1845
1878
|
type_asset: 'sdk.coin'
|
|
1846
1879
|
},
|
|
1880
|
+
{
|
|
1881
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
1882
|
+
denom_units: [{
|
|
1883
|
+
denom: 'p:upryzm:31Mar2025',
|
|
1884
|
+
exponent: 0
|
|
1885
|
+
}, {
|
|
1886
|
+
denom: 'pPRYZM31Mar2025',
|
|
1887
|
+
exponent: 6
|
|
1888
|
+
}],
|
|
1889
|
+
base: 'p:upryzm:31Mar2025',
|
|
1890
|
+
name: 'pPryzm (31Mar2025)',
|
|
1891
|
+
display: 'pPRYZM31Mar2025',
|
|
1892
|
+
symbol: 'pPRYZM-31Mar2025',
|
|
1893
|
+
logo_URIs: {
|
|
1894
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1895
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1896
|
+
},
|
|
1897
|
+
images: [{
|
|
1898
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1899
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1900
|
+
}],
|
|
1901
|
+
type_asset: 'sdk.coin'
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2025',
|
|
1905
|
+
denom_units: [{
|
|
1906
|
+
denom: 'p:upryzm:30Jun2025',
|
|
1907
|
+
exponent: 0
|
|
1908
|
+
}, {
|
|
1909
|
+
denom: 'pPRYZM30Jun2025',
|
|
1910
|
+
exponent: 6
|
|
1911
|
+
}],
|
|
1912
|
+
base: 'p:upryzm:30Jun2025',
|
|
1913
|
+
name: 'pPryzm (30Jun2025)',
|
|
1914
|
+
display: 'pPRYZM30Jun2025',
|
|
1915
|
+
symbol: 'pPRYZM-30Jun2025',
|
|
1916
|
+
logo_URIs: {
|
|
1917
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1918
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1919
|
+
},
|
|
1920
|
+
images: [{
|
|
1921
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1922
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1923
|
+
}],
|
|
1924
|
+
type_asset: 'sdk.coin'
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Sep2025',
|
|
1928
|
+
denom_units: [{
|
|
1929
|
+
denom: 'p:upryzm:30Sep2025',
|
|
1930
|
+
exponent: 0
|
|
1931
|
+
}, {
|
|
1932
|
+
denom: 'pPRYZM30Sep2025',
|
|
1933
|
+
exponent: 6
|
|
1934
|
+
}],
|
|
1935
|
+
base: 'p:upryzm:30Sep2025',
|
|
1936
|
+
name: 'pPryzm (30Sep2025)',
|
|
1937
|
+
display: 'pPRYZM30Sep2025',
|
|
1938
|
+
symbol: 'pPRYZM-30Sep2025',
|
|
1939
|
+
logo_URIs: {
|
|
1940
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1941
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1942
|
+
},
|
|
1943
|
+
images: [{
|
|
1944
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1945
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1946
|
+
}],
|
|
1947
|
+
type_asset: 'sdk.coin'
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Dec2025',
|
|
1951
|
+
denom_units: [{
|
|
1952
|
+
denom: 'p:upryzm:31Dec2025',
|
|
1953
|
+
exponent: 0
|
|
1954
|
+
}, {
|
|
1955
|
+
denom: 'pPRYZM31Dec2025',
|
|
1956
|
+
exponent: 6
|
|
1957
|
+
}],
|
|
1958
|
+
base: 'p:upryzm:31Dec2025',
|
|
1959
|
+
name: 'pPryzm (31Dec2025)',
|
|
1960
|
+
display: 'pPRYZM31Dec2025',
|
|
1961
|
+
symbol: 'pPRYZM-31Dec2025',
|
|
1962
|
+
logo_URIs: {
|
|
1963
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1964
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1965
|
+
},
|
|
1966
|
+
images: [{
|
|
1967
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1968
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1969
|
+
}],
|
|
1970
|
+
type_asset: 'sdk.coin'
|
|
1971
|
+
},
|
|
1847
1972
|
{
|
|
1848
1973
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
1849
1974
|
denom_units: [{
|
|
@@ -2925,6 +3050,98 @@ const info = {
|
|
|
2925
3050
|
}],
|
|
2926
3051
|
type_asset: 'sdk.coin'
|
|
2927
3052
|
},
|
|
3053
|
+
{
|
|
3054
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
3055
|
+
denom_units: [{
|
|
3056
|
+
denom: 'y:upryzm:31Mar2025',
|
|
3057
|
+
exponent: 0
|
|
3058
|
+
}, {
|
|
3059
|
+
denom: 'yPRYZM31Mar2025',
|
|
3060
|
+
exponent: 6
|
|
3061
|
+
}],
|
|
3062
|
+
base: 'y:upryzm:31Mar2025',
|
|
3063
|
+
name: 'yPryzm (31Mar2025)',
|
|
3064
|
+
display: 'yPRYZM31Mar2025',
|
|
3065
|
+
symbol: 'yPRYZM-31Mar2025',
|
|
3066
|
+
logo_URIs: {
|
|
3067
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3068
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3069
|
+
},
|
|
3070
|
+
images: [{
|
|
3071
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3072
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3073
|
+
}],
|
|
3074
|
+
type_asset: 'sdk.coin'
|
|
3075
|
+
},
|
|
3076
|
+
{
|
|
3077
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2025',
|
|
3078
|
+
denom_units: [{
|
|
3079
|
+
denom: 'y:upryzm:30Jun2025',
|
|
3080
|
+
exponent: 0
|
|
3081
|
+
}, {
|
|
3082
|
+
denom: 'yPRYZM30Jun2025',
|
|
3083
|
+
exponent: 6
|
|
3084
|
+
}],
|
|
3085
|
+
base: 'y:upryzm:30Jun2025',
|
|
3086
|
+
name: 'yPryzm (30Jun2025)',
|
|
3087
|
+
display: 'yPRYZM30Jun2025',
|
|
3088
|
+
symbol: 'yPRYZM-30Jun2025',
|
|
3089
|
+
logo_URIs: {
|
|
3090
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3091
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3092
|
+
},
|
|
3093
|
+
images: [{
|
|
3094
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3095
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3096
|
+
}],
|
|
3097
|
+
type_asset: 'sdk.coin'
|
|
3098
|
+
},
|
|
3099
|
+
{
|
|
3100
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Sep2025',
|
|
3101
|
+
denom_units: [{
|
|
3102
|
+
denom: 'y:upryzm:30Sep2025',
|
|
3103
|
+
exponent: 0
|
|
3104
|
+
}, {
|
|
3105
|
+
denom: 'yPRYZM30Sep2025',
|
|
3106
|
+
exponent: 6
|
|
3107
|
+
}],
|
|
3108
|
+
base: 'y:upryzm:30Sep2025',
|
|
3109
|
+
name: 'yPryzm (30Sep2025)',
|
|
3110
|
+
display: 'yPRYZM30Sep2025',
|
|
3111
|
+
symbol: 'yPRYZM-30Sep2025',
|
|
3112
|
+
logo_URIs: {
|
|
3113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3115
|
+
},
|
|
3116
|
+
images: [{
|
|
3117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3118
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3119
|
+
}],
|
|
3120
|
+
type_asset: 'sdk.coin'
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Dec2025',
|
|
3124
|
+
denom_units: [{
|
|
3125
|
+
denom: 'y:upryzm:31Dec2025',
|
|
3126
|
+
exponent: 0
|
|
3127
|
+
}, {
|
|
3128
|
+
denom: 'yPRYZM31Dec2025',
|
|
3129
|
+
exponent: 6
|
|
3130
|
+
}],
|
|
3131
|
+
base: 'y:upryzm:31Dec2025',
|
|
3132
|
+
name: 'yPryzm (31Dec2025)',
|
|
3133
|
+
display: 'yPRYZM31Dec2025',
|
|
3134
|
+
symbol: 'yPRYZM-31Dec2025',
|
|
3135
|
+
logo_URIs: {
|
|
3136
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3137
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3138
|
+
},
|
|
3139
|
+
images: [{
|
|
3140
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3141
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3142
|
+
}],
|
|
3143
|
+
type_asset: 'sdk.coin'
|
|
3144
|
+
},
|
|
2928
3145
|
{
|
|
2929
3146
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
2930
3147
|
denom_units: [{
|
|
@@ -3569,6 +3786,29 @@ const info = {
|
|
|
3569
3786
|
}],
|
|
3570
3787
|
type_asset: 'sdk.coin'
|
|
3571
3788
|
},
|
|
3789
|
+
{
|
|
3790
|
+
description: 'Pryzm\'s LP token for PRYZM Yield pool',
|
|
3791
|
+
denom_units: [{
|
|
3792
|
+
denom: 'lp:33:upryzm',
|
|
3793
|
+
exponent: 0
|
|
3794
|
+
}, {
|
|
3795
|
+
denom: 'lp:33:pryzm',
|
|
3796
|
+
exponent: 6
|
|
3797
|
+
}],
|
|
3798
|
+
base: 'lp:33:upryzm',
|
|
3799
|
+
name: 'PRYZM Yield LP',
|
|
3800
|
+
display: 'lp:33:pryzm',
|
|
3801
|
+
symbol: 'PRYZM-YIELD-LP',
|
|
3802
|
+
logo_URIs: {
|
|
3803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3804
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3805
|
+
},
|
|
3806
|
+
images: [{
|
|
3807
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3808
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3809
|
+
}],
|
|
3810
|
+
type_asset: 'sdk.coin'
|
|
3811
|
+
},
|
|
3572
3812
|
{
|
|
3573
3813
|
description: 'The non-transferable receipt of PRYZM airdrop for StakeDrop participants',
|
|
3574
3814
|
denom_units: [{
|
package/mainnet/quasar/assets.js
CHANGED
|
@@ -76,7 +76,8 @@ const info = {
|
|
|
76
76
|
logo_URIs: {
|
|
77
77
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
78
78
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
79
|
-
}
|
|
79
|
+
},
|
|
80
|
+
coingecko_id: 'osmosis'
|
|
80
81
|
},
|
|
81
82
|
{
|
|
82
83
|
description: 'ATOM from Osmosis',
|
|
@@ -120,7 +121,8 @@ const info = {
|
|
|
120
121
|
logo_URIs: {
|
|
121
122
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
122
123
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
123
|
-
}
|
|
124
|
+
},
|
|
125
|
+
coingecko_id: 'cosmos'
|
|
124
126
|
},
|
|
125
127
|
{
|
|
126
128
|
description: 'USDC.axl from Osmosis',
|
|
@@ -164,7 +166,8 @@ const info = {
|
|
|
164
166
|
logo_URIs: {
|
|
165
167
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
166
168
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
167
|
-
}
|
|
169
|
+
},
|
|
170
|
+
coingecko_id: 'axlusdc'
|
|
168
171
|
}
|
|
169
172
|
]
|
|
170
173
|
};
|
|
@@ -34,6 +34,55 @@ const info = {
|
|
|
34
34
|
twitter: 'https://x.com/routerprotocol'
|
|
35
35
|
},
|
|
36
36
|
type_asset: 'sdk.coin'
|
|
37
|
+
}, {
|
|
38
|
+
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.',
|
|
39
|
+
denom_units: [{
|
|
40
|
+
denom: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
|
|
41
|
+
exponent: 0,
|
|
42
|
+
aliases: ['microusdc', 'uusdc']
|
|
43
|
+
}, {
|
|
44
|
+
denom: 'usdc',
|
|
45
|
+
exponent: 6
|
|
46
|
+
}],
|
|
47
|
+
type_asset: 'ics20',
|
|
48
|
+
base: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
|
|
49
|
+
name: 'USDC',
|
|
50
|
+
display: 'usdc',
|
|
51
|
+
symbol: 'USDC',
|
|
52
|
+
traces: [
|
|
53
|
+
{
|
|
54
|
+
type: 'synthetic',
|
|
55
|
+
counterparty: {
|
|
56
|
+
chain_name: 'forex',
|
|
57
|
+
base_denom: 'USD'
|
|
58
|
+
},
|
|
59
|
+
provider: 'Circle'
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
type: 'additional-mintage',
|
|
63
|
+
counterparty: {
|
|
64
|
+
chain_name: 'ethereum',
|
|
65
|
+
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
66
|
+
},
|
|
67
|
+
provider: 'Circle'
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
type: 'ibc',
|
|
71
|
+
counterparty: {
|
|
72
|
+
chain_name: 'noble',
|
|
73
|
+
base_denom: 'uusdc',
|
|
74
|
+
channel_id: 'channel-119'
|
|
75
|
+
},
|
|
76
|
+
chain: {
|
|
77
|
+
channel_id: 'channel-13',
|
|
78
|
+
path: 'transfer/channel-13/uusdc'
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
logo_URIs: {
|
|
83
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
84
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
85
|
+
}
|
|
37
86
|
}]
|
|
38
87
|
};
|
|
39
88
|
exports.default = info;
|
package/mainnet/sei/assets.js
CHANGED
|
@@ -221,7 +221,8 @@ const info = {
|
|
|
221
221
|
logo_URIs: {
|
|
222
222
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
223
223
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
224
|
-
}
|
|
224
|
+
},
|
|
225
|
+
coingecko_id: 'astroport-fi'
|
|
225
226
|
}
|
|
226
227
|
]
|
|
227
228
|
};
|
|
@@ -110,7 +110,8 @@ const info = {
|
|
|
110
110
|
logo_URIs: {
|
|
111
111
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
112
112
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
113
|
-
}
|
|
113
|
+
},
|
|
114
|
+
coingecko_id: 'usd-coin'
|
|
114
115
|
}
|
|
115
116
|
]
|
|
116
117
|
};
|
|
@@ -205,7 +205,8 @@ const info = {
|
|
|
205
205
|
theme: {
|
|
206
206
|
primary_color_hex: '#bcdd76'
|
|
207
207
|
}
|
|
208
|
-
}]
|
|
208
|
+
}],
|
|
209
|
+
coingecko_id: 'mad-scientists'
|
|
209
210
|
},
|
|
210
211
|
{
|
|
211
212
|
description: 'CDT - Membrane\'s solvency preserving stablecoin',
|
|
@@ -239,7 +240,8 @@ const info = {
|
|
|
239
240
|
chain_name: 'osmosis',
|
|
240
241
|
base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt'
|
|
241
242
|
}
|
|
242
|
-
}]
|
|
243
|
+
}],
|
|
244
|
+
coingecko_id: 'collateralized-debt-token'
|
|
243
245
|
},
|
|
244
246
|
{
|
|
245
247
|
description: 'MBRN - Membrane\'s network token',
|
|
@@ -273,7 +275,8 @@ const info = {
|
|
|
273
275
|
chain_name: 'osmosis',
|
|
274
276
|
base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn'
|
|
275
277
|
}
|
|
276
|
-
}]
|
|
278
|
+
}],
|
|
279
|
+
coingecko_id: 'membrane'
|
|
277
280
|
},
|
|
278
281
|
{
|
|
279
282
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
@@ -316,7 +319,8 @@ const info = {
|
|
|
316
319
|
theme: {
|
|
317
320
|
primary_color_hex: '#4056e9'
|
|
318
321
|
}
|
|
319
|
-
}]
|
|
322
|
+
}],
|
|
323
|
+
coingecko_id: 'astroport-fi'
|
|
320
324
|
},
|
|
321
325
|
{
|
|
322
326
|
description: 'PLEB',
|
|
@@ -762,7 +766,8 @@ const info = {
|
|
|
762
766
|
primary_color_hex: '#342c2c'
|
|
763
767
|
}
|
|
764
768
|
}
|
|
765
|
-
]
|
|
769
|
+
],
|
|
770
|
+
coingecko_id: 'mantra-dao'
|
|
766
771
|
},
|
|
767
772
|
{
|
|
768
773
|
description: 'HOOD',
|
package/mainnet/stride/assets.js
CHANGED
|
@@ -115,7 +115,8 @@ const info = {
|
|
|
115
115
|
logo_URIs: {
|
|
116
116
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
117
117
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
118
|
-
}
|
|
118
|
+
},
|
|
119
|
+
coingecko_id: 'cosmos'
|
|
119
120
|
},
|
|
120
121
|
{
|
|
121
122
|
description: 'The native staking and governance token of the Kujira chain.',
|
|
@@ -202,7 +203,8 @@ const info = {
|
|
|
202
203
|
circle: true,
|
|
203
204
|
primary_color_hex: '#2775CA'
|
|
204
205
|
}
|
|
205
|
-
}]
|
|
206
|
+
}],
|
|
207
|
+
coingecko_id: 'usd-coin'
|
|
206
208
|
},
|
|
207
209
|
{
|
|
208
210
|
description: 'The native staking and governance token of the Secret chain.',
|
|
@@ -244,7 +246,8 @@ const info = {
|
|
|
244
246
|
theme: {
|
|
245
247
|
primary_color_hex: '#040404'
|
|
246
248
|
}
|
|
247
|
-
}]
|
|
249
|
+
}],
|
|
250
|
+
coingecko_id: 'secret'
|
|
248
251
|
}
|
|
249
252
|
]
|
|
250
253
|
};
|
package/mainnet/terra/assets.js
CHANGED