@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/assets.js
CHANGED
|
@@ -133,7 +133,8 @@ const assets = {
|
|
|
133
133
|
theme: {
|
|
134
134
|
primary_color_hex: '#2474cc'
|
|
135
135
|
}
|
|
136
|
-
}]
|
|
136
|
+
}],
|
|
137
|
+
coingecko_id: 'axlusdc'
|
|
137
138
|
},
|
|
138
139
|
{
|
|
139
140
|
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.',
|
|
@@ -206,7 +207,8 @@ const assets = {
|
|
|
206
207
|
primary_color_hex: '#303030'
|
|
207
208
|
}
|
|
208
209
|
}
|
|
209
|
-
]
|
|
210
|
+
],
|
|
211
|
+
coingecko_id: 'axlweth'
|
|
210
212
|
},
|
|
211
213
|
{
|
|
212
214
|
description: 'Wrapped Bitcoin on Axelar',
|
|
@@ -272,7 +274,8 @@ const assets = {
|
|
|
272
274
|
theme: {
|
|
273
275
|
primary_color_hex: '#41394d'
|
|
274
276
|
}
|
|
275
|
-
}]
|
|
277
|
+
}],
|
|
278
|
+
coingecko_id: 'axlwbtc'
|
|
276
279
|
},
|
|
277
280
|
{
|
|
278
281
|
description: 'Tether\'s USD stablecoin on Axelar',
|
|
@@ -341,7 +344,8 @@ const assets = {
|
|
|
341
344
|
primary_color_hex: '#009393',
|
|
342
345
|
background_color_hex: '#009393'
|
|
343
346
|
}
|
|
344
|
-
}]
|
|
347
|
+
}],
|
|
348
|
+
coingecko_id: 'axelar-usdt'
|
|
345
349
|
},
|
|
346
350
|
{
|
|
347
351
|
description: 'Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.',
|
|
@@ -501,7 +505,8 @@ const assets = {
|
|
|
501
505
|
theme: {
|
|
502
506
|
primary_color_hex: '#272d45'
|
|
503
507
|
}
|
|
504
|
-
}]
|
|
508
|
+
}],
|
|
509
|
+
coingecko_id: 'cosmos'
|
|
505
510
|
},
|
|
506
511
|
{
|
|
507
512
|
description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
|
|
@@ -544,7 +549,8 @@ const assets = {
|
|
|
544
549
|
theme: {
|
|
545
550
|
primary_color_hex: '#0c2c71'
|
|
546
551
|
}
|
|
547
|
-
}]
|
|
552
|
+
}],
|
|
553
|
+
coingecko_id: 'crypto-com-chain'
|
|
548
554
|
},
|
|
549
555
|
{
|
|
550
556
|
description: 'BNB powers the BNB Chain ecosystem and is the native coin of the BNB Beacon Chain and BNB Smart Chain.',
|
|
@@ -785,7 +791,8 @@ const assets = {
|
|
|
785
791
|
theme: {
|
|
786
792
|
primary_color_hex: '#fcdb5b'
|
|
787
793
|
}
|
|
788
|
-
}]
|
|
794
|
+
}],
|
|
795
|
+
coingecko_id: 'terra-luna'
|
|
789
796
|
},
|
|
790
797
|
{
|
|
791
798
|
description: 'The native token of JUNO Chain',
|
|
@@ -828,7 +835,8 @@ const assets = {
|
|
|
828
835
|
theme: {
|
|
829
836
|
primary_color_hex: '#fa7b7b'
|
|
830
837
|
}
|
|
831
|
-
}]
|
|
838
|
+
}],
|
|
839
|
+
coingecko_id: 'juno-network'
|
|
832
840
|
},
|
|
833
841
|
{
|
|
834
842
|
description: 'Wrapped Polkadot on Axelar',
|
|
@@ -933,7 +941,8 @@ const assets = {
|
|
|
933
941
|
theme: {
|
|
934
942
|
primary_color_hex: '#ec4c34'
|
|
935
943
|
}
|
|
936
|
-
}]
|
|
944
|
+
}],
|
|
945
|
+
coingecko_id: 'evmos'
|
|
937
946
|
},
|
|
938
947
|
{
|
|
939
948
|
description: 'The native staking and governance token of Kava',
|
|
@@ -976,7 +985,8 @@ const assets = {
|
|
|
976
985
|
theme: {
|
|
977
986
|
primary_color_hex: '#e64942'
|
|
978
987
|
}
|
|
979
|
-
}]
|
|
988
|
+
}],
|
|
989
|
+
coingecko_id: 'kava'
|
|
980
990
|
},
|
|
981
991
|
{
|
|
982
992
|
description: 'The native token of Secret Network',
|
|
@@ -1016,7 +1026,8 @@ const assets = {
|
|
|
1016
1026
|
},
|
|
1017
1027
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1018
1028
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1019
|
-
}]
|
|
1029
|
+
}],
|
|
1030
|
+
coingecko_id: 'secret'
|
|
1020
1031
|
},
|
|
1021
1032
|
{
|
|
1022
1033
|
description: 'The USD stablecoin of Terra Classic.',
|
|
@@ -1068,7 +1079,8 @@ const assets = {
|
|
|
1068
1079
|
theme: {
|
|
1069
1080
|
primary_color_hex: '#5493f2'
|
|
1070
1081
|
}
|
|
1071
|
-
}]
|
|
1082
|
+
}],
|
|
1083
|
+
coingecko_id: 'terrausd'
|
|
1072
1084
|
},
|
|
1073
1085
|
{
|
|
1074
1086
|
description: 'The native token of Stargaze',
|
|
@@ -1111,7 +1123,8 @@ const assets = {
|
|
|
1111
1123
|
theme: {
|
|
1112
1124
|
primary_color_hex: '#db2777'
|
|
1113
1125
|
}
|
|
1114
|
-
}]
|
|
1126
|
+
}],
|
|
1127
|
+
coingecko_id: 'stargaze'
|
|
1115
1128
|
},
|
|
1116
1129
|
{
|
|
1117
1130
|
description: 'The native token of Chihuahua Chain',
|
|
@@ -1154,7 +1167,8 @@ const assets = {
|
|
|
1154
1167
|
theme: {
|
|
1155
1168
|
primary_color_hex: '#343434'
|
|
1156
1169
|
}
|
|
1157
|
-
}]
|
|
1170
|
+
}],
|
|
1171
|
+
coingecko_id: 'chihuahua-token'
|
|
1158
1172
|
},
|
|
1159
1173
|
{
|
|
1160
1174
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
@@ -1199,7 +1213,8 @@ const assets = {
|
|
|
1199
1213
|
primary_color_hex: '#E59636',
|
|
1200
1214
|
background_color_hex: '#000000'
|
|
1201
1215
|
}
|
|
1202
|
-
}]
|
|
1216
|
+
}],
|
|
1217
|
+
coingecko_id: 'persistence'
|
|
1203
1218
|
},
|
|
1204
1219
|
{
|
|
1205
1220
|
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.',
|
|
@@ -1319,7 +1334,8 @@ const assets = {
|
|
|
1319
1334
|
theme: {
|
|
1320
1335
|
primary_color_hex: '#bc342c'
|
|
1321
1336
|
}
|
|
1322
|
-
}]
|
|
1337
|
+
}],
|
|
1338
|
+
coingecko_id: 'akash-network'
|
|
1323
1339
|
},
|
|
1324
1340
|
{
|
|
1325
1341
|
description: 'REGEN coin is the token for the Regen Network Platform',
|
|
@@ -1362,7 +1378,8 @@ const assets = {
|
|
|
1362
1378
|
theme: {
|
|
1363
1379
|
primary_color_hex: '#56b790'
|
|
1364
1380
|
}
|
|
1365
|
-
}]
|
|
1381
|
+
}],
|
|
1382
|
+
coingecko_id: 'regen'
|
|
1366
1383
|
},
|
|
1367
1384
|
{
|
|
1368
1385
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
@@ -1405,7 +1422,8 @@ const assets = {
|
|
|
1405
1422
|
theme: {
|
|
1406
1423
|
primary_color_hex: '#10a7ef'
|
|
1407
1424
|
}
|
|
1408
|
-
}]
|
|
1425
|
+
}],
|
|
1426
|
+
coingecko_id: 'sentinel'
|
|
1409
1427
|
},
|
|
1410
1428
|
{
|
|
1411
1429
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
@@ -1448,7 +1466,8 @@ const assets = {
|
|
|
1448
1466
|
theme: {
|
|
1449
1467
|
primary_color_hex: '#5664ad'
|
|
1450
1468
|
}
|
|
1451
|
-
}]
|
|
1469
|
+
}],
|
|
1470
|
+
coingecko_id: 'iris-network'
|
|
1452
1471
|
},
|
|
1453
1472
|
{
|
|
1454
1473
|
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
@@ -1491,7 +1510,8 @@ const assets = {
|
|
|
1491
1510
|
theme: {
|
|
1492
1511
|
primary_color_hex: '#5c64b4'
|
|
1493
1512
|
}
|
|
1494
|
-
}]
|
|
1513
|
+
}],
|
|
1514
|
+
coingecko_id: 'starname'
|
|
1495
1515
|
},
|
|
1496
1516
|
{
|
|
1497
1517
|
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.',
|
|
@@ -1534,7 +1554,8 @@ const assets = {
|
|
|
1534
1554
|
theme: {
|
|
1535
1555
|
primary_color_hex: '#caf2ea'
|
|
1536
1556
|
}
|
|
1537
|
-
}]
|
|
1557
|
+
}],
|
|
1558
|
+
coingecko_id: 'e-money'
|
|
1538
1559
|
},
|
|
1539
1560
|
{
|
|
1540
1561
|
description: 'e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.',
|
|
@@ -1577,7 +1598,8 @@ const assets = {
|
|
|
1577
1598
|
theme: {
|
|
1578
1599
|
primary_color_hex: '#f4c808'
|
|
1579
1600
|
}
|
|
1580
|
-
}]
|
|
1601
|
+
}],
|
|
1602
|
+
coingecko_id: 'e-money-eur'
|
|
1581
1603
|
},
|
|
1582
1604
|
{
|
|
1583
1605
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
@@ -1620,7 +1642,8 @@ const assets = {
|
|
|
1620
1642
|
theme: {
|
|
1621
1643
|
primary_color_hex: '#2d656c'
|
|
1622
1644
|
}
|
|
1623
|
-
}]
|
|
1645
|
+
}],
|
|
1646
|
+
coingecko_id: 'likecoin'
|
|
1624
1647
|
},
|
|
1625
1648
|
{
|
|
1626
1649
|
description: 'The native token of IXO Chain',
|
|
@@ -1663,7 +1686,8 @@ const assets = {
|
|
|
1663
1686
|
theme: {
|
|
1664
1687
|
primary_color_hex: '#2c4484'
|
|
1665
1688
|
}
|
|
1666
|
-
}]
|
|
1689
|
+
}],
|
|
1690
|
+
coingecko_id: 'ixo'
|
|
1667
1691
|
},
|
|
1668
1692
|
{
|
|
1669
1693
|
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.',
|
|
@@ -1706,7 +1730,8 @@ const assets = {
|
|
|
1706
1730
|
theme: {
|
|
1707
1731
|
primary_color_hex: '#3cc494'
|
|
1708
1732
|
}
|
|
1709
|
-
}]
|
|
1733
|
+
}],
|
|
1734
|
+
coingecko_id: 'bitcanna'
|
|
1710
1735
|
},
|
|
1711
1736
|
{
|
|
1712
1737
|
description: 'BitSong Native Token',
|
|
@@ -1749,7 +1774,8 @@ const assets = {
|
|
|
1749
1774
|
theme: {
|
|
1750
1775
|
primary_color_hex: '#c8307f'
|
|
1751
1776
|
}
|
|
1752
|
-
}]
|
|
1777
|
+
}],
|
|
1778
|
+
coingecko_id: 'bitsong'
|
|
1753
1779
|
},
|
|
1754
1780
|
{
|
|
1755
1781
|
description: 'The native token of Ki Chain',
|
|
@@ -1792,7 +1818,8 @@ const assets = {
|
|
|
1792
1818
|
theme: {
|
|
1793
1819
|
primary_color_hex: '#1c04fc'
|
|
1794
1820
|
}
|
|
1795
|
-
}]
|
|
1821
|
+
}],
|
|
1822
|
+
coingecko_id: 'ki'
|
|
1796
1823
|
},
|
|
1797
1824
|
{
|
|
1798
1825
|
description: 'Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem',
|
|
@@ -1835,7 +1862,8 @@ const assets = {
|
|
|
1835
1862
|
theme: {
|
|
1836
1863
|
primary_color_hex: '#2474ec'
|
|
1837
1864
|
}
|
|
1838
|
-
}]
|
|
1865
|
+
}],
|
|
1866
|
+
coingecko_id: 'medibloc'
|
|
1839
1867
|
},
|
|
1840
1868
|
{
|
|
1841
1869
|
description: 'The staking token of Bostrom',
|
|
@@ -1875,7 +1903,8 @@ const assets = {
|
|
|
1875
1903
|
theme: {
|
|
1876
1904
|
primary_color_hex: '#4cea4e'
|
|
1877
1905
|
}
|
|
1878
|
-
}]
|
|
1906
|
+
}],
|
|
1907
|
+
coingecko_id: 'bostrom'
|
|
1879
1908
|
},
|
|
1880
1909
|
{
|
|
1881
1910
|
description: 'Native Token of Comdex Protocol',
|
|
@@ -1918,7 +1947,8 @@ const assets = {
|
|
|
1918
1947
|
theme: {
|
|
1919
1948
|
primary_color_hex: '#fc4454'
|
|
1920
1949
|
}
|
|
1921
|
-
}]
|
|
1950
|
+
}],
|
|
1951
|
+
coingecko_id: 'comdex'
|
|
1922
1952
|
},
|
|
1923
1953
|
{
|
|
1924
1954
|
description: 'Native token for the cheqd network',
|
|
@@ -1961,7 +1991,8 @@ const assets = {
|
|
|
1961
1991
|
theme: {
|
|
1962
1992
|
primary_color_hex: '#fc5f04'
|
|
1963
1993
|
}
|
|
1964
|
-
}]
|
|
1994
|
+
}],
|
|
1995
|
+
coingecko_id: 'cheqd-network'
|
|
1965
1996
|
},
|
|
1966
1997
|
{
|
|
1967
1998
|
description: 'Native token of the Lum Network',
|
|
@@ -2004,7 +2035,8 @@ const assets = {
|
|
|
2004
2035
|
theme: {
|
|
2005
2036
|
primary_color_hex: '#080808'
|
|
2006
2037
|
}
|
|
2007
|
-
}]
|
|
2038
|
+
}],
|
|
2039
|
+
coingecko_id: 'lum-network'
|
|
2008
2040
|
},
|
|
2009
2041
|
{
|
|
2010
2042
|
description: 'The native token of Vidulum',
|
|
@@ -2058,7 +2090,8 @@ const assets = {
|
|
|
2058
2090
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
2059
2091
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
|
|
2060
2092
|
}],
|
|
2061
|
-
keywords: ['osmosis_unstable']
|
|
2093
|
+
keywords: ['osmosis_unstable'],
|
|
2094
|
+
coingecko_id: 'vidulum'
|
|
2062
2095
|
},
|
|
2063
2096
|
{
|
|
2064
2097
|
description: 'The native token of Desmos',
|
|
@@ -2101,7 +2134,8 @@ const assets = {
|
|
|
2101
2134
|
theme: {
|
|
2102
2135
|
primary_color_hex: '#fb804e'
|
|
2103
2136
|
}
|
|
2104
|
-
}]
|
|
2137
|
+
}],
|
|
2138
|
+
coingecko_id: 'desmos'
|
|
2105
2139
|
},
|
|
2106
2140
|
{
|
|
2107
2141
|
description: 'Native token of Dig Chain',
|
|
@@ -2194,7 +2228,8 @@ const assets = {
|
|
|
2194
2228
|
theme: {
|
|
2195
2229
|
primary_color_hex: '#f36353'
|
|
2196
2230
|
}
|
|
2197
|
-
}]
|
|
2231
|
+
}],
|
|
2232
|
+
coingecko_id: 'sommelier'
|
|
2198
2233
|
},
|
|
2199
2234
|
{
|
|
2200
2235
|
description: 'The native token of BandChain',
|
|
@@ -2237,7 +2272,8 @@ const assets = {
|
|
|
2237
2272
|
theme: {
|
|
2238
2273
|
primary_color_hex: '#4424e4'
|
|
2239
2274
|
}
|
|
2240
|
-
}]
|
|
2275
|
+
}],
|
|
2276
|
+
coingecko_id: 'band-protocol'
|
|
2241
2277
|
},
|
|
2242
2278
|
{
|
|
2243
2279
|
description: 'The native token of Konstellation Network',
|
|
@@ -2281,7 +2317,8 @@ const assets = {
|
|
|
2281
2317
|
primary_color_hex: '#042a61'
|
|
2282
2318
|
}
|
|
2283
2319
|
}],
|
|
2284
|
-
keywords: ['osmosis_unstable']
|
|
2320
|
+
keywords: ['osmosis_unstable'],
|
|
2321
|
+
coingecko_id: 'darcmatter-coin'
|
|
2285
2322
|
},
|
|
2286
2323
|
{
|
|
2287
2324
|
description: 'The native token of Umee',
|
|
@@ -2324,7 +2361,8 @@ const assets = {
|
|
|
2324
2361
|
theme: {
|
|
2325
2362
|
primary_color_hex: '#22f2e9'
|
|
2326
2363
|
}
|
|
2327
|
-
}]
|
|
2364
|
+
}],
|
|
2365
|
+
coingecko_id: 'umee'
|
|
2328
2366
|
},
|
|
2329
2367
|
{
|
|
2330
2368
|
description: 'The native token of Gravity Bridge',
|
|
@@ -2367,7 +2405,8 @@ const assets = {
|
|
|
2367
2405
|
theme: {
|
|
2368
2406
|
primary_color_hex: '#042ca4'
|
|
2369
2407
|
}
|
|
2370
|
-
}]
|
|
2408
|
+
}],
|
|
2409
|
+
coingecko_id: 'graviton'
|
|
2371
2410
|
},
|
|
2372
2411
|
{
|
|
2373
2412
|
description: 'The native token of Decentr',
|
|
@@ -2410,7 +2449,8 @@ const assets = {
|
|
|
2410
2449
|
theme: {
|
|
2411
2450
|
primary_color_hex: '#4678e9'
|
|
2412
2451
|
}
|
|
2413
|
-
}]
|
|
2452
|
+
}],
|
|
2453
|
+
coingecko_id: 'decentr'
|
|
2414
2454
|
},
|
|
2415
2455
|
{
|
|
2416
2456
|
description: 'The native token cw20 for Marble DAO on Juno Chain',
|
|
@@ -2499,7 +2539,8 @@ const assets = {
|
|
|
2499
2539
|
theme: {
|
|
2500
2540
|
primary_color_hex: '#a5edf2'
|
|
2501
2541
|
}
|
|
2502
|
-
}]
|
|
2542
|
+
}],
|
|
2543
|
+
coingecko_id: 'switcheo'
|
|
2503
2544
|
},
|
|
2504
2545
|
{
|
|
2505
2546
|
description: 'The native token of Cerberus Chain',
|
|
@@ -2543,7 +2584,8 @@ const assets = {
|
|
|
2543
2584
|
primary_color_hex: '#c6c6c9'
|
|
2544
2585
|
}
|
|
2545
2586
|
}],
|
|
2546
|
-
keywords: ['osmosis_unstable']
|
|
2587
|
+
keywords: ['osmosis_unstable'],
|
|
2588
|
+
coingecko_id: 'cerberus-2'
|
|
2547
2589
|
},
|
|
2548
2590
|
{
|
|
2549
2591
|
description: 'The native staking and governance token of the Fetch Hub.',
|
|
@@ -2586,7 +2628,8 @@ const assets = {
|
|
|
2586
2628
|
theme: {
|
|
2587
2629
|
primary_color_hex: '#1c2444'
|
|
2588
2630
|
}
|
|
2589
|
-
}]
|
|
2631
|
+
}],
|
|
2632
|
+
coingecko_id: 'fetch-ai'
|
|
2590
2633
|
},
|
|
2591
2634
|
{
|
|
2592
2635
|
description: 'The native token of Asset Mantle',
|
|
@@ -2629,7 +2672,8 @@ const assets = {
|
|
|
2629
2672
|
theme: {
|
|
2630
2673
|
primary_color_hex: '#fbab30'
|
|
2631
2674
|
}
|
|
2632
|
-
}]
|
|
2675
|
+
}],
|
|
2676
|
+
coingecko_id: 'assetmantle'
|
|
2633
2677
|
},
|
|
2634
2678
|
{
|
|
2635
2679
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
@@ -2674,7 +2718,8 @@ const assets = {
|
|
|
2674
2718
|
theme: {
|
|
2675
2719
|
primary_color_hex: '#f87b7b'
|
|
2676
2720
|
}
|
|
2677
|
-
}]
|
|
2721
|
+
}],
|
|
2722
|
+
coingecko_id: 'neta'
|
|
2678
2723
|
},
|
|
2679
2724
|
{
|
|
2680
2725
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
@@ -2717,7 +2762,8 @@ const assets = {
|
|
|
2717
2762
|
theme: {
|
|
2718
2763
|
primary_color_hex: '#04a2fc'
|
|
2719
2764
|
}
|
|
2720
|
-
}]
|
|
2765
|
+
}],
|
|
2766
|
+
coingecko_id: 'injective-protocol'
|
|
2721
2767
|
},
|
|
2722
2768
|
{
|
|
2723
2769
|
description: 'The KRW stablecoin of Terra Classic.',
|
|
@@ -2856,7 +2902,8 @@ const assets = {
|
|
|
2856
2902
|
theme: {
|
|
2857
2903
|
primary_color_hex: '#be9926'
|
|
2858
2904
|
}
|
|
2859
|
-
}]
|
|
2905
|
+
}],
|
|
2906
|
+
coingecko_id: 'sifchain'
|
|
2860
2907
|
},
|
|
2861
2908
|
{
|
|
2862
2909
|
description: 'The native token of Shentu',
|
|
@@ -2899,7 +2946,8 @@ const assets = {
|
|
|
2899
2946
|
theme: {
|
|
2900
2947
|
primary_color_hex: '#e4ac4c'
|
|
2901
2948
|
}
|
|
2902
|
-
}]
|
|
2949
|
+
}],
|
|
2950
|
+
coingecko_id: 'certik'
|
|
2903
2951
|
},
|
|
2904
2952
|
{
|
|
2905
2953
|
description: 'Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.',
|
|
@@ -2996,7 +3044,8 @@ const assets = {
|
|
|
2996
3044
|
theme: {
|
|
2997
3045
|
primary_color_hex: '#070f0e'
|
|
2998
3046
|
}
|
|
2999
|
-
}]
|
|
3047
|
+
}],
|
|
3048
|
+
coingecko_id: 'racoon'
|
|
3000
3049
|
},
|
|
3001
3050
|
{
|
|
3002
3051
|
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.',
|
|
@@ -3623,7 +3672,8 @@ const assets = {
|
|
|
3623
3672
|
theme: {
|
|
3624
3673
|
primary_color_hex: '#b7dcd8'
|
|
3625
3674
|
}
|
|
3626
|
-
}]
|
|
3675
|
+
}],
|
|
3676
|
+
coingecko_id: 'meme-network'
|
|
3627
3677
|
},
|
|
3628
3678
|
{
|
|
3629
3679
|
description: 'Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!',
|
|
@@ -3752,7 +3802,8 @@ const assets = {
|
|
|
3752
3802
|
theme: {
|
|
3753
3803
|
primary_color_hex: '#f4de6f'
|
|
3754
3804
|
}
|
|
3755
|
-
}]
|
|
3805
|
+
}],
|
|
3806
|
+
coingecko_id: 'terra-luna-2'
|
|
3756
3807
|
},
|
|
3757
3808
|
{
|
|
3758
3809
|
description: 'Native token of Rizon Chain',
|
|
@@ -3795,7 +3846,8 @@ const assets = {
|
|
|
3795
3846
|
theme: {
|
|
3796
3847
|
primary_color_hex: '#2b1c54'
|
|
3797
3848
|
}
|
|
3798
|
-
}]
|
|
3849
|
+
}],
|
|
3850
|
+
coingecko_id: 'rizon'
|
|
3799
3851
|
},
|
|
3800
3852
|
{
|
|
3801
3853
|
description: 'Governance token of Kava Lend Protocol',
|
|
@@ -3838,7 +3890,8 @@ const assets = {
|
|
|
3838
3890
|
theme: {
|
|
3839
3891
|
primary_color_hex: '#7b34ac'
|
|
3840
3892
|
}
|
|
3841
|
-
}]
|
|
3893
|
+
}],
|
|
3894
|
+
coingecko_id: 'kava-lend'
|
|
3842
3895
|
},
|
|
3843
3896
|
{
|
|
3844
3897
|
description: 'Governance token of Kava Swap Protocol',
|
|
@@ -3881,7 +3934,8 @@ const assets = {
|
|
|
3881
3934
|
theme: {
|
|
3882
3935
|
primary_color_hex: '#544cfc'
|
|
3883
3936
|
}
|
|
3884
|
-
}]
|
|
3937
|
+
}],
|
|
3938
|
+
coingecko_id: 'kava-swap'
|
|
3885
3939
|
},
|
|
3886
3940
|
{
|
|
3887
3941
|
description: 'A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.',
|
|
@@ -4268,7 +4322,8 @@ const assets = {
|
|
|
4268
4322
|
theme: {
|
|
4269
4323
|
primary_color_hex: '#e33b34'
|
|
4270
4324
|
}
|
|
4271
|
-
}]
|
|
4325
|
+
}],
|
|
4326
|
+
coingecko_id: 'kujira'
|
|
4272
4327
|
},
|
|
4273
4328
|
{
|
|
4274
4329
|
description: 'The native token of Tgrade',
|
|
@@ -4830,7 +4885,8 @@ const assets = {
|
|
|
4830
4885
|
primary_color_hex: '#000000'
|
|
4831
4886
|
}
|
|
4832
4887
|
}
|
|
4833
|
-
]
|
|
4888
|
+
],
|
|
4889
|
+
coingecko_id: 'oraichain-token'
|
|
4834
4890
|
},
|
|
4835
4891
|
{
|
|
4836
4892
|
description: 'The native token of the Cudos blockchain',
|
|
@@ -4873,7 +4929,8 @@ const assets = {
|
|
|
4873
4929
|
theme: {
|
|
4874
4930
|
primary_color_hex: '#5d95ec'
|
|
4875
4931
|
}
|
|
4876
|
-
}]
|
|
4932
|
+
}],
|
|
4933
|
+
coingecko_id: 'cudos'
|
|
4877
4934
|
},
|
|
4878
4935
|
{
|
|
4879
4936
|
description: 'The native stablecoin of Kava',
|
|
@@ -4916,7 +4973,8 @@ const assets = {
|
|
|
4916
4973
|
theme: {
|
|
4917
4974
|
primary_color_hex: '#04d4a3'
|
|
4918
4975
|
}
|
|
4919
|
-
}]
|
|
4976
|
+
}],
|
|
4977
|
+
coingecko_id: 'usdx'
|
|
4920
4978
|
},
|
|
4921
4979
|
{
|
|
4922
4980
|
description: 'BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.',
|
|
@@ -4959,7 +5017,8 @@ const assets = {
|
|
|
4959
5017
|
theme: {
|
|
4960
5018
|
primary_color_hex: '#c42b44'
|
|
4961
5019
|
}
|
|
4962
|
-
}]
|
|
5020
|
+
}],
|
|
5021
|
+
coingecko_id: 'agoric'
|
|
4963
5022
|
},
|
|
4964
5023
|
{
|
|
4965
5024
|
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
@@ -5002,7 +5061,8 @@ const assets = {
|
|
|
5002
5061
|
theme: {
|
|
5003
5062
|
primary_color_hex: '#d485e2'
|
|
5004
5063
|
}
|
|
5005
|
-
}]
|
|
5064
|
+
}],
|
|
5065
|
+
coingecko_id: 'inter-stable-token'
|
|
5006
5066
|
},
|
|
5007
5067
|
{
|
|
5008
5068
|
description: 'Staking derivative seJUNO for staked JUNO',
|
|
@@ -5135,7 +5195,8 @@ const assets = {
|
|
|
5135
5195
|
theme: {
|
|
5136
5196
|
primary_color_hex: '#e4047c'
|
|
5137
5197
|
}
|
|
5138
|
-
}]
|
|
5198
|
+
}],
|
|
5199
|
+
coingecko_id: 'stride'
|
|
5139
5200
|
},
|
|
5140
5201
|
{
|
|
5141
5202
|
denom_units: [{
|
|
@@ -5184,7 +5245,8 @@ const assets = {
|
|
|
5184
5245
|
theme: {
|
|
5185
5246
|
primary_color_hex: '#e40474'
|
|
5186
5247
|
}
|
|
5187
|
-
}]
|
|
5248
|
+
}],
|
|
5249
|
+
coingecko_id: 'stride-staked-atom'
|
|
5188
5250
|
},
|
|
5189
5251
|
{
|
|
5190
5252
|
denom_units: [{
|
|
@@ -5233,7 +5295,8 @@ const assets = {
|
|
|
5233
5295
|
theme: {
|
|
5234
5296
|
primary_color_hex: '#e40474'
|
|
5235
5297
|
}
|
|
5236
|
-
}]
|
|
5298
|
+
}],
|
|
5299
|
+
coingecko_id: 'stride-staked-stars'
|
|
5237
5300
|
},
|
|
5238
5301
|
{
|
|
5239
5302
|
description: 'Solarbank DAO Governance Token for speeding up the shift to renewable and green energy',
|
|
@@ -5366,7 +5429,8 @@ const assets = {
|
|
|
5366
5429
|
theme: {
|
|
5367
5430
|
primary_color_hex: '#040404'
|
|
5368
5431
|
}
|
|
5369
|
-
}]
|
|
5432
|
+
}],
|
|
5433
|
+
coingecko_id: 'axelar'
|
|
5370
5434
|
},
|
|
5371
5435
|
{
|
|
5372
5436
|
description: 'REBUS, the native coin of the Rebus chain.',
|
|
@@ -5409,7 +5473,8 @@ const assets = {
|
|
|
5409
5473
|
theme: {
|
|
5410
5474
|
primary_color_hex: '#e75486'
|
|
5411
5475
|
}
|
|
5412
|
-
}]
|
|
5476
|
+
}],
|
|
5477
|
+
coingecko_id: 'rebus'
|
|
5413
5478
|
},
|
|
5414
5479
|
{
|
|
5415
5480
|
description: 'The native token of Teritori',
|
|
@@ -5452,7 +5517,8 @@ const assets = {
|
|
|
5452
5517
|
theme: {
|
|
5453
5518
|
primary_color_hex: '#040404'
|
|
5454
5519
|
}
|
|
5455
|
-
}]
|
|
5520
|
+
}],
|
|
5521
|
+
coingecko_id: 'teritori'
|
|
5456
5522
|
},
|
|
5457
5523
|
{
|
|
5458
5524
|
denom_units: [{
|
|
@@ -5501,7 +5567,8 @@ const assets = {
|
|
|
5501
5567
|
theme: {
|
|
5502
5568
|
primary_color_hex: '#e40474'
|
|
5503
5569
|
}
|
|
5504
|
-
}]
|
|
5570
|
+
}],
|
|
5571
|
+
coingecko_id: 'stride-staked-juno'
|
|
5505
5572
|
},
|
|
5506
5573
|
{
|
|
5507
5574
|
denom_units: [{
|
|
@@ -5550,7 +5617,8 @@ const assets = {
|
|
|
5550
5617
|
theme: {
|
|
5551
5618
|
primary_color_hex: '#e40474'
|
|
5552
5619
|
}
|
|
5553
|
-
}]
|
|
5620
|
+
}],
|
|
5621
|
+
coingecko_id: 'stride-staked-osmo'
|
|
5554
5622
|
},
|
|
5555
5623
|
{
|
|
5556
5624
|
description: 'The native token cw20 for MuseDAO on Juno Chain',
|
|
@@ -5636,7 +5704,8 @@ const assets = {
|
|
|
5636
5704
|
theme: {
|
|
5637
5705
|
primary_color_hex: '#e41c54'
|
|
5638
5706
|
}
|
|
5639
|
-
}]
|
|
5707
|
+
}],
|
|
5708
|
+
coingecko_id: 'lambda'
|
|
5640
5709
|
},
|
|
5641
5710
|
{
|
|
5642
5711
|
description: 'The native over-collateralized stablecoin from the Kujira chain.',
|
|
@@ -5679,7 +5748,8 @@ const assets = {
|
|
|
5679
5748
|
theme: {
|
|
5680
5749
|
primary_color_hex: '#2e363f'
|
|
5681
5750
|
}
|
|
5682
|
-
}]
|
|
5751
|
+
}],
|
|
5752
|
+
coingecko_id: 'usk'
|
|
5683
5753
|
},
|
|
5684
5754
|
{
|
|
5685
5755
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
@@ -5722,7 +5792,8 @@ const assets = {
|
|
|
5722
5792
|
theme: {
|
|
5723
5793
|
primary_color_hex: '#2279c0'
|
|
5724
5794
|
}
|
|
5725
|
-
}]
|
|
5795
|
+
}],
|
|
5796
|
+
coingecko_id: 'unification'
|
|
5726
5797
|
},
|
|
5727
5798
|
{
|
|
5728
5799
|
description: 'The native staking and governance token of Jackal.',
|
|
@@ -5765,7 +5836,8 @@ const assets = {
|
|
|
5765
5836
|
theme: {
|
|
5766
5837
|
primary_color_hex: '#dbdbcb'
|
|
5767
5838
|
}
|
|
5768
|
-
}]
|
|
5839
|
+
}],
|
|
5840
|
+
coingecko_id: 'jackal-protocol'
|
|
5769
5841
|
},
|
|
5770
5842
|
{
|
|
5771
5843
|
description: 'The native token cw20 for Alter on Secret Network',
|
|
@@ -5810,7 +5882,8 @@ const assets = {
|
|
|
5810
5882
|
theme: {
|
|
5811
5883
|
primary_color_hex: '#694c90'
|
|
5812
5884
|
}
|
|
5813
|
-
}]
|
|
5885
|
+
}],
|
|
5886
|
+
coingecko_id: 'alter'
|
|
5814
5887
|
},
|
|
5815
5888
|
{
|
|
5816
5889
|
description: 'The native token cw20 for Button on Secret Network',
|
|
@@ -5941,7 +6014,8 @@ const assets = {
|
|
|
5941
6014
|
theme: {
|
|
5942
6015
|
primary_color_hex: '#2c2c2c'
|
|
5943
6016
|
}
|
|
5944
|
-
}]
|
|
6017
|
+
}],
|
|
6018
|
+
coingecko_id: 'sienna'
|
|
5945
6019
|
},
|
|
5946
6020
|
{
|
|
5947
6021
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
@@ -5986,7 +6060,8 @@ const assets = {
|
|
|
5986
6060
|
theme: {
|
|
5987
6061
|
primary_color_hex: '#b8a2dc'
|
|
5988
6062
|
}
|
|
5989
|
-
}]
|
|
6063
|
+
}],
|
|
6064
|
+
coingecko_id: 'stkd-scrt'
|
|
5990
6065
|
},
|
|
5991
6066
|
{
|
|
5992
6067
|
description: 'BeeZee native blockchain',
|
|
@@ -6029,7 +6104,8 @@ const assets = {
|
|
|
6029
6104
|
theme: {
|
|
6030
6105
|
primary_color_hex: '#079fd7'
|
|
6031
6106
|
}
|
|
6032
|
-
}]
|
|
6107
|
+
}],
|
|
6108
|
+
coingecko_id: 'bzedge'
|
|
6033
6109
|
},
|
|
6034
6110
|
{
|
|
6035
6111
|
description: 'The native token cw20 for Fanfury on Juno Chain',
|
|
@@ -6165,7 +6241,8 @@ const assets = {
|
|
|
6165
6241
|
theme: {
|
|
6166
6242
|
primary_color_hex: '#040404'
|
|
6167
6243
|
}
|
|
6168
|
-
}]
|
|
6244
|
+
}],
|
|
6245
|
+
coingecko_id: 'composite'
|
|
6169
6246
|
},
|
|
6170
6247
|
{
|
|
6171
6248
|
description: 'The native EVM, governance and staking token of the Imversed',
|
|
@@ -6301,7 +6378,8 @@ const assets = {
|
|
|
6301
6378
|
socials: {
|
|
6302
6379
|
website: 'https://posthuman.digital/',
|
|
6303
6380
|
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
6304
|
-
}
|
|
6381
|
+
},
|
|
6382
|
+
coingecko_id: 'posthuman'
|
|
6305
6383
|
},
|
|
6306
6384
|
{
|
|
6307
6385
|
description: 'The native token cw20 for Amber on Secret Network',
|
|
@@ -6395,7 +6473,8 @@ const assets = {
|
|
|
6395
6473
|
'stablecoin',
|
|
6396
6474
|
'bridge',
|
|
6397
6475
|
'staking'
|
|
6398
|
-
]
|
|
6476
|
+
],
|
|
6477
|
+
coingecko_id: 'onomy-protocol'
|
|
6399
6478
|
},
|
|
6400
6479
|
{
|
|
6401
6480
|
description: 'PSTAKE Liquid-Staked ATOM',
|
|
@@ -6446,7 +6525,8 @@ const assets = {
|
|
|
6446
6525
|
theme: {
|
|
6447
6526
|
primary_color_hex: '#c4444c'
|
|
6448
6527
|
}
|
|
6449
|
-
}]
|
|
6528
|
+
}],
|
|
6529
|
+
coingecko_id: 'stkatom'
|
|
6450
6530
|
},
|
|
6451
6531
|
{
|
|
6452
6532
|
description: 'The native staking and governance token of the Dyson Protocol',
|
|
@@ -6617,7 +6697,8 @@ const assets = {
|
|
|
6617
6697
|
theme: {
|
|
6618
6698
|
primary_color_hex: '#d4f3fb'
|
|
6619
6699
|
}
|
|
6620
|
-
}]
|
|
6700
|
+
}],
|
|
6701
|
+
coingecko_id: 'planq'
|
|
6621
6702
|
},
|
|
6622
6703
|
{
|
|
6623
6704
|
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.',
|
|
@@ -6724,7 +6805,8 @@ const assets = {
|
|
|
6724
6805
|
theme: {
|
|
6725
6806
|
primary_color_hex: '#1c1f1f'
|
|
6726
6807
|
}
|
|
6727
|
-
}]
|
|
6808
|
+
}],
|
|
6809
|
+
coingecko_id: 'canto'
|
|
6728
6810
|
},
|
|
6729
6811
|
{
|
|
6730
6812
|
description: 'Quicksilver Liquid Staked STARS',
|
|
@@ -7022,7 +7104,8 @@ const assets = {
|
|
|
7022
7104
|
theme: {
|
|
7023
7105
|
primary_color_hex: '#000000'
|
|
7024
7106
|
}
|
|
7025
|
-
}]
|
|
7107
|
+
}],
|
|
7108
|
+
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3'
|
|
7026
7109
|
},
|
|
7027
7110
|
{
|
|
7028
7111
|
description: 'Ciento Exchange Token',
|
|
@@ -7482,7 +7565,8 @@ const assets = {
|
|
|
7482
7565
|
theme: {
|
|
7483
7566
|
primary_color_hex: '#b2b2b2'
|
|
7484
7567
|
}
|
|
7485
|
-
}]
|
|
7568
|
+
}],
|
|
7569
|
+
coingecko_id: 'quicksilver'
|
|
7486
7570
|
},
|
|
7487
7571
|
{
|
|
7488
7572
|
description: 'The native token of Arkhadian',
|
|
@@ -7882,7 +7966,8 @@ const assets = {
|
|
|
7882
7966
|
theme: {
|
|
7883
7967
|
primary_color_hex: '#171c25'
|
|
7884
7968
|
}
|
|
7885
|
-
}]
|
|
7969
|
+
}],
|
|
7970
|
+
coingecko_id: 'toucan-protocol-nature-carbon-tonne'
|
|
7886
7971
|
},
|
|
7887
7972
|
{
|
|
7888
7973
|
description: 'Celestims',
|
|
@@ -8226,7 +8311,8 @@ const assets = {
|
|
|
8226
8311
|
theme: {
|
|
8227
8312
|
primary_color_hex: '#c33635'
|
|
8228
8313
|
}
|
|
8229
|
-
}]
|
|
8314
|
+
}],
|
|
8315
|
+
coingecko_id: 'omniflix-network'
|
|
8230
8316
|
},
|
|
8231
8317
|
{
|
|
8232
8318
|
description: 'Spacer',
|
|
@@ -8357,7 +8443,8 @@ const assets = {
|
|
|
8357
8443
|
theme: {
|
|
8358
8444
|
primary_color_hex: '#3142fc'
|
|
8359
8445
|
}
|
|
8360
|
-
}]
|
|
8446
|
+
}],
|
|
8447
|
+
coingecko_id: 'silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2'
|
|
8361
8448
|
},
|
|
8362
8449
|
{
|
|
8363
8450
|
description: 'Mille: the 1000th token on osmosis',
|
|
@@ -8602,7 +8689,8 @@ const assets = {
|
|
|
8602
8689
|
theme: {
|
|
8603
8690
|
primary_color_hex: '#342c52'
|
|
8604
8691
|
}
|
|
8605
|
-
}]
|
|
8692
|
+
}],
|
|
8693
|
+
coingecko_id: 'shade-protocol'
|
|
8606
8694
|
},
|
|
8607
8695
|
{
|
|
8608
8696
|
description: 'The native token of Bluzelle',
|
|
@@ -8647,7 +8735,8 @@ const assets = {
|
|
|
8647
8735
|
primary_color_hex: '#708ffc'
|
|
8648
8736
|
}
|
|
8649
8737
|
}],
|
|
8650
|
-
keywords: ['bluzelle', 'game']
|
|
8738
|
+
keywords: ['bluzelle', 'game'],
|
|
8739
|
+
coingecko_id: 'bluzelle'
|
|
8651
8740
|
},
|
|
8652
8741
|
{
|
|
8653
8742
|
description: 'Native token of Arbitrum',
|
|
@@ -9157,7 +9246,8 @@ const assets = {
|
|
|
9157
9246
|
theme: {
|
|
9158
9247
|
primary_color_hex: '#2e154d'
|
|
9159
9248
|
}
|
|
9160
|
-
}]
|
|
9249
|
+
}],
|
|
9250
|
+
coingecko_id: 'gitopia'
|
|
9161
9251
|
},
|
|
9162
9252
|
{
|
|
9163
9253
|
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',
|
|
@@ -9200,7 +9290,8 @@ const assets = {
|
|
|
9200
9290
|
theme: {
|
|
9201
9291
|
primary_color_hex: '#f3f313'
|
|
9202
9292
|
}
|
|
9203
|
-
}]
|
|
9293
|
+
}],
|
|
9294
|
+
coingecko_id: 'lion-dao'
|
|
9204
9295
|
},
|
|
9205
9296
|
{
|
|
9206
9297
|
denom_units: [{
|
|
@@ -9249,7 +9340,8 @@ const assets = {
|
|
|
9249
9340
|
theme: {
|
|
9250
9341
|
primary_color_hex: '#fbd9e9'
|
|
9251
9342
|
}
|
|
9252
|
-
}]
|
|
9343
|
+
}],
|
|
9344
|
+
coingecko_id: 'stride-staked-umee'
|
|
9253
9345
|
},
|
|
9254
9346
|
{
|
|
9255
9347
|
denom_units: [{
|
|
@@ -9318,7 +9410,8 @@ const assets = {
|
|
|
9318
9410
|
theme: {
|
|
9319
9411
|
primary_color_hex: '#fc542c'
|
|
9320
9412
|
}
|
|
9321
|
-
}]
|
|
9413
|
+
}],
|
|
9414
|
+
coingecko_id: 'nolus'
|
|
9322
9415
|
},
|
|
9323
9416
|
{
|
|
9324
9417
|
description: 'Lion Cub DAO is a useless meme community DAO on Terra',
|
|
@@ -9449,7 +9542,8 @@ const assets = {
|
|
|
9449
9542
|
background_color_hex: '#000000',
|
|
9450
9543
|
circle: true
|
|
9451
9544
|
}
|
|
9452
|
-
}]
|
|
9545
|
+
}],
|
|
9546
|
+
coingecko_id: 'neutron-3'
|
|
9453
9547
|
},
|
|
9454
9548
|
{
|
|
9455
9549
|
description: 'An innovative DAO dedicated to housing the most vulnerable',
|
|
@@ -9537,7 +9631,8 @@ const assets = {
|
|
|
9537
9631
|
base_denom: 'ppica'
|
|
9538
9632
|
},
|
|
9539
9633
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
9540
|
-
}]
|
|
9634
|
+
}],
|
|
9635
|
+
coingecko_id: 'picasso'
|
|
9541
9636
|
},
|
|
9542
9637
|
{
|
|
9543
9638
|
description: 'The native fee, governance, staking, and bonding token of the Polkadot platform.',
|
|
@@ -9771,7 +9866,8 @@ const assets = {
|
|
|
9771
9866
|
theme: {
|
|
9772
9867
|
primary_color_hex: '#fc4c04'
|
|
9773
9868
|
}
|
|
9774
|
-
}]
|
|
9869
|
+
}],
|
|
9870
|
+
coingecko_id: 'archway'
|
|
9775
9871
|
},
|
|
9776
9872
|
{
|
|
9777
9873
|
description: 'The native staking and governance token of Empower.',
|
|
@@ -9907,7 +10003,8 @@ const assets = {
|
|
|
9907
10003
|
theme: {
|
|
9908
10004
|
primary_color_hex: '#335350'
|
|
9909
10005
|
}
|
|
9910
|
-
}]
|
|
10006
|
+
}],
|
|
10007
|
+
coingecko_id: 'kyve-network'
|
|
9911
10008
|
},
|
|
9912
10009
|
{
|
|
9913
10010
|
description: 'Tether gives you the joint benefits of open blockchain technology and traditional currency by converting your cash into a stable digital currency equivalent.',
|
|
@@ -9976,7 +10073,8 @@ const assets = {
|
|
|
9976
10073
|
primary_color_hex: '#009393',
|
|
9977
10074
|
background_color_hex: '#009393'
|
|
9978
10075
|
}
|
|
9979
|
-
}]
|
|
10076
|
+
}],
|
|
10077
|
+
coingecko_id: 'tether'
|
|
9980
10078
|
},
|
|
9981
10079
|
{
|
|
9982
10080
|
description: 'ERIS liquid staked OSMO',
|
|
@@ -10048,7 +10146,8 @@ const assets = {
|
|
|
10048
10146
|
theme: {
|
|
10049
10147
|
primary_color_hex: '#9c1c1c'
|
|
10050
10148
|
}
|
|
10051
|
-
}]
|
|
10149
|
+
}],
|
|
10150
|
+
coingecko_id: 'sei-network'
|
|
10052
10151
|
},
|
|
10053
10152
|
{
|
|
10054
10153
|
description: 'Quicksilver Liquid Staked SOMM',
|
|
@@ -10140,7 +10239,8 @@ const assets = {
|
|
|
10140
10239
|
theme: {
|
|
10141
10240
|
primary_color_hex: '#05050c'
|
|
10142
10241
|
}
|
|
10143
|
-
}]
|
|
10242
|
+
}],
|
|
10243
|
+
coingecko_id: 'passage'
|
|
10144
10244
|
},
|
|
10145
10245
|
{
|
|
10146
10246
|
denom_units: [{
|
|
@@ -10189,7 +10289,8 @@ const assets = {
|
|
|
10189
10289
|
theme: {
|
|
10190
10290
|
primary_color_hex: '#e40474'
|
|
10191
10291
|
}
|
|
10192
|
-
}]
|
|
10292
|
+
}],
|
|
10293
|
+
coingecko_id: 'stride-staked-sommelier'
|
|
10193
10294
|
},
|
|
10194
10295
|
{
|
|
10195
10296
|
description: 'Solana (SOL) is the native asset of the Solana blockchain.',
|
|
@@ -10526,7 +10627,8 @@ const assets = {
|
|
|
10526
10627
|
theme: {
|
|
10527
10628
|
primary_color_hex: '#0c141c'
|
|
10528
10629
|
}
|
|
10529
|
-
}]
|
|
10630
|
+
}],
|
|
10631
|
+
coingecko_id: 'mantadao'
|
|
10530
10632
|
},
|
|
10531
10633
|
{
|
|
10532
10634
|
denom_units: [{
|
|
@@ -10755,7 +10857,8 @@ const assets = {
|
|
|
10755
10857
|
circle: true,
|
|
10756
10858
|
primary_color_hex: '#2775CA'
|
|
10757
10859
|
}
|
|
10758
|
-
}]
|
|
10860
|
+
}],
|
|
10861
|
+
coingecko_id: 'usd-coin'
|
|
10759
10862
|
},
|
|
10760
10863
|
{
|
|
10761
10864
|
description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
|
|
@@ -10859,7 +10962,8 @@ const assets = {
|
|
|
10859
10962
|
theme: {
|
|
10860
10963
|
primary_color_hex: '#04b4fc'
|
|
10861
10964
|
}
|
|
10862
|
-
}]
|
|
10965
|
+
}],
|
|
10966
|
+
coingecko_id: 'xpla'
|
|
10863
10967
|
},
|
|
10864
10968
|
{
|
|
10865
10969
|
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.',
|
|
@@ -10988,7 +11092,8 @@ const assets = {
|
|
|
10988
11092
|
background_color_hex: '#000000',
|
|
10989
11093
|
circle: true
|
|
10990
11094
|
}
|
|
10991
|
-
}]
|
|
11095
|
+
}],
|
|
11096
|
+
coingecko_id: 'realio-network'
|
|
10992
11097
|
},
|
|
10993
11098
|
{
|
|
10994
11099
|
description: 'Membrane\'s CDP-style stablecoin called CDT',
|
|
@@ -11077,7 +11182,8 @@ const assets = {
|
|
|
11077
11182
|
background_color_hex: '#00000000',
|
|
11078
11183
|
circle: false
|
|
11079
11184
|
}
|
|
11080
|
-
}]
|
|
11185
|
+
}],
|
|
11186
|
+
coingecko_id: 'six-sigma'
|
|
11081
11187
|
},
|
|
11082
11188
|
{
|
|
11083
11189
|
description: 'The native staking and governance token of the StaFi Hub.',
|
|
@@ -11115,7 +11221,8 @@ const assets = {
|
|
|
11115
11221
|
base_denom: 'ufis'
|
|
11116
11222
|
},
|
|
11117
11223
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
|
|
11118
|
-
}]
|
|
11224
|
+
}],
|
|
11225
|
+
coingecko_id: 'stafi'
|
|
11119
11226
|
},
|
|
11120
11227
|
{
|
|
11121
11228
|
description: 'A liquid staking representation of staked ATOMs',
|
|
@@ -11297,7 +11404,8 @@ const assets = {
|
|
|
11297
11404
|
'assets',
|
|
11298
11405
|
'nft',
|
|
11299
11406
|
'XRPL'
|
|
11300
|
-
]
|
|
11407
|
+
],
|
|
11408
|
+
coingecko_id: 'coreum'
|
|
11301
11409
|
},
|
|
11302
11410
|
{
|
|
11303
11411
|
description: 'The native token of the Celestia blockchain.',
|
|
@@ -11340,7 +11448,8 @@ const assets = {
|
|
|
11340
11448
|
theme: {
|
|
11341
11449
|
primary_color_hex: '#7c2cfb'
|
|
11342
11450
|
}
|
|
11343
|
-
}]
|
|
11451
|
+
}],
|
|
11452
|
+
coingecko_id: 'celestia'
|
|
11344
11453
|
},
|
|
11345
11454
|
{
|
|
11346
11455
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
@@ -11388,7 +11497,8 @@ const assets = {
|
|
|
11388
11497
|
theme: {
|
|
11389
11498
|
primary_color_hex: '#21212f'
|
|
11390
11499
|
}
|
|
11391
|
-
}]
|
|
11500
|
+
}],
|
|
11501
|
+
coingecko_id: 'dydx-chain'
|
|
11392
11502
|
},
|
|
11393
11503
|
{
|
|
11394
11504
|
description: 'The native staking token of the Function X',
|
|
@@ -11431,7 +11541,8 @@ const assets = {
|
|
|
11431
11541
|
theme: {
|
|
11432
11542
|
primary_color_hex: '#1c1c1c'
|
|
11433
11543
|
}
|
|
11434
|
-
}]
|
|
11544
|
+
}],
|
|
11545
|
+
coingecko_id: 'fx-coin'
|
|
11435
11546
|
},
|
|
11436
11547
|
{
|
|
11437
11548
|
description: 'Bitcoin. On Cosmos.',
|
|
@@ -11589,7 +11700,8 @@ const assets = {
|
|
|
11589
11700
|
base_denom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk'
|
|
11590
11701
|
},
|
|
11591
11702
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
|
|
11592
|
-
}]
|
|
11703
|
+
}],
|
|
11704
|
+
coingecko_id: 'unstake-fi'
|
|
11593
11705
|
},
|
|
11594
11706
|
{
|
|
11595
11707
|
description: 'ohhNFT LP token.',
|
|
@@ -11992,7 +12104,8 @@ const assets = {
|
|
|
11992
12104
|
theme: {
|
|
11993
12105
|
primary_color_hex: '#39a5fc'
|
|
11994
12106
|
}
|
|
11995
|
-
}]
|
|
12107
|
+
}],
|
|
12108
|
+
coingecko_id: 'source'
|
|
11996
12109
|
},
|
|
11997
12110
|
{
|
|
11998
12111
|
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.',
|
|
@@ -12089,7 +12202,8 @@ const assets = {
|
|
|
12089
12202
|
theme: {
|
|
12090
12203
|
primary_color_hex: '#c3343d'
|
|
12091
12204
|
}
|
|
12092
|
-
}]
|
|
12205
|
+
}],
|
|
12206
|
+
coingecko_id: 'pstake-staked-osmo'
|
|
12093
12207
|
},
|
|
12094
12208
|
{
|
|
12095
12209
|
description: 'Levana Well-funded Perps is a protocol for perpetual swaps, which are leveraged trading contracts.',
|
|
@@ -12202,7 +12316,8 @@ const assets = {
|
|
|
12202
12316
|
theme: {
|
|
12203
12317
|
primary_color_hex: '#16233d'
|
|
12204
12318
|
}
|
|
12205
|
-
}]
|
|
12319
|
+
}],
|
|
12320
|
+
coingecko_id: 'newt'
|
|
12206
12321
|
},
|
|
12207
12322
|
{
|
|
12208
12323
|
description: 'MilkyWay\'s liquid staked TIA',
|
|
@@ -12318,7 +12433,8 @@ const assets = {
|
|
|
12318
12433
|
theme: {
|
|
12319
12434
|
primary_color_hex: '#2b2434'
|
|
12320
12435
|
}
|
|
12321
|
-
}]
|
|
12436
|
+
}],
|
|
12437
|
+
coingecko_id: 'racoon'
|
|
12322
12438
|
},
|
|
12323
12439
|
{
|
|
12324
12440
|
description: 'GUPPY',
|
|
@@ -12402,7 +12518,8 @@ const assets = {
|
|
|
12402
12518
|
theme: {
|
|
12403
12519
|
primary_color_hex: '#04cd80'
|
|
12404
12520
|
}
|
|
12405
|
-
}]
|
|
12521
|
+
}],
|
|
12522
|
+
coingecko_id: 'islamic-coin'
|
|
12406
12523
|
},
|
|
12407
12524
|
{
|
|
12408
12525
|
description: '$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world',
|
|
@@ -12444,7 +12561,8 @@ const assets = {
|
|
|
12444
12561
|
primary_color_hex: '#040404'
|
|
12445
12562
|
}
|
|
12446
12563
|
}],
|
|
12447
|
-
keywords: ['osmosis_unlisted']
|
|
12564
|
+
keywords: ['osmosis_unlisted'],
|
|
12565
|
+
coingecko_id: 'autism'
|
|
12448
12566
|
},
|
|
12449
12567
|
{
|
|
12450
12568
|
description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
|
|
@@ -12589,7 +12707,8 @@ const assets = {
|
|
|
12589
12707
|
background_color_hex: '#00468E',
|
|
12590
12708
|
circle: true
|
|
12591
12709
|
}
|
|
12592
|
-
}]
|
|
12710
|
+
}],
|
|
12711
|
+
coingecko_id: 'dog-wif-nuchucks'
|
|
12593
12712
|
},
|
|
12594
12713
|
{
|
|
12595
12714
|
description: 'Kleomedes Token',
|
|
@@ -12736,7 +12855,8 @@ const assets = {
|
|
|
12736
12855
|
primary_color_hex: '#293a5d'
|
|
12737
12856
|
}
|
|
12738
12857
|
}
|
|
12739
|
-
]
|
|
12858
|
+
],
|
|
12859
|
+
coingecko_id: 'nym'
|
|
12740
12860
|
},
|
|
12741
12861
|
{
|
|
12742
12862
|
description: 'has a hat',
|
|
@@ -13455,7 +13575,8 @@ const assets = {
|
|
|
13455
13575
|
theme: {
|
|
13456
13576
|
primary_color_hex: '#f4e4d4'
|
|
13457
13577
|
}
|
|
13458
|
-
}]
|
|
13578
|
+
}],
|
|
13579
|
+
coingecko_id: 'dymension'
|
|
13459
13580
|
},
|
|
13460
13581
|
{
|
|
13461
13582
|
description: 'Rapture insurance is the first ever P2P insurance platform on $OSMO. Get rewarded to take care of peoples loved ones after the Rapture.',
|
|
@@ -13538,7 +13659,8 @@ const assets = {
|
|
|
13538
13659
|
theme: {
|
|
13539
13660
|
primary_color_hex: '#4056e9'
|
|
13540
13661
|
}
|
|
13541
|
-
}]
|
|
13662
|
+
}],
|
|
13663
|
+
coingecko_id: 'astroport-fi'
|
|
13542
13664
|
},
|
|
13543
13665
|
{
|
|
13544
13666
|
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.',
|
|
@@ -13684,7 +13806,8 @@ const assets = {
|
|
|
13684
13806
|
dark_mode: true,
|
|
13685
13807
|
primary_color_hex: '#f3f3f3'
|
|
13686
13808
|
}
|
|
13687
|
-
}]
|
|
13809
|
+
}],
|
|
13810
|
+
coingecko_id: 'humans-ai'
|
|
13688
13811
|
},
|
|
13689
13812
|
{
|
|
13690
13813
|
description: 'The token of Teledisko DAO.',
|
|
@@ -13770,7 +13893,8 @@ const assets = {
|
|
|
13770
13893
|
theme: {
|
|
13771
13894
|
primary_color_hex: '#0bc47e'
|
|
13772
13895
|
}
|
|
13773
|
-
}]
|
|
13896
|
+
}],
|
|
13897
|
+
coingecko_id: 'scorum'
|
|
13774
13898
|
},
|
|
13775
13899
|
{
|
|
13776
13900
|
description: 'The native token of Chain4Energy',
|
|
@@ -13811,7 +13935,8 @@ const assets = {
|
|
|
13811
13935
|
theme: {
|
|
13812
13936
|
primary_color_hex: '#24344c'
|
|
13813
13937
|
}
|
|
13814
|
-
}]
|
|
13938
|
+
}],
|
|
13939
|
+
coingecko_id: 'chain4energy'
|
|
13815
13940
|
},
|
|
13816
13941
|
{
|
|
13817
13942
|
description: 'Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.',
|
|
@@ -14065,7 +14190,8 @@ const assets = {
|
|
|
14065
14190
|
theme: {
|
|
14066
14191
|
primary_color_hex: '#24241c'
|
|
14067
14192
|
}
|
|
14068
|
-
}]
|
|
14193
|
+
}],
|
|
14194
|
+
coingecko_id: 'aioz-network'
|
|
14069
14195
|
},
|
|
14070
14196
|
{
|
|
14071
14197
|
description: 'Stride\'s liquid staked DYM',
|
|
@@ -14156,7 +14282,8 @@ const assets = {
|
|
|
14156
14282
|
theme: {
|
|
14157
14283
|
primary_color_hex: '#2e2d2a'
|
|
14158
14284
|
}
|
|
14159
|
-
}]
|
|
14285
|
+
}],
|
|
14286
|
+
coingecko_id: 'doki'
|
|
14160
14287
|
},
|
|
14161
14288
|
{
|
|
14162
14289
|
description: 'Sail DAO is a liquidity deployment and management DAO built as a collaboration between the Osmosis and Migaloo Blockchains.',
|
|
@@ -14367,7 +14494,8 @@ const assets = {
|
|
|
14367
14494
|
theme: {
|
|
14368
14495
|
primary_color_hex: '#14c0ce'
|
|
14369
14496
|
}
|
|
14370
|
-
}]
|
|
14497
|
+
}],
|
|
14498
|
+
coingecko_id: 'nibiru'
|
|
14371
14499
|
},
|
|
14372
14500
|
{
|
|
14373
14501
|
description: 'BEAST-ERC20 on injective',
|
|
@@ -14459,7 +14587,8 @@ const assets = {
|
|
|
14459
14587
|
primary_color_hex: '#047e04'
|
|
14460
14588
|
}
|
|
14461
14589
|
}],
|
|
14462
|
-
keywords: ['osmosis_unlisted']
|
|
14590
|
+
keywords: ['osmosis_unlisted'],
|
|
14591
|
+
coingecko_id: 'consciousdao'
|
|
14463
14592
|
},
|
|
14464
14593
|
{
|
|
14465
14594
|
description: 'The memecoin built for the Celestia community',
|
|
@@ -14806,7 +14935,8 @@ const assets = {
|
|
|
14806
14935
|
theme: {
|
|
14807
14936
|
primary_color_hex: '#140c7c'
|
|
14808
14937
|
}
|
|
14809
|
-
}]
|
|
14938
|
+
}],
|
|
14939
|
+
coingecko_id: 'dhealth'
|
|
14810
14940
|
},
|
|
14811
14941
|
{
|
|
14812
14942
|
description: 'The native token of Furya',
|
|
@@ -14901,7 +15031,8 @@ const assets = {
|
|
|
14901
15031
|
primary_color_hex: '#000000',
|
|
14902
15032
|
dark_mode: false
|
|
14903
15033
|
}
|
|
14904
|
-
}]
|
|
15034
|
+
}],
|
|
15035
|
+
coingecko_id: 'saga-2'
|
|
14905
15036
|
},
|
|
14906
15037
|
{
|
|
14907
15038
|
description: '$ATOM to $1,000 LFG!!',
|
|
@@ -14986,7 +15117,8 @@ const assets = {
|
|
|
14986
15117
|
primary_color_hex: '#046ffc'
|
|
14987
15118
|
}
|
|
14988
15119
|
}],
|
|
14989
|
-
keywords: ['osmosis_unlisted']
|
|
15120
|
+
keywords: ['osmosis_unlisted'],
|
|
15121
|
+
coingecko_id: 'shido-2'
|
|
14990
15122
|
},
|
|
14991
15123
|
{
|
|
14992
15124
|
description: 'Decentralized Machine Learning',
|
|
@@ -15071,7 +15203,8 @@ const assets = {
|
|
|
15071
15203
|
theme: {
|
|
15072
15204
|
primary_color_hex: '#eacea5'
|
|
15073
15205
|
}
|
|
15074
|
-
}]
|
|
15206
|
+
}],
|
|
15207
|
+
coingecko_id: 'hava-coin'
|
|
15075
15208
|
},
|
|
15076
15209
|
{
|
|
15077
15210
|
description: 'OnE mEmEcOiN tO cOnNeCt oL ImBeCiles - aNd in Da Cosmos BiNd DeM',
|
|
@@ -15187,7 +15320,8 @@ const assets = {
|
|
|
15187
15320
|
theme: {
|
|
15188
15321
|
primary_color_hex: '#4056e9'
|
|
15189
15322
|
}
|
|
15190
|
-
}]
|
|
15323
|
+
}],
|
|
15324
|
+
coingecko_id: 'astroport-fi'
|
|
15191
15325
|
},
|
|
15192
15326
|
{
|
|
15193
15327
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
@@ -16088,7 +16222,8 @@ const assets = {
|
|
|
16088
16222
|
socials: {
|
|
16089
16223
|
website: 'https://ai.nim.network/',
|
|
16090
16224
|
twitter: 'https://twitter.com/nim_network'
|
|
16091
|
-
}
|
|
16225
|
+
},
|
|
16226
|
+
coingecko_id: 'nim-network'
|
|
16092
16227
|
},
|
|
16093
16228
|
{
|
|
16094
16229
|
description: 'The native token of SEDA Chain.',
|
|
@@ -16131,7 +16266,8 @@ const assets = {
|
|
|
16131
16266
|
theme: {
|
|
16132
16267
|
primary_color_hex: '#8178d1'
|
|
16133
16268
|
}
|
|
16134
|
-
}]
|
|
16269
|
+
}],
|
|
16270
|
+
coingecko_id: 'seda-2'
|
|
16135
16271
|
},
|
|
16136
16272
|
{
|
|
16137
16273
|
description: 'Cosmos Airdrop Chat',
|
|
@@ -17979,7 +18115,8 @@ const assets = {
|
|
|
17979
18115
|
theme: {
|
|
17980
18116
|
primary_color_hex: '#e40474'
|
|
17981
18117
|
}
|
|
17982
|
-
}]
|
|
18118
|
+
}],
|
|
18119
|
+
coingecko_id: 'stride-staked-islm'
|
|
17983
18120
|
},
|
|
17984
18121
|
{
|
|
17985
18122
|
description: 'The native token of Mande Network.',
|
|
@@ -18043,7 +18180,8 @@ const assets = {
|
|
|
18043
18180
|
socials: {
|
|
18044
18181
|
website: 'https://mande.network/',
|
|
18045
18182
|
twitter: 'https://twitter.com/MandeNetwork'
|
|
18046
|
-
}
|
|
18183
|
+
},
|
|
18184
|
+
coingecko_id: 'mande-network'
|
|
18047
18185
|
},
|
|
18048
18186
|
{
|
|
18049
18187
|
description: 'The native token of Neutaro',
|
|
@@ -18086,7 +18224,8 @@ const assets = {
|
|
|
18086
18224
|
theme: {
|
|
18087
18225
|
primary_color_hex: '#cbfb06'
|
|
18088
18226
|
}
|
|
18089
|
-
}]
|
|
18227
|
+
}],
|
|
18228
|
+
coingecko_id: 'neutaro'
|
|
18090
18229
|
},
|
|
18091
18230
|
{
|
|
18092
18231
|
description: 'Pepe Bruce Jenner',
|
|
@@ -18183,7 +18322,8 @@ const assets = {
|
|
|
18183
18322
|
theme: {
|
|
18184
18323
|
primary_color_hex: '#142c5c'
|
|
18185
18324
|
}
|
|
18186
|
-
}]
|
|
18325
|
+
}],
|
|
18326
|
+
coingecko_id: 'ondo-us-dollar-yield'
|
|
18187
18327
|
},
|
|
18188
18328
|
{
|
|
18189
18329
|
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. ',
|
|
@@ -18248,7 +18388,8 @@ const assets = {
|
|
|
18248
18388
|
theme: {
|
|
18249
18389
|
primary_color_hex: '#1c1c1c'
|
|
18250
18390
|
}
|
|
18251
|
-
}]
|
|
18391
|
+
}],
|
|
18392
|
+
coingecko_id: 'firmachain'
|
|
18252
18393
|
},
|
|
18253
18394
|
{
|
|
18254
18395
|
description: 'An alloy of ETH asset variants on Osmosis.',
|
|
@@ -18398,7 +18539,8 @@ const assets = {
|
|
|
18398
18539
|
theme: {
|
|
18399
18540
|
primary_color_hex: '#6f043e'
|
|
18400
18541
|
}
|
|
18401
|
-
}]
|
|
18542
|
+
}],
|
|
18543
|
+
coingecko_id: 'lava-network'
|
|
18402
18544
|
},
|
|
18403
18545
|
{
|
|
18404
18546
|
description: 'The native token of Penumbra.',
|
|
@@ -18751,7 +18893,8 @@ const assets = {
|
|
|
18751
18893
|
theme: {
|
|
18752
18894
|
primary_color_hex: '#cb0766'
|
|
18753
18895
|
}
|
|
18754
|
-
}]
|
|
18896
|
+
}],
|
|
18897
|
+
coingecko_id: 'router-protocol-2'
|
|
18755
18898
|
},
|
|
18756
18899
|
{
|
|
18757
18900
|
description: 'An alloy of OP asset variants on Osmosis.',
|
|
@@ -19192,7 +19335,8 @@ const assets = {
|
|
|
19192
19335
|
primary_color_hex: '#ffbc05',
|
|
19193
19336
|
circle: true
|
|
19194
19337
|
}
|
|
19195
|
-
}]
|
|
19338
|
+
}],
|
|
19339
|
+
coingecko_id: 'deenar-gold'
|
|
19196
19340
|
},
|
|
19197
19341
|
{
|
|
19198
19342
|
description: 'CosmoUSD',
|
|
@@ -19480,7 +19624,8 @@ const assets = {
|
|
|
19480
19624
|
theme: {
|
|
19481
19625
|
primary_color_hex: '#ef4136'
|
|
19482
19626
|
}
|
|
19483
|
-
}]
|
|
19627
|
+
}],
|
|
19628
|
+
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3'
|
|
19484
19629
|
},
|
|
19485
19630
|
{
|
|
19486
19631
|
description: 'The native token of TON',
|
|
@@ -19803,7 +19948,8 @@ const assets = {
|
|
|
19803
19948
|
primary_color_hex: '#0095D7',
|
|
19804
19949
|
background_color_hex: '#FFFFFF'
|
|
19805
19950
|
}
|
|
19806
|
-
}]
|
|
19951
|
+
}],
|
|
19952
|
+
coingecko_id: 'monerium-eur-money'
|
|
19807
19953
|
},
|
|
19808
19954
|
{
|
|
19809
19955
|
description: 'The native staking and governance token of Andromeda',
|
|
@@ -19844,7 +19990,8 @@ const assets = {
|
|
|
19844
19990
|
theme: {
|
|
19845
19991
|
primary_color_hex: '#040404'
|
|
19846
19992
|
}
|
|
19847
|
-
}]
|
|
19993
|
+
}],
|
|
19994
|
+
coingecko_id: 'andromeda-2'
|
|
19848
19995
|
},
|
|
19849
19996
|
{
|
|
19850
19997
|
description: 'Chain-key Bitcoin bridged via Omnity Network.',
|
|
@@ -20170,7 +20317,8 @@ const assets = {
|
|
|
20170
20317
|
theme: {
|
|
20171
20318
|
primary_color_hex: '#04847c'
|
|
20172
20319
|
}
|
|
20173
|
-
}]
|
|
20320
|
+
}],
|
|
20321
|
+
coingecko_id: 'stratos'
|
|
20174
20322
|
},
|
|
20175
20323
|
{
|
|
20176
20324
|
description: 'Uniswap UNI on Osmosis via Axelar',
|
|
@@ -21203,7 +21351,8 @@ const assets = {
|
|
|
21203
21351
|
primary_color_hex: '#342c2c'
|
|
21204
21352
|
}
|
|
21205
21353
|
}
|
|
21206
|
-
]
|
|
21354
|
+
],
|
|
21355
|
+
coingecko_id: 'mantra-dao'
|
|
21207
21356
|
},
|
|
21208
21357
|
{
|
|
21209
21358
|
description: 'The native staking and governance token of AtomOne',
|
|
@@ -21413,7 +21562,8 @@ const assets = {
|
|
|
21413
21562
|
theme: {
|
|
21414
21563
|
circle: true
|
|
21415
21564
|
}
|
|
21416
|
-
}]
|
|
21565
|
+
}],
|
|
21566
|
+
coingecko_id: 'dragon-coin-2'
|
|
21417
21567
|
},
|
|
21418
21568
|
{
|
|
21419
21569
|
description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
|
|
@@ -21523,7 +21673,8 @@ const assets = {
|
|
|
21523
21673
|
base_denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom'
|
|
21524
21674
|
},
|
|
21525
21675
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
|
|
21526
|
-
}]
|
|
21676
|
+
}],
|
|
21677
|
+
coingecko_id: 'drop-staked-atom'
|
|
21527
21678
|
},
|
|
21528
21679
|
{
|
|
21529
21680
|
description: 'The Sherpa memecoin',
|
|
@@ -21690,7 +21841,8 @@ const assets = {
|
|
|
21690
21841
|
base_denom: 'uxion'
|
|
21691
21842
|
},
|
|
21692
21843
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
21693
|
-
}]
|
|
21844
|
+
}],
|
|
21845
|
+
coingecko_id: 'xion-2'
|
|
21694
21846
|
},
|
|
21695
21847
|
{
|
|
21696
21848
|
description: 'An alloy of FIL asset variants on Osmosis.',
|
|
@@ -21917,7 +22069,8 @@ const assets = {
|
|
|
21917
22069
|
base_denom: 'uelys'
|
|
21918
22070
|
},
|
|
21919
22071
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
21920
|
-
}]
|
|
22072
|
+
}],
|
|
22073
|
+
coingecko_id: 'elys-network'
|
|
21921
22074
|
},
|
|
21922
22075
|
{
|
|
21923
22076
|
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.',
|