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
|
@@ -135,7 +135,8 @@ const info = {
|
|
|
135
135
|
theme: {
|
|
136
136
|
primary_color_hex: '#2474cc'
|
|
137
137
|
}
|
|
138
|
-
}]
|
|
138
|
+
}],
|
|
139
|
+
coingecko_id: 'axlusdc'
|
|
139
140
|
},
|
|
140
141
|
{
|
|
141
142
|
description: 'Ethereum (ETH) is a decentralized, open-source blockchain system featuring smart contract functionality. It\'s the native cryptocurrency of the Ethereum platform, often regarded as the second most popular digital currency after Bitcoin. Ethereum was proposed in late 2013 and development was crowdfunded in 2014, leading to its network going live on 30 July 2015.\n\nETH, as a digital currency, is used for a variety of purposes within the Ethereum ecosystem, including the execution of decentralized smart contracts and as a mode of payment. Unlike Bitcoin, Ethereum was designed to be a platform for applications that can operate without the need for intermediaries, using blockchain technology. This has made Ethereum a leading platform for various applications, including decentralized finance (DeFi), non-fungible tokens (NFTs), and more. Ethereum is constantly evolving, with a significant upgrade termed Ethereum 2.0, which aims to improve its scalability, security, and sustainability.',
|
|
@@ -208,7 +209,8 @@ const info = {
|
|
|
208
209
|
primary_color_hex: '#303030'
|
|
209
210
|
}
|
|
210
211
|
}
|
|
211
|
-
]
|
|
212
|
+
],
|
|
213
|
+
coingecko_id: 'axlweth'
|
|
212
214
|
},
|
|
213
215
|
{
|
|
214
216
|
description: 'Wrapped Bitcoin on Axelar',
|
|
@@ -274,7 +276,8 @@ const info = {
|
|
|
274
276
|
theme: {
|
|
275
277
|
primary_color_hex: '#41394d'
|
|
276
278
|
}
|
|
277
|
-
}]
|
|
279
|
+
}],
|
|
280
|
+
coingecko_id: 'axlwbtc'
|
|
278
281
|
},
|
|
279
282
|
{
|
|
280
283
|
description: 'Tether\'s USD stablecoin on Axelar',
|
|
@@ -343,7 +346,8 @@ const info = {
|
|
|
343
346
|
primary_color_hex: '#009393',
|
|
344
347
|
background_color_hex: '#009393'
|
|
345
348
|
}
|
|
346
|
-
}]
|
|
349
|
+
}],
|
|
350
|
+
coingecko_id: 'axelar-usdt'
|
|
347
351
|
},
|
|
348
352
|
{
|
|
349
353
|
description: 'Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.',
|
|
@@ -503,7 +507,8 @@ const info = {
|
|
|
503
507
|
theme: {
|
|
504
508
|
primary_color_hex: '#272d45'
|
|
505
509
|
}
|
|
506
|
-
}]
|
|
510
|
+
}],
|
|
511
|
+
coingecko_id: 'cosmos'
|
|
507
512
|
},
|
|
508
513
|
{
|
|
509
514
|
description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
|
|
@@ -546,7 +551,8 @@ const info = {
|
|
|
546
551
|
theme: {
|
|
547
552
|
primary_color_hex: '#0c2c71'
|
|
548
553
|
}
|
|
549
|
-
}]
|
|
554
|
+
}],
|
|
555
|
+
coingecko_id: 'crypto-com-chain'
|
|
550
556
|
},
|
|
551
557
|
{
|
|
552
558
|
description: 'BNB powers the BNB Chain ecosystem and is the native coin of the BNB Beacon Chain and BNB Smart Chain.',
|
|
@@ -787,7 +793,8 @@ const info = {
|
|
|
787
793
|
theme: {
|
|
788
794
|
primary_color_hex: '#fcdb5b'
|
|
789
795
|
}
|
|
790
|
-
}]
|
|
796
|
+
}],
|
|
797
|
+
coingecko_id: 'terra-luna'
|
|
791
798
|
},
|
|
792
799
|
{
|
|
793
800
|
description: 'The native token of JUNO Chain',
|
|
@@ -830,7 +837,8 @@ const info = {
|
|
|
830
837
|
theme: {
|
|
831
838
|
primary_color_hex: '#fa7b7b'
|
|
832
839
|
}
|
|
833
|
-
}]
|
|
840
|
+
}],
|
|
841
|
+
coingecko_id: 'juno-network'
|
|
834
842
|
},
|
|
835
843
|
{
|
|
836
844
|
description: 'Wrapped Polkadot on Axelar',
|
|
@@ -935,7 +943,8 @@ const info = {
|
|
|
935
943
|
theme: {
|
|
936
944
|
primary_color_hex: '#ec4c34'
|
|
937
945
|
}
|
|
938
|
-
}]
|
|
946
|
+
}],
|
|
947
|
+
coingecko_id: 'evmos'
|
|
939
948
|
},
|
|
940
949
|
{
|
|
941
950
|
description: 'The native staking and governance token of Kava',
|
|
@@ -978,7 +987,8 @@ const info = {
|
|
|
978
987
|
theme: {
|
|
979
988
|
primary_color_hex: '#e64942'
|
|
980
989
|
}
|
|
981
|
-
}]
|
|
990
|
+
}],
|
|
991
|
+
coingecko_id: 'kava'
|
|
982
992
|
},
|
|
983
993
|
{
|
|
984
994
|
description: 'The native token of Secret Network',
|
|
@@ -1018,7 +1028,8 @@ const info = {
|
|
|
1018
1028
|
},
|
|
1019
1029
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1020
1030
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1021
|
-
}]
|
|
1031
|
+
}],
|
|
1032
|
+
coingecko_id: 'secret'
|
|
1022
1033
|
},
|
|
1023
1034
|
{
|
|
1024
1035
|
description: 'The USD stablecoin of Terra Classic.',
|
|
@@ -1070,7 +1081,8 @@ const info = {
|
|
|
1070
1081
|
theme: {
|
|
1071
1082
|
primary_color_hex: '#5493f2'
|
|
1072
1083
|
}
|
|
1073
|
-
}]
|
|
1084
|
+
}],
|
|
1085
|
+
coingecko_id: 'terrausd'
|
|
1074
1086
|
},
|
|
1075
1087
|
{
|
|
1076
1088
|
description: 'The native token of Stargaze',
|
|
@@ -1113,7 +1125,8 @@ const info = {
|
|
|
1113
1125
|
theme: {
|
|
1114
1126
|
primary_color_hex: '#db2777'
|
|
1115
1127
|
}
|
|
1116
|
-
}]
|
|
1128
|
+
}],
|
|
1129
|
+
coingecko_id: 'stargaze'
|
|
1117
1130
|
},
|
|
1118
1131
|
{
|
|
1119
1132
|
description: 'The native token of Chihuahua Chain',
|
|
@@ -1156,7 +1169,8 @@ const info = {
|
|
|
1156
1169
|
theme: {
|
|
1157
1170
|
primary_color_hex: '#343434'
|
|
1158
1171
|
}
|
|
1159
|
-
}]
|
|
1172
|
+
}],
|
|
1173
|
+
coingecko_id: 'chihuahua-token'
|
|
1160
1174
|
},
|
|
1161
1175
|
{
|
|
1162
1176
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
@@ -1201,7 +1215,8 @@ const info = {
|
|
|
1201
1215
|
primary_color_hex: '#E59636',
|
|
1202
1216
|
background_color_hex: '#000000'
|
|
1203
1217
|
}
|
|
1204
|
-
}]
|
|
1218
|
+
}],
|
|
1219
|
+
coingecko_id: 'persistence'
|
|
1205
1220
|
},
|
|
1206
1221
|
{
|
|
1207
1222
|
description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets. Stakers of PoS tokens can stake their assets while maintaining the liquidity of these assets. Users earn staking rewards + receive 1:1 pegged staked representative tokens which can be used to generate additional yield.',
|
|
@@ -1321,7 +1336,8 @@ const info = {
|
|
|
1321
1336
|
theme: {
|
|
1322
1337
|
primary_color_hex: '#bc342c'
|
|
1323
1338
|
}
|
|
1324
|
-
}]
|
|
1339
|
+
}],
|
|
1340
|
+
coingecko_id: 'akash-network'
|
|
1325
1341
|
},
|
|
1326
1342
|
{
|
|
1327
1343
|
description: 'REGEN coin is the token for the Regen Network Platform',
|
|
@@ -1364,7 +1380,8 @@ const info = {
|
|
|
1364
1380
|
theme: {
|
|
1365
1381
|
primary_color_hex: '#56b790'
|
|
1366
1382
|
}
|
|
1367
|
-
}]
|
|
1383
|
+
}],
|
|
1384
|
+
coingecko_id: 'regen'
|
|
1368
1385
|
},
|
|
1369
1386
|
{
|
|
1370
1387
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
@@ -1407,7 +1424,8 @@ const info = {
|
|
|
1407
1424
|
theme: {
|
|
1408
1425
|
primary_color_hex: '#10a7ef'
|
|
1409
1426
|
}
|
|
1410
|
-
}]
|
|
1427
|
+
}],
|
|
1428
|
+
coingecko_id: 'sentinel'
|
|
1411
1429
|
},
|
|
1412
1430
|
{
|
|
1413
1431
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
@@ -1450,7 +1468,8 @@ const info = {
|
|
|
1450
1468
|
theme: {
|
|
1451
1469
|
primary_color_hex: '#5664ad'
|
|
1452
1470
|
}
|
|
1453
|
-
}]
|
|
1471
|
+
}],
|
|
1472
|
+
coingecko_id: 'iris-network'
|
|
1454
1473
|
},
|
|
1455
1474
|
{
|
|
1456
1475
|
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
@@ -1493,7 +1512,8 @@ const info = {
|
|
|
1493
1512
|
theme: {
|
|
1494
1513
|
primary_color_hex: '#5c64b4'
|
|
1495
1514
|
}
|
|
1496
|
-
}]
|
|
1515
|
+
}],
|
|
1516
|
+
coingecko_id: 'starname'
|
|
1497
1517
|
},
|
|
1498
1518
|
{
|
|
1499
1519
|
description: 'e-Money NGM staking token. In addition to earning staking rewards the token is bought back and burned based on e-Money stablecoin inflation.',
|
|
@@ -1536,7 +1556,8 @@ const info = {
|
|
|
1536
1556
|
theme: {
|
|
1537
1557
|
primary_color_hex: '#caf2ea'
|
|
1538
1558
|
}
|
|
1539
|
-
}]
|
|
1559
|
+
}],
|
|
1560
|
+
coingecko_id: 'e-money'
|
|
1540
1561
|
},
|
|
1541
1562
|
{
|
|
1542
1563
|
description: 'e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.',
|
|
@@ -1579,7 +1600,8 @@ const info = {
|
|
|
1579
1600
|
theme: {
|
|
1580
1601
|
primary_color_hex: '#f4c808'
|
|
1581
1602
|
}
|
|
1582
|
-
}]
|
|
1603
|
+
}],
|
|
1604
|
+
coingecko_id: 'e-money-eur'
|
|
1583
1605
|
},
|
|
1584
1606
|
{
|
|
1585
1607
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
@@ -1622,7 +1644,8 @@ const info = {
|
|
|
1622
1644
|
theme: {
|
|
1623
1645
|
primary_color_hex: '#2d656c'
|
|
1624
1646
|
}
|
|
1625
|
-
}]
|
|
1647
|
+
}],
|
|
1648
|
+
coingecko_id: 'likecoin'
|
|
1626
1649
|
},
|
|
1627
1650
|
{
|
|
1628
1651
|
description: 'The native token of IXO Chain',
|
|
@@ -1665,7 +1688,8 @@ const info = {
|
|
|
1665
1688
|
theme: {
|
|
1666
1689
|
primary_color_hex: '#2c4484'
|
|
1667
1690
|
}
|
|
1668
|
-
}]
|
|
1691
|
+
}],
|
|
1692
|
+
coingecko_id: 'ixo'
|
|
1669
1693
|
},
|
|
1670
1694
|
{
|
|
1671
1695
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
@@ -1708,7 +1732,8 @@ const info = {
|
|
|
1708
1732
|
theme: {
|
|
1709
1733
|
primary_color_hex: '#3cc494'
|
|
1710
1734
|
}
|
|
1711
|
-
}]
|
|
1735
|
+
}],
|
|
1736
|
+
coingecko_id: 'bitcanna'
|
|
1712
1737
|
},
|
|
1713
1738
|
{
|
|
1714
1739
|
description: 'BitSong Native Token',
|
|
@@ -1751,7 +1776,8 @@ const info = {
|
|
|
1751
1776
|
theme: {
|
|
1752
1777
|
primary_color_hex: '#c8307f'
|
|
1753
1778
|
}
|
|
1754
|
-
}]
|
|
1779
|
+
}],
|
|
1780
|
+
coingecko_id: 'bitsong'
|
|
1755
1781
|
},
|
|
1756
1782
|
{
|
|
1757
1783
|
description: 'The native token of Ki Chain',
|
|
@@ -1794,7 +1820,8 @@ const info = {
|
|
|
1794
1820
|
theme: {
|
|
1795
1821
|
primary_color_hex: '#1c04fc'
|
|
1796
1822
|
}
|
|
1797
|
-
}]
|
|
1823
|
+
}],
|
|
1824
|
+
coingecko_id: 'ki'
|
|
1798
1825
|
},
|
|
1799
1826
|
{
|
|
1800
1827
|
description: 'Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem',
|
|
@@ -1837,7 +1864,8 @@ const info = {
|
|
|
1837
1864
|
theme: {
|
|
1838
1865
|
primary_color_hex: '#2474ec'
|
|
1839
1866
|
}
|
|
1840
|
-
}]
|
|
1867
|
+
}],
|
|
1868
|
+
coingecko_id: 'medibloc'
|
|
1841
1869
|
},
|
|
1842
1870
|
{
|
|
1843
1871
|
description: 'The staking token of Bostrom',
|
|
@@ -1877,7 +1905,8 @@ const info = {
|
|
|
1877
1905
|
theme: {
|
|
1878
1906
|
primary_color_hex: '#4cea4e'
|
|
1879
1907
|
}
|
|
1880
|
-
}]
|
|
1908
|
+
}],
|
|
1909
|
+
coingecko_id: 'bostrom'
|
|
1881
1910
|
},
|
|
1882
1911
|
{
|
|
1883
1912
|
description: 'Native Token of Comdex Protocol',
|
|
@@ -1920,7 +1949,8 @@ const info = {
|
|
|
1920
1949
|
theme: {
|
|
1921
1950
|
primary_color_hex: '#fc4454'
|
|
1922
1951
|
}
|
|
1923
|
-
}]
|
|
1952
|
+
}],
|
|
1953
|
+
coingecko_id: 'comdex'
|
|
1924
1954
|
},
|
|
1925
1955
|
{
|
|
1926
1956
|
description: 'Native token for the cheqd network',
|
|
@@ -1963,7 +1993,8 @@ const info = {
|
|
|
1963
1993
|
theme: {
|
|
1964
1994
|
primary_color_hex: '#fc5f04'
|
|
1965
1995
|
}
|
|
1966
|
-
}]
|
|
1996
|
+
}],
|
|
1997
|
+
coingecko_id: 'cheqd-network'
|
|
1967
1998
|
},
|
|
1968
1999
|
{
|
|
1969
2000
|
description: 'Native token of the Lum Network',
|
|
@@ -2006,7 +2037,8 @@ const info = {
|
|
|
2006
2037
|
theme: {
|
|
2007
2038
|
primary_color_hex: '#080808'
|
|
2008
2039
|
}
|
|
2009
|
-
}]
|
|
2040
|
+
}],
|
|
2041
|
+
coingecko_id: 'lum-network'
|
|
2010
2042
|
},
|
|
2011
2043
|
{
|
|
2012
2044
|
description: 'The native token of Vidulum',
|
|
@@ -2060,7 +2092,8 @@ const info = {
|
|
|
2060
2092
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
2061
2093
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
|
|
2062
2094
|
}],
|
|
2063
|
-
keywords: ['osmosis_unstable']
|
|
2095
|
+
keywords: ['osmosis_unstable'],
|
|
2096
|
+
coingecko_id: 'vidulum'
|
|
2064
2097
|
},
|
|
2065
2098
|
{
|
|
2066
2099
|
description: 'The native token of Desmos',
|
|
@@ -2103,7 +2136,8 @@ const info = {
|
|
|
2103
2136
|
theme: {
|
|
2104
2137
|
primary_color_hex: '#fb804e'
|
|
2105
2138
|
}
|
|
2106
|
-
}]
|
|
2139
|
+
}],
|
|
2140
|
+
coingecko_id: 'desmos'
|
|
2107
2141
|
},
|
|
2108
2142
|
{
|
|
2109
2143
|
description: 'Native token of Dig Chain',
|
|
@@ -2196,7 +2230,8 @@ const info = {
|
|
|
2196
2230
|
theme: {
|
|
2197
2231
|
primary_color_hex: '#f36353'
|
|
2198
2232
|
}
|
|
2199
|
-
}]
|
|
2233
|
+
}],
|
|
2234
|
+
coingecko_id: 'sommelier'
|
|
2200
2235
|
},
|
|
2201
2236
|
{
|
|
2202
2237
|
description: 'The native token of BandChain',
|
|
@@ -2239,7 +2274,8 @@ const info = {
|
|
|
2239
2274
|
theme: {
|
|
2240
2275
|
primary_color_hex: '#4424e4'
|
|
2241
2276
|
}
|
|
2242
|
-
}]
|
|
2277
|
+
}],
|
|
2278
|
+
coingecko_id: 'band-protocol'
|
|
2243
2279
|
},
|
|
2244
2280
|
{
|
|
2245
2281
|
description: 'The native token of Konstellation Network',
|
|
@@ -2283,7 +2319,8 @@ const info = {
|
|
|
2283
2319
|
primary_color_hex: '#042a61'
|
|
2284
2320
|
}
|
|
2285
2321
|
}],
|
|
2286
|
-
keywords: ['osmosis_unstable']
|
|
2322
|
+
keywords: ['osmosis_unstable'],
|
|
2323
|
+
coingecko_id: 'darcmatter-coin'
|
|
2287
2324
|
},
|
|
2288
2325
|
{
|
|
2289
2326
|
description: 'The native token of Umee',
|
|
@@ -2326,7 +2363,8 @@ const info = {
|
|
|
2326
2363
|
theme: {
|
|
2327
2364
|
primary_color_hex: '#22f2e9'
|
|
2328
2365
|
}
|
|
2329
|
-
}]
|
|
2366
|
+
}],
|
|
2367
|
+
coingecko_id: 'umee'
|
|
2330
2368
|
},
|
|
2331
2369
|
{
|
|
2332
2370
|
description: 'The native token of Gravity Bridge',
|
|
@@ -2369,7 +2407,8 @@ const info = {
|
|
|
2369
2407
|
theme: {
|
|
2370
2408
|
primary_color_hex: '#042ca4'
|
|
2371
2409
|
}
|
|
2372
|
-
}]
|
|
2410
|
+
}],
|
|
2411
|
+
coingecko_id: 'graviton'
|
|
2373
2412
|
},
|
|
2374
2413
|
{
|
|
2375
2414
|
description: 'The native token of Decentr',
|
|
@@ -2412,7 +2451,8 @@ const info = {
|
|
|
2412
2451
|
theme: {
|
|
2413
2452
|
primary_color_hex: '#4678e9'
|
|
2414
2453
|
}
|
|
2415
|
-
}]
|
|
2454
|
+
}],
|
|
2455
|
+
coingecko_id: 'decentr'
|
|
2416
2456
|
},
|
|
2417
2457
|
{
|
|
2418
2458
|
description: 'The native token cw20 for Marble DAO on Juno Chain',
|
|
@@ -2501,7 +2541,8 @@ const info = {
|
|
|
2501
2541
|
theme: {
|
|
2502
2542
|
primary_color_hex: '#a5edf2'
|
|
2503
2543
|
}
|
|
2504
|
-
}]
|
|
2544
|
+
}],
|
|
2545
|
+
coingecko_id: 'switcheo'
|
|
2505
2546
|
},
|
|
2506
2547
|
{
|
|
2507
2548
|
description: 'The native token of Cerberus Chain',
|
|
@@ -2545,7 +2586,8 @@ const info = {
|
|
|
2545
2586
|
primary_color_hex: '#c6c6c9'
|
|
2546
2587
|
}
|
|
2547
2588
|
}],
|
|
2548
|
-
keywords: ['osmosis_unstable']
|
|
2589
|
+
keywords: ['osmosis_unstable'],
|
|
2590
|
+
coingecko_id: 'cerberus-2'
|
|
2549
2591
|
},
|
|
2550
2592
|
{
|
|
2551
2593
|
description: 'The native staking and governance token of the Fetch Hub.',
|
|
@@ -2588,7 +2630,8 @@ const info = {
|
|
|
2588
2630
|
theme: {
|
|
2589
2631
|
primary_color_hex: '#1c2444'
|
|
2590
2632
|
}
|
|
2591
|
-
}]
|
|
2633
|
+
}],
|
|
2634
|
+
coingecko_id: 'fetch-ai'
|
|
2592
2635
|
},
|
|
2593
2636
|
{
|
|
2594
2637
|
description: 'The native token of Asset Mantle',
|
|
@@ -2631,7 +2674,8 @@ const info = {
|
|
|
2631
2674
|
theme: {
|
|
2632
2675
|
primary_color_hex: '#fbab30'
|
|
2633
2676
|
}
|
|
2634
|
-
}]
|
|
2677
|
+
}],
|
|
2678
|
+
coingecko_id: 'assetmantle'
|
|
2635
2679
|
},
|
|
2636
2680
|
{
|
|
2637
2681
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
@@ -2676,7 +2720,8 @@ const info = {
|
|
|
2676
2720
|
theme: {
|
|
2677
2721
|
primary_color_hex: '#f87b7b'
|
|
2678
2722
|
}
|
|
2679
|
-
}]
|
|
2723
|
+
}],
|
|
2724
|
+
coingecko_id: 'neta'
|
|
2680
2725
|
},
|
|
2681
2726
|
{
|
|
2682
2727
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
@@ -2719,7 +2764,8 @@ const info = {
|
|
|
2719
2764
|
theme: {
|
|
2720
2765
|
primary_color_hex: '#04a2fc'
|
|
2721
2766
|
}
|
|
2722
|
-
}]
|
|
2767
|
+
}],
|
|
2768
|
+
coingecko_id: 'injective-protocol'
|
|
2723
2769
|
},
|
|
2724
2770
|
{
|
|
2725
2771
|
description: 'The KRW stablecoin of Terra Classic.',
|
|
@@ -2858,7 +2904,8 @@ const info = {
|
|
|
2858
2904
|
theme: {
|
|
2859
2905
|
primary_color_hex: '#be9926'
|
|
2860
2906
|
}
|
|
2861
|
-
}]
|
|
2907
|
+
}],
|
|
2908
|
+
coingecko_id: 'sifchain'
|
|
2862
2909
|
},
|
|
2863
2910
|
{
|
|
2864
2911
|
description: 'The native token of Shentu',
|
|
@@ -2901,7 +2948,8 @@ const info = {
|
|
|
2901
2948
|
theme: {
|
|
2902
2949
|
primary_color_hex: '#e4ac4c'
|
|
2903
2950
|
}
|
|
2904
|
-
}]
|
|
2951
|
+
}],
|
|
2952
|
+
coingecko_id: 'certik'
|
|
2905
2953
|
},
|
|
2906
2954
|
{
|
|
2907
2955
|
description: 'Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.',
|
|
@@ -2998,7 +3046,8 @@ const info = {
|
|
|
2998
3046
|
theme: {
|
|
2999
3047
|
primary_color_hex: '#070f0e'
|
|
3000
3048
|
}
|
|
3001
|
-
}]
|
|
3049
|
+
}],
|
|
3050
|
+
coingecko_id: 'racoon'
|
|
3002
3051
|
},
|
|
3003
3052
|
{
|
|
3004
3053
|
description: 'Frax is a fractional-algorithmic stablecoin protocol. It aims to provide a highly scalable, decentralized, algorithmic money in place of fixed-supply assets like BTC. Additionally, FXS is the value accrual and governance token of the entire Frax ecosystem.',
|
|
@@ -3625,7 +3674,8 @@ const info = {
|
|
|
3625
3674
|
theme: {
|
|
3626
3675
|
primary_color_hex: '#b7dcd8'
|
|
3627
3676
|
}
|
|
3628
|
-
}]
|
|
3677
|
+
}],
|
|
3678
|
+
coingecko_id: 'meme-network'
|
|
3629
3679
|
},
|
|
3630
3680
|
{
|
|
3631
3681
|
description: 'Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!',
|
|
@@ -3754,7 +3804,8 @@ const info = {
|
|
|
3754
3804
|
theme: {
|
|
3755
3805
|
primary_color_hex: '#f4de6f'
|
|
3756
3806
|
}
|
|
3757
|
-
}]
|
|
3807
|
+
}],
|
|
3808
|
+
coingecko_id: 'terra-luna-2'
|
|
3758
3809
|
},
|
|
3759
3810
|
{
|
|
3760
3811
|
description: 'Native token of Rizon Chain',
|
|
@@ -3797,7 +3848,8 @@ const info = {
|
|
|
3797
3848
|
theme: {
|
|
3798
3849
|
primary_color_hex: '#2b1c54'
|
|
3799
3850
|
}
|
|
3800
|
-
}]
|
|
3851
|
+
}],
|
|
3852
|
+
coingecko_id: 'rizon'
|
|
3801
3853
|
},
|
|
3802
3854
|
{
|
|
3803
3855
|
description: 'Governance token of Kava Lend Protocol',
|
|
@@ -3840,7 +3892,8 @@ const info = {
|
|
|
3840
3892
|
theme: {
|
|
3841
3893
|
primary_color_hex: '#7b34ac'
|
|
3842
3894
|
}
|
|
3843
|
-
}]
|
|
3895
|
+
}],
|
|
3896
|
+
coingecko_id: 'kava-lend'
|
|
3844
3897
|
},
|
|
3845
3898
|
{
|
|
3846
3899
|
description: 'Governance token of Kava Swap Protocol',
|
|
@@ -3883,7 +3936,8 @@ const info = {
|
|
|
3883
3936
|
theme: {
|
|
3884
3937
|
primary_color_hex: '#544cfc'
|
|
3885
3938
|
}
|
|
3886
|
-
}]
|
|
3939
|
+
}],
|
|
3940
|
+
coingecko_id: 'kava-swap'
|
|
3887
3941
|
},
|
|
3888
3942
|
{
|
|
3889
3943
|
description: 'A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.',
|
|
@@ -4270,7 +4324,8 @@ const info = {
|
|
|
4270
4324
|
theme: {
|
|
4271
4325
|
primary_color_hex: '#e33b34'
|
|
4272
4326
|
}
|
|
4273
|
-
}]
|
|
4327
|
+
}],
|
|
4328
|
+
coingecko_id: 'kujira'
|
|
4274
4329
|
},
|
|
4275
4330
|
{
|
|
4276
4331
|
description: 'The native token of Tgrade',
|
|
@@ -4832,7 +4887,8 @@ const info = {
|
|
|
4832
4887
|
primary_color_hex: '#000000'
|
|
4833
4888
|
}
|
|
4834
4889
|
}
|
|
4835
|
-
]
|
|
4890
|
+
],
|
|
4891
|
+
coingecko_id: 'oraichain-token'
|
|
4836
4892
|
},
|
|
4837
4893
|
{
|
|
4838
4894
|
description: 'The native token of the Cudos blockchain',
|
|
@@ -4875,7 +4931,8 @@ const info = {
|
|
|
4875
4931
|
theme: {
|
|
4876
4932
|
primary_color_hex: '#5d95ec'
|
|
4877
4933
|
}
|
|
4878
|
-
}]
|
|
4934
|
+
}],
|
|
4935
|
+
coingecko_id: 'cudos'
|
|
4879
4936
|
},
|
|
4880
4937
|
{
|
|
4881
4938
|
description: 'The native stablecoin of Kava',
|
|
@@ -4918,7 +4975,8 @@ const info = {
|
|
|
4918
4975
|
theme: {
|
|
4919
4976
|
primary_color_hex: '#04d4a3'
|
|
4920
4977
|
}
|
|
4921
|
-
}]
|
|
4978
|
+
}],
|
|
4979
|
+
coingecko_id: 'usdx'
|
|
4922
4980
|
},
|
|
4923
4981
|
{
|
|
4924
4982
|
description: 'BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.',
|
|
@@ -4961,7 +5019,8 @@ const info = {
|
|
|
4961
5019
|
theme: {
|
|
4962
5020
|
primary_color_hex: '#c42b44'
|
|
4963
5021
|
}
|
|
4964
|
-
}]
|
|
5022
|
+
}],
|
|
5023
|
+
coingecko_id: 'agoric'
|
|
4965
5024
|
},
|
|
4966
5025
|
{
|
|
4967
5026
|
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
@@ -5004,7 +5063,8 @@ const info = {
|
|
|
5004
5063
|
theme: {
|
|
5005
5064
|
primary_color_hex: '#d485e2'
|
|
5006
5065
|
}
|
|
5007
|
-
}]
|
|
5066
|
+
}],
|
|
5067
|
+
coingecko_id: 'inter-stable-token'
|
|
5008
5068
|
},
|
|
5009
5069
|
{
|
|
5010
5070
|
description: 'Staking derivative seJUNO for staked JUNO',
|
|
@@ -5137,7 +5197,8 @@ const info = {
|
|
|
5137
5197
|
theme: {
|
|
5138
5198
|
primary_color_hex: '#e4047c'
|
|
5139
5199
|
}
|
|
5140
|
-
}]
|
|
5200
|
+
}],
|
|
5201
|
+
coingecko_id: 'stride'
|
|
5141
5202
|
},
|
|
5142
5203
|
{
|
|
5143
5204
|
denom_units: [{
|
|
@@ -5186,7 +5247,8 @@ const info = {
|
|
|
5186
5247
|
theme: {
|
|
5187
5248
|
primary_color_hex: '#e40474'
|
|
5188
5249
|
}
|
|
5189
|
-
}]
|
|
5250
|
+
}],
|
|
5251
|
+
coingecko_id: 'stride-staked-atom'
|
|
5190
5252
|
},
|
|
5191
5253
|
{
|
|
5192
5254
|
denom_units: [{
|
|
@@ -5235,7 +5297,8 @@ const info = {
|
|
|
5235
5297
|
theme: {
|
|
5236
5298
|
primary_color_hex: '#e40474'
|
|
5237
5299
|
}
|
|
5238
|
-
}]
|
|
5300
|
+
}],
|
|
5301
|
+
coingecko_id: 'stride-staked-stars'
|
|
5239
5302
|
},
|
|
5240
5303
|
{
|
|
5241
5304
|
description: 'Solarbank DAO Governance Token for speeding up the shift to renewable and green energy',
|
|
@@ -5368,7 +5431,8 @@ const info = {
|
|
|
5368
5431
|
theme: {
|
|
5369
5432
|
primary_color_hex: '#040404'
|
|
5370
5433
|
}
|
|
5371
|
-
}]
|
|
5434
|
+
}],
|
|
5435
|
+
coingecko_id: 'axelar'
|
|
5372
5436
|
},
|
|
5373
5437
|
{
|
|
5374
5438
|
description: 'REBUS, the native coin of the Rebus chain.',
|
|
@@ -5411,7 +5475,8 @@ const info = {
|
|
|
5411
5475
|
theme: {
|
|
5412
5476
|
primary_color_hex: '#e75486'
|
|
5413
5477
|
}
|
|
5414
|
-
}]
|
|
5478
|
+
}],
|
|
5479
|
+
coingecko_id: 'rebus'
|
|
5415
5480
|
},
|
|
5416
5481
|
{
|
|
5417
5482
|
description: 'The native token of Teritori',
|
|
@@ -5454,7 +5519,8 @@ const info = {
|
|
|
5454
5519
|
theme: {
|
|
5455
5520
|
primary_color_hex: '#040404'
|
|
5456
5521
|
}
|
|
5457
|
-
}]
|
|
5522
|
+
}],
|
|
5523
|
+
coingecko_id: 'teritori'
|
|
5458
5524
|
},
|
|
5459
5525
|
{
|
|
5460
5526
|
denom_units: [{
|
|
@@ -5503,7 +5569,8 @@ const info = {
|
|
|
5503
5569
|
theme: {
|
|
5504
5570
|
primary_color_hex: '#e40474'
|
|
5505
5571
|
}
|
|
5506
|
-
}]
|
|
5572
|
+
}],
|
|
5573
|
+
coingecko_id: 'stride-staked-juno'
|
|
5507
5574
|
},
|
|
5508
5575
|
{
|
|
5509
5576
|
denom_units: [{
|
|
@@ -5552,7 +5619,8 @@ const info = {
|
|
|
5552
5619
|
theme: {
|
|
5553
5620
|
primary_color_hex: '#e40474'
|
|
5554
5621
|
}
|
|
5555
|
-
}]
|
|
5622
|
+
}],
|
|
5623
|
+
coingecko_id: 'stride-staked-osmo'
|
|
5556
5624
|
},
|
|
5557
5625
|
{
|
|
5558
5626
|
description: 'The native token cw20 for MuseDAO on Juno Chain',
|
|
@@ -5638,7 +5706,8 @@ const info = {
|
|
|
5638
5706
|
theme: {
|
|
5639
5707
|
primary_color_hex: '#e41c54'
|
|
5640
5708
|
}
|
|
5641
|
-
}]
|
|
5709
|
+
}],
|
|
5710
|
+
coingecko_id: 'lambda'
|
|
5642
5711
|
},
|
|
5643
5712
|
{
|
|
5644
5713
|
description: 'The native over-collateralized stablecoin from the Kujira chain.',
|
|
@@ -5681,7 +5750,8 @@ const info = {
|
|
|
5681
5750
|
theme: {
|
|
5682
5751
|
primary_color_hex: '#2e363f'
|
|
5683
5752
|
}
|
|
5684
|
-
}]
|
|
5753
|
+
}],
|
|
5754
|
+
coingecko_id: 'usk'
|
|
5685
5755
|
},
|
|
5686
5756
|
{
|
|
5687
5757
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
@@ -5724,7 +5794,8 @@ const info = {
|
|
|
5724
5794
|
theme: {
|
|
5725
5795
|
primary_color_hex: '#2279c0'
|
|
5726
5796
|
}
|
|
5727
|
-
}]
|
|
5797
|
+
}],
|
|
5798
|
+
coingecko_id: 'unification'
|
|
5728
5799
|
},
|
|
5729
5800
|
{
|
|
5730
5801
|
description: 'The native staking and governance token of Jackal.',
|
|
@@ -5767,7 +5838,8 @@ const info = {
|
|
|
5767
5838
|
theme: {
|
|
5768
5839
|
primary_color_hex: '#dbdbcb'
|
|
5769
5840
|
}
|
|
5770
|
-
}]
|
|
5841
|
+
}],
|
|
5842
|
+
coingecko_id: 'jackal-protocol'
|
|
5771
5843
|
},
|
|
5772
5844
|
{
|
|
5773
5845
|
description: 'The native token cw20 for Alter on Secret Network',
|
|
@@ -5812,7 +5884,8 @@ const info = {
|
|
|
5812
5884
|
theme: {
|
|
5813
5885
|
primary_color_hex: '#694c90'
|
|
5814
5886
|
}
|
|
5815
|
-
}]
|
|
5887
|
+
}],
|
|
5888
|
+
coingecko_id: 'alter'
|
|
5816
5889
|
},
|
|
5817
5890
|
{
|
|
5818
5891
|
description: 'The native token cw20 for Button on Secret Network',
|
|
@@ -5943,7 +6016,8 @@ const info = {
|
|
|
5943
6016
|
theme: {
|
|
5944
6017
|
primary_color_hex: '#2c2c2c'
|
|
5945
6018
|
}
|
|
5946
|
-
}]
|
|
6019
|
+
}],
|
|
6020
|
+
coingecko_id: 'sienna'
|
|
5947
6021
|
},
|
|
5948
6022
|
{
|
|
5949
6023
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
@@ -5988,7 +6062,8 @@ const info = {
|
|
|
5988
6062
|
theme: {
|
|
5989
6063
|
primary_color_hex: '#b8a2dc'
|
|
5990
6064
|
}
|
|
5991
|
-
}]
|
|
6065
|
+
}],
|
|
6066
|
+
coingecko_id: 'stkd-scrt'
|
|
5992
6067
|
},
|
|
5993
6068
|
{
|
|
5994
6069
|
description: 'BeeZee native blockchain',
|
|
@@ -6031,7 +6106,8 @@ const info = {
|
|
|
6031
6106
|
theme: {
|
|
6032
6107
|
primary_color_hex: '#079fd7'
|
|
6033
6108
|
}
|
|
6034
|
-
}]
|
|
6109
|
+
}],
|
|
6110
|
+
coingecko_id: 'bzedge'
|
|
6035
6111
|
},
|
|
6036
6112
|
{
|
|
6037
6113
|
description: 'The native token cw20 for Fanfury on Juno Chain',
|
|
@@ -6167,7 +6243,8 @@ const info = {
|
|
|
6167
6243
|
theme: {
|
|
6168
6244
|
primary_color_hex: '#040404'
|
|
6169
6245
|
}
|
|
6170
|
-
}]
|
|
6246
|
+
}],
|
|
6247
|
+
coingecko_id: 'composite'
|
|
6171
6248
|
},
|
|
6172
6249
|
{
|
|
6173
6250
|
description: 'The native EVM, governance and staking token of the Imversed',
|
|
@@ -6303,7 +6380,8 @@ const info = {
|
|
|
6303
6380
|
socials: {
|
|
6304
6381
|
website: 'https://posthuman.digital/',
|
|
6305
6382
|
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
6306
|
-
}
|
|
6383
|
+
},
|
|
6384
|
+
coingecko_id: 'posthuman'
|
|
6307
6385
|
},
|
|
6308
6386
|
{
|
|
6309
6387
|
description: 'The native token cw20 for Amber on Secret Network',
|
|
@@ -6397,7 +6475,8 @@ const info = {
|
|
|
6397
6475
|
'stablecoin',
|
|
6398
6476
|
'bridge',
|
|
6399
6477
|
'staking'
|
|
6400
|
-
]
|
|
6478
|
+
],
|
|
6479
|
+
coingecko_id: 'onomy-protocol'
|
|
6401
6480
|
},
|
|
6402
6481
|
{
|
|
6403
6482
|
description: 'PSTAKE Liquid-Staked ATOM',
|
|
@@ -6448,7 +6527,8 @@ const info = {
|
|
|
6448
6527
|
theme: {
|
|
6449
6528
|
primary_color_hex: '#c4444c'
|
|
6450
6529
|
}
|
|
6451
|
-
}]
|
|
6530
|
+
}],
|
|
6531
|
+
coingecko_id: 'stkatom'
|
|
6452
6532
|
},
|
|
6453
6533
|
{
|
|
6454
6534
|
description: 'The native staking and governance token of the Dyson Protocol',
|
|
@@ -6619,7 +6699,8 @@ const info = {
|
|
|
6619
6699
|
theme: {
|
|
6620
6700
|
primary_color_hex: '#d4f3fb'
|
|
6621
6701
|
}
|
|
6622
|
-
}]
|
|
6702
|
+
}],
|
|
6703
|
+
coingecko_id: 'planq'
|
|
6623
6704
|
},
|
|
6624
6705
|
{
|
|
6625
6706
|
description: 'Fantom\'s native utility token — FTM — powers the entire Fantom blockchain ecosystem. FTM tokens are used for staking, governance, payments, and fees on the network.',
|
|
@@ -6726,7 +6807,8 @@ const info = {
|
|
|
6726
6807
|
theme: {
|
|
6727
6808
|
primary_color_hex: '#1c1f1f'
|
|
6728
6809
|
}
|
|
6729
|
-
}]
|
|
6810
|
+
}],
|
|
6811
|
+
coingecko_id: 'canto'
|
|
6730
6812
|
},
|
|
6731
6813
|
{
|
|
6732
6814
|
description: 'Quicksilver Liquid Staked STARS',
|
|
@@ -7024,7 +7106,8 @@ const info = {
|
|
|
7024
7106
|
theme: {
|
|
7025
7107
|
primary_color_hex: '#000000'
|
|
7026
7108
|
}
|
|
7027
|
-
}]
|
|
7109
|
+
}],
|
|
7110
|
+
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3'
|
|
7028
7111
|
},
|
|
7029
7112
|
{
|
|
7030
7113
|
description: 'Ciento Exchange Token',
|
|
@@ -7484,7 +7567,8 @@ const info = {
|
|
|
7484
7567
|
theme: {
|
|
7485
7568
|
primary_color_hex: '#b2b2b2'
|
|
7486
7569
|
}
|
|
7487
|
-
}]
|
|
7570
|
+
}],
|
|
7571
|
+
coingecko_id: 'quicksilver'
|
|
7488
7572
|
},
|
|
7489
7573
|
{
|
|
7490
7574
|
description: 'The native token of Arkhadian',
|
|
@@ -7884,7 +7968,8 @@ const info = {
|
|
|
7884
7968
|
theme: {
|
|
7885
7969
|
primary_color_hex: '#171c25'
|
|
7886
7970
|
}
|
|
7887
|
-
}]
|
|
7971
|
+
}],
|
|
7972
|
+
coingecko_id: 'toucan-protocol-nature-carbon-tonne'
|
|
7888
7973
|
},
|
|
7889
7974
|
{
|
|
7890
7975
|
description: 'Celestims',
|
|
@@ -8228,7 +8313,8 @@ const info = {
|
|
|
8228
8313
|
theme: {
|
|
8229
8314
|
primary_color_hex: '#c33635'
|
|
8230
8315
|
}
|
|
8231
|
-
}]
|
|
8316
|
+
}],
|
|
8317
|
+
coingecko_id: 'omniflix-network'
|
|
8232
8318
|
},
|
|
8233
8319
|
{
|
|
8234
8320
|
description: 'Spacer',
|
|
@@ -8359,7 +8445,8 @@ const info = {
|
|
|
8359
8445
|
theme: {
|
|
8360
8446
|
primary_color_hex: '#3142fc'
|
|
8361
8447
|
}
|
|
8362
|
-
}]
|
|
8448
|
+
}],
|
|
8449
|
+
coingecko_id: 'silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2'
|
|
8363
8450
|
},
|
|
8364
8451
|
{
|
|
8365
8452
|
description: 'Mille: the 1000th token on osmosis',
|
|
@@ -8604,7 +8691,8 @@ const info = {
|
|
|
8604
8691
|
theme: {
|
|
8605
8692
|
primary_color_hex: '#342c52'
|
|
8606
8693
|
}
|
|
8607
|
-
}]
|
|
8694
|
+
}],
|
|
8695
|
+
coingecko_id: 'shade-protocol'
|
|
8608
8696
|
},
|
|
8609
8697
|
{
|
|
8610
8698
|
description: 'The native token of Bluzelle',
|
|
@@ -8649,7 +8737,8 @@ const info = {
|
|
|
8649
8737
|
primary_color_hex: '#708ffc'
|
|
8650
8738
|
}
|
|
8651
8739
|
}],
|
|
8652
|
-
keywords: ['bluzelle', 'game']
|
|
8740
|
+
keywords: ['bluzelle', 'game'],
|
|
8741
|
+
coingecko_id: 'bluzelle'
|
|
8653
8742
|
},
|
|
8654
8743
|
{
|
|
8655
8744
|
description: 'Native token of Arbitrum',
|
|
@@ -9159,7 +9248,8 @@ const info = {
|
|
|
9159
9248
|
theme: {
|
|
9160
9249
|
primary_color_hex: '#2e154d'
|
|
9161
9250
|
}
|
|
9162
|
-
}]
|
|
9251
|
+
}],
|
|
9252
|
+
coingecko_id: 'gitopia'
|
|
9163
9253
|
},
|
|
9164
9254
|
{
|
|
9165
9255
|
description: 'Lion DAO is a community DAO that lives on the Terra blockchain with the mission to reactivate the LUNAtic community and showcase Terra protocols & tooling',
|
|
@@ -9202,7 +9292,8 @@ const info = {
|
|
|
9202
9292
|
theme: {
|
|
9203
9293
|
primary_color_hex: '#f3f313'
|
|
9204
9294
|
}
|
|
9205
|
-
}]
|
|
9295
|
+
}],
|
|
9296
|
+
coingecko_id: 'lion-dao'
|
|
9206
9297
|
},
|
|
9207
9298
|
{
|
|
9208
9299
|
denom_units: [{
|
|
@@ -9251,7 +9342,8 @@ const info = {
|
|
|
9251
9342
|
theme: {
|
|
9252
9343
|
primary_color_hex: '#fbd9e9'
|
|
9253
9344
|
}
|
|
9254
|
-
}]
|
|
9345
|
+
}],
|
|
9346
|
+
coingecko_id: 'stride-staked-umee'
|
|
9255
9347
|
},
|
|
9256
9348
|
{
|
|
9257
9349
|
denom_units: [{
|
|
@@ -9320,7 +9412,8 @@ const info = {
|
|
|
9320
9412
|
theme: {
|
|
9321
9413
|
primary_color_hex: '#fc542c'
|
|
9322
9414
|
}
|
|
9323
|
-
}]
|
|
9415
|
+
}],
|
|
9416
|
+
coingecko_id: 'nolus'
|
|
9324
9417
|
},
|
|
9325
9418
|
{
|
|
9326
9419
|
description: 'Lion Cub DAO is a useless meme community DAO on Terra',
|
|
@@ -9451,7 +9544,8 @@ const info = {
|
|
|
9451
9544
|
background_color_hex: '#000000',
|
|
9452
9545
|
circle: true
|
|
9453
9546
|
}
|
|
9454
|
-
}]
|
|
9547
|
+
}],
|
|
9548
|
+
coingecko_id: 'neutron-3'
|
|
9455
9549
|
},
|
|
9456
9550
|
{
|
|
9457
9551
|
description: 'An innovative DAO dedicated to housing the most vulnerable',
|
|
@@ -9539,7 +9633,8 @@ const info = {
|
|
|
9539
9633
|
base_denom: 'ppica'
|
|
9540
9634
|
},
|
|
9541
9635
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
9542
|
-
}]
|
|
9636
|
+
}],
|
|
9637
|
+
coingecko_id: 'picasso'
|
|
9543
9638
|
},
|
|
9544
9639
|
{
|
|
9545
9640
|
description: 'The native fee, governance, staking, and bonding token of the Polkadot platform.',
|
|
@@ -9773,7 +9868,8 @@ const info = {
|
|
|
9773
9868
|
theme: {
|
|
9774
9869
|
primary_color_hex: '#fc4c04'
|
|
9775
9870
|
}
|
|
9776
|
-
}]
|
|
9871
|
+
}],
|
|
9872
|
+
coingecko_id: 'archway'
|
|
9777
9873
|
},
|
|
9778
9874
|
{
|
|
9779
9875
|
description: 'The native staking and governance token of Empower.',
|
|
@@ -9909,7 +10005,8 @@ const info = {
|
|
|
9909
10005
|
theme: {
|
|
9910
10006
|
primary_color_hex: '#335350'
|
|
9911
10007
|
}
|
|
9912
|
-
}]
|
|
10008
|
+
}],
|
|
10009
|
+
coingecko_id: 'kyve-network'
|
|
9913
10010
|
},
|
|
9914
10011
|
{
|
|
9915
10012
|
description: 'Tether gives you the joint benefits of open blockchain technology and traditional currency by converting your cash into a stable digital currency equivalent.',
|
|
@@ -9978,7 +10075,8 @@ const info = {
|
|
|
9978
10075
|
primary_color_hex: '#009393',
|
|
9979
10076
|
background_color_hex: '#009393'
|
|
9980
10077
|
}
|
|
9981
|
-
}]
|
|
10078
|
+
}],
|
|
10079
|
+
coingecko_id: 'tether'
|
|
9982
10080
|
},
|
|
9983
10081
|
{
|
|
9984
10082
|
description: 'ERIS liquid staked OSMO',
|
|
@@ -10050,7 +10148,8 @@ const info = {
|
|
|
10050
10148
|
theme: {
|
|
10051
10149
|
primary_color_hex: '#9c1c1c'
|
|
10052
10150
|
}
|
|
10053
|
-
}]
|
|
10151
|
+
}],
|
|
10152
|
+
coingecko_id: 'sei-network'
|
|
10054
10153
|
},
|
|
10055
10154
|
{
|
|
10056
10155
|
description: 'Quicksilver Liquid Staked SOMM',
|
|
@@ -10142,7 +10241,8 @@ const info = {
|
|
|
10142
10241
|
theme: {
|
|
10143
10242
|
primary_color_hex: '#05050c'
|
|
10144
10243
|
}
|
|
10145
|
-
}]
|
|
10244
|
+
}],
|
|
10245
|
+
coingecko_id: 'passage'
|
|
10146
10246
|
},
|
|
10147
10247
|
{
|
|
10148
10248
|
denom_units: [{
|
|
@@ -10191,7 +10291,8 @@ const info = {
|
|
|
10191
10291
|
theme: {
|
|
10192
10292
|
primary_color_hex: '#e40474'
|
|
10193
10293
|
}
|
|
10194
|
-
}]
|
|
10294
|
+
}],
|
|
10295
|
+
coingecko_id: 'stride-staked-sommelier'
|
|
10195
10296
|
},
|
|
10196
10297
|
{
|
|
10197
10298
|
description: 'Solana (SOL) is the native asset of the Solana blockchain.',
|
|
@@ -10528,7 +10629,8 @@ const info = {
|
|
|
10528
10629
|
theme: {
|
|
10529
10630
|
primary_color_hex: '#0c141c'
|
|
10530
10631
|
}
|
|
10531
|
-
}]
|
|
10632
|
+
}],
|
|
10633
|
+
coingecko_id: 'mantadao'
|
|
10532
10634
|
},
|
|
10533
10635
|
{
|
|
10534
10636
|
denom_units: [{
|
|
@@ -10757,7 +10859,8 @@ const info = {
|
|
|
10757
10859
|
circle: true,
|
|
10758
10860
|
primary_color_hex: '#2775CA'
|
|
10759
10861
|
}
|
|
10760
|
-
}]
|
|
10862
|
+
}],
|
|
10863
|
+
coingecko_id: 'usd-coin'
|
|
10761
10864
|
},
|
|
10762
10865
|
{
|
|
10763
10866
|
description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
|
|
@@ -10861,7 +10964,8 @@ const info = {
|
|
|
10861
10964
|
theme: {
|
|
10862
10965
|
primary_color_hex: '#04b4fc'
|
|
10863
10966
|
}
|
|
10864
|
-
}]
|
|
10967
|
+
}],
|
|
10968
|
+
coingecko_id: 'xpla'
|
|
10865
10969
|
},
|
|
10866
10970
|
{
|
|
10867
10971
|
description: 'OIN Token ($OIN) is a groundbreaking digital asset developed on the $SEI Blockchain. It transcends being merely a cryptocurrency; $OIN stands as a robust store of value, symbolizing the future of decentralized finance and its potential to reshape the crypto landscape.',
|
|
@@ -10990,7 +11094,8 @@ const info = {
|
|
|
10990
11094
|
background_color_hex: '#000000',
|
|
10991
11095
|
circle: true
|
|
10992
11096
|
}
|
|
10993
|
-
}]
|
|
11097
|
+
}],
|
|
11098
|
+
coingecko_id: 'realio-network'
|
|
10994
11099
|
},
|
|
10995
11100
|
{
|
|
10996
11101
|
description: 'Membrane\'s CDP-style stablecoin called CDT',
|
|
@@ -11079,7 +11184,8 @@ const info = {
|
|
|
11079
11184
|
background_color_hex: '#00000000',
|
|
11080
11185
|
circle: false
|
|
11081
11186
|
}
|
|
11082
|
-
}]
|
|
11187
|
+
}],
|
|
11188
|
+
coingecko_id: 'six-sigma'
|
|
11083
11189
|
},
|
|
11084
11190
|
{
|
|
11085
11191
|
description: 'The native staking and governance token of the StaFi Hub.',
|
|
@@ -11117,7 +11223,8 @@ const info = {
|
|
|
11117
11223
|
base_denom: 'ufis'
|
|
11118
11224
|
},
|
|
11119
11225
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
|
|
11120
|
-
}]
|
|
11226
|
+
}],
|
|
11227
|
+
coingecko_id: 'stafi'
|
|
11121
11228
|
},
|
|
11122
11229
|
{
|
|
11123
11230
|
description: 'A liquid staking representation of staked ATOMs',
|
|
@@ -11299,7 +11406,8 @@ const info = {
|
|
|
11299
11406
|
'assets',
|
|
11300
11407
|
'nft',
|
|
11301
11408
|
'XRPL'
|
|
11302
|
-
]
|
|
11409
|
+
],
|
|
11410
|
+
coingecko_id: 'coreum'
|
|
11303
11411
|
},
|
|
11304
11412
|
{
|
|
11305
11413
|
description: 'The native token of the Celestia blockchain.',
|
|
@@ -11342,7 +11450,8 @@ const info = {
|
|
|
11342
11450
|
theme: {
|
|
11343
11451
|
primary_color_hex: '#7c2cfb'
|
|
11344
11452
|
}
|
|
11345
|
-
}]
|
|
11453
|
+
}],
|
|
11454
|
+
coingecko_id: 'celestia'
|
|
11346
11455
|
},
|
|
11347
11456
|
{
|
|
11348
11457
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
@@ -11390,7 +11499,8 @@ const info = {
|
|
|
11390
11499
|
theme: {
|
|
11391
11500
|
primary_color_hex: '#21212f'
|
|
11392
11501
|
}
|
|
11393
|
-
}]
|
|
11502
|
+
}],
|
|
11503
|
+
coingecko_id: 'dydx-chain'
|
|
11394
11504
|
},
|
|
11395
11505
|
{
|
|
11396
11506
|
description: 'The native staking token of the Function X',
|
|
@@ -11433,7 +11543,8 @@ const info = {
|
|
|
11433
11543
|
theme: {
|
|
11434
11544
|
primary_color_hex: '#1c1c1c'
|
|
11435
11545
|
}
|
|
11436
|
-
}]
|
|
11546
|
+
}],
|
|
11547
|
+
coingecko_id: 'fx-coin'
|
|
11437
11548
|
},
|
|
11438
11549
|
{
|
|
11439
11550
|
description: 'Bitcoin. On Cosmos.',
|
|
@@ -11591,7 +11702,8 @@ const info = {
|
|
|
11591
11702
|
base_denom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk'
|
|
11592
11703
|
},
|
|
11593
11704
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
|
|
11594
|
-
}]
|
|
11705
|
+
}],
|
|
11706
|
+
coingecko_id: 'unstake-fi'
|
|
11595
11707
|
},
|
|
11596
11708
|
{
|
|
11597
11709
|
description: 'ohhNFT LP token.',
|
|
@@ -11994,7 +12106,8 @@ const info = {
|
|
|
11994
12106
|
theme: {
|
|
11995
12107
|
primary_color_hex: '#39a5fc'
|
|
11996
12108
|
}
|
|
11997
|
-
}]
|
|
12109
|
+
}],
|
|
12110
|
+
coingecko_id: 'source'
|
|
11998
12111
|
},
|
|
11999
12112
|
{
|
|
12000
12113
|
description: 'Pyth is a protocol that allows market participants to publish pricing information on-chain for others to use. The protocol is an interaction between three parties:\n-Publishers submit pricing information to Pyth\'s oracle program. Pyth has multiple data publishers for every product to improve the accuracy and robustness of the system.\n-Pyth\'s oracle program combines publishers\' data to produce a single aggregate price and confidence interval.\nConsumers read the price information produced by the oracle program.\n\nPyth\'s oracle program runs simultaneously on both Solana mainnet and Pythnet. Each instance of the program is responsible for its own set of price feeds. Solana Price Feeds are available for use by Solana protocols. In this case, since the oracle program itself runs on Solana, the resulting prices are immediately available to consumers without requiring any additional work. Pythnet Price Feeds are available on 12+ blockchains. The prices constructed on Pythnet are transferred cross-chain to reach consumers on these blockchains.\n\nIn both cases, the critical component of the system is the oracle program that combines the data from each individual publisher. This program maintains a number of different Solana accounts that list the products on Pyth and their current price data. Publishers publish their price and confidence by interacting with the oracle program on every slot. The program stores this information in its accounts. The first price update in a slot additionally triggers price aggregation, which combines the price data from the previous slot into a single aggregate price and confidence interval. This aggregate price is written to the Solana account where it is readable by other on-chain programs and available for transmission to other blockchains.',
|
|
@@ -12091,7 +12204,8 @@ const info = {
|
|
|
12091
12204
|
theme: {
|
|
12092
12205
|
primary_color_hex: '#c3343d'
|
|
12093
12206
|
}
|
|
12094
|
-
}]
|
|
12207
|
+
}],
|
|
12208
|
+
coingecko_id: 'pstake-staked-osmo'
|
|
12095
12209
|
},
|
|
12096
12210
|
{
|
|
12097
12211
|
description: 'Levana Well-funded Perps is a protocol for perpetual swaps, which are leveraged trading contracts.',
|
|
@@ -12204,7 +12318,8 @@ const info = {
|
|
|
12204
12318
|
theme: {
|
|
12205
12319
|
primary_color_hex: '#16233d'
|
|
12206
12320
|
}
|
|
12207
|
-
}]
|
|
12321
|
+
}],
|
|
12322
|
+
coingecko_id: 'newt'
|
|
12208
12323
|
},
|
|
12209
12324
|
{
|
|
12210
12325
|
description: 'MilkyWay\'s liquid staked TIA',
|
|
@@ -12320,7 +12435,8 @@ const info = {
|
|
|
12320
12435
|
theme: {
|
|
12321
12436
|
primary_color_hex: '#2b2434'
|
|
12322
12437
|
}
|
|
12323
|
-
}]
|
|
12438
|
+
}],
|
|
12439
|
+
coingecko_id: 'racoon'
|
|
12324
12440
|
},
|
|
12325
12441
|
{
|
|
12326
12442
|
description: 'GUPPY',
|
|
@@ -12404,7 +12520,8 @@ const info = {
|
|
|
12404
12520
|
theme: {
|
|
12405
12521
|
primary_color_hex: '#04cd80'
|
|
12406
12522
|
}
|
|
12407
|
-
}]
|
|
12523
|
+
}],
|
|
12524
|
+
coingecko_id: 'islamic-coin'
|
|
12408
12525
|
},
|
|
12409
12526
|
{
|
|
12410
12527
|
description: '$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world',
|
|
@@ -12446,7 +12563,8 @@ const info = {
|
|
|
12446
12563
|
primary_color_hex: '#040404'
|
|
12447
12564
|
}
|
|
12448
12565
|
}],
|
|
12449
|
-
keywords: ['osmosis_unlisted']
|
|
12566
|
+
keywords: ['osmosis_unlisted'],
|
|
12567
|
+
coingecko_id: 'autism'
|
|
12450
12568
|
},
|
|
12451
12569
|
{
|
|
12452
12570
|
description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
|
|
@@ -12591,7 +12709,8 @@ const info = {
|
|
|
12591
12709
|
background_color_hex: '#00468E',
|
|
12592
12710
|
circle: true
|
|
12593
12711
|
}
|
|
12594
|
-
}]
|
|
12712
|
+
}],
|
|
12713
|
+
coingecko_id: 'dog-wif-nuchucks'
|
|
12595
12714
|
},
|
|
12596
12715
|
{
|
|
12597
12716
|
description: 'Kleomedes Token',
|
|
@@ -12738,7 +12857,8 @@ const info = {
|
|
|
12738
12857
|
primary_color_hex: '#293a5d'
|
|
12739
12858
|
}
|
|
12740
12859
|
}
|
|
12741
|
-
]
|
|
12860
|
+
],
|
|
12861
|
+
coingecko_id: 'nym'
|
|
12742
12862
|
},
|
|
12743
12863
|
{
|
|
12744
12864
|
description: 'has a hat',
|
|
@@ -13457,7 +13577,8 @@ const info = {
|
|
|
13457
13577
|
theme: {
|
|
13458
13578
|
primary_color_hex: '#f4e4d4'
|
|
13459
13579
|
}
|
|
13460
|
-
}]
|
|
13580
|
+
}],
|
|
13581
|
+
coingecko_id: 'dymension'
|
|
13461
13582
|
},
|
|
13462
13583
|
{
|
|
13463
13584
|
description: 'Rapture insurance is the first ever P2P insurance platform on $OSMO. Get rewarded to take care of peoples loved ones after the Rapture.',
|
|
@@ -13540,7 +13661,8 @@ const info = {
|
|
|
13540
13661
|
theme: {
|
|
13541
13662
|
primary_color_hex: '#4056e9'
|
|
13542
13663
|
}
|
|
13543
|
-
}]
|
|
13664
|
+
}],
|
|
13665
|
+
coingecko_id: 'astroport-fi'
|
|
13544
13666
|
},
|
|
13545
13667
|
{
|
|
13546
13668
|
description: 'A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It\'s so bad, your wallet\'s throwing a tantrum for it.',
|
|
@@ -13686,7 +13808,8 @@ const info = {
|
|
|
13686
13808
|
dark_mode: true,
|
|
13687
13809
|
primary_color_hex: '#f3f3f3'
|
|
13688
13810
|
}
|
|
13689
|
-
}]
|
|
13811
|
+
}],
|
|
13812
|
+
coingecko_id: 'humans-ai'
|
|
13690
13813
|
},
|
|
13691
13814
|
{
|
|
13692
13815
|
description: 'The token of Teledisko DAO.',
|
|
@@ -13772,7 +13895,8 @@ const info = {
|
|
|
13772
13895
|
theme: {
|
|
13773
13896
|
primary_color_hex: '#0bc47e'
|
|
13774
13897
|
}
|
|
13775
|
-
}]
|
|
13898
|
+
}],
|
|
13899
|
+
coingecko_id: 'scorum'
|
|
13776
13900
|
},
|
|
13777
13901
|
{
|
|
13778
13902
|
description: 'The native token of Chain4Energy',
|
|
@@ -13813,7 +13937,8 @@ const info = {
|
|
|
13813
13937
|
theme: {
|
|
13814
13938
|
primary_color_hex: '#24344c'
|
|
13815
13939
|
}
|
|
13816
|
-
}]
|
|
13940
|
+
}],
|
|
13941
|
+
coingecko_id: 'chain4energy'
|
|
13817
13942
|
},
|
|
13818
13943
|
{
|
|
13819
13944
|
description: 'Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.',
|
|
@@ -14067,7 +14192,8 @@ const info = {
|
|
|
14067
14192
|
theme: {
|
|
14068
14193
|
primary_color_hex: '#24241c'
|
|
14069
14194
|
}
|
|
14070
|
-
}]
|
|
14195
|
+
}],
|
|
14196
|
+
coingecko_id: 'aioz-network'
|
|
14071
14197
|
},
|
|
14072
14198
|
{
|
|
14073
14199
|
description: 'Stride\'s liquid staked DYM',
|
|
@@ -14158,7 +14284,8 @@ const info = {
|
|
|
14158
14284
|
theme: {
|
|
14159
14285
|
primary_color_hex: '#2e2d2a'
|
|
14160
14286
|
}
|
|
14161
|
-
}]
|
|
14287
|
+
}],
|
|
14288
|
+
coingecko_id: 'doki'
|
|
14162
14289
|
},
|
|
14163
14290
|
{
|
|
14164
14291
|
description: 'Sail DAO is a liquidity deployment and management DAO built as a collaboration between the Osmosis and Migaloo Blockchains.',
|
|
@@ -14369,7 +14496,8 @@ const info = {
|
|
|
14369
14496
|
theme: {
|
|
14370
14497
|
primary_color_hex: '#14c0ce'
|
|
14371
14498
|
}
|
|
14372
|
-
}]
|
|
14499
|
+
}],
|
|
14500
|
+
coingecko_id: 'nibiru'
|
|
14373
14501
|
},
|
|
14374
14502
|
{
|
|
14375
14503
|
description: 'BEAST-ERC20 on injective',
|
|
@@ -14461,7 +14589,8 @@ const info = {
|
|
|
14461
14589
|
primary_color_hex: '#047e04'
|
|
14462
14590
|
}
|
|
14463
14591
|
}],
|
|
14464
|
-
keywords: ['osmosis_unlisted']
|
|
14592
|
+
keywords: ['osmosis_unlisted'],
|
|
14593
|
+
coingecko_id: 'consciousdao'
|
|
14465
14594
|
},
|
|
14466
14595
|
{
|
|
14467
14596
|
description: 'The memecoin built for the Celestia community',
|
|
@@ -14808,7 +14937,8 @@ const info = {
|
|
|
14808
14937
|
theme: {
|
|
14809
14938
|
primary_color_hex: '#140c7c'
|
|
14810
14939
|
}
|
|
14811
|
-
}]
|
|
14940
|
+
}],
|
|
14941
|
+
coingecko_id: 'dhealth'
|
|
14812
14942
|
},
|
|
14813
14943
|
{
|
|
14814
14944
|
description: 'The native token of Furya',
|
|
@@ -14903,7 +15033,8 @@ const info = {
|
|
|
14903
15033
|
primary_color_hex: '#000000',
|
|
14904
15034
|
dark_mode: false
|
|
14905
15035
|
}
|
|
14906
|
-
}]
|
|
15036
|
+
}],
|
|
15037
|
+
coingecko_id: 'saga-2'
|
|
14907
15038
|
},
|
|
14908
15039
|
{
|
|
14909
15040
|
description: '$ATOM to $1,000 LFG!!',
|
|
@@ -14988,7 +15119,8 @@ const info = {
|
|
|
14988
15119
|
primary_color_hex: '#046ffc'
|
|
14989
15120
|
}
|
|
14990
15121
|
}],
|
|
14991
|
-
keywords: ['osmosis_unlisted']
|
|
15122
|
+
keywords: ['osmosis_unlisted'],
|
|
15123
|
+
coingecko_id: 'shido-2'
|
|
14992
15124
|
},
|
|
14993
15125
|
{
|
|
14994
15126
|
description: 'Decentralized Machine Learning',
|
|
@@ -15073,7 +15205,8 @@ const info = {
|
|
|
15073
15205
|
theme: {
|
|
15074
15206
|
primary_color_hex: '#eacea5'
|
|
15075
15207
|
}
|
|
15076
|
-
}]
|
|
15208
|
+
}],
|
|
15209
|
+
coingecko_id: 'hava-coin'
|
|
15077
15210
|
},
|
|
15078
15211
|
{
|
|
15079
15212
|
description: 'OnE mEmEcOiN tO cOnNeCt oL ImBeCiles - aNd in Da Cosmos BiNd DeM',
|
|
@@ -15189,7 +15322,8 @@ const info = {
|
|
|
15189
15322
|
theme: {
|
|
15190
15323
|
primary_color_hex: '#4056e9'
|
|
15191
15324
|
}
|
|
15192
|
-
}]
|
|
15325
|
+
}],
|
|
15326
|
+
coingecko_id: 'astroport-fi'
|
|
15193
15327
|
},
|
|
15194
15328
|
{
|
|
15195
15329
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
@@ -16090,7 +16224,8 @@ const info = {
|
|
|
16090
16224
|
socials: {
|
|
16091
16225
|
website: 'https://ai.nim.network/',
|
|
16092
16226
|
twitter: 'https://twitter.com/nim_network'
|
|
16093
|
-
}
|
|
16227
|
+
},
|
|
16228
|
+
coingecko_id: 'nim-network'
|
|
16094
16229
|
},
|
|
16095
16230
|
{
|
|
16096
16231
|
description: 'The native token of SEDA Chain.',
|
|
@@ -16133,7 +16268,8 @@ const info = {
|
|
|
16133
16268
|
theme: {
|
|
16134
16269
|
primary_color_hex: '#8178d1'
|
|
16135
16270
|
}
|
|
16136
|
-
}]
|
|
16271
|
+
}],
|
|
16272
|
+
coingecko_id: 'seda-2'
|
|
16137
16273
|
},
|
|
16138
16274
|
{
|
|
16139
16275
|
description: 'Cosmos Airdrop Chat',
|
|
@@ -17981,7 +18117,8 @@ const info = {
|
|
|
17981
18117
|
theme: {
|
|
17982
18118
|
primary_color_hex: '#e40474'
|
|
17983
18119
|
}
|
|
17984
|
-
}]
|
|
18120
|
+
}],
|
|
18121
|
+
coingecko_id: 'stride-staked-islm'
|
|
17985
18122
|
},
|
|
17986
18123
|
{
|
|
17987
18124
|
description: 'The native token of Mande Network.',
|
|
@@ -18045,7 +18182,8 @@ const info = {
|
|
|
18045
18182
|
socials: {
|
|
18046
18183
|
website: 'https://mande.network/',
|
|
18047
18184
|
twitter: 'https://twitter.com/MandeNetwork'
|
|
18048
|
-
}
|
|
18185
|
+
},
|
|
18186
|
+
coingecko_id: 'mande-network'
|
|
18049
18187
|
},
|
|
18050
18188
|
{
|
|
18051
18189
|
description: 'The native token of Neutaro',
|
|
@@ -18088,7 +18226,8 @@ const info = {
|
|
|
18088
18226
|
theme: {
|
|
18089
18227
|
primary_color_hex: '#cbfb06'
|
|
18090
18228
|
}
|
|
18091
|
-
}]
|
|
18229
|
+
}],
|
|
18230
|
+
coingecko_id: 'neutaro'
|
|
18092
18231
|
},
|
|
18093
18232
|
{
|
|
18094
18233
|
description: 'Pepe Bruce Jenner',
|
|
@@ -18185,7 +18324,8 @@ const info = {
|
|
|
18185
18324
|
theme: {
|
|
18186
18325
|
primary_color_hex: '#142c5c'
|
|
18187
18326
|
}
|
|
18188
|
-
}]
|
|
18327
|
+
}],
|
|
18328
|
+
coingecko_id: 'ondo-us-dollar-yield'
|
|
18189
18329
|
},
|
|
18190
18330
|
{
|
|
18191
18331
|
description: 'Jacob Haertnellez Turtle. Launched by Jake\'s Personally appointed TURD Cult Leader..."NotSeanO\'Riley." TURD is going to lead the shitcoins of Cosmos! Or Rug You. It will be Jake\'s Fault. ',
|
|
@@ -18250,7 +18390,8 @@ const info = {
|
|
|
18250
18390
|
theme: {
|
|
18251
18391
|
primary_color_hex: '#1c1c1c'
|
|
18252
18392
|
}
|
|
18253
|
-
}]
|
|
18393
|
+
}],
|
|
18394
|
+
coingecko_id: 'firmachain'
|
|
18254
18395
|
},
|
|
18255
18396
|
{
|
|
18256
18397
|
description: 'An alloy of ETH asset variants on Osmosis.',
|
|
@@ -18400,7 +18541,8 @@ const info = {
|
|
|
18400
18541
|
theme: {
|
|
18401
18542
|
primary_color_hex: '#6f043e'
|
|
18402
18543
|
}
|
|
18403
|
-
}]
|
|
18544
|
+
}],
|
|
18545
|
+
coingecko_id: 'lava-network'
|
|
18404
18546
|
},
|
|
18405
18547
|
{
|
|
18406
18548
|
description: 'The native token of Penumbra.',
|
|
@@ -18753,7 +18895,8 @@ const info = {
|
|
|
18753
18895
|
theme: {
|
|
18754
18896
|
primary_color_hex: '#cb0766'
|
|
18755
18897
|
}
|
|
18756
|
-
}]
|
|
18898
|
+
}],
|
|
18899
|
+
coingecko_id: 'router-protocol-2'
|
|
18757
18900
|
},
|
|
18758
18901
|
{
|
|
18759
18902
|
description: 'An alloy of OP asset variants on Osmosis.',
|
|
@@ -19194,7 +19337,8 @@ const info = {
|
|
|
19194
19337
|
primary_color_hex: '#ffbc05',
|
|
19195
19338
|
circle: true
|
|
19196
19339
|
}
|
|
19197
|
-
}]
|
|
19340
|
+
}],
|
|
19341
|
+
coingecko_id: 'deenar-gold'
|
|
19198
19342
|
},
|
|
19199
19343
|
{
|
|
19200
19344
|
description: 'CosmoUSD',
|
|
@@ -19482,7 +19626,8 @@ const info = {
|
|
|
19482
19626
|
theme: {
|
|
19483
19627
|
primary_color_hex: '#ef4136'
|
|
19484
19628
|
}
|
|
19485
|
-
}]
|
|
19629
|
+
}],
|
|
19630
|
+
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3'
|
|
19486
19631
|
},
|
|
19487
19632
|
{
|
|
19488
19633
|
description: 'The native token of TON',
|
|
@@ -19805,7 +19950,8 @@ const info = {
|
|
|
19805
19950
|
primary_color_hex: '#0095D7',
|
|
19806
19951
|
background_color_hex: '#FFFFFF'
|
|
19807
19952
|
}
|
|
19808
|
-
}]
|
|
19953
|
+
}],
|
|
19954
|
+
coingecko_id: 'monerium-eur-money'
|
|
19809
19955
|
},
|
|
19810
19956
|
{
|
|
19811
19957
|
description: 'The native staking and governance token of Andromeda',
|
|
@@ -19846,7 +19992,8 @@ const info = {
|
|
|
19846
19992
|
theme: {
|
|
19847
19993
|
primary_color_hex: '#040404'
|
|
19848
19994
|
}
|
|
19849
|
-
}]
|
|
19995
|
+
}],
|
|
19996
|
+
coingecko_id: 'andromeda-2'
|
|
19850
19997
|
},
|
|
19851
19998
|
{
|
|
19852
19999
|
description: 'Chain-key Bitcoin bridged via Omnity Network.',
|
|
@@ -20172,7 +20319,8 @@ const info = {
|
|
|
20172
20319
|
theme: {
|
|
20173
20320
|
primary_color_hex: '#04847c'
|
|
20174
20321
|
}
|
|
20175
|
-
}]
|
|
20322
|
+
}],
|
|
20323
|
+
coingecko_id: 'stratos'
|
|
20176
20324
|
},
|
|
20177
20325
|
{
|
|
20178
20326
|
description: 'Uniswap UNI on Osmosis via Axelar',
|
|
@@ -21205,7 +21353,8 @@ const info = {
|
|
|
21205
21353
|
primary_color_hex: '#342c2c'
|
|
21206
21354
|
}
|
|
21207
21355
|
}
|
|
21208
|
-
]
|
|
21356
|
+
],
|
|
21357
|
+
coingecko_id: 'mantra-dao'
|
|
21209
21358
|
},
|
|
21210
21359
|
{
|
|
21211
21360
|
description: 'The native staking and governance token of AtomOne',
|
|
@@ -21415,7 +21564,8 @@ const info = {
|
|
|
21415
21564
|
theme: {
|
|
21416
21565
|
circle: true
|
|
21417
21566
|
}
|
|
21418
|
-
}]
|
|
21567
|
+
}],
|
|
21568
|
+
coingecko_id: 'dragon-coin-2'
|
|
21419
21569
|
},
|
|
21420
21570
|
{
|
|
21421
21571
|
description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
|
|
@@ -21525,7 +21675,8 @@ const info = {
|
|
|
21525
21675
|
base_denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom'
|
|
21526
21676
|
},
|
|
21527
21677
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
|
|
21528
|
-
}]
|
|
21678
|
+
}],
|
|
21679
|
+
coingecko_id: 'drop-staked-atom'
|
|
21529
21680
|
},
|
|
21530
21681
|
{
|
|
21531
21682
|
description: 'The Sherpa memecoin',
|
|
@@ -21692,7 +21843,8 @@ const info = {
|
|
|
21692
21843
|
base_denom: 'uxion'
|
|
21693
21844
|
},
|
|
21694
21845
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
21695
|
-
}]
|
|
21846
|
+
}],
|
|
21847
|
+
coingecko_id: 'xion-2'
|
|
21696
21848
|
},
|
|
21697
21849
|
{
|
|
21698
21850
|
description: 'An alloy of FIL asset variants on Osmosis.',
|
|
@@ -21919,7 +22071,8 @@ const info = {
|
|
|
21919
22071
|
base_denom: 'uelys'
|
|
21920
22072
|
},
|
|
21921
22073
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
21922
|
-
}]
|
|
22074
|
+
}],
|
|
22075
|
+
coingecko_id: 'elys-network'
|
|
21923
22076
|
},
|
|
21924
22077
|
{
|
|
21925
22078
|
description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
|