chain-registry 1.69.127 → 1.69.128
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/archway/assets.js +4 -2
- package/esm/mainnet/beezee/assets.js +14 -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 +14 -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/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 +4 -2
- package/esm/mainnet/quasar/assets.js +6 -3
- package/esm/mainnet/quicksilver/assets.js +2 -1
- 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/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/archway/assets.js +4 -2
- package/mainnet/beezee/assets.js +14 -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 +14 -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/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 +4 -2
- package/mainnet/quasar/assets.js +6 -3
- package/mainnet/quicksilver/assets.js +2 -1
- 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/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',
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -75,7 +75,8 @@ const info = {
|
|
|
75
75
|
socials: {
|
|
76
76
|
website: 'https://astroport.fi/',
|
|
77
77
|
twitter: 'https://twitter.com/astroport_fi'
|
|
78
|
-
}
|
|
78
|
+
},
|
|
79
|
+
coingecko_id: 'astroport-fi'
|
|
79
80
|
},
|
|
80
81
|
{
|
|
81
82
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
@@ -118,7 +119,8 @@ const info = {
|
|
|
118
119
|
logo_URIs: {
|
|
119
120
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
120
121
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
121
|
-
}
|
|
122
|
+
},
|
|
123
|
+
coingecko_id: 'astroport-fi'
|
|
122
124
|
},
|
|
123
125
|
{
|
|
124
126
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -1136,7 +1138,8 @@ const info = {
|
|
|
1136
1138
|
logo_URIs: {
|
|
1137
1139
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1138
1140
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1139
|
-
}
|
|
1141
|
+
},
|
|
1142
|
+
coingecko_id: 'tether'
|
|
1140
1143
|
},
|
|
1141
1144
|
{
|
|
1142
1145
|
description: 'ATOM-LUNA liquidity pool token on URA',
|
|
@@ -1278,7 +1281,8 @@ const info = {
|
|
|
1278
1281
|
}
|
|
1279
1282
|
}, {
|
|
1280
1283
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1281
|
-
}]
|
|
1284
|
+
}],
|
|
1285
|
+
coingecko_id: 'usd-coin'
|
|
1282
1286
|
},
|
|
1283
1287
|
{
|
|
1284
1288
|
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
@@ -1322,7 +1326,8 @@ const info = {
|
|
|
1322
1326
|
socials: {
|
|
1323
1327
|
website: 'https://www.cryptodungeon.org',
|
|
1324
1328
|
twitter: 'https://twitter.com/cryptodungeonma'
|
|
1325
|
-
}
|
|
1329
|
+
},
|
|
1330
|
+
coingecko_id: 'dragon-coin-2'
|
|
1326
1331
|
},
|
|
1327
1332
|
{
|
|
1328
1333
|
description: 'The native token of Migaloo Chain',
|
|
@@ -48,7 +48,8 @@ const info = {
|
|
|
48
48
|
website: 'https://archway.io/',
|
|
49
49
|
twitter: 'https://twitter.com/archwayHQ'
|
|
50
50
|
},
|
|
51
|
-
type_asset: 'sdk.coin'
|
|
51
|
+
type_asset: 'sdk.coin',
|
|
52
|
+
coingecko_id: 'archway'
|
|
52
53
|
}, {
|
|
53
54
|
description: 'Wrapped CONST (Archway Testnet token)',
|
|
54
55
|
type_asset: 'cw20',
|
|
@@ -42,7 +42,8 @@ const info = {
|
|
|
42
42
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
43
43
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
44
44
|
},
|
|
45
|
-
type_asset: 'sdk.coin'
|
|
45
|
+
type_asset: 'sdk.coin',
|
|
46
|
+
coingecko_id: 'dydx-chain'
|
|
46
47
|
}]
|
|
47
48
|
};
|
|
48
49
|
export default info;
|
|
@@ -37,7 +37,8 @@ const info = {
|
|
|
37
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
|
|
38
38
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
|
|
39
39
|
},
|
|
40
|
-
type_asset: 'sdk.coin'
|
|
40
|
+
type_asset: 'sdk.coin',
|
|
41
|
+
coingecko_id: 'ixo'
|
|
41
42
|
}]
|
|
42
43
|
};
|
|
43
44
|
export default info;
|
|
@@ -85,7 +85,8 @@ const info = {
|
|
|
85
85
|
logo_URIs: {
|
|
86
86
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
87
87
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
88
|
-
}
|
|
88
|
+
},
|
|
89
|
+
coingecko_id: 'osmosis'
|
|
89
90
|
},
|
|
90
91
|
{
|
|
91
92
|
description: 'asdasdasd',
|
|
@@ -258,7 +258,8 @@ const info = {
|
|
|
258
258
|
},
|
|
259
259
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
260
260
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
261
|
-
}]
|
|
261
|
+
}],
|
|
262
|
+
coingecko_id: 'juno-network'
|
|
262
263
|
},
|
|
263
264
|
{
|
|
264
265
|
description: 'The native token of Mars Protocol',
|
|
@@ -368,7 +369,8 @@ const info = {
|
|
|
368
369
|
circle: true,
|
|
369
370
|
primary_color_hex: '#2775CA'
|
|
370
371
|
}
|
|
371
|
-
}]
|
|
372
|
+
}],
|
|
373
|
+
coingecko_id: 'usd-coin'
|
|
372
374
|
},
|
|
373
375
|
{
|
|
374
376
|
description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
@@ -458,7 +460,8 @@ const info = {
|
|
|
458
460
|
theme: {
|
|
459
461
|
primary_color_hex: '#335350'
|
|
460
462
|
}
|
|
461
|
-
}]
|
|
463
|
+
}],
|
|
464
|
+
coingecko_id: 'kyve-network'
|
|
462
465
|
},
|
|
463
466
|
{
|
|
464
467
|
description: 'QCK - native token of Quicksilver',
|
|
@@ -497,7 +500,8 @@ const info = {
|
|
|
497
500
|
base_denom: 'uqck'
|
|
498
501
|
},
|
|
499
502
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
500
|
-
}]
|
|
503
|
+
}],
|
|
504
|
+
coingecko_id: 'quicksilver'
|
|
501
505
|
},
|
|
502
506
|
{
|
|
503
507
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
@@ -537,7 +541,8 @@ const info = {
|
|
|
537
541
|
},
|
|
538
542
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
539
543
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
540
|
-
}]
|
|
544
|
+
}],
|
|
545
|
+
coingecko_id: 'persistence'
|
|
541
546
|
},
|
|
542
547
|
{
|
|
543
548
|
description: 'The native token of Saga Testnet',
|
|
@@ -628,7 +633,8 @@ const info = {
|
|
|
628
633
|
theme: {
|
|
629
634
|
primary_color_hex: '#2c4484'
|
|
630
635
|
}
|
|
631
|
-
}]
|
|
636
|
+
}],
|
|
637
|
+
coingecko_id: 'ixo'
|
|
632
638
|
},
|
|
633
639
|
{
|
|
634
640
|
denom_units: [{
|
|
@@ -88,7 +88,8 @@ const info = {
|
|
|
88
88
|
circle: true,
|
|
89
89
|
primary_color_hex: '#2775CA'
|
|
90
90
|
}
|
|
91
|
-
}]
|
|
91
|
+
}],
|
|
92
|
+
coingecko_id: 'usd-coin'
|
|
92
93
|
},
|
|
93
94
|
{
|
|
94
95
|
description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://dev.titanearn.com/bridge',
|
|
@@ -37,7 +37,8 @@ const info = {
|
|
|
37
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
|
|
38
38
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
|
|
39
39
|
},
|
|
40
|
-
type_asset: 'sdk.coin'
|
|
40
|
+
type_asset: 'sdk.coin',
|
|
41
|
+
coingecko_id: 'unification'
|
|
41
42
|
}]
|
|
42
43
|
};
|
|
43
44
|
export default info;
|
|
@@ -62,7 +62,8 @@ const info = {
|
|
|
62
62
|
logo_URIs: {
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
64
64
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
65
|
-
}
|
|
65
|
+
},
|
|
66
|
+
coingecko_id: 'axelar'
|
|
66
67
|
},
|
|
67
68
|
{
|
|
68
69
|
denom_units: [{
|
|
@@ -101,7 +102,8 @@ const info = {
|
|
|
101
102
|
logo_URIs: {
|
|
102
103
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
103
104
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
104
|
-
}
|
|
105
|
+
},
|
|
106
|
+
coingecko_id: 'osmosis'
|
|
105
107
|
},
|
|
106
108
|
{
|
|
107
109
|
denom_units: [{
|
|
@@ -184,7 +186,8 @@ const info = {
|
|
|
184
186
|
logo_URIs: {
|
|
185
187
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
186
188
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
187
|
-
}
|
|
189
|
+
},
|
|
190
|
+
coingecko_id: 'injective-protocol'
|
|
188
191
|
}
|
|
189
192
|
]
|
|
190
193
|
};
|