@chain-registry/osmosis 1.67.75 → 1.67.77
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/asset_list.js +722 -4
- package/assets.js +306 -153
- package/esm/asset_list.js +722 -4
- package/esm/assets.js +306 -153
- package/esm/testnet_assets.js +12 -6
- package/package.json +3 -3
- package/testnet_assets.js +12 -6
package/esm/assets.js
CHANGED
|
@@ -131,7 +131,8 @@ const assets = {
|
|
|
131
131
|
theme: {
|
|
132
132
|
primary_color_hex: '#2474cc'
|
|
133
133
|
}
|
|
134
|
-
}]
|
|
134
|
+
}],
|
|
135
|
+
coingecko_id: 'axlusdc'
|
|
135
136
|
},
|
|
136
137
|
{
|
|
137
138
|
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.',
|
|
@@ -204,7 +205,8 @@ const assets = {
|
|
|
204
205
|
primary_color_hex: '#303030'
|
|
205
206
|
}
|
|
206
207
|
}
|
|
207
|
-
]
|
|
208
|
+
],
|
|
209
|
+
coingecko_id: 'axlweth'
|
|
208
210
|
},
|
|
209
211
|
{
|
|
210
212
|
description: 'Wrapped Bitcoin on Axelar',
|
|
@@ -270,7 +272,8 @@ const assets = {
|
|
|
270
272
|
theme: {
|
|
271
273
|
primary_color_hex: '#41394d'
|
|
272
274
|
}
|
|
273
|
-
}]
|
|
275
|
+
}],
|
|
276
|
+
coingecko_id: 'axlwbtc'
|
|
274
277
|
},
|
|
275
278
|
{
|
|
276
279
|
description: 'Tether\'s USD stablecoin on Axelar',
|
|
@@ -339,7 +342,8 @@ const assets = {
|
|
|
339
342
|
primary_color_hex: '#009393',
|
|
340
343
|
background_color_hex: '#009393'
|
|
341
344
|
}
|
|
342
|
-
}]
|
|
345
|
+
}],
|
|
346
|
+
coingecko_id: 'axelar-usdt'
|
|
343
347
|
},
|
|
344
348
|
{
|
|
345
349
|
description: 'Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.',
|
|
@@ -499,7 +503,8 @@ const assets = {
|
|
|
499
503
|
theme: {
|
|
500
504
|
primary_color_hex: '#272d45'
|
|
501
505
|
}
|
|
502
|
-
}]
|
|
506
|
+
}],
|
|
507
|
+
coingecko_id: 'cosmos'
|
|
503
508
|
},
|
|
504
509
|
{
|
|
505
510
|
description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
|
|
@@ -542,7 +547,8 @@ const assets = {
|
|
|
542
547
|
theme: {
|
|
543
548
|
primary_color_hex: '#0c2c71'
|
|
544
549
|
}
|
|
545
|
-
}]
|
|
550
|
+
}],
|
|
551
|
+
coingecko_id: 'crypto-com-chain'
|
|
546
552
|
},
|
|
547
553
|
{
|
|
548
554
|
description: 'BNB powers the BNB Chain ecosystem and is the native coin of the BNB Beacon Chain and BNB Smart Chain.',
|
|
@@ -783,7 +789,8 @@ const assets = {
|
|
|
783
789
|
theme: {
|
|
784
790
|
primary_color_hex: '#fcdb5b'
|
|
785
791
|
}
|
|
786
|
-
}]
|
|
792
|
+
}],
|
|
793
|
+
coingecko_id: 'terra-luna'
|
|
787
794
|
},
|
|
788
795
|
{
|
|
789
796
|
description: 'The native token of JUNO Chain',
|
|
@@ -826,7 +833,8 @@ const assets = {
|
|
|
826
833
|
theme: {
|
|
827
834
|
primary_color_hex: '#fa7b7b'
|
|
828
835
|
}
|
|
829
|
-
}]
|
|
836
|
+
}],
|
|
837
|
+
coingecko_id: 'juno-network'
|
|
830
838
|
},
|
|
831
839
|
{
|
|
832
840
|
description: 'Wrapped Polkadot on Axelar',
|
|
@@ -931,7 +939,8 @@ const assets = {
|
|
|
931
939
|
theme: {
|
|
932
940
|
primary_color_hex: '#ec4c34'
|
|
933
941
|
}
|
|
934
|
-
}]
|
|
942
|
+
}],
|
|
943
|
+
coingecko_id: 'evmos'
|
|
935
944
|
},
|
|
936
945
|
{
|
|
937
946
|
description: 'The native staking and governance token of Kava',
|
|
@@ -974,7 +983,8 @@ const assets = {
|
|
|
974
983
|
theme: {
|
|
975
984
|
primary_color_hex: '#e64942'
|
|
976
985
|
}
|
|
977
|
-
}]
|
|
986
|
+
}],
|
|
987
|
+
coingecko_id: 'kava'
|
|
978
988
|
},
|
|
979
989
|
{
|
|
980
990
|
description: 'The native token of Secret Network',
|
|
@@ -1014,7 +1024,8 @@ const assets = {
|
|
|
1014
1024
|
},
|
|
1015
1025
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1016
1026
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1017
|
-
}]
|
|
1027
|
+
}],
|
|
1028
|
+
coingecko_id: 'secret'
|
|
1018
1029
|
},
|
|
1019
1030
|
{
|
|
1020
1031
|
description: 'The USD stablecoin of Terra Classic.',
|
|
@@ -1066,7 +1077,8 @@ const assets = {
|
|
|
1066
1077
|
theme: {
|
|
1067
1078
|
primary_color_hex: '#5493f2'
|
|
1068
1079
|
}
|
|
1069
|
-
}]
|
|
1080
|
+
}],
|
|
1081
|
+
coingecko_id: 'terrausd'
|
|
1070
1082
|
},
|
|
1071
1083
|
{
|
|
1072
1084
|
description: 'The native token of Stargaze',
|
|
@@ -1109,7 +1121,8 @@ const assets = {
|
|
|
1109
1121
|
theme: {
|
|
1110
1122
|
primary_color_hex: '#db2777'
|
|
1111
1123
|
}
|
|
1112
|
-
}]
|
|
1124
|
+
}],
|
|
1125
|
+
coingecko_id: 'stargaze'
|
|
1113
1126
|
},
|
|
1114
1127
|
{
|
|
1115
1128
|
description: 'The native token of Chihuahua Chain',
|
|
@@ -1152,7 +1165,8 @@ const assets = {
|
|
|
1152
1165
|
theme: {
|
|
1153
1166
|
primary_color_hex: '#343434'
|
|
1154
1167
|
}
|
|
1155
|
-
}]
|
|
1168
|
+
}],
|
|
1169
|
+
coingecko_id: 'chihuahua-token'
|
|
1156
1170
|
},
|
|
1157
1171
|
{
|
|
1158
1172
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
@@ -1197,7 +1211,8 @@ const assets = {
|
|
|
1197
1211
|
primary_color_hex: '#E59636',
|
|
1198
1212
|
background_color_hex: '#000000'
|
|
1199
1213
|
}
|
|
1200
|
-
}]
|
|
1214
|
+
}],
|
|
1215
|
+
coingecko_id: 'persistence'
|
|
1201
1216
|
},
|
|
1202
1217
|
{
|
|
1203
1218
|
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.',
|
|
@@ -1317,7 +1332,8 @@ const assets = {
|
|
|
1317
1332
|
theme: {
|
|
1318
1333
|
primary_color_hex: '#bc342c'
|
|
1319
1334
|
}
|
|
1320
|
-
}]
|
|
1335
|
+
}],
|
|
1336
|
+
coingecko_id: 'akash-network'
|
|
1321
1337
|
},
|
|
1322
1338
|
{
|
|
1323
1339
|
description: 'REGEN coin is the token for the Regen Network Platform',
|
|
@@ -1360,7 +1376,8 @@ const assets = {
|
|
|
1360
1376
|
theme: {
|
|
1361
1377
|
primary_color_hex: '#56b790'
|
|
1362
1378
|
}
|
|
1363
|
-
}]
|
|
1379
|
+
}],
|
|
1380
|
+
coingecko_id: 'regen'
|
|
1364
1381
|
},
|
|
1365
1382
|
{
|
|
1366
1383
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
@@ -1403,7 +1420,8 @@ const assets = {
|
|
|
1403
1420
|
theme: {
|
|
1404
1421
|
primary_color_hex: '#10a7ef'
|
|
1405
1422
|
}
|
|
1406
|
-
}]
|
|
1423
|
+
}],
|
|
1424
|
+
coingecko_id: 'sentinel'
|
|
1407
1425
|
},
|
|
1408
1426
|
{
|
|
1409
1427
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
@@ -1446,7 +1464,8 @@ const assets = {
|
|
|
1446
1464
|
theme: {
|
|
1447
1465
|
primary_color_hex: '#5664ad'
|
|
1448
1466
|
}
|
|
1449
|
-
}]
|
|
1467
|
+
}],
|
|
1468
|
+
coingecko_id: 'iris-network'
|
|
1450
1469
|
},
|
|
1451
1470
|
{
|
|
1452
1471
|
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
@@ -1489,7 +1508,8 @@ const assets = {
|
|
|
1489
1508
|
theme: {
|
|
1490
1509
|
primary_color_hex: '#5c64b4'
|
|
1491
1510
|
}
|
|
1492
|
-
}]
|
|
1511
|
+
}],
|
|
1512
|
+
coingecko_id: 'starname'
|
|
1493
1513
|
},
|
|
1494
1514
|
{
|
|
1495
1515
|
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.',
|
|
@@ -1532,7 +1552,8 @@ const assets = {
|
|
|
1532
1552
|
theme: {
|
|
1533
1553
|
primary_color_hex: '#caf2ea'
|
|
1534
1554
|
}
|
|
1535
|
-
}]
|
|
1555
|
+
}],
|
|
1556
|
+
coingecko_id: 'e-money'
|
|
1536
1557
|
},
|
|
1537
1558
|
{
|
|
1538
1559
|
description: 'e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.',
|
|
@@ -1575,7 +1596,8 @@ const assets = {
|
|
|
1575
1596
|
theme: {
|
|
1576
1597
|
primary_color_hex: '#f4c808'
|
|
1577
1598
|
}
|
|
1578
|
-
}]
|
|
1599
|
+
}],
|
|
1600
|
+
coingecko_id: 'e-money-eur'
|
|
1579
1601
|
},
|
|
1580
1602
|
{
|
|
1581
1603
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
@@ -1618,7 +1640,8 @@ const assets = {
|
|
|
1618
1640
|
theme: {
|
|
1619
1641
|
primary_color_hex: '#2d656c'
|
|
1620
1642
|
}
|
|
1621
|
-
}]
|
|
1643
|
+
}],
|
|
1644
|
+
coingecko_id: 'likecoin'
|
|
1622
1645
|
},
|
|
1623
1646
|
{
|
|
1624
1647
|
description: 'The native token of IXO Chain',
|
|
@@ -1661,7 +1684,8 @@ const assets = {
|
|
|
1661
1684
|
theme: {
|
|
1662
1685
|
primary_color_hex: '#2c4484'
|
|
1663
1686
|
}
|
|
1664
|
-
}]
|
|
1687
|
+
}],
|
|
1688
|
+
coingecko_id: 'ixo'
|
|
1665
1689
|
},
|
|
1666
1690
|
{
|
|
1667
1691
|
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.',
|
|
@@ -1704,7 +1728,8 @@ const assets = {
|
|
|
1704
1728
|
theme: {
|
|
1705
1729
|
primary_color_hex: '#3cc494'
|
|
1706
1730
|
}
|
|
1707
|
-
}]
|
|
1731
|
+
}],
|
|
1732
|
+
coingecko_id: 'bitcanna'
|
|
1708
1733
|
},
|
|
1709
1734
|
{
|
|
1710
1735
|
description: 'BitSong Native Token',
|
|
@@ -1747,7 +1772,8 @@ const assets = {
|
|
|
1747
1772
|
theme: {
|
|
1748
1773
|
primary_color_hex: '#c8307f'
|
|
1749
1774
|
}
|
|
1750
|
-
}]
|
|
1775
|
+
}],
|
|
1776
|
+
coingecko_id: 'bitsong'
|
|
1751
1777
|
},
|
|
1752
1778
|
{
|
|
1753
1779
|
description: 'The native token of Ki Chain',
|
|
@@ -1790,7 +1816,8 @@ const assets = {
|
|
|
1790
1816
|
theme: {
|
|
1791
1817
|
primary_color_hex: '#1c04fc'
|
|
1792
1818
|
}
|
|
1793
|
-
}]
|
|
1819
|
+
}],
|
|
1820
|
+
coingecko_id: 'ki'
|
|
1794
1821
|
},
|
|
1795
1822
|
{
|
|
1796
1823
|
description: 'Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem',
|
|
@@ -1833,7 +1860,8 @@ const assets = {
|
|
|
1833
1860
|
theme: {
|
|
1834
1861
|
primary_color_hex: '#2474ec'
|
|
1835
1862
|
}
|
|
1836
|
-
}]
|
|
1863
|
+
}],
|
|
1864
|
+
coingecko_id: 'medibloc'
|
|
1837
1865
|
},
|
|
1838
1866
|
{
|
|
1839
1867
|
description: 'The staking token of Bostrom',
|
|
@@ -1873,7 +1901,8 @@ const assets = {
|
|
|
1873
1901
|
theme: {
|
|
1874
1902
|
primary_color_hex: '#4cea4e'
|
|
1875
1903
|
}
|
|
1876
|
-
}]
|
|
1904
|
+
}],
|
|
1905
|
+
coingecko_id: 'bostrom'
|
|
1877
1906
|
},
|
|
1878
1907
|
{
|
|
1879
1908
|
description: 'Native Token of Comdex Protocol',
|
|
@@ -1916,7 +1945,8 @@ const assets = {
|
|
|
1916
1945
|
theme: {
|
|
1917
1946
|
primary_color_hex: '#fc4454'
|
|
1918
1947
|
}
|
|
1919
|
-
}]
|
|
1948
|
+
}],
|
|
1949
|
+
coingecko_id: 'comdex'
|
|
1920
1950
|
},
|
|
1921
1951
|
{
|
|
1922
1952
|
description: 'Native token for the cheqd network',
|
|
@@ -1959,7 +1989,8 @@ const assets = {
|
|
|
1959
1989
|
theme: {
|
|
1960
1990
|
primary_color_hex: '#fc5f04'
|
|
1961
1991
|
}
|
|
1962
|
-
}]
|
|
1992
|
+
}],
|
|
1993
|
+
coingecko_id: 'cheqd-network'
|
|
1963
1994
|
},
|
|
1964
1995
|
{
|
|
1965
1996
|
description: 'Native token of the Lum Network',
|
|
@@ -2002,7 +2033,8 @@ const assets = {
|
|
|
2002
2033
|
theme: {
|
|
2003
2034
|
primary_color_hex: '#080808'
|
|
2004
2035
|
}
|
|
2005
|
-
}]
|
|
2036
|
+
}],
|
|
2037
|
+
coingecko_id: 'lum-network'
|
|
2006
2038
|
},
|
|
2007
2039
|
{
|
|
2008
2040
|
description: 'The native token of Vidulum',
|
|
@@ -2056,7 +2088,8 @@ const assets = {
|
|
|
2056
2088
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
2057
2089
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
|
|
2058
2090
|
}],
|
|
2059
|
-
keywords: ['osmosis_unstable']
|
|
2091
|
+
keywords: ['osmosis_unstable'],
|
|
2092
|
+
coingecko_id: 'vidulum'
|
|
2060
2093
|
},
|
|
2061
2094
|
{
|
|
2062
2095
|
description: 'The native token of Desmos',
|
|
@@ -2099,7 +2132,8 @@ const assets = {
|
|
|
2099
2132
|
theme: {
|
|
2100
2133
|
primary_color_hex: '#fb804e'
|
|
2101
2134
|
}
|
|
2102
|
-
}]
|
|
2135
|
+
}],
|
|
2136
|
+
coingecko_id: 'desmos'
|
|
2103
2137
|
},
|
|
2104
2138
|
{
|
|
2105
2139
|
description: 'Native token of Dig Chain',
|
|
@@ -2192,7 +2226,8 @@ const assets = {
|
|
|
2192
2226
|
theme: {
|
|
2193
2227
|
primary_color_hex: '#f36353'
|
|
2194
2228
|
}
|
|
2195
|
-
}]
|
|
2229
|
+
}],
|
|
2230
|
+
coingecko_id: 'sommelier'
|
|
2196
2231
|
},
|
|
2197
2232
|
{
|
|
2198
2233
|
description: 'The native token of BandChain',
|
|
@@ -2235,7 +2270,8 @@ const assets = {
|
|
|
2235
2270
|
theme: {
|
|
2236
2271
|
primary_color_hex: '#4424e4'
|
|
2237
2272
|
}
|
|
2238
|
-
}]
|
|
2273
|
+
}],
|
|
2274
|
+
coingecko_id: 'band-protocol'
|
|
2239
2275
|
},
|
|
2240
2276
|
{
|
|
2241
2277
|
description: 'The native token of Konstellation Network',
|
|
@@ -2279,7 +2315,8 @@ const assets = {
|
|
|
2279
2315
|
primary_color_hex: '#042a61'
|
|
2280
2316
|
}
|
|
2281
2317
|
}],
|
|
2282
|
-
keywords: ['osmosis_unstable']
|
|
2318
|
+
keywords: ['osmosis_unstable'],
|
|
2319
|
+
coingecko_id: 'darcmatter-coin'
|
|
2283
2320
|
},
|
|
2284
2321
|
{
|
|
2285
2322
|
description: 'The native token of Umee',
|
|
@@ -2322,7 +2359,8 @@ const assets = {
|
|
|
2322
2359
|
theme: {
|
|
2323
2360
|
primary_color_hex: '#22f2e9'
|
|
2324
2361
|
}
|
|
2325
|
-
}]
|
|
2362
|
+
}],
|
|
2363
|
+
coingecko_id: 'umee'
|
|
2326
2364
|
},
|
|
2327
2365
|
{
|
|
2328
2366
|
description: 'The native token of Gravity Bridge',
|
|
@@ -2365,7 +2403,8 @@ const assets = {
|
|
|
2365
2403
|
theme: {
|
|
2366
2404
|
primary_color_hex: '#042ca4'
|
|
2367
2405
|
}
|
|
2368
|
-
}]
|
|
2406
|
+
}],
|
|
2407
|
+
coingecko_id: 'graviton'
|
|
2369
2408
|
},
|
|
2370
2409
|
{
|
|
2371
2410
|
description: 'The native token of Decentr',
|
|
@@ -2408,7 +2447,8 @@ const assets = {
|
|
|
2408
2447
|
theme: {
|
|
2409
2448
|
primary_color_hex: '#4678e9'
|
|
2410
2449
|
}
|
|
2411
|
-
}]
|
|
2450
|
+
}],
|
|
2451
|
+
coingecko_id: 'decentr'
|
|
2412
2452
|
},
|
|
2413
2453
|
{
|
|
2414
2454
|
description: 'The native token cw20 for Marble DAO on Juno Chain',
|
|
@@ -2497,7 +2537,8 @@ const assets = {
|
|
|
2497
2537
|
theme: {
|
|
2498
2538
|
primary_color_hex: '#a5edf2'
|
|
2499
2539
|
}
|
|
2500
|
-
}]
|
|
2540
|
+
}],
|
|
2541
|
+
coingecko_id: 'switcheo'
|
|
2501
2542
|
},
|
|
2502
2543
|
{
|
|
2503
2544
|
description: 'The native token of Cerberus Chain',
|
|
@@ -2541,7 +2582,8 @@ const assets = {
|
|
|
2541
2582
|
primary_color_hex: '#c6c6c9'
|
|
2542
2583
|
}
|
|
2543
2584
|
}],
|
|
2544
|
-
keywords: ['osmosis_unstable']
|
|
2585
|
+
keywords: ['osmosis_unstable'],
|
|
2586
|
+
coingecko_id: 'cerberus-2'
|
|
2545
2587
|
},
|
|
2546
2588
|
{
|
|
2547
2589
|
description: 'The native staking and governance token of the Fetch Hub.',
|
|
@@ -2584,7 +2626,8 @@ const assets = {
|
|
|
2584
2626
|
theme: {
|
|
2585
2627
|
primary_color_hex: '#1c2444'
|
|
2586
2628
|
}
|
|
2587
|
-
}]
|
|
2629
|
+
}],
|
|
2630
|
+
coingecko_id: 'fetch-ai'
|
|
2588
2631
|
},
|
|
2589
2632
|
{
|
|
2590
2633
|
description: 'The native token of Asset Mantle',
|
|
@@ -2627,7 +2670,8 @@ const assets = {
|
|
|
2627
2670
|
theme: {
|
|
2628
2671
|
primary_color_hex: '#fbab30'
|
|
2629
2672
|
}
|
|
2630
|
-
}]
|
|
2673
|
+
}],
|
|
2674
|
+
coingecko_id: 'assetmantle'
|
|
2631
2675
|
},
|
|
2632
2676
|
{
|
|
2633
2677
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
@@ -2672,7 +2716,8 @@ const assets = {
|
|
|
2672
2716
|
theme: {
|
|
2673
2717
|
primary_color_hex: '#f87b7b'
|
|
2674
2718
|
}
|
|
2675
|
-
}]
|
|
2719
|
+
}],
|
|
2720
|
+
coingecko_id: 'neta'
|
|
2676
2721
|
},
|
|
2677
2722
|
{
|
|
2678
2723
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
@@ -2715,7 +2760,8 @@ const assets = {
|
|
|
2715
2760
|
theme: {
|
|
2716
2761
|
primary_color_hex: '#04a2fc'
|
|
2717
2762
|
}
|
|
2718
|
-
}]
|
|
2763
|
+
}],
|
|
2764
|
+
coingecko_id: 'injective-protocol'
|
|
2719
2765
|
},
|
|
2720
2766
|
{
|
|
2721
2767
|
description: 'The KRW stablecoin of Terra Classic.',
|
|
@@ -2854,7 +2900,8 @@ const assets = {
|
|
|
2854
2900
|
theme: {
|
|
2855
2901
|
primary_color_hex: '#be9926'
|
|
2856
2902
|
}
|
|
2857
|
-
}]
|
|
2903
|
+
}],
|
|
2904
|
+
coingecko_id: 'sifchain'
|
|
2858
2905
|
},
|
|
2859
2906
|
{
|
|
2860
2907
|
description: 'The native token of Shentu',
|
|
@@ -2897,7 +2944,8 @@ const assets = {
|
|
|
2897
2944
|
theme: {
|
|
2898
2945
|
primary_color_hex: '#e4ac4c'
|
|
2899
2946
|
}
|
|
2900
|
-
}]
|
|
2947
|
+
}],
|
|
2948
|
+
coingecko_id: 'certik'
|
|
2901
2949
|
},
|
|
2902
2950
|
{
|
|
2903
2951
|
description: 'Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.',
|
|
@@ -2994,7 +3042,8 @@ const assets = {
|
|
|
2994
3042
|
theme: {
|
|
2995
3043
|
primary_color_hex: '#070f0e'
|
|
2996
3044
|
}
|
|
2997
|
-
}]
|
|
3045
|
+
}],
|
|
3046
|
+
coingecko_id: 'racoon'
|
|
2998
3047
|
},
|
|
2999
3048
|
{
|
|
3000
3049
|
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.',
|
|
@@ -3621,7 +3670,8 @@ const assets = {
|
|
|
3621
3670
|
theme: {
|
|
3622
3671
|
primary_color_hex: '#b7dcd8'
|
|
3623
3672
|
}
|
|
3624
|
-
}]
|
|
3673
|
+
}],
|
|
3674
|
+
coingecko_id: 'meme-network'
|
|
3625
3675
|
},
|
|
3626
3676
|
{
|
|
3627
3677
|
description: 'Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!',
|
|
@@ -3750,7 +3800,8 @@ const assets = {
|
|
|
3750
3800
|
theme: {
|
|
3751
3801
|
primary_color_hex: '#f4de6f'
|
|
3752
3802
|
}
|
|
3753
|
-
}]
|
|
3803
|
+
}],
|
|
3804
|
+
coingecko_id: 'terra-luna-2'
|
|
3754
3805
|
},
|
|
3755
3806
|
{
|
|
3756
3807
|
description: 'Native token of Rizon Chain',
|
|
@@ -3793,7 +3844,8 @@ const assets = {
|
|
|
3793
3844
|
theme: {
|
|
3794
3845
|
primary_color_hex: '#2b1c54'
|
|
3795
3846
|
}
|
|
3796
|
-
}]
|
|
3847
|
+
}],
|
|
3848
|
+
coingecko_id: 'rizon'
|
|
3797
3849
|
},
|
|
3798
3850
|
{
|
|
3799
3851
|
description: 'Governance token of Kava Lend Protocol',
|
|
@@ -3836,7 +3888,8 @@ const assets = {
|
|
|
3836
3888
|
theme: {
|
|
3837
3889
|
primary_color_hex: '#7b34ac'
|
|
3838
3890
|
}
|
|
3839
|
-
}]
|
|
3891
|
+
}],
|
|
3892
|
+
coingecko_id: 'kava-lend'
|
|
3840
3893
|
},
|
|
3841
3894
|
{
|
|
3842
3895
|
description: 'Governance token of Kava Swap Protocol',
|
|
@@ -3879,7 +3932,8 @@ const assets = {
|
|
|
3879
3932
|
theme: {
|
|
3880
3933
|
primary_color_hex: '#544cfc'
|
|
3881
3934
|
}
|
|
3882
|
-
}]
|
|
3935
|
+
}],
|
|
3936
|
+
coingecko_id: 'kava-swap'
|
|
3883
3937
|
},
|
|
3884
3938
|
{
|
|
3885
3939
|
description: 'A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.',
|
|
@@ -4266,7 +4320,8 @@ const assets = {
|
|
|
4266
4320
|
theme: {
|
|
4267
4321
|
primary_color_hex: '#e33b34'
|
|
4268
4322
|
}
|
|
4269
|
-
}]
|
|
4323
|
+
}],
|
|
4324
|
+
coingecko_id: 'kujira'
|
|
4270
4325
|
},
|
|
4271
4326
|
{
|
|
4272
4327
|
description: 'The native token of Tgrade',
|
|
@@ -4828,7 +4883,8 @@ const assets = {
|
|
|
4828
4883
|
primary_color_hex: '#000000'
|
|
4829
4884
|
}
|
|
4830
4885
|
}
|
|
4831
|
-
]
|
|
4886
|
+
],
|
|
4887
|
+
coingecko_id: 'oraichain-token'
|
|
4832
4888
|
},
|
|
4833
4889
|
{
|
|
4834
4890
|
description: 'The native token of the Cudos blockchain',
|
|
@@ -4871,7 +4927,8 @@ const assets = {
|
|
|
4871
4927
|
theme: {
|
|
4872
4928
|
primary_color_hex: '#5d95ec'
|
|
4873
4929
|
}
|
|
4874
|
-
}]
|
|
4930
|
+
}],
|
|
4931
|
+
coingecko_id: 'cudos'
|
|
4875
4932
|
},
|
|
4876
4933
|
{
|
|
4877
4934
|
description: 'The native stablecoin of Kava',
|
|
@@ -4914,7 +4971,8 @@ const assets = {
|
|
|
4914
4971
|
theme: {
|
|
4915
4972
|
primary_color_hex: '#04d4a3'
|
|
4916
4973
|
}
|
|
4917
|
-
}]
|
|
4974
|
+
}],
|
|
4975
|
+
coingecko_id: 'usdx'
|
|
4918
4976
|
},
|
|
4919
4977
|
{
|
|
4920
4978
|
description: 'BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.',
|
|
@@ -4957,7 +5015,8 @@ const assets = {
|
|
|
4957
5015
|
theme: {
|
|
4958
5016
|
primary_color_hex: '#c42b44'
|
|
4959
5017
|
}
|
|
4960
|
-
}]
|
|
5018
|
+
}],
|
|
5019
|
+
coingecko_id: 'agoric'
|
|
4961
5020
|
},
|
|
4962
5021
|
{
|
|
4963
5022
|
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
@@ -5000,7 +5059,8 @@ const assets = {
|
|
|
5000
5059
|
theme: {
|
|
5001
5060
|
primary_color_hex: '#d485e2'
|
|
5002
5061
|
}
|
|
5003
|
-
}]
|
|
5062
|
+
}],
|
|
5063
|
+
coingecko_id: 'inter-stable-token'
|
|
5004
5064
|
},
|
|
5005
5065
|
{
|
|
5006
5066
|
description: 'Staking derivative seJUNO for staked JUNO',
|
|
@@ -5133,7 +5193,8 @@ const assets = {
|
|
|
5133
5193
|
theme: {
|
|
5134
5194
|
primary_color_hex: '#e4047c'
|
|
5135
5195
|
}
|
|
5136
|
-
}]
|
|
5196
|
+
}],
|
|
5197
|
+
coingecko_id: 'stride'
|
|
5137
5198
|
},
|
|
5138
5199
|
{
|
|
5139
5200
|
denom_units: [{
|
|
@@ -5182,7 +5243,8 @@ const assets = {
|
|
|
5182
5243
|
theme: {
|
|
5183
5244
|
primary_color_hex: '#e40474'
|
|
5184
5245
|
}
|
|
5185
|
-
}]
|
|
5246
|
+
}],
|
|
5247
|
+
coingecko_id: 'stride-staked-atom'
|
|
5186
5248
|
},
|
|
5187
5249
|
{
|
|
5188
5250
|
denom_units: [{
|
|
@@ -5231,7 +5293,8 @@ const assets = {
|
|
|
5231
5293
|
theme: {
|
|
5232
5294
|
primary_color_hex: '#e40474'
|
|
5233
5295
|
}
|
|
5234
|
-
}]
|
|
5296
|
+
}],
|
|
5297
|
+
coingecko_id: 'stride-staked-stars'
|
|
5235
5298
|
},
|
|
5236
5299
|
{
|
|
5237
5300
|
description: 'Solarbank DAO Governance Token for speeding up the shift to renewable and green energy',
|
|
@@ -5364,7 +5427,8 @@ const assets = {
|
|
|
5364
5427
|
theme: {
|
|
5365
5428
|
primary_color_hex: '#040404'
|
|
5366
5429
|
}
|
|
5367
|
-
}]
|
|
5430
|
+
}],
|
|
5431
|
+
coingecko_id: 'axelar'
|
|
5368
5432
|
},
|
|
5369
5433
|
{
|
|
5370
5434
|
description: 'REBUS, the native coin of the Rebus chain.',
|
|
@@ -5407,7 +5471,8 @@ const assets = {
|
|
|
5407
5471
|
theme: {
|
|
5408
5472
|
primary_color_hex: '#e75486'
|
|
5409
5473
|
}
|
|
5410
|
-
}]
|
|
5474
|
+
}],
|
|
5475
|
+
coingecko_id: 'rebus'
|
|
5411
5476
|
},
|
|
5412
5477
|
{
|
|
5413
5478
|
description: 'The native token of Teritori',
|
|
@@ -5450,7 +5515,8 @@ const assets = {
|
|
|
5450
5515
|
theme: {
|
|
5451
5516
|
primary_color_hex: '#040404'
|
|
5452
5517
|
}
|
|
5453
|
-
}]
|
|
5518
|
+
}],
|
|
5519
|
+
coingecko_id: 'teritori'
|
|
5454
5520
|
},
|
|
5455
5521
|
{
|
|
5456
5522
|
denom_units: [{
|
|
@@ -5499,7 +5565,8 @@ const assets = {
|
|
|
5499
5565
|
theme: {
|
|
5500
5566
|
primary_color_hex: '#e40474'
|
|
5501
5567
|
}
|
|
5502
|
-
}]
|
|
5568
|
+
}],
|
|
5569
|
+
coingecko_id: 'stride-staked-juno'
|
|
5503
5570
|
},
|
|
5504
5571
|
{
|
|
5505
5572
|
denom_units: [{
|
|
@@ -5548,7 +5615,8 @@ const assets = {
|
|
|
5548
5615
|
theme: {
|
|
5549
5616
|
primary_color_hex: '#e40474'
|
|
5550
5617
|
}
|
|
5551
|
-
}]
|
|
5618
|
+
}],
|
|
5619
|
+
coingecko_id: 'stride-staked-osmo'
|
|
5552
5620
|
},
|
|
5553
5621
|
{
|
|
5554
5622
|
description: 'The native token cw20 for MuseDAO on Juno Chain',
|
|
@@ -5634,7 +5702,8 @@ const assets = {
|
|
|
5634
5702
|
theme: {
|
|
5635
5703
|
primary_color_hex: '#e41c54'
|
|
5636
5704
|
}
|
|
5637
|
-
}]
|
|
5705
|
+
}],
|
|
5706
|
+
coingecko_id: 'lambda'
|
|
5638
5707
|
},
|
|
5639
5708
|
{
|
|
5640
5709
|
description: 'The native over-collateralized stablecoin from the Kujira chain.',
|
|
@@ -5677,7 +5746,8 @@ const assets = {
|
|
|
5677
5746
|
theme: {
|
|
5678
5747
|
primary_color_hex: '#2e363f'
|
|
5679
5748
|
}
|
|
5680
|
-
}]
|
|
5749
|
+
}],
|
|
5750
|
+
coingecko_id: 'usk'
|
|
5681
5751
|
},
|
|
5682
5752
|
{
|
|
5683
5753
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
@@ -5720,7 +5790,8 @@ const assets = {
|
|
|
5720
5790
|
theme: {
|
|
5721
5791
|
primary_color_hex: '#2279c0'
|
|
5722
5792
|
}
|
|
5723
|
-
}]
|
|
5793
|
+
}],
|
|
5794
|
+
coingecko_id: 'unification'
|
|
5724
5795
|
},
|
|
5725
5796
|
{
|
|
5726
5797
|
description: 'The native staking and governance token of Jackal.',
|
|
@@ -5763,7 +5834,8 @@ const assets = {
|
|
|
5763
5834
|
theme: {
|
|
5764
5835
|
primary_color_hex: '#dbdbcb'
|
|
5765
5836
|
}
|
|
5766
|
-
}]
|
|
5837
|
+
}],
|
|
5838
|
+
coingecko_id: 'jackal-protocol'
|
|
5767
5839
|
},
|
|
5768
5840
|
{
|
|
5769
5841
|
description: 'The native token cw20 for Alter on Secret Network',
|
|
@@ -5808,7 +5880,8 @@ const assets = {
|
|
|
5808
5880
|
theme: {
|
|
5809
5881
|
primary_color_hex: '#694c90'
|
|
5810
5882
|
}
|
|
5811
|
-
}]
|
|
5883
|
+
}],
|
|
5884
|
+
coingecko_id: 'alter'
|
|
5812
5885
|
},
|
|
5813
5886
|
{
|
|
5814
5887
|
description: 'The native token cw20 for Button on Secret Network',
|
|
@@ -5939,7 +6012,8 @@ const assets = {
|
|
|
5939
6012
|
theme: {
|
|
5940
6013
|
primary_color_hex: '#2c2c2c'
|
|
5941
6014
|
}
|
|
5942
|
-
}]
|
|
6015
|
+
}],
|
|
6016
|
+
coingecko_id: 'sienna'
|
|
5943
6017
|
},
|
|
5944
6018
|
{
|
|
5945
6019
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
@@ -5984,7 +6058,8 @@ const assets = {
|
|
|
5984
6058
|
theme: {
|
|
5985
6059
|
primary_color_hex: '#b8a2dc'
|
|
5986
6060
|
}
|
|
5987
|
-
}]
|
|
6061
|
+
}],
|
|
6062
|
+
coingecko_id: 'stkd-scrt'
|
|
5988
6063
|
},
|
|
5989
6064
|
{
|
|
5990
6065
|
description: 'BeeZee native blockchain',
|
|
@@ -6027,7 +6102,8 @@ const assets = {
|
|
|
6027
6102
|
theme: {
|
|
6028
6103
|
primary_color_hex: '#079fd7'
|
|
6029
6104
|
}
|
|
6030
|
-
}]
|
|
6105
|
+
}],
|
|
6106
|
+
coingecko_id: 'bzedge'
|
|
6031
6107
|
},
|
|
6032
6108
|
{
|
|
6033
6109
|
description: 'The native token cw20 for Fanfury on Juno Chain',
|
|
@@ -6163,7 +6239,8 @@ const assets = {
|
|
|
6163
6239
|
theme: {
|
|
6164
6240
|
primary_color_hex: '#040404'
|
|
6165
6241
|
}
|
|
6166
|
-
}]
|
|
6242
|
+
}],
|
|
6243
|
+
coingecko_id: 'composite'
|
|
6167
6244
|
},
|
|
6168
6245
|
{
|
|
6169
6246
|
description: 'The native EVM, governance and staking token of the Imversed',
|
|
@@ -6299,7 +6376,8 @@ const assets = {
|
|
|
6299
6376
|
socials: {
|
|
6300
6377
|
website: 'https://posthuman.digital/',
|
|
6301
6378
|
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
6302
|
-
}
|
|
6379
|
+
},
|
|
6380
|
+
coingecko_id: 'posthuman'
|
|
6303
6381
|
},
|
|
6304
6382
|
{
|
|
6305
6383
|
description: 'The native token cw20 for Amber on Secret Network',
|
|
@@ -6393,7 +6471,8 @@ const assets = {
|
|
|
6393
6471
|
'stablecoin',
|
|
6394
6472
|
'bridge',
|
|
6395
6473
|
'staking'
|
|
6396
|
-
]
|
|
6474
|
+
],
|
|
6475
|
+
coingecko_id: 'onomy-protocol'
|
|
6397
6476
|
},
|
|
6398
6477
|
{
|
|
6399
6478
|
description: 'PSTAKE Liquid-Staked ATOM',
|
|
@@ -6444,7 +6523,8 @@ const assets = {
|
|
|
6444
6523
|
theme: {
|
|
6445
6524
|
primary_color_hex: '#c4444c'
|
|
6446
6525
|
}
|
|
6447
|
-
}]
|
|
6526
|
+
}],
|
|
6527
|
+
coingecko_id: 'stkatom'
|
|
6448
6528
|
},
|
|
6449
6529
|
{
|
|
6450
6530
|
description: 'The native staking and governance token of the Dyson Protocol',
|
|
@@ -6615,7 +6695,8 @@ const assets = {
|
|
|
6615
6695
|
theme: {
|
|
6616
6696
|
primary_color_hex: '#d4f3fb'
|
|
6617
6697
|
}
|
|
6618
|
-
}]
|
|
6698
|
+
}],
|
|
6699
|
+
coingecko_id: 'planq'
|
|
6619
6700
|
},
|
|
6620
6701
|
{
|
|
6621
6702
|
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.',
|
|
@@ -6722,7 +6803,8 @@ const assets = {
|
|
|
6722
6803
|
theme: {
|
|
6723
6804
|
primary_color_hex: '#1c1f1f'
|
|
6724
6805
|
}
|
|
6725
|
-
}]
|
|
6806
|
+
}],
|
|
6807
|
+
coingecko_id: 'canto'
|
|
6726
6808
|
},
|
|
6727
6809
|
{
|
|
6728
6810
|
description: 'Quicksilver Liquid Staked STARS',
|
|
@@ -7020,7 +7102,8 @@ const assets = {
|
|
|
7020
7102
|
theme: {
|
|
7021
7103
|
primary_color_hex: '#000000'
|
|
7022
7104
|
}
|
|
7023
|
-
}]
|
|
7105
|
+
}],
|
|
7106
|
+
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3'
|
|
7024
7107
|
},
|
|
7025
7108
|
{
|
|
7026
7109
|
description: 'Ciento Exchange Token',
|
|
@@ -7480,7 +7563,8 @@ const assets = {
|
|
|
7480
7563
|
theme: {
|
|
7481
7564
|
primary_color_hex: '#b2b2b2'
|
|
7482
7565
|
}
|
|
7483
|
-
}]
|
|
7566
|
+
}],
|
|
7567
|
+
coingecko_id: 'quicksilver'
|
|
7484
7568
|
},
|
|
7485
7569
|
{
|
|
7486
7570
|
description: 'The native token of Arkhadian',
|
|
@@ -7880,7 +7964,8 @@ const assets = {
|
|
|
7880
7964
|
theme: {
|
|
7881
7965
|
primary_color_hex: '#171c25'
|
|
7882
7966
|
}
|
|
7883
|
-
}]
|
|
7967
|
+
}],
|
|
7968
|
+
coingecko_id: 'toucan-protocol-nature-carbon-tonne'
|
|
7884
7969
|
},
|
|
7885
7970
|
{
|
|
7886
7971
|
description: 'Celestims',
|
|
@@ -8224,7 +8309,8 @@ const assets = {
|
|
|
8224
8309
|
theme: {
|
|
8225
8310
|
primary_color_hex: '#c33635'
|
|
8226
8311
|
}
|
|
8227
|
-
}]
|
|
8312
|
+
}],
|
|
8313
|
+
coingecko_id: 'omniflix-network'
|
|
8228
8314
|
},
|
|
8229
8315
|
{
|
|
8230
8316
|
description: 'Spacer',
|
|
@@ -8355,7 +8441,8 @@ const assets = {
|
|
|
8355
8441
|
theme: {
|
|
8356
8442
|
primary_color_hex: '#3142fc'
|
|
8357
8443
|
}
|
|
8358
|
-
}]
|
|
8444
|
+
}],
|
|
8445
|
+
coingecko_id: 'silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2'
|
|
8359
8446
|
},
|
|
8360
8447
|
{
|
|
8361
8448
|
description: 'Mille: the 1000th token on osmosis',
|
|
@@ -8600,7 +8687,8 @@ const assets = {
|
|
|
8600
8687
|
theme: {
|
|
8601
8688
|
primary_color_hex: '#342c52'
|
|
8602
8689
|
}
|
|
8603
|
-
}]
|
|
8690
|
+
}],
|
|
8691
|
+
coingecko_id: 'shade-protocol'
|
|
8604
8692
|
},
|
|
8605
8693
|
{
|
|
8606
8694
|
description: 'The native token of Bluzelle',
|
|
@@ -8645,7 +8733,8 @@ const assets = {
|
|
|
8645
8733
|
primary_color_hex: '#708ffc'
|
|
8646
8734
|
}
|
|
8647
8735
|
}],
|
|
8648
|
-
keywords: ['bluzelle', 'game']
|
|
8736
|
+
keywords: ['bluzelle', 'game'],
|
|
8737
|
+
coingecko_id: 'bluzelle'
|
|
8649
8738
|
},
|
|
8650
8739
|
{
|
|
8651
8740
|
description: 'Native token of Arbitrum',
|
|
@@ -9155,7 +9244,8 @@ const assets = {
|
|
|
9155
9244
|
theme: {
|
|
9156
9245
|
primary_color_hex: '#2e154d'
|
|
9157
9246
|
}
|
|
9158
|
-
}]
|
|
9247
|
+
}],
|
|
9248
|
+
coingecko_id: 'gitopia'
|
|
9159
9249
|
},
|
|
9160
9250
|
{
|
|
9161
9251
|
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',
|
|
@@ -9198,7 +9288,8 @@ const assets = {
|
|
|
9198
9288
|
theme: {
|
|
9199
9289
|
primary_color_hex: '#f3f313'
|
|
9200
9290
|
}
|
|
9201
|
-
}]
|
|
9291
|
+
}],
|
|
9292
|
+
coingecko_id: 'lion-dao'
|
|
9202
9293
|
},
|
|
9203
9294
|
{
|
|
9204
9295
|
denom_units: [{
|
|
@@ -9247,7 +9338,8 @@ const assets = {
|
|
|
9247
9338
|
theme: {
|
|
9248
9339
|
primary_color_hex: '#fbd9e9'
|
|
9249
9340
|
}
|
|
9250
|
-
}]
|
|
9341
|
+
}],
|
|
9342
|
+
coingecko_id: 'stride-staked-umee'
|
|
9251
9343
|
},
|
|
9252
9344
|
{
|
|
9253
9345
|
denom_units: [{
|
|
@@ -9316,7 +9408,8 @@ const assets = {
|
|
|
9316
9408
|
theme: {
|
|
9317
9409
|
primary_color_hex: '#fc542c'
|
|
9318
9410
|
}
|
|
9319
|
-
}]
|
|
9411
|
+
}],
|
|
9412
|
+
coingecko_id: 'nolus'
|
|
9320
9413
|
},
|
|
9321
9414
|
{
|
|
9322
9415
|
description: 'Lion Cub DAO is a useless meme community DAO on Terra',
|
|
@@ -9447,7 +9540,8 @@ const assets = {
|
|
|
9447
9540
|
background_color_hex: '#000000',
|
|
9448
9541
|
circle: true
|
|
9449
9542
|
}
|
|
9450
|
-
}]
|
|
9543
|
+
}],
|
|
9544
|
+
coingecko_id: 'neutron-3'
|
|
9451
9545
|
},
|
|
9452
9546
|
{
|
|
9453
9547
|
description: 'An innovative DAO dedicated to housing the most vulnerable',
|
|
@@ -9535,7 +9629,8 @@ const assets = {
|
|
|
9535
9629
|
base_denom: 'ppica'
|
|
9536
9630
|
},
|
|
9537
9631
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
9538
|
-
}]
|
|
9632
|
+
}],
|
|
9633
|
+
coingecko_id: 'picasso'
|
|
9539
9634
|
},
|
|
9540
9635
|
{
|
|
9541
9636
|
description: 'The native fee, governance, staking, and bonding token of the Polkadot platform.',
|
|
@@ -9769,7 +9864,8 @@ const assets = {
|
|
|
9769
9864
|
theme: {
|
|
9770
9865
|
primary_color_hex: '#fc4c04'
|
|
9771
9866
|
}
|
|
9772
|
-
}]
|
|
9867
|
+
}],
|
|
9868
|
+
coingecko_id: 'archway'
|
|
9773
9869
|
},
|
|
9774
9870
|
{
|
|
9775
9871
|
description: 'The native staking and governance token of Empower.',
|
|
@@ -9905,7 +10001,8 @@ const assets = {
|
|
|
9905
10001
|
theme: {
|
|
9906
10002
|
primary_color_hex: '#335350'
|
|
9907
10003
|
}
|
|
9908
|
-
}]
|
|
10004
|
+
}],
|
|
10005
|
+
coingecko_id: 'kyve-network'
|
|
9909
10006
|
},
|
|
9910
10007
|
{
|
|
9911
10008
|
description: 'Tether gives you the joint benefits of open blockchain technology and traditional currency by converting your cash into a stable digital currency equivalent.',
|
|
@@ -9974,7 +10071,8 @@ const assets = {
|
|
|
9974
10071
|
primary_color_hex: '#009393',
|
|
9975
10072
|
background_color_hex: '#009393'
|
|
9976
10073
|
}
|
|
9977
|
-
}]
|
|
10074
|
+
}],
|
|
10075
|
+
coingecko_id: 'tether'
|
|
9978
10076
|
},
|
|
9979
10077
|
{
|
|
9980
10078
|
description: 'ERIS liquid staked OSMO',
|
|
@@ -10046,7 +10144,8 @@ const assets = {
|
|
|
10046
10144
|
theme: {
|
|
10047
10145
|
primary_color_hex: '#9c1c1c'
|
|
10048
10146
|
}
|
|
10049
|
-
}]
|
|
10147
|
+
}],
|
|
10148
|
+
coingecko_id: 'sei-network'
|
|
10050
10149
|
},
|
|
10051
10150
|
{
|
|
10052
10151
|
description: 'Quicksilver Liquid Staked SOMM',
|
|
@@ -10138,7 +10237,8 @@ const assets = {
|
|
|
10138
10237
|
theme: {
|
|
10139
10238
|
primary_color_hex: '#05050c'
|
|
10140
10239
|
}
|
|
10141
|
-
}]
|
|
10240
|
+
}],
|
|
10241
|
+
coingecko_id: 'passage'
|
|
10142
10242
|
},
|
|
10143
10243
|
{
|
|
10144
10244
|
denom_units: [{
|
|
@@ -10187,7 +10287,8 @@ const assets = {
|
|
|
10187
10287
|
theme: {
|
|
10188
10288
|
primary_color_hex: '#e40474'
|
|
10189
10289
|
}
|
|
10190
|
-
}]
|
|
10290
|
+
}],
|
|
10291
|
+
coingecko_id: 'stride-staked-sommelier'
|
|
10191
10292
|
},
|
|
10192
10293
|
{
|
|
10193
10294
|
description: 'Solana (SOL) is the native asset of the Solana blockchain.',
|
|
@@ -10524,7 +10625,8 @@ const assets = {
|
|
|
10524
10625
|
theme: {
|
|
10525
10626
|
primary_color_hex: '#0c141c'
|
|
10526
10627
|
}
|
|
10527
|
-
}]
|
|
10628
|
+
}],
|
|
10629
|
+
coingecko_id: 'mantadao'
|
|
10528
10630
|
},
|
|
10529
10631
|
{
|
|
10530
10632
|
denom_units: [{
|
|
@@ -10753,7 +10855,8 @@ const assets = {
|
|
|
10753
10855
|
circle: true,
|
|
10754
10856
|
primary_color_hex: '#2775CA'
|
|
10755
10857
|
}
|
|
10756
|
-
}]
|
|
10858
|
+
}],
|
|
10859
|
+
coingecko_id: 'usd-coin'
|
|
10757
10860
|
},
|
|
10758
10861
|
{
|
|
10759
10862
|
description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
|
|
@@ -10857,7 +10960,8 @@ const assets = {
|
|
|
10857
10960
|
theme: {
|
|
10858
10961
|
primary_color_hex: '#04b4fc'
|
|
10859
10962
|
}
|
|
10860
|
-
}]
|
|
10963
|
+
}],
|
|
10964
|
+
coingecko_id: 'xpla'
|
|
10861
10965
|
},
|
|
10862
10966
|
{
|
|
10863
10967
|
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.',
|
|
@@ -10986,7 +11090,8 @@ const assets = {
|
|
|
10986
11090
|
background_color_hex: '#000000',
|
|
10987
11091
|
circle: true
|
|
10988
11092
|
}
|
|
10989
|
-
}]
|
|
11093
|
+
}],
|
|
11094
|
+
coingecko_id: 'realio-network'
|
|
10990
11095
|
},
|
|
10991
11096
|
{
|
|
10992
11097
|
description: 'Membrane\'s CDP-style stablecoin called CDT',
|
|
@@ -11075,7 +11180,8 @@ const assets = {
|
|
|
11075
11180
|
background_color_hex: '#00000000',
|
|
11076
11181
|
circle: false
|
|
11077
11182
|
}
|
|
11078
|
-
}]
|
|
11183
|
+
}],
|
|
11184
|
+
coingecko_id: 'six-sigma'
|
|
11079
11185
|
},
|
|
11080
11186
|
{
|
|
11081
11187
|
description: 'The native staking and governance token of the StaFi Hub.',
|
|
@@ -11113,7 +11219,8 @@ const assets = {
|
|
|
11113
11219
|
base_denom: 'ufis'
|
|
11114
11220
|
},
|
|
11115
11221
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
|
|
11116
|
-
}]
|
|
11222
|
+
}],
|
|
11223
|
+
coingecko_id: 'stafi'
|
|
11117
11224
|
},
|
|
11118
11225
|
{
|
|
11119
11226
|
description: 'A liquid staking representation of staked ATOMs',
|
|
@@ -11295,7 +11402,8 @@ const assets = {
|
|
|
11295
11402
|
'assets',
|
|
11296
11403
|
'nft',
|
|
11297
11404
|
'XRPL'
|
|
11298
|
-
]
|
|
11405
|
+
],
|
|
11406
|
+
coingecko_id: 'coreum'
|
|
11299
11407
|
},
|
|
11300
11408
|
{
|
|
11301
11409
|
description: 'The native token of the Celestia blockchain.',
|
|
@@ -11338,7 +11446,8 @@ const assets = {
|
|
|
11338
11446
|
theme: {
|
|
11339
11447
|
primary_color_hex: '#7c2cfb'
|
|
11340
11448
|
}
|
|
11341
|
-
}]
|
|
11449
|
+
}],
|
|
11450
|
+
coingecko_id: 'celestia'
|
|
11342
11451
|
},
|
|
11343
11452
|
{
|
|
11344
11453
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
@@ -11386,7 +11495,8 @@ const assets = {
|
|
|
11386
11495
|
theme: {
|
|
11387
11496
|
primary_color_hex: '#21212f'
|
|
11388
11497
|
}
|
|
11389
|
-
}]
|
|
11498
|
+
}],
|
|
11499
|
+
coingecko_id: 'dydx-chain'
|
|
11390
11500
|
},
|
|
11391
11501
|
{
|
|
11392
11502
|
description: 'The native staking token of the Function X',
|
|
@@ -11429,7 +11539,8 @@ const assets = {
|
|
|
11429
11539
|
theme: {
|
|
11430
11540
|
primary_color_hex: '#1c1c1c'
|
|
11431
11541
|
}
|
|
11432
|
-
}]
|
|
11542
|
+
}],
|
|
11543
|
+
coingecko_id: 'fx-coin'
|
|
11433
11544
|
},
|
|
11434
11545
|
{
|
|
11435
11546
|
description: 'Bitcoin. On Cosmos.',
|
|
@@ -11587,7 +11698,8 @@ const assets = {
|
|
|
11587
11698
|
base_denom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk'
|
|
11588
11699
|
},
|
|
11589
11700
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
|
|
11590
|
-
}]
|
|
11701
|
+
}],
|
|
11702
|
+
coingecko_id: 'unstake-fi'
|
|
11591
11703
|
},
|
|
11592
11704
|
{
|
|
11593
11705
|
description: 'ohhNFT LP token.',
|
|
@@ -11990,7 +12102,8 @@ const assets = {
|
|
|
11990
12102
|
theme: {
|
|
11991
12103
|
primary_color_hex: '#39a5fc'
|
|
11992
12104
|
}
|
|
11993
|
-
}]
|
|
12105
|
+
}],
|
|
12106
|
+
coingecko_id: 'source'
|
|
11994
12107
|
},
|
|
11995
12108
|
{
|
|
11996
12109
|
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.',
|
|
@@ -12087,7 +12200,8 @@ const assets = {
|
|
|
12087
12200
|
theme: {
|
|
12088
12201
|
primary_color_hex: '#c3343d'
|
|
12089
12202
|
}
|
|
12090
|
-
}]
|
|
12203
|
+
}],
|
|
12204
|
+
coingecko_id: 'pstake-staked-osmo'
|
|
12091
12205
|
},
|
|
12092
12206
|
{
|
|
12093
12207
|
description: 'Levana Well-funded Perps is a protocol for perpetual swaps, which are leveraged trading contracts.',
|
|
@@ -12200,7 +12314,8 @@ const assets = {
|
|
|
12200
12314
|
theme: {
|
|
12201
12315
|
primary_color_hex: '#16233d'
|
|
12202
12316
|
}
|
|
12203
|
-
}]
|
|
12317
|
+
}],
|
|
12318
|
+
coingecko_id: 'newt'
|
|
12204
12319
|
},
|
|
12205
12320
|
{
|
|
12206
12321
|
description: 'MilkyWay\'s liquid staked TIA',
|
|
@@ -12316,7 +12431,8 @@ const assets = {
|
|
|
12316
12431
|
theme: {
|
|
12317
12432
|
primary_color_hex: '#2b2434'
|
|
12318
12433
|
}
|
|
12319
|
-
}]
|
|
12434
|
+
}],
|
|
12435
|
+
coingecko_id: 'racoon'
|
|
12320
12436
|
},
|
|
12321
12437
|
{
|
|
12322
12438
|
description: 'GUPPY',
|
|
@@ -12400,7 +12516,8 @@ const assets = {
|
|
|
12400
12516
|
theme: {
|
|
12401
12517
|
primary_color_hex: '#04cd80'
|
|
12402
12518
|
}
|
|
12403
|
-
}]
|
|
12519
|
+
}],
|
|
12520
|
+
coingecko_id: 'islamic-coin'
|
|
12404
12521
|
},
|
|
12405
12522
|
{
|
|
12406
12523
|
description: '$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world',
|
|
@@ -12442,7 +12559,8 @@ const assets = {
|
|
|
12442
12559
|
primary_color_hex: '#040404'
|
|
12443
12560
|
}
|
|
12444
12561
|
}],
|
|
12445
|
-
keywords: ['osmosis_unlisted']
|
|
12562
|
+
keywords: ['osmosis_unlisted'],
|
|
12563
|
+
coingecko_id: 'autism'
|
|
12446
12564
|
},
|
|
12447
12565
|
{
|
|
12448
12566
|
description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
|
|
@@ -12587,7 +12705,8 @@ const assets = {
|
|
|
12587
12705
|
background_color_hex: '#00468E',
|
|
12588
12706
|
circle: true
|
|
12589
12707
|
}
|
|
12590
|
-
}]
|
|
12708
|
+
}],
|
|
12709
|
+
coingecko_id: 'dog-wif-nuchucks'
|
|
12591
12710
|
},
|
|
12592
12711
|
{
|
|
12593
12712
|
description: 'Kleomedes Token',
|
|
@@ -12734,7 +12853,8 @@ const assets = {
|
|
|
12734
12853
|
primary_color_hex: '#293a5d'
|
|
12735
12854
|
}
|
|
12736
12855
|
}
|
|
12737
|
-
]
|
|
12856
|
+
],
|
|
12857
|
+
coingecko_id: 'nym'
|
|
12738
12858
|
},
|
|
12739
12859
|
{
|
|
12740
12860
|
description: 'has a hat',
|
|
@@ -13453,7 +13573,8 @@ const assets = {
|
|
|
13453
13573
|
theme: {
|
|
13454
13574
|
primary_color_hex: '#f4e4d4'
|
|
13455
13575
|
}
|
|
13456
|
-
}]
|
|
13576
|
+
}],
|
|
13577
|
+
coingecko_id: 'dymension'
|
|
13457
13578
|
},
|
|
13458
13579
|
{
|
|
13459
13580
|
description: 'Rapture insurance is the first ever P2P insurance platform on $OSMO. Get rewarded to take care of peoples loved ones after the Rapture.',
|
|
@@ -13536,7 +13657,8 @@ const assets = {
|
|
|
13536
13657
|
theme: {
|
|
13537
13658
|
primary_color_hex: '#4056e9'
|
|
13538
13659
|
}
|
|
13539
|
-
}]
|
|
13660
|
+
}],
|
|
13661
|
+
coingecko_id: 'astroport-fi'
|
|
13540
13662
|
},
|
|
13541
13663
|
{
|
|
13542
13664
|
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.',
|
|
@@ -13682,7 +13804,8 @@ const assets = {
|
|
|
13682
13804
|
dark_mode: true,
|
|
13683
13805
|
primary_color_hex: '#f3f3f3'
|
|
13684
13806
|
}
|
|
13685
|
-
}]
|
|
13807
|
+
}],
|
|
13808
|
+
coingecko_id: 'humans-ai'
|
|
13686
13809
|
},
|
|
13687
13810
|
{
|
|
13688
13811
|
description: 'The token of Teledisko DAO.',
|
|
@@ -13768,7 +13891,8 @@ const assets = {
|
|
|
13768
13891
|
theme: {
|
|
13769
13892
|
primary_color_hex: '#0bc47e'
|
|
13770
13893
|
}
|
|
13771
|
-
}]
|
|
13894
|
+
}],
|
|
13895
|
+
coingecko_id: 'scorum'
|
|
13772
13896
|
},
|
|
13773
13897
|
{
|
|
13774
13898
|
description: 'The native token of Chain4Energy',
|
|
@@ -13809,7 +13933,8 @@ const assets = {
|
|
|
13809
13933
|
theme: {
|
|
13810
13934
|
primary_color_hex: '#24344c'
|
|
13811
13935
|
}
|
|
13812
|
-
}]
|
|
13936
|
+
}],
|
|
13937
|
+
coingecko_id: 'chain4energy'
|
|
13813
13938
|
},
|
|
13814
13939
|
{
|
|
13815
13940
|
description: 'Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.',
|
|
@@ -14063,7 +14188,8 @@ const assets = {
|
|
|
14063
14188
|
theme: {
|
|
14064
14189
|
primary_color_hex: '#24241c'
|
|
14065
14190
|
}
|
|
14066
|
-
}]
|
|
14191
|
+
}],
|
|
14192
|
+
coingecko_id: 'aioz-network'
|
|
14067
14193
|
},
|
|
14068
14194
|
{
|
|
14069
14195
|
description: 'Stride\'s liquid staked DYM',
|
|
@@ -14154,7 +14280,8 @@ const assets = {
|
|
|
14154
14280
|
theme: {
|
|
14155
14281
|
primary_color_hex: '#2e2d2a'
|
|
14156
14282
|
}
|
|
14157
|
-
}]
|
|
14283
|
+
}],
|
|
14284
|
+
coingecko_id: 'doki'
|
|
14158
14285
|
},
|
|
14159
14286
|
{
|
|
14160
14287
|
description: 'Sail DAO is a liquidity deployment and management DAO built as a collaboration between the Osmosis and Migaloo Blockchains.',
|
|
@@ -14365,7 +14492,8 @@ const assets = {
|
|
|
14365
14492
|
theme: {
|
|
14366
14493
|
primary_color_hex: '#14c0ce'
|
|
14367
14494
|
}
|
|
14368
|
-
}]
|
|
14495
|
+
}],
|
|
14496
|
+
coingecko_id: 'nibiru'
|
|
14369
14497
|
},
|
|
14370
14498
|
{
|
|
14371
14499
|
description: 'BEAST-ERC20 on injective',
|
|
@@ -14457,7 +14585,8 @@ const assets = {
|
|
|
14457
14585
|
primary_color_hex: '#047e04'
|
|
14458
14586
|
}
|
|
14459
14587
|
}],
|
|
14460
|
-
keywords: ['osmosis_unlisted']
|
|
14588
|
+
keywords: ['osmosis_unlisted'],
|
|
14589
|
+
coingecko_id: 'consciousdao'
|
|
14461
14590
|
},
|
|
14462
14591
|
{
|
|
14463
14592
|
description: 'The memecoin built for the Celestia community',
|
|
@@ -14804,7 +14933,8 @@ const assets = {
|
|
|
14804
14933
|
theme: {
|
|
14805
14934
|
primary_color_hex: '#140c7c'
|
|
14806
14935
|
}
|
|
14807
|
-
}]
|
|
14936
|
+
}],
|
|
14937
|
+
coingecko_id: 'dhealth'
|
|
14808
14938
|
},
|
|
14809
14939
|
{
|
|
14810
14940
|
description: 'The native token of Furya',
|
|
@@ -14899,7 +15029,8 @@ const assets = {
|
|
|
14899
15029
|
primary_color_hex: '#000000',
|
|
14900
15030
|
dark_mode: false
|
|
14901
15031
|
}
|
|
14902
|
-
}]
|
|
15032
|
+
}],
|
|
15033
|
+
coingecko_id: 'saga-2'
|
|
14903
15034
|
},
|
|
14904
15035
|
{
|
|
14905
15036
|
description: '$ATOM to $1,000 LFG!!',
|
|
@@ -14984,7 +15115,8 @@ const assets = {
|
|
|
14984
15115
|
primary_color_hex: '#046ffc'
|
|
14985
15116
|
}
|
|
14986
15117
|
}],
|
|
14987
|
-
keywords: ['osmosis_unlisted']
|
|
15118
|
+
keywords: ['osmosis_unlisted'],
|
|
15119
|
+
coingecko_id: 'shido-2'
|
|
14988
15120
|
},
|
|
14989
15121
|
{
|
|
14990
15122
|
description: 'Decentralized Machine Learning',
|
|
@@ -15069,7 +15201,8 @@ const assets = {
|
|
|
15069
15201
|
theme: {
|
|
15070
15202
|
primary_color_hex: '#eacea5'
|
|
15071
15203
|
}
|
|
15072
|
-
}]
|
|
15204
|
+
}],
|
|
15205
|
+
coingecko_id: 'hava-coin'
|
|
15073
15206
|
},
|
|
15074
15207
|
{
|
|
15075
15208
|
description: 'OnE mEmEcOiN tO cOnNeCt oL ImBeCiles - aNd in Da Cosmos BiNd DeM',
|
|
@@ -15185,7 +15318,8 @@ const assets = {
|
|
|
15185
15318
|
theme: {
|
|
15186
15319
|
primary_color_hex: '#4056e9'
|
|
15187
15320
|
}
|
|
15188
|
-
}]
|
|
15321
|
+
}],
|
|
15322
|
+
coingecko_id: 'astroport-fi'
|
|
15189
15323
|
},
|
|
15190
15324
|
{
|
|
15191
15325
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
@@ -16086,7 +16220,8 @@ const assets = {
|
|
|
16086
16220
|
socials: {
|
|
16087
16221
|
website: 'https://ai.nim.network/',
|
|
16088
16222
|
twitter: 'https://twitter.com/nim_network'
|
|
16089
|
-
}
|
|
16223
|
+
},
|
|
16224
|
+
coingecko_id: 'nim-network'
|
|
16090
16225
|
},
|
|
16091
16226
|
{
|
|
16092
16227
|
description: 'The native token of SEDA Chain.',
|
|
@@ -16129,7 +16264,8 @@ const assets = {
|
|
|
16129
16264
|
theme: {
|
|
16130
16265
|
primary_color_hex: '#8178d1'
|
|
16131
16266
|
}
|
|
16132
|
-
}]
|
|
16267
|
+
}],
|
|
16268
|
+
coingecko_id: 'seda-2'
|
|
16133
16269
|
},
|
|
16134
16270
|
{
|
|
16135
16271
|
description: 'Cosmos Airdrop Chat',
|
|
@@ -17977,7 +18113,8 @@ const assets = {
|
|
|
17977
18113
|
theme: {
|
|
17978
18114
|
primary_color_hex: '#e40474'
|
|
17979
18115
|
}
|
|
17980
|
-
}]
|
|
18116
|
+
}],
|
|
18117
|
+
coingecko_id: 'stride-staked-islm'
|
|
17981
18118
|
},
|
|
17982
18119
|
{
|
|
17983
18120
|
description: 'The native token of Mande Network.',
|
|
@@ -18041,7 +18178,8 @@ const assets = {
|
|
|
18041
18178
|
socials: {
|
|
18042
18179
|
website: 'https://mande.network/',
|
|
18043
18180
|
twitter: 'https://twitter.com/MandeNetwork'
|
|
18044
|
-
}
|
|
18181
|
+
},
|
|
18182
|
+
coingecko_id: 'mande-network'
|
|
18045
18183
|
},
|
|
18046
18184
|
{
|
|
18047
18185
|
description: 'The native token of Neutaro',
|
|
@@ -18084,7 +18222,8 @@ const assets = {
|
|
|
18084
18222
|
theme: {
|
|
18085
18223
|
primary_color_hex: '#cbfb06'
|
|
18086
18224
|
}
|
|
18087
|
-
}]
|
|
18225
|
+
}],
|
|
18226
|
+
coingecko_id: 'neutaro'
|
|
18088
18227
|
},
|
|
18089
18228
|
{
|
|
18090
18229
|
description: 'Pepe Bruce Jenner',
|
|
@@ -18181,7 +18320,8 @@ const assets = {
|
|
|
18181
18320
|
theme: {
|
|
18182
18321
|
primary_color_hex: '#142c5c'
|
|
18183
18322
|
}
|
|
18184
|
-
}]
|
|
18323
|
+
}],
|
|
18324
|
+
coingecko_id: 'ondo-us-dollar-yield'
|
|
18185
18325
|
},
|
|
18186
18326
|
{
|
|
18187
18327
|
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. ',
|
|
@@ -18246,7 +18386,8 @@ const assets = {
|
|
|
18246
18386
|
theme: {
|
|
18247
18387
|
primary_color_hex: '#1c1c1c'
|
|
18248
18388
|
}
|
|
18249
|
-
}]
|
|
18389
|
+
}],
|
|
18390
|
+
coingecko_id: 'firmachain'
|
|
18250
18391
|
},
|
|
18251
18392
|
{
|
|
18252
18393
|
description: 'An alloy of ETH asset variants on Osmosis.',
|
|
@@ -18396,7 +18537,8 @@ const assets = {
|
|
|
18396
18537
|
theme: {
|
|
18397
18538
|
primary_color_hex: '#6f043e'
|
|
18398
18539
|
}
|
|
18399
|
-
}]
|
|
18540
|
+
}],
|
|
18541
|
+
coingecko_id: 'lava-network'
|
|
18400
18542
|
},
|
|
18401
18543
|
{
|
|
18402
18544
|
description: 'The native token of Penumbra.',
|
|
@@ -18749,7 +18891,8 @@ const assets = {
|
|
|
18749
18891
|
theme: {
|
|
18750
18892
|
primary_color_hex: '#cb0766'
|
|
18751
18893
|
}
|
|
18752
|
-
}]
|
|
18894
|
+
}],
|
|
18895
|
+
coingecko_id: 'router-protocol-2'
|
|
18753
18896
|
},
|
|
18754
18897
|
{
|
|
18755
18898
|
description: 'An alloy of OP asset variants on Osmosis.',
|
|
@@ -19190,7 +19333,8 @@ const assets = {
|
|
|
19190
19333
|
primary_color_hex: '#ffbc05',
|
|
19191
19334
|
circle: true
|
|
19192
19335
|
}
|
|
19193
|
-
}]
|
|
19336
|
+
}],
|
|
19337
|
+
coingecko_id: 'deenar-gold'
|
|
19194
19338
|
},
|
|
19195
19339
|
{
|
|
19196
19340
|
description: 'CosmoUSD',
|
|
@@ -19478,7 +19622,8 @@ const assets = {
|
|
|
19478
19622
|
theme: {
|
|
19479
19623
|
primary_color_hex: '#ef4136'
|
|
19480
19624
|
}
|
|
19481
|
-
}]
|
|
19625
|
+
}],
|
|
19626
|
+
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3'
|
|
19482
19627
|
},
|
|
19483
19628
|
{
|
|
19484
19629
|
description: 'The native token of TON',
|
|
@@ -19801,7 +19946,8 @@ const assets = {
|
|
|
19801
19946
|
primary_color_hex: '#0095D7',
|
|
19802
19947
|
background_color_hex: '#FFFFFF'
|
|
19803
19948
|
}
|
|
19804
|
-
}]
|
|
19949
|
+
}],
|
|
19950
|
+
coingecko_id: 'monerium-eur-money'
|
|
19805
19951
|
},
|
|
19806
19952
|
{
|
|
19807
19953
|
description: 'The native staking and governance token of Andromeda',
|
|
@@ -19842,7 +19988,8 @@ const assets = {
|
|
|
19842
19988
|
theme: {
|
|
19843
19989
|
primary_color_hex: '#040404'
|
|
19844
19990
|
}
|
|
19845
|
-
}]
|
|
19991
|
+
}],
|
|
19992
|
+
coingecko_id: 'andromeda-2'
|
|
19846
19993
|
},
|
|
19847
19994
|
{
|
|
19848
19995
|
description: 'Chain-key Bitcoin bridged via Omnity Network.',
|
|
@@ -20168,7 +20315,8 @@ const assets = {
|
|
|
20168
20315
|
theme: {
|
|
20169
20316
|
primary_color_hex: '#04847c'
|
|
20170
20317
|
}
|
|
20171
|
-
}]
|
|
20318
|
+
}],
|
|
20319
|
+
coingecko_id: 'stratos'
|
|
20172
20320
|
},
|
|
20173
20321
|
{
|
|
20174
20322
|
description: 'Uniswap UNI on Osmosis via Axelar',
|
|
@@ -21201,7 +21349,8 @@ const assets = {
|
|
|
21201
21349
|
primary_color_hex: '#342c2c'
|
|
21202
21350
|
}
|
|
21203
21351
|
}
|
|
21204
|
-
]
|
|
21352
|
+
],
|
|
21353
|
+
coingecko_id: 'mantra-dao'
|
|
21205
21354
|
},
|
|
21206
21355
|
{
|
|
21207
21356
|
description: 'The native staking and governance token of AtomOne',
|
|
@@ -21411,7 +21560,8 @@ const assets = {
|
|
|
21411
21560
|
theme: {
|
|
21412
21561
|
circle: true
|
|
21413
21562
|
}
|
|
21414
|
-
}]
|
|
21563
|
+
}],
|
|
21564
|
+
coingecko_id: 'dragon-coin-2'
|
|
21415
21565
|
},
|
|
21416
21566
|
{
|
|
21417
21567
|
description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
|
|
@@ -21521,7 +21671,8 @@ const assets = {
|
|
|
21521
21671
|
base_denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom'
|
|
21522
21672
|
},
|
|
21523
21673
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
|
|
21524
|
-
}]
|
|
21674
|
+
}],
|
|
21675
|
+
coingecko_id: 'drop-staked-atom'
|
|
21525
21676
|
},
|
|
21526
21677
|
{
|
|
21527
21678
|
description: 'The Sherpa memecoin',
|
|
@@ -21688,7 +21839,8 @@ const assets = {
|
|
|
21688
21839
|
base_denom: 'uxion'
|
|
21689
21840
|
},
|
|
21690
21841
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
21691
|
-
}]
|
|
21842
|
+
}],
|
|
21843
|
+
coingecko_id: 'xion-2'
|
|
21692
21844
|
},
|
|
21693
21845
|
{
|
|
21694
21846
|
description: 'An alloy of FIL asset variants on Osmosis.',
|
|
@@ -21915,7 +22067,8 @@ const assets = {
|
|
|
21915
22067
|
base_denom: 'uelys'
|
|
21916
22068
|
},
|
|
21917
22069
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
21918
|
-
}]
|
|
22070
|
+
}],
|
|
22071
|
+
coingecko_id: 'elys-network'
|
|
21919
22072
|
},
|
|
21920
22073
|
{
|
|
21921
22074
|
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.',
|