chain-registry 1.69.179 → 1.69.181

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.
Files changed (45) hide show
  1. package/esm/mainnet/agoric/chain.js +3 -3
  2. package/esm/mainnet/arkeo/chain.js +6 -0
  3. package/esm/mainnet/babylon/assets.js +388 -4
  4. package/esm/mainnet/babylon/chain.js +37 -2
  5. package/esm/mainnet/babylon/ibc.js +29 -0
  6. package/esm/mainnet/comdex/chain.js +0 -12
  7. package/esm/mainnet/cosmoshub/assets.js +331 -0
  8. package/esm/mainnet/cosmoshub/ibc.js +25 -0
  9. package/esm/mainnet/elys/chain.js +16 -8
  10. package/esm/mainnet/ethereum/assets.js +177 -0
  11. package/esm/mainnet/evmos/chain.js +0 -8
  12. package/esm/mainnet/ibc.js +2 -0
  13. package/esm/mainnet/juno/chain.js +0 -8
  14. package/esm/mainnet/kujira/chain.js +0 -8
  15. package/esm/mainnet/lombardledger/assets.js +9 -1
  16. package/esm/mainnet/lombardledger/ibc.js +26 -0
  17. package/esm/mainnet/lombardledger/index.js +2 -0
  18. package/esm/mainnet/neutron/assets.js +26 -0
  19. package/esm/mainnet/neutron/ibc.js +29 -0
  20. package/esm/mainnet/osmosis/assets.js +1701 -1250
  21. package/esm/mainnet/pryzm/chain.js +6 -6
  22. package/mainnet/agoric/chain.js +3 -3
  23. package/mainnet/arkeo/chain.js +6 -0
  24. package/mainnet/babylon/assets.js +388 -4
  25. package/mainnet/babylon/chain.js +37 -2
  26. package/mainnet/babylon/ibc.js +29 -0
  27. package/mainnet/comdex/chain.js +0 -12
  28. package/mainnet/cosmoshub/assets.js +331 -0
  29. package/mainnet/cosmoshub/ibc.js +25 -0
  30. package/mainnet/elys/chain.js +16 -8
  31. package/mainnet/ethereum/assets.js +177 -0
  32. package/mainnet/evmos/chain.js +0 -8
  33. package/mainnet/ibc.js +2 -0
  34. package/mainnet/juno/chain.js +0 -8
  35. package/mainnet/kujira/chain.js +0 -8
  36. package/mainnet/lombardledger/assets.js +9 -1
  37. package/mainnet/lombardledger/ibc.d.ts +3 -0
  38. package/mainnet/lombardledger/ibc.js +28 -0
  39. package/mainnet/lombardledger/index.d.ts +1 -0
  40. package/mainnet/lombardledger/index.js +3 -1
  41. package/mainnet/neutron/assets.js +26 -0
  42. package/mainnet/neutron/ibc.js +29 -0
  43. package/mainnet/osmosis/assets.js +1701 -1250
  44. package/mainnet/pryzm/chain.js +6 -6
  45. package/package.json +4 -4
@@ -135,8 +135,7 @@ const info = {
135
135
  theme: {
136
136
  primary_color_hex: '#2474cc'
137
137
  }
138
- }],
139
- coingecko_id: 'axlusdc'
138
+ }]
140
139
  },
141
140
  {
142
141
  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.',
@@ -209,8 +208,7 @@ const info = {
209
208
  primary_color_hex: '#303030'
210
209
  }
211
210
  }
212
- ],
213
- coingecko_id: 'axlweth'
211
+ ]
214
212
  },
215
213
  {
216
214
  description: 'Wrapped Bitcoin on Axelar',
@@ -276,8 +274,7 @@ const info = {
276
274
  theme: {
277
275
  primary_color_hex: '#41394d'
278
276
  }
279
- }],
280
- coingecko_id: 'axlwbtc'
277
+ }]
281
278
  },
282
279
  {
283
280
  description: 'Tether\'s USD stablecoin on Axelar',
@@ -346,8 +343,7 @@ const info = {
346
343
  primary_color_hex: '#009393',
347
344
  background_color_hex: '#009393'
348
345
  }
349
- }],
350
- coingecko_id: 'axelar-usdt'
346
+ }]
351
347
  },
352
348
  {
353
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.',
@@ -507,8 +503,7 @@ const info = {
507
503
  theme: {
508
504
  primary_color_hex: '#272d45'
509
505
  }
510
- }],
511
- coingecko_id: 'cosmos'
506
+ }]
512
507
  },
513
508
  {
514
509
  description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
@@ -551,8 +546,7 @@ const info = {
551
546
  theme: {
552
547
  primary_color_hex: '#0c2c71'
553
548
  }
554
- }],
555
- coingecko_id: 'crypto-com-chain'
549
+ }]
556
550
  },
557
551
  {
558
552
  description: 'BNB powers the BNB Chain ecosystem and is the native coin of the BNB Beacon Chain and BNB Smart Chain.',
@@ -566,9 +560,9 @@ const info = {
566
560
  }],
567
561
  type_asset: 'ics20',
568
562
  base: 'ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D',
569
- name: 'Binance Coin',
563
+ name: 'Binance Coin (Axelar)',
570
564
  display: 'wbnb',
571
- symbol: 'BNB',
565
+ symbol: 'BNB.axl',
572
566
  traces: [
573
567
  {
574
568
  type: 'wrapped',
@@ -606,10 +600,23 @@ const info = {
606
600
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bnb.axl.svg',
607
601
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bnb.axl.png'
608
602
  },
609
- images: [{
603
+ images: [
604
+ {
610
605
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bnb.axl.svg',
611
606
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bnb.axl.png'
612
- }, {
607
+ },
608
+ {
609
+ image_sync: {
610
+ chain_name: 'axelar',
611
+ base_denom: 'wbnb-wei'
612
+ },
613
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png',
614
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg',
615
+ theme: {
616
+ primary_color_hex: '#f3bb0c'
617
+ }
618
+ },
619
+ {
613
620
  image_sync: {
614
621
  chain_name: 'binancesmartchain',
615
622
  base_denom: 'wei'
@@ -619,7 +626,8 @@ const info = {
619
626
  theme: {
620
627
  primary_color_hex: '#f3bb0c'
621
628
  }
622
- }]
629
+ }
630
+ ]
623
631
  },
624
632
  {
625
633
  description: 'Polygon (formerly Matic) Network brings massive scale to Ethereum using an adapted version of Plasma with PoS based side chains. Polygon is a well-structured, easy-to-use platform for Ethereum scaling and infrastructure development.',
@@ -633,15 +641,15 @@ const info = {
633
641
  }],
634
642
  type_asset: 'ics20',
635
643
  base: 'ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB',
636
- name: 'Polygon',
644
+ name: 'Polygon (Axelar)',
637
645
  display: 'wmatic',
638
- symbol: 'MATIC',
646
+ symbol: 'POL.axl',
639
647
  traces: [
640
648
  {
641
649
  type: 'wrapped',
642
650
  counterparty: {
643
651
  chain_name: 'polygon',
644
- base_denom: 'wei'
652
+ base_denom: '0x0000000000000000000000000000000000001010'
645
653
  },
646
654
  provider: 'Polygon'
647
655
  },
@@ -670,13 +678,26 @@ const info = {
670
678
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.svg',
671
679
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.png'
672
680
  },
673
- images: [{
681
+ images: [
682
+ {
674
683
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.svg',
675
684
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.png',
676
685
  theme: {
677
686
  primary_color_hex: '#8444e4'
678
687
  }
679
- }, {
688
+ },
689
+ {
690
+ image_sync: {
691
+ chain_name: 'axelar',
692
+ base_denom: 'wmatic-wei'
693
+ },
694
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png',
695
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg',
696
+ theme: {
697
+ primary_color_hex: '#2b93fb'
698
+ }
699
+ },
700
+ {
680
701
  image_sync: {
681
702
  chain_name: 'polygon',
682
703
  base_denom: 'wei'
@@ -686,7 +707,8 @@ const info = {
686
707
  theme: {
687
708
  primary_color_hex: '#8444e4'
688
709
  }
689
- }]
710
+ }
711
+ ]
690
712
  },
691
713
  {
692
714
  description: 'AVAX is the native token of Avalanche. It is a hard-capped, scarce asset that is used to pay for fees, secure the platform through staking, and provide a basic unit of account between the multiple subnets created on Avalanche.',
@@ -799,8 +821,7 @@ const info = {
799
821
  theme: {
800
822
  primary_color_hex: '#fcdb5b'
801
823
  }
802
- }],
803
- coingecko_id: 'terra-luna'
824
+ }]
804
825
  },
805
826
  {
806
827
  description: 'The native token of JUNO Chain',
@@ -843,8 +864,7 @@ const info = {
843
864
  theme: {
844
865
  primary_color_hex: '#fa7b7b'
845
866
  }
846
- }],
847
- coingecko_id: 'juno-network'
867
+ }]
848
868
  },
849
869
  {
850
870
  description: 'Wrapped Polkadot on Axelar',
@@ -949,8 +969,7 @@ const info = {
949
969
  theme: {
950
970
  primary_color_hex: '#ec4c34'
951
971
  }
952
- }],
953
- coingecko_id: 'evmos'
972
+ }]
954
973
  },
955
974
  {
956
975
  description: 'The native staking and governance token of Kava',
@@ -993,8 +1012,7 @@ const info = {
993
1012
  theme: {
994
1013
  primary_color_hex: '#e64942'
995
1014
  }
996
- }],
997
- coingecko_id: 'kava'
1015
+ }]
998
1016
  },
999
1017
  {
1000
1018
  description: 'The native token of Secret Network',
@@ -1034,8 +1052,7 @@ const info = {
1034
1052
  },
1035
1053
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
1036
1054
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
1037
- }],
1038
- coingecko_id: 'secret'
1055
+ }]
1039
1056
  },
1040
1057
  {
1041
1058
  description: 'The USD stablecoin of Terra Classic.',
@@ -1087,8 +1104,7 @@ const info = {
1087
1104
  theme: {
1088
1105
  primary_color_hex: '#5493f2'
1089
1106
  }
1090
- }],
1091
- coingecko_id: 'terrausd'
1107
+ }]
1092
1108
  },
1093
1109
  {
1094
1110
  description: 'The native token of Stargaze',
@@ -1131,8 +1147,7 @@ const info = {
1131
1147
  theme: {
1132
1148
  primary_color_hex: '#db2777'
1133
1149
  }
1134
- }],
1135
- coingecko_id: 'stargaze'
1150
+ }]
1136
1151
  },
1137
1152
  {
1138
1153
  description: 'The native token of Chihuahua Chain',
@@ -1175,8 +1190,7 @@ const info = {
1175
1190
  theme: {
1176
1191
  primary_color_hex: '#343434'
1177
1192
  }
1178
- }],
1179
- coingecko_id: 'chihuahua-token'
1193
+ }]
1180
1194
  },
1181
1195
  {
1182
1196
  description: 'The XPRT token is primarily a governance token for the Persistence chain.',
@@ -1221,8 +1235,7 @@ const info = {
1221
1235
  primary_color_hex: '#E59636',
1222
1236
  background_color_hex: '#000000'
1223
1237
  }
1224
- }],
1225
- coingecko_id: 'persistence'
1238
+ }]
1226
1239
  },
1227
1240
  {
1228
1241
  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.',
@@ -1342,8 +1355,7 @@ const info = {
1342
1355
  theme: {
1343
1356
  primary_color_hex: '#bc342c'
1344
1357
  }
1345
- }],
1346
- coingecko_id: 'akash-network'
1358
+ }]
1347
1359
  },
1348
1360
  {
1349
1361
  description: 'REGEN coin is the token for the Regen Network Platform',
@@ -1386,8 +1398,7 @@ const info = {
1386
1398
  theme: {
1387
1399
  primary_color_hex: '#56b790'
1388
1400
  }
1389
- }],
1390
- coingecko_id: 'regen'
1401
+ }]
1391
1402
  },
1392
1403
  {
1393
1404
  description: 'DVPN is the native token of the Sentinel Hub.',
@@ -1430,8 +1441,7 @@ const info = {
1430
1441
  theme: {
1431
1442
  primary_color_hex: '#10a7ef'
1432
1443
  }
1433
- }],
1434
- coingecko_id: 'sentinel'
1444
+ }]
1435
1445
  },
1436
1446
  {
1437
1447
  description: 'The IRIS token is the native governance token for the IrisNet chain.',
@@ -1474,8 +1484,7 @@ const info = {
1474
1484
  theme: {
1475
1485
  primary_color_hex: '#5664ad'
1476
1486
  }
1477
- }],
1478
- coingecko_id: 'iris-network'
1487
+ }]
1479
1488
  },
1480
1489
  {
1481
1490
  description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
@@ -1518,8 +1527,7 @@ const info = {
1518
1527
  theme: {
1519
1528
  primary_color_hex: '#5c64b4'
1520
1529
  }
1521
- }],
1522
- coingecko_id: 'starname'
1530
+ }]
1523
1531
  },
1524
1532
  {
1525
1533
  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.',
@@ -1562,8 +1570,7 @@ const info = {
1562
1570
  theme: {
1563
1571
  primary_color_hex: '#caf2ea'
1564
1572
  }
1565
- }],
1566
- coingecko_id: 'e-money'
1573
+ }]
1567
1574
  },
1568
1575
  {
1569
1576
  description: 'e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.',
@@ -1606,8 +1613,7 @@ const info = {
1606
1613
  theme: {
1607
1614
  primary_color_hex: '#f4c808'
1608
1615
  }
1609
- }],
1610
- coingecko_id: 'e-money-eur'
1616
+ }]
1611
1617
  },
1612
1618
  {
1613
1619
  description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
@@ -1650,8 +1656,7 @@ const info = {
1650
1656
  theme: {
1651
1657
  primary_color_hex: '#2d656c'
1652
1658
  }
1653
- }],
1654
- coingecko_id: 'likecoin'
1659
+ }]
1655
1660
  },
1656
1661
  {
1657
1662
  description: 'The native token of IXO Chain',
@@ -1694,8 +1699,7 @@ const info = {
1694
1699
  theme: {
1695
1700
  primary_color_hex: '#2c4484'
1696
1701
  }
1697
- }],
1698
- coingecko_id: 'ixo'
1702
+ }]
1699
1703
  },
1700
1704
  {
1701
1705
  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.',
@@ -1738,8 +1742,7 @@ const info = {
1738
1742
  theme: {
1739
1743
  primary_color_hex: '#3cc494'
1740
1744
  }
1741
- }],
1742
- coingecko_id: 'bitcanna'
1745
+ }]
1743
1746
  },
1744
1747
  {
1745
1748
  description: 'BitSong Native Token',
@@ -1782,8 +1785,7 @@ const info = {
1782
1785
  theme: {
1783
1786
  primary_color_hex: '#c8307f'
1784
1787
  }
1785
- }],
1786
- coingecko_id: 'bitsong'
1788
+ }]
1787
1789
  },
1788
1790
  {
1789
1791
  description: 'The native token of Ki Chain',
@@ -1826,8 +1828,7 @@ const info = {
1826
1828
  theme: {
1827
1829
  primary_color_hex: '#1c04fc'
1828
1830
  }
1829
- }],
1830
- coingecko_id: 'ki'
1831
+ }]
1831
1832
  },
1832
1833
  {
1833
1834
  description: 'Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem',
@@ -1870,8 +1871,7 @@ const info = {
1870
1871
  theme: {
1871
1872
  primary_color_hex: '#2474ec'
1872
1873
  }
1873
- }],
1874
- coingecko_id: 'medibloc'
1874
+ }]
1875
1875
  },
1876
1876
  {
1877
1877
  description: 'The staking token of Bostrom',
@@ -1911,8 +1911,7 @@ const info = {
1911
1911
  theme: {
1912
1912
  primary_color_hex: '#4cea4e'
1913
1913
  }
1914
- }],
1915
- coingecko_id: 'bostrom'
1914
+ }]
1916
1915
  },
1917
1916
  {
1918
1917
  description: 'Native Token of Comdex Protocol',
@@ -1955,8 +1954,7 @@ const info = {
1955
1954
  theme: {
1956
1955
  primary_color_hex: '#fc4454'
1957
1956
  }
1958
- }],
1959
- coingecko_id: 'comdex'
1957
+ }]
1960
1958
  },
1961
1959
  {
1962
1960
  description: 'Native token for the cheqd network',
@@ -1999,8 +1997,7 @@ const info = {
1999
1997
  theme: {
2000
1998
  primary_color_hex: '#fc5f04'
2001
1999
  }
2002
- }],
2003
- coingecko_id: 'cheqd-network'
2000
+ }]
2004
2001
  },
2005
2002
  {
2006
2003
  description: 'Native token of the Lum Network',
@@ -2043,8 +2040,7 @@ const info = {
2043
2040
  theme: {
2044
2041
  primary_color_hex: '#080808'
2045
2042
  }
2046
- }],
2047
- coingecko_id: 'lum-network'
2043
+ }]
2048
2044
  },
2049
2045
  {
2050
2046
  description: 'The native token of Vidulum',
@@ -2098,8 +2094,7 @@ const info = {
2098
2094
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
2099
2095
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
2100
2096
  }],
2101
- keywords: ['osmosis_unstable'],
2102
- coingecko_id: 'vidulum'
2097
+ keywords: ['osmosis_unstable']
2103
2098
  },
2104
2099
  {
2105
2100
  description: 'The native token of Desmos',
@@ -2142,8 +2137,7 @@ const info = {
2142
2137
  theme: {
2143
2138
  primary_color_hex: '#fb804e'
2144
2139
  }
2145
- }],
2146
- coingecko_id: 'desmos'
2140
+ }]
2147
2141
  },
2148
2142
  {
2149
2143
  description: 'Native token of Dig Chain',
@@ -2236,8 +2230,7 @@ const info = {
2236
2230
  theme: {
2237
2231
  primary_color_hex: '#f36353'
2238
2232
  }
2239
- }],
2240
- coingecko_id: 'sommelier'
2233
+ }]
2241
2234
  },
2242
2235
  {
2243
2236
  description: 'The native token of BandChain',
@@ -2280,8 +2273,7 @@ const info = {
2280
2273
  theme: {
2281
2274
  primary_color_hex: '#4424e4'
2282
2275
  }
2283
- }],
2284
- coingecko_id: 'band-protocol'
2276
+ }]
2285
2277
  },
2286
2278
  {
2287
2279
  description: 'The native token of Konstellation Network',
@@ -2325,8 +2317,7 @@ const info = {
2325
2317
  primary_color_hex: '#042a61'
2326
2318
  }
2327
2319
  }],
2328
- keywords: ['osmosis_unstable'],
2329
- coingecko_id: 'darcmatter-coin'
2320
+ keywords: ['osmosis_unstable']
2330
2321
  },
2331
2322
  {
2332
2323
  description: 'The native token of Umee',
@@ -2369,8 +2360,7 @@ const info = {
2369
2360
  theme: {
2370
2361
  primary_color_hex: '#22f2e9'
2371
2362
  }
2372
- }],
2373
- coingecko_id: 'umee'
2363
+ }]
2374
2364
  },
2375
2365
  {
2376
2366
  description: 'The native token of Gravity Bridge',
@@ -2413,8 +2403,7 @@ const info = {
2413
2403
  theme: {
2414
2404
  primary_color_hex: '#042ca4'
2415
2405
  }
2416
- }],
2417
- coingecko_id: 'graviton'
2406
+ }]
2418
2407
  },
2419
2408
  {
2420
2409
  description: 'The native token of Decentr',
@@ -2457,8 +2446,7 @@ const info = {
2457
2446
  theme: {
2458
2447
  primary_color_hex: '#4678e9'
2459
2448
  }
2460
- }],
2461
- coingecko_id: 'decentr'
2449
+ }]
2462
2450
  },
2463
2451
  {
2464
2452
  description: 'The native token cw20 for Marble DAO on Juno Chain',
@@ -2547,8 +2535,7 @@ const info = {
2547
2535
  theme: {
2548
2536
  primary_color_hex: '#a5edf2'
2549
2537
  }
2550
- }],
2551
- coingecko_id: 'switcheo'
2538
+ }]
2552
2539
  },
2553
2540
  {
2554
2541
  description: 'The native token of Cerberus Chain',
@@ -2592,8 +2579,7 @@ const info = {
2592
2579
  primary_color_hex: '#c6c6c9'
2593
2580
  }
2594
2581
  }],
2595
- keywords: ['osmosis_unstable'],
2596
- coingecko_id: 'cerberus-2'
2582
+ keywords: ['osmosis_unstable']
2597
2583
  },
2598
2584
  {
2599
2585
  description: 'The native staking and governance token of the Fetch Hub.',
@@ -2607,9 +2593,9 @@ const info = {
2607
2593
  }],
2608
2594
  type_asset: 'ics20',
2609
2595
  base: 'ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447',
2610
- name: 'Fetch.ai',
2596
+ name: 'Fetch.ai (Fetch.ai)',
2611
2597
  display: 'fet',
2612
- symbol: 'FET',
2598
+ symbol: 'FET.fet',
2613
2599
  traces: [{
2614
2600
  type: 'ibc',
2615
2601
  counterparty: {
@@ -2623,8 +2609,8 @@ const info = {
2623
2609
  }
2624
2610
  }],
2625
2611
  logo_URIs: {
2626
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.png',
2627
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.svg'
2612
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.svg',
2613
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.png'
2628
2614
  },
2629
2615
  images: [{
2630
2616
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.svg',
@@ -2639,8 +2625,7 @@ const info = {
2639
2625
  theme: {
2640
2626
  primary_color_hex: '#1c2444'
2641
2627
  }
2642
- }],
2643
- coingecko_id: 'fetch-ai'
2628
+ }]
2644
2629
  },
2645
2630
  {
2646
2631
  description: 'The native token of Asset Mantle',
@@ -2683,8 +2668,7 @@ const info = {
2683
2668
  theme: {
2684
2669
  primary_color_hex: '#fbab30'
2685
2670
  }
2686
- }],
2687
- coingecko_id: 'assetmantle'
2671
+ }]
2688
2672
  },
2689
2673
  {
2690
2674
  description: 'The native token cw20 for Neta on Juno Chain',
@@ -2729,8 +2713,7 @@ const info = {
2729
2713
  theme: {
2730
2714
  primary_color_hex: '#f87b7b'
2731
2715
  }
2732
- }],
2733
- coingecko_id: 'neta'
2716
+ }]
2734
2717
  },
2735
2718
  {
2736
2719
  description: 'The INJ token is the native governance token for the Injective chain.',
@@ -2773,8 +2756,7 @@ const info = {
2773
2756
  theme: {
2774
2757
  primary_color_hex: '#04a2fc'
2775
2758
  }
2776
- }],
2777
- coingecko_id: 'injective-protocol'
2759
+ }]
2778
2760
  },
2779
2761
  {
2780
2762
  description: 'The KRW stablecoin of Terra Classic.',
@@ -2913,8 +2895,7 @@ const info = {
2913
2895
  theme: {
2914
2896
  primary_color_hex: '#be9926'
2915
2897
  }
2916
- }],
2917
- coingecko_id: 'sifchain'
2898
+ }]
2918
2899
  },
2919
2900
  {
2920
2901
  description: 'The native token of Shentu',
@@ -2957,8 +2938,7 @@ const info = {
2957
2938
  theme: {
2958
2939
  primary_color_hex: '#e4ac4c'
2959
2940
  }
2960
- }],
2961
- coingecko_id: 'certik'
2941
+ }]
2962
2942
  },
2963
2943
  {
2964
2944
  description: 'Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.',
@@ -3055,8 +3035,7 @@ const info = {
3055
3035
  theme: {
3056
3036
  primary_color_hex: '#070f0e'
3057
3037
  }
3058
- }],
3059
- coingecko_id: 'racoon'
3038
+ }]
3060
3039
  },
3061
3040
  {
3062
3041
  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.',
@@ -3683,8 +3662,7 @@ const info = {
3683
3662
  theme: {
3684
3663
  primary_color_hex: '#b7dcd8'
3685
3664
  }
3686
- }],
3687
- coingecko_id: 'meme-network'
3665
+ }]
3688
3666
  },
3689
3667
  {
3690
3668
  description: 'Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!',
@@ -3813,8 +3791,7 @@ const info = {
3813
3791
  theme: {
3814
3792
  primary_color_hex: '#f4de6f'
3815
3793
  }
3816
- }],
3817
- coingecko_id: 'terra-luna-2'
3794
+ }]
3818
3795
  },
3819
3796
  {
3820
3797
  description: 'Native token of Rizon Chain',
@@ -3857,8 +3834,7 @@ const info = {
3857
3834
  theme: {
3858
3835
  primary_color_hex: '#2b1c54'
3859
3836
  }
3860
- }],
3861
- coingecko_id: 'rizon'
3837
+ }]
3862
3838
  },
3863
3839
  {
3864
3840
  description: 'Governance token of Kava Lend Protocol',
@@ -3901,8 +3877,7 @@ const info = {
3901
3877
  theme: {
3902
3878
  primary_color_hex: '#7b34ac'
3903
3879
  }
3904
- }],
3905
- coingecko_id: 'kava-lend'
3880
+ }]
3906
3881
  },
3907
3882
  {
3908
3883
  description: 'Governance token of Kava Swap Protocol',
@@ -3945,8 +3920,7 @@ const info = {
3945
3920
  theme: {
3946
3921
  primary_color_hex: '#544cfc'
3947
3922
  }
3948
- }],
3949
- coingecko_id: 'kava-swap'
3923
+ }]
3950
3924
  },
3951
3925
  {
3952
3926
  description: 'A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.',
@@ -4333,8 +4307,7 @@ const info = {
4333
4307
  theme: {
4334
4308
  primary_color_hex: '#e33b34'
4335
4309
  }
4336
- }],
4337
- coingecko_id: 'kujira'
4310
+ }]
4338
4311
  },
4339
4312
  {
4340
4313
  description: 'The native token of Tgrade',
@@ -4896,8 +4869,7 @@ const info = {
4896
4869
  primary_color_hex: '#000000'
4897
4870
  }
4898
4871
  }
4899
- ],
4900
- coingecko_id: 'oraichain-token'
4872
+ ]
4901
4873
  },
4902
4874
  {
4903
4875
  description: 'The native token of the Cudos blockchain',
@@ -4940,8 +4912,7 @@ const info = {
4940
4912
  theme: {
4941
4913
  primary_color_hex: '#5d95ec'
4942
4914
  }
4943
- }],
4944
- coingecko_id: 'cudos'
4915
+ }]
4945
4916
  },
4946
4917
  {
4947
4918
  description: 'The native stablecoin of Kava',
@@ -4984,8 +4955,7 @@ const info = {
4984
4955
  theme: {
4985
4956
  primary_color_hex: '#04d4a3'
4986
4957
  }
4987
- }],
4988
- coingecko_id: 'usdx'
4958
+ }]
4989
4959
  },
4990
4960
  {
4991
4961
  description: 'BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.',
@@ -5028,8 +4998,7 @@ const info = {
5028
4998
  theme: {
5029
4999
  primary_color_hex: '#c42b44'
5030
5000
  }
5031
- }],
5032
- coingecko_id: 'agoric'
5001
+ }]
5033
5002
  },
5034
5003
  {
5035
5004
  description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
@@ -5072,8 +5041,7 @@ const info = {
5072
5041
  theme: {
5073
5042
  primary_color_hex: '#d485e2'
5074
5043
  }
5075
- }],
5076
- coingecko_id: 'inter-stable-token'
5044
+ }]
5077
5045
  },
5078
5046
  {
5079
5047
  description: 'Staking derivative seJUNO for staked JUNO',
@@ -5206,8 +5174,7 @@ const info = {
5206
5174
  theme: {
5207
5175
  primary_color_hex: '#e4047c'
5208
5176
  }
5209
- }],
5210
- coingecko_id: 'stride'
5177
+ }]
5211
5178
  },
5212
5179
  {
5213
5180
  denom_units: [{
@@ -5256,8 +5223,7 @@ const info = {
5256
5223
  theme: {
5257
5224
  primary_color_hex: '#e40474'
5258
5225
  }
5259
- }],
5260
- coingecko_id: 'stride-staked-atom'
5226
+ }]
5261
5227
  },
5262
5228
  {
5263
5229
  denom_units: [{
@@ -5306,8 +5272,7 @@ const info = {
5306
5272
  theme: {
5307
5273
  primary_color_hex: '#e40474'
5308
5274
  }
5309
- }],
5310
- coingecko_id: 'stride-staked-stars'
5275
+ }]
5311
5276
  },
5312
5277
  {
5313
5278
  description: 'Solarbank DAO Governance Token for speeding up the shift to renewable and green energy',
@@ -5440,8 +5405,7 @@ const info = {
5440
5405
  theme: {
5441
5406
  primary_color_hex: '#040404'
5442
5407
  }
5443
- }],
5444
- coingecko_id: 'axelar'
5408
+ }]
5445
5409
  },
5446
5410
  {
5447
5411
  description: 'REBUS, the native coin of the Rebus chain.',
@@ -5484,8 +5448,7 @@ const info = {
5484
5448
  theme: {
5485
5449
  primary_color_hex: '#e75486'
5486
5450
  }
5487
- }],
5488
- coingecko_id: 'rebus'
5451
+ }]
5489
5452
  },
5490
5453
  {
5491
5454
  description: 'The native token of Teritori',
@@ -5528,8 +5491,7 @@ const info = {
5528
5491
  theme: {
5529
5492
  primary_color_hex: '#040404'
5530
5493
  }
5531
- }],
5532
- coingecko_id: 'teritori'
5494
+ }]
5533
5495
  },
5534
5496
  {
5535
5497
  denom_units: [{
@@ -5578,8 +5540,7 @@ const info = {
5578
5540
  theme: {
5579
5541
  primary_color_hex: '#e40474'
5580
5542
  }
5581
- }],
5582
- coingecko_id: 'stride-staked-juno'
5543
+ }]
5583
5544
  },
5584
5545
  {
5585
5546
  denom_units: [{
@@ -5628,8 +5589,7 @@ const info = {
5628
5589
  theme: {
5629
5590
  primary_color_hex: '#e40474'
5630
5591
  }
5631
- }],
5632
- coingecko_id: 'stride-staked-osmo'
5592
+ }]
5633
5593
  },
5634
5594
  {
5635
5595
  description: 'The native token cw20 for MuseDAO on Juno Chain',
@@ -5715,8 +5675,7 @@ const info = {
5715
5675
  theme: {
5716
5676
  primary_color_hex: '#e41c54'
5717
5677
  }
5718
- }],
5719
- coingecko_id: 'lambda'
5678
+ }]
5720
5679
  },
5721
5680
  {
5722
5681
  description: 'The native over-collateralized stablecoin from the Kujira chain.',
@@ -5759,8 +5718,7 @@ const info = {
5759
5718
  theme: {
5760
5719
  primary_color_hex: '#2e363f'
5761
5720
  }
5762
- }],
5763
- coingecko_id: 'usk'
5721
+ }]
5764
5722
  },
5765
5723
  {
5766
5724
  description: 'Staking and governance coin for the Unification Blockchain',
@@ -5803,8 +5761,7 @@ const info = {
5803
5761
  theme: {
5804
5762
  primary_color_hex: '#2279c0'
5805
5763
  }
5806
- }],
5807
- coingecko_id: 'unification'
5764
+ }]
5808
5765
  },
5809
5766
  {
5810
5767
  description: 'The native staking and governance token of Jackal.',
@@ -5847,8 +5804,7 @@ const info = {
5847
5804
  theme: {
5848
5805
  primary_color_hex: '#dbdbcb'
5849
5806
  }
5850
- }],
5851
- coingecko_id: 'jackal-protocol'
5807
+ }]
5852
5808
  },
5853
5809
  {
5854
5810
  description: 'The native token cw20 for Alter on Secret Network',
@@ -5893,8 +5849,7 @@ const info = {
5893
5849
  theme: {
5894
5850
  primary_color_hex: '#694c90'
5895
5851
  }
5896
- }],
5897
- coingecko_id: 'alter'
5852
+ }]
5898
5853
  },
5899
5854
  {
5900
5855
  description: 'The native token cw20 for Button on Secret Network',
@@ -6025,8 +5980,7 @@ const info = {
6025
5980
  theme: {
6026
5981
  primary_color_hex: '#2c2c2c'
6027
5982
  }
6028
- }],
6029
- coingecko_id: 'sienna'
5983
+ }]
6030
5984
  },
6031
5985
  {
6032
5986
  description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
@@ -6071,8 +6025,7 @@ const info = {
6071
6025
  theme: {
6072
6026
  primary_color_hex: '#b8a2dc'
6073
6027
  }
6074
- }],
6075
- coingecko_id: 'stkd-scrt'
6028
+ }]
6076
6029
  },
6077
6030
  {
6078
6031
  description: 'BeeZee native blockchain',
@@ -6115,8 +6068,7 @@ const info = {
6115
6068
  theme: {
6116
6069
  primary_color_hex: '#079fd7'
6117
6070
  }
6118
- }],
6119
- coingecko_id: 'bzedge'
6071
+ }]
6120
6072
  },
6121
6073
  {
6122
6074
  description: 'The native token cw20 for Fanfury on Juno Chain',
@@ -6252,8 +6204,7 @@ const info = {
6252
6204
  theme: {
6253
6205
  primary_color_hex: '#040404'
6254
6206
  }
6255
- }],
6256
- coingecko_id: 'composite'
6207
+ }]
6257
6208
  },
6258
6209
  {
6259
6210
  description: 'The native EVM, governance and staking token of the Imversed',
@@ -6389,8 +6340,7 @@ const info = {
6389
6340
  socials: {
6390
6341
  website: 'https://posthuman.digital/',
6391
6342
  twitter: 'https://twitter.com/POSTHUMAN_DVS'
6392
- },
6393
- coingecko_id: 'posthuman'
6343
+ }
6394
6344
  },
6395
6345
  {
6396
6346
  description: 'The native token cw20 for Amber on Secret Network',
@@ -6484,8 +6434,7 @@ const info = {
6484
6434
  'stablecoin',
6485
6435
  'bridge',
6486
6436
  'staking'
6487
- ],
6488
- coingecko_id: 'onomy-protocol'
6437
+ ]
6489
6438
  },
6490
6439
  {
6491
6440
  description: 'PSTAKE Liquid-Staked ATOM',
@@ -6536,8 +6485,7 @@ const info = {
6536
6485
  theme: {
6537
6486
  primary_color_hex: '#c4444c'
6538
6487
  }
6539
- }],
6540
- coingecko_id: 'stkatom'
6488
+ }]
6541
6489
  },
6542
6490
  {
6543
6491
  description: 'The native staking and governance token of the Dyson Protocol',
@@ -6708,8 +6656,7 @@ const info = {
6708
6656
  theme: {
6709
6657
  primary_color_hex: '#d4f3fb'
6710
6658
  }
6711
- }],
6712
- coingecko_id: 'planq'
6659
+ }]
6713
6660
  },
6714
6661
  {
6715
6662
  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.',
@@ -6816,8 +6763,7 @@ const info = {
6816
6763
  theme: {
6817
6764
  primary_color_hex: '#1c1f1f'
6818
6765
  }
6819
- }],
6820
- coingecko_id: 'canto'
6766
+ }]
6821
6767
  },
6822
6768
  {
6823
6769
  description: 'Quicksilver Liquid Staked STARS',
@@ -7115,8 +7061,7 @@ const info = {
7115
7061
  theme: {
7116
7062
  primary_color_hex: '#000000'
7117
7063
  }
7118
- }],
7119
- coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3'
7064
+ }]
7120
7065
  },
7121
7066
  {
7122
7067
  description: 'Ciento Exchange Token',
@@ -7576,8 +7521,7 @@ const info = {
7576
7521
  theme: {
7577
7522
  primary_color_hex: '#b2b2b2'
7578
7523
  }
7579
- }],
7580
- coingecko_id: 'quicksilver'
7524
+ }]
7581
7525
  },
7582
7526
  {
7583
7527
  description: 'The native token of Arkhadian',
@@ -7977,8 +7921,7 @@ const info = {
7977
7921
  theme: {
7978
7922
  primary_color_hex: '#171c25'
7979
7923
  }
7980
- }],
7981
- coingecko_id: 'toucan-protocol-nature-carbon-tonne'
7924
+ }]
7982
7925
  },
7983
7926
  {
7984
7927
  description: 'Celestims',
@@ -8322,8 +8265,7 @@ const info = {
8322
8265
  theme: {
8323
8266
  primary_color_hex: '#c33635'
8324
8267
  }
8325
- }],
8326
- coingecko_id: 'omniflix-network'
8268
+ }]
8327
8269
  },
8328
8270
  {
8329
8271
  description: 'Spacer',
@@ -8454,8 +8396,7 @@ const info = {
8454
8396
  theme: {
8455
8397
  primary_color_hex: '#3142fc'
8456
8398
  }
8457
- }],
8458
- coingecko_id: 'silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2'
8399
+ }]
8459
8400
  },
8460
8401
  {
8461
8402
  description: 'Mille: the 1000th token on osmosis',
@@ -8700,8 +8641,7 @@ const info = {
8700
8641
  theme: {
8701
8642
  primary_color_hex: '#342c52'
8702
8643
  }
8703
- }],
8704
- coingecko_id: 'shade-protocol'
8644
+ }]
8705
8645
  },
8706
8646
  {
8707
8647
  description: 'The native token of Bluzelle',
@@ -8746,8 +8686,7 @@ const info = {
8746
8686
  primary_color_hex: '#708ffc'
8747
8687
  }
8748
8688
  }],
8749
- keywords: ['bluzelle', 'game'],
8750
- coingecko_id: 'bluzelle'
8689
+ keywords: ['bluzelle', 'game']
8751
8690
  },
8752
8691
  {
8753
8692
  description: 'Native token of Arbitrum',
@@ -9257,8 +9196,7 @@ const info = {
9257
9196
  theme: {
9258
9197
  primary_color_hex: '#2e154d'
9259
9198
  }
9260
- }],
9261
- coingecko_id: 'gitopia'
9199
+ }]
9262
9200
  },
9263
9201
  {
9264
9202
  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',
@@ -9301,8 +9239,7 @@ const info = {
9301
9239
  theme: {
9302
9240
  primary_color_hex: '#f3f313'
9303
9241
  }
9304
- }],
9305
- coingecko_id: 'lion-dao'
9242
+ }]
9306
9243
  },
9307
9244
  {
9308
9245
  denom_units: [{
@@ -9351,8 +9288,7 @@ const info = {
9351
9288
  theme: {
9352
9289
  primary_color_hex: '#fbd9e9'
9353
9290
  }
9354
- }],
9355
- coingecko_id: 'stride-staked-umee'
9291
+ }]
9356
9292
  },
9357
9293
  {
9358
9294
  denom_units: [{
@@ -9421,8 +9357,7 @@ const info = {
9421
9357
  theme: {
9422
9358
  primary_color_hex: '#fc542c'
9423
9359
  }
9424
- }],
9425
- coingecko_id: 'nolus'
9360
+ }]
9426
9361
  },
9427
9362
  {
9428
9363
  description: 'Lion Cub DAO is a useless meme community DAO on Terra',
@@ -9553,8 +9488,7 @@ const info = {
9553
9488
  background_color_hex: '#000000',
9554
9489
  circle: true
9555
9490
  }
9556
- }],
9557
- coingecko_id: 'neutron-3'
9491
+ }]
9558
9492
  },
9559
9493
  {
9560
9494
  description: 'An innovative DAO dedicated to housing the most vulnerable',
@@ -9642,8 +9576,7 @@ const info = {
9642
9576
  base_denom: 'ppica'
9643
9577
  },
9644
9578
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
9645
- }],
9646
- coingecko_id: 'picasso'
9579
+ }]
9647
9580
  },
9648
9581
  {
9649
9582
  description: 'The native fee, governance, staking, and bonding token of the Polkadot platform.',
@@ -9731,7 +9664,7 @@ const info = {
9731
9664
  provider: 'Polkadot Parachain'
9732
9665
  },
9733
9666
  {
9734
- type: 'ibc',
9667
+ type: 'ibc-bridge',
9735
9668
  counterparty: {
9736
9669
  chain_name: 'composablepolkadot',
9737
9670
  base_denom: '79228162514264337593543950342',
@@ -9740,7 +9673,8 @@ const info = {
9740
9673
  chain: {
9741
9674
  channel_id: 'channel-15',
9742
9675
  path: 'transfer/channel-15/79228162514264337593543950342'
9743
- }
9676
+ },
9677
+ provider: 'Picasso'
9744
9678
  },
9745
9679
  {
9746
9680
  type: 'ibc-bridge',
@@ -9877,8 +9811,7 @@ const info = {
9877
9811
  theme: {
9878
9812
  primary_color_hex: '#fc4c04'
9879
9813
  }
9880
- }],
9881
- coingecko_id: 'archway'
9814
+ }]
9882
9815
  },
9883
9816
  {
9884
9817
  description: 'The native staking and governance token of Empower.',
@@ -10014,8 +9947,7 @@ const info = {
10014
9947
  theme: {
10015
9948
  primary_color_hex: '#335350'
10016
9949
  }
10017
- }],
10018
- coingecko_id: 'kyve-network'
9950
+ }]
10019
9951
  },
10020
9952
  {
10021
9953
  description: 'Tether gives you the joint benefits of open blockchain technology and traditional currency by converting your cash into a stable digital currency equivalent.',
@@ -10084,8 +10016,7 @@ const info = {
10084
10016
  primary_color_hex: '#009393',
10085
10017
  background_color_hex: '#009393'
10086
10018
  }
10087
- }],
10088
- coingecko_id: 'tether'
10019
+ }]
10089
10020
  },
10090
10021
  {
10091
10022
  description: 'ERIS liquid staked OSMO',
@@ -10157,8 +10088,7 @@ const info = {
10157
10088
  theme: {
10158
10089
  primary_color_hex: '#9c1c1c'
10159
10090
  }
10160
- }],
10161
- coingecko_id: 'sei-network'
10091
+ }]
10162
10092
  },
10163
10093
  {
10164
10094
  description: 'Quicksilver Liquid Staked SOMM',
@@ -10250,8 +10180,7 @@ const info = {
10250
10180
  theme: {
10251
10181
  primary_color_hex: '#05050c'
10252
10182
  }
10253
- }],
10254
- coingecko_id: 'passage'
10183
+ }]
10255
10184
  },
10256
10185
  {
10257
10186
  denom_units: [{
@@ -10300,8 +10229,7 @@ const info = {
10300
10229
  theme: {
10301
10230
  primary_color_hex: '#e40474'
10302
10231
  }
10303
- }],
10304
- coingecko_id: 'stride-staked-sommelier'
10232
+ }]
10305
10233
  },
10306
10234
  {
10307
10235
  description: 'Solana (SOL) is the native asset of the Solana blockchain.',
@@ -10501,9 +10429,9 @@ const info = {
10501
10429
  }],
10502
10430
  type_asset: 'ics20',
10503
10431
  base: 'ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5',
10504
- name: 'Sui',
10432
+ name: 'Sui (Wormhole)',
10505
10433
  display: 'wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8',
10506
- symbol: 'SUI',
10434
+ symbol: 'SUI.wh',
10507
10435
  traces: [{
10508
10436
  type: 'bridge',
10509
10437
  counterparty: {
@@ -10532,8 +10460,8 @@ const info = {
10532
10460
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sui.wh.png'
10533
10461
  }, {
10534
10462
  image_sync: {
10535
- chain_name: 'sui',
10536
- base_denom: '0x2::sui::SUI'
10463
+ chain_name: 'gateway',
10464
+ base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh'
10537
10465
  },
10538
10466
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg'
10539
10467
  }]
@@ -10551,9 +10479,9 @@ const info = {
10551
10479
  }],
10552
10480
  type_asset: 'ics20',
10553
10481
  base: 'ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE',
10554
- name: 'Aptos Coin',
10482
+ name: 'Aptos Coin (Wormhole)',
10555
10483
  display: 'wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8',
10556
- symbol: 'APT',
10484
+ symbol: 'APT.wh',
10557
10485
  traces: [{
10558
10486
  type: 'bridge',
10559
10487
  counterparty: {
@@ -10582,18 +10510,18 @@ const info = {
10582
10510
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/apt.wh.svg',
10583
10511
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/apt.wh.png'
10584
10512
  },
10513
+ {
10514
+ image_sync: {
10515
+ chain_name: 'gateway',
10516
+ base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r'
10517
+ },
10518
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
10519
+ },
10585
10520
  {
10586
10521
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/apt-dm.svg',
10587
10522
  theme: {
10588
10523
  dark_mode: true
10589
10524
  }
10590
- },
10591
- {
10592
- image_sync: {
10593
- chain_name: 'aptos',
10594
- base_denom: '0x1::aptos_coin::AptosCoin'
10595
- },
10596
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
10597
10525
  }
10598
10526
  ]
10599
10527
  },
@@ -10638,8 +10566,7 @@ const info = {
10638
10566
  theme: {
10639
10567
  primary_color_hex: '#0c141c'
10640
10568
  }
10641
- }],
10642
- coingecko_id: 'mantadao'
10569
+ }]
10643
10570
  },
10644
10571
  {
10645
10572
  denom_units: [{
@@ -10868,8 +10795,7 @@ const info = {
10868
10795
  circle: true,
10869
10796
  primary_color_hex: '#2775CA'
10870
10797
  }
10871
- }],
10872
- coingecko_id: 'usd-coin'
10798
+ }]
10873
10799
  },
10874
10800
  {
10875
10801
  description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
@@ -10973,8 +10899,7 @@ const info = {
10973
10899
  theme: {
10974
10900
  primary_color_hex: '#04b4fc'
10975
10901
  }
10976
- }],
10977
- coingecko_id: 'xpla'
10902
+ }]
10978
10903
  },
10979
10904
  {
10980
10905
  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.',
@@ -11103,8 +11028,7 @@ const info = {
11103
11028
  background_color_hex: '#000000',
11104
11029
  circle: true
11105
11030
  }
11106
- }],
11107
- coingecko_id: 'realio-network'
11031
+ }]
11108
11032
  },
11109
11033
  {
11110
11034
  description: 'Membrane\'s CDP-style stablecoin called CDT',
@@ -11193,8 +11117,7 @@ const info = {
11193
11117
  background_color_hex: '#00000000',
11194
11118
  circle: false
11195
11119
  }
11196
- }],
11197
- coingecko_id: 'six-sigma'
11120
+ }]
11198
11121
  },
11199
11122
  {
11200
11123
  description: 'The native staking and governance token of the StaFi Hub.',
@@ -11232,8 +11155,7 @@ const info = {
11232
11155
  base_denom: 'ufis'
11233
11156
  },
11234
11157
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
11235
- }],
11236
- coingecko_id: 'stafi'
11158
+ }]
11237
11159
  },
11238
11160
  {
11239
11161
  description: 'A liquid staking representation of staked ATOMs',
@@ -11415,8 +11337,7 @@ const info = {
11415
11337
  'assets',
11416
11338
  'nft',
11417
11339
  'XRPL'
11418
- ],
11419
- coingecko_id: 'coreum'
11340
+ ]
11420
11341
  },
11421
11342
  {
11422
11343
  description: 'The native token of the Celestia blockchain.',
@@ -11459,8 +11380,7 @@ const info = {
11459
11380
  theme: {
11460
11381
  primary_color_hex: '#7c2cfb'
11461
11382
  }
11462
- }],
11463
- coingecko_id: 'celestia'
11383
+ }]
11464
11384
  },
11465
11385
  {
11466
11386
  description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
@@ -11475,9 +11395,9 @@ const info = {
11475
11395
  }],
11476
11396
  type_asset: 'ics20',
11477
11397
  base: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
11478
- name: 'dYdX Protocol',
11398
+ name: 'dYdX Protocol (dYdX Protocol)',
11479
11399
  display: 'dydx',
11480
- symbol: 'DYDX',
11400
+ symbol: 'DYDX.dydx',
11481
11401
  traces: [{
11482
11402
  type: 'ibc',
11483
11403
  counterparty: {
@@ -11516,8 +11436,7 @@ const info = {
11516
11436
  primary_color_hex: '#21212f'
11517
11437
  }
11518
11438
  }
11519
- ],
11520
- coingecko_id: 'dydx-chain'
11439
+ ]
11521
11440
  },
11522
11441
  {
11523
11442
  description: 'The native staking token of the Function X',
@@ -11531,7 +11450,7 @@ const info = {
11531
11450
  }],
11532
11451
  type_asset: 'ics20',
11533
11452
  base: 'ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9',
11534
- name: 'f(x)Core',
11453
+ name: 'Function X',
11535
11454
  display: 'WFX',
11536
11455
  symbol: 'FX',
11537
11456
  traces: [{
@@ -11560,8 +11479,7 @@ const info = {
11560
11479
  theme: {
11561
11480
  primary_color_hex: '#1c1c1c'
11562
11481
  }
11563
- }],
11564
- coingecko_id: 'fx-coin'
11482
+ }]
11565
11483
  },
11566
11484
  {
11567
11485
  description: 'Bitcoin. On Cosmos.',
@@ -11719,8 +11637,7 @@ const info = {
11719
11637
  base_denom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk'
11720
11638
  },
11721
11639
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
11722
- }],
11723
- coingecko_id: 'unstake-fi'
11640
+ }]
11724
11641
  },
11725
11642
  {
11726
11643
  description: 'ohhNFT LP token.',
@@ -12123,8 +12040,7 @@ const info = {
12123
12040
  theme: {
12124
12041
  primary_color_hex: '#39a5fc'
12125
12042
  }
12126
- }],
12127
- coingecko_id: 'source'
12043
+ }]
12128
12044
  },
12129
12045
  {
12130
12046
  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.',
@@ -12221,8 +12137,7 @@ const info = {
12221
12137
  theme: {
12222
12138
  primary_color_hex: '#c3343d'
12223
12139
  }
12224
- }],
12225
- coingecko_id: 'pstake-staked-osmo'
12140
+ }]
12226
12141
  },
12227
12142
  {
12228
12143
  description: 'Levana Well-funded Perps is a protocol for perpetual swaps, which are leveraged trading contracts.',
@@ -12335,8 +12250,7 @@ const info = {
12335
12250
  theme: {
12336
12251
  primary_color_hex: '#16233d'
12337
12252
  }
12338
- }],
12339
- coingecko_id: 'newt'
12253
+ }]
12340
12254
  },
12341
12255
  {
12342
12256
  description: 'MilkyWay\'s liquid staked TIA',
@@ -12452,8 +12366,7 @@ const info = {
12452
12366
  theme: {
12453
12367
  primary_color_hex: '#2b2434'
12454
12368
  }
12455
- }],
12456
- coingecko_id: 'racoon'
12369
+ }]
12457
12370
  },
12458
12371
  {
12459
12372
  description: 'GUPPY',
@@ -12537,8 +12450,7 @@ const info = {
12537
12450
  theme: {
12538
12451
  primary_color_hex: '#04cd80'
12539
12452
  }
12540
- }],
12541
- coingecko_id: 'islamic-coin'
12453
+ }]
12542
12454
  },
12543
12455
  {
12544
12456
  description: '$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world',
@@ -12580,8 +12492,7 @@ const info = {
12580
12492
  primary_color_hex: '#040404'
12581
12493
  }
12582
12494
  }],
12583
- keywords: ['osmosis_unlisted'],
12584
- coingecko_id: 'autism'
12495
+ keywords: ['osmosis_unlisted']
12585
12496
  },
12586
12497
  {
12587
12498
  description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
@@ -12726,8 +12637,7 @@ const info = {
12726
12637
  background_color_hex: '#00468E',
12727
12638
  circle: true
12728
12639
  }
12729
- }],
12730
- coingecko_id: 'dog-wif-nuchucks'
12640
+ }]
12731
12641
  },
12732
12642
  {
12733
12643
  description: 'Kleomedes Token',
@@ -12874,8 +12784,7 @@ const info = {
12874
12784
  primary_color_hex: '#293a5d'
12875
12785
  }
12876
12786
  }
12877
- ],
12878
- coingecko_id: 'nym'
12787
+ ]
12879
12788
  },
12880
12789
  {
12881
12790
  description: 'has a hat',
@@ -13565,9 +13474,9 @@ const info = {
13565
13474
  }],
13566
13475
  type_asset: 'ics20',
13567
13476
  base: 'ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110',
13568
- name: 'Dymension Hub',
13477
+ name: 'Dymension (Dymension Hub)',
13569
13478
  display: 'dym',
13570
- symbol: 'DYM',
13479
+ symbol: 'DYM.dym',
13571
13480
  traces: [{
13572
13481
  type: 'ibc',
13573
13482
  counterparty: {
@@ -13600,8 +13509,7 @@ const info = {
13600
13509
  theme: {
13601
13510
  primary_color_hex: '#f4e4d4'
13602
13511
  }
13603
- }],
13604
- coingecko_id: 'dymension'
13512
+ }]
13605
13513
  },
13606
13514
  {
13607
13515
  description: 'Rapture insurance is the first ever P2P insurance platform on $OSMO. Get rewarded to take care of peoples loved ones after the Rapture.',
@@ -13684,8 +13592,7 @@ const info = {
13684
13592
  theme: {
13685
13593
  primary_color_hex: '#4056e9'
13686
13594
  }
13687
- }],
13688
- coingecko_id: 'astroport-fi'
13595
+ }]
13689
13596
  },
13690
13597
  {
13691
13598
  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.',
@@ -13831,8 +13738,7 @@ const info = {
13831
13738
  dark_mode: true,
13832
13739
  primary_color_hex: '#f3f3f3'
13833
13740
  }
13834
- }],
13835
- coingecko_id: 'humans-ai'
13741
+ }]
13836
13742
  },
13837
13743
  {
13838
13744
  description: 'The token of Teledisko DAO.',
@@ -13918,8 +13824,7 @@ const info = {
13918
13824
  theme: {
13919
13825
  primary_color_hex: '#0bc47e'
13920
13826
  }
13921
- }],
13922
- coingecko_id: 'scorum'
13827
+ }]
13923
13828
  },
13924
13829
  {
13925
13830
  description: 'The native token of Chain4Energy',
@@ -13960,8 +13865,7 @@ const info = {
13960
13865
  theme: {
13961
13866
  primary_color_hex: '#24344c'
13962
13867
  }
13963
- }],
13964
- coingecko_id: 'chain4energy'
13868
+ }]
13965
13869
  },
13966
13870
  {
13967
13871
  description: 'Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.',
@@ -14186,9 +14090,9 @@ const info = {
14186
14090
  ],
14187
14091
  type_asset: 'ics20',
14188
14092
  base: 'ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F',
14189
- name: 'AIOZ Network',
14093
+ name: 'AIOZ Network (AIOZ Network)',
14190
14094
  display: 'aioz',
14191
- symbol: 'AIOZ',
14095
+ symbol: 'AIOZ.aioz',
14192
14096
  traces: [{
14193
14097
  type: 'ibc',
14194
14098
  counterparty: {
@@ -14218,8 +14122,7 @@ const info = {
14218
14122
  theme: {
14219
14123
  primary_color_hex: '#24241c'
14220
14124
  }
14221
- }],
14222
- coingecko_id: 'aioz-network'
14125
+ }]
14223
14126
  },
14224
14127
  {
14225
14128
  description: 'Stride\'s liquid staked DYM',
@@ -14310,8 +14213,7 @@ const info = {
14310
14213
  theme: {
14311
14214
  primary_color_hex: '#2e2d2a'
14312
14215
  }
14313
- }],
14314
- coingecko_id: 'doki'
14216
+ }]
14315
14217
  },
14316
14218
  {
14317
14219
  description: 'Sail DAO is a liquidity deployment and management DAO built as a collaboration between the Osmosis and Migaloo Blockchains.',
@@ -14522,8 +14424,7 @@ const info = {
14522
14424
  theme: {
14523
14425
  primary_color_hex: '#14c0ce'
14524
14426
  }
14525
- }],
14526
- coingecko_id: 'nibiru'
14427
+ }]
14527
14428
  },
14528
14429
  {
14529
14430
  description: 'BEAST-ERC20 on injective',
@@ -14615,8 +14516,7 @@ const info = {
14615
14516
  primary_color_hex: '#047e04'
14616
14517
  }
14617
14518
  }],
14618
- keywords: ['osmosis_unlisted'],
14619
- coingecko_id: 'consciousdao'
14519
+ keywords: ['osmosis_unlisted']
14620
14520
  },
14621
14521
  {
14622
14522
  description: 'The memecoin built for the Celestia community',
@@ -14963,8 +14863,7 @@ const info = {
14963
14863
  theme: {
14964
14864
  primary_color_hex: '#140c7c'
14965
14865
  }
14966
- }],
14967
- coingecko_id: 'dhealth'
14866
+ }]
14968
14867
  },
14969
14868
  {
14970
14869
  description: 'The native token of Furya',
@@ -15059,8 +14958,7 @@ const info = {
15059
14958
  primary_color_hex: '#000000',
15060
14959
  dark_mode: false
15061
14960
  }
15062
- }],
15063
- coingecko_id: 'saga-2'
14961
+ }]
15064
14962
  },
15065
14963
  {
15066
14964
  description: '$ATOM to $1,000 LFG!!',
@@ -15145,8 +15043,7 @@ const info = {
15145
15043
  primary_color_hex: '#046ffc'
15146
15044
  }
15147
15045
  }],
15148
- keywords: ['osmosis_unlisted'],
15149
- coingecko_id: 'shido-2'
15046
+ keywords: ['osmosis_unlisted']
15150
15047
  },
15151
15048
  {
15152
15049
  description: 'Decentralized Machine Learning',
@@ -15231,8 +15128,7 @@ const info = {
15231
15128
  theme: {
15232
15129
  primary_color_hex: '#eacea5'
15233
15130
  }
15234
- }],
15235
- coingecko_id: 'hava-coin'
15131
+ }]
15236
15132
  },
15237
15133
  {
15238
15134
  description: 'OnE mEmEcOiN tO cOnNeCt oL ImBeCiles - aNd in Da Cosmos BiNd DeM',
@@ -15348,8 +15244,7 @@ const info = {
15348
15244
  theme: {
15349
15245
  primary_color_hex: '#4056e9'
15350
15246
  }
15351
- }],
15352
- coingecko_id: 'astroport-fi'
15247
+ }]
15353
15248
  },
15354
15249
  {
15355
15250
  description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
@@ -16250,8 +16145,7 @@ const info = {
16250
16145
  socials: {
16251
16146
  website: 'https://ai.nim.network/',
16252
16147
  twitter: 'https://twitter.com/nim_network'
16253
- },
16254
- coingecko_id: 'nim-network'
16148
+ }
16255
16149
  },
16256
16150
  {
16257
16151
  description: 'The native token of SEDA Chain.',
@@ -16294,8 +16188,7 @@ const info = {
16294
16188
  theme: {
16295
16189
  primary_color_hex: '#8178d1'
16296
16190
  }
16297
- }],
16298
- coingecko_id: 'seda-2'
16191
+ }]
16299
16192
  },
16300
16193
  {
16301
16194
  description: 'Cosmos Airdrop Chat',
@@ -18143,8 +18036,7 @@ const info = {
18143
18036
  theme: {
18144
18037
  primary_color_hex: '#e40474'
18145
18038
  }
18146
- }],
18147
- coingecko_id: 'stride-staked-islm'
18039
+ }]
18148
18040
  },
18149
18041
  {
18150
18042
  description: 'The native token of Mande Network.',
@@ -18208,8 +18100,7 @@ const info = {
18208
18100
  socials: {
18209
18101
  website: 'https://mande.network/',
18210
18102
  twitter: 'https://twitter.com/MandeNetwork'
18211
- },
18212
- coingecko_id: 'mande-network'
18103
+ }
18213
18104
  },
18214
18105
  {
18215
18106
  description: 'The native token of Neutaro',
@@ -18252,8 +18143,7 @@ const info = {
18252
18143
  theme: {
18253
18144
  primary_color_hex: '#cbfb06'
18254
18145
  }
18255
- }],
18256
- coingecko_id: 'neutaro'
18146
+ }]
18257
18147
  },
18258
18148
  {
18259
18149
  description: 'Pepe Bruce Jenner',
@@ -18350,8 +18240,7 @@ const info = {
18350
18240
  theme: {
18351
18241
  primary_color_hex: '#142c5c'
18352
18242
  }
18353
- }],
18354
- coingecko_id: 'ondo-us-dollar-yield'
18243
+ }]
18355
18244
  },
18356
18245
  {
18357
18246
  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. ',
@@ -18416,8 +18305,7 @@ const info = {
18416
18305
  theme: {
18417
18306
  primary_color_hex: '#1c1c1c'
18418
18307
  }
18419
- }],
18420
- coingecko_id: 'firmachain'
18308
+ }]
18421
18309
  },
18422
18310
  {
18423
18311
  description: 'An alloy of ETH asset variants on Osmosis.',
@@ -18567,8 +18455,7 @@ const info = {
18567
18455
  theme: {
18568
18456
  primary_color_hex: '#6f043e'
18569
18457
  }
18570
- }],
18571
- coingecko_id: 'lava-network'
18458
+ }]
18572
18459
  },
18573
18460
  {
18574
18461
  description: 'The native token of Penumbra.',
@@ -18921,8 +18808,7 @@ const info = {
18921
18808
  theme: {
18922
18809
  primary_color_hex: '#cb0766'
18923
18810
  }
18924
- }],
18925
- coingecko_id: 'router-protocol-2'
18811
+ }]
18926
18812
  },
18927
18813
  {
18928
18814
  description: 'An alloy of OP asset variants on Osmosis.',
@@ -19363,8 +19249,7 @@ const info = {
19363
19249
  primary_color_hex: '#ffbc05',
19364
19250
  circle: true
19365
19251
  }
19366
- }],
19367
- coingecko_id: 'deenar-gold'
19252
+ }]
19368
19253
  },
19369
19254
  {
19370
19255
  description: 'CosmoUSD',
@@ -19652,8 +19537,7 @@ const info = {
19652
19537
  theme: {
19653
19538
  primary_color_hex: '#ef4136'
19654
19539
  }
19655
- }],
19656
- coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3'
19540
+ }]
19657
19541
  },
19658
19542
  {
19659
19543
  description: 'The native token of TON',
@@ -19976,8 +19860,7 @@ const info = {
19976
19860
  primary_color_hex: '#0095D7',
19977
19861
  background_color_hex: '#FFFFFF'
19978
19862
  }
19979
- }],
19980
- coingecko_id: 'monerium-eur-money'
19863
+ }]
19981
19864
  },
19982
19865
  {
19983
19866
  description: 'The native staking and governance token of Andromeda',
@@ -20018,8 +19901,7 @@ const info = {
20018
19901
  theme: {
20019
19902
  primary_color_hex: '#040404'
20020
19903
  }
20021
- }],
20022
- coingecko_id: 'andromeda-2'
19904
+ }]
20023
19905
  },
20024
19906
  {
20025
19907
  description: 'Chain-key Bitcoin bridged via Omnity Network.',
@@ -20297,6 +20179,46 @@ const info = {
20297
20179
  }
20298
20180
  }]
20299
20181
  },
20182
+ {
20183
+ description: 'Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.',
20184
+ denom_units: [{
20185
+ denom: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
20186
+ exponent: 0,
20187
+ aliases: ['uKIMA']
20188
+ }, {
20189
+ denom: 'KIMA',
20190
+ exponent: 6
20191
+ }],
20192
+ type_asset: 'ics20',
20193
+ base: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
20194
+ name: 'Kima Network',
20195
+ display: 'KIMA',
20196
+ symbol: 'KIMA',
20197
+ traces: [{
20198
+ type: 'ibc',
20199
+ counterparty: {
20200
+ chain_name: 'kimanetwork',
20201
+ base_denom: 'uKIMA',
20202
+ channel_id: 'channel-4'
20203
+ },
20204
+ chain: {
20205
+ channel_id: 'channel-86496',
20206
+ path: 'transfer/channel-86496/uKIMA'
20207
+ }
20208
+ }],
20209
+ logo_URIs: {
20210
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
20211
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
20212
+ },
20213
+ images: [{
20214
+ image_sync: {
20215
+ chain_name: 'kimanetwork',
20216
+ base_denom: 'uKIMA'
20217
+ },
20218
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
20219
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
20220
+ }]
20221
+ },
20300
20222
  {
20301
20223
  description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0 developpers and dApps through our scalable, reliable, and high-performance networks.',
20302
20224
  denom_units: [
@@ -20345,8 +20267,7 @@ const info = {
20345
20267
  theme: {
20346
20268
  primary_color_hex: '#04847c'
20347
20269
  }
20348
- }],
20349
- coingecko_id: 'stratos'
20270
+ }]
20350
20271
  },
20351
20272
  {
20352
20273
  description: 'Uniswap UNI on Osmosis via Axelar',
@@ -20553,10 +20474,23 @@ const info = {
20553
20474
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
20554
20475
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png'
20555
20476
  },
20556
- images: [{
20477
+ images: [
20478
+ {
20557
20479
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
20558
20480
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png'
20559
- }, {
20481
+ },
20482
+ {
20483
+ image_sync: {
20484
+ chain_name: 'int3face',
20485
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
20486
+ },
20487
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
20488
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg',
20489
+ theme: {
20490
+ primary_color_hex: '#3d3d3d'
20491
+ }
20492
+ },
20493
+ {
20560
20494
  image_sync: {
20561
20495
  chain_name: 'int3face',
20562
20496
  base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
@@ -20565,7 +20499,8 @@ const info = {
20565
20499
  theme: {
20566
20500
  primary_color_hex: '#3d3d3d'
20567
20501
  }
20568
- }]
20502
+ }
20503
+ ]
20569
20504
  },
20570
20505
  {
20571
20506
  description: 'Bitcoin on Int3face',
@@ -20605,10 +20540,23 @@ const info = {
20605
20540
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
20606
20541
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png'
20607
20542
  },
20608
- images: [{
20543
+ images: [
20544
+ {
20609
20545
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
20610
20546
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png'
20611
- }, {
20547
+ },
20548
+ {
20549
+ image_sync: {
20550
+ chain_name: 'int3face',
20551
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc'
20552
+ },
20553
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.png',
20554
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.svg',
20555
+ theme: {
20556
+ primary_color_hex: '#3d3d3d'
20557
+ }
20558
+ },
20559
+ {
20612
20560
  image_sync: {
20613
20561
  chain_name: 'int3face',
20614
20562
  base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc'
@@ -20617,7 +20565,8 @@ const info = {
20617
20565
  theme: {
20618
20566
  primary_color_hex: '#3d3d3d'
20619
20567
  }
20620
- }]
20568
+ }
20569
+ ]
20621
20570
  },
20622
20571
  {
20623
20572
  description: 'Bitcoin-Cash on Int3face',
@@ -20657,10 +20606,23 @@ const info = {
20657
20606
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
20658
20607
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png'
20659
20608
  },
20660
- images: [{
20609
+ images: [
20610
+ {
20661
20611
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
20662
20612
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png'
20663
- }, {
20613
+ },
20614
+ {
20615
+ image_sync: {
20616
+ chain_name: 'int3face',
20617
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch'
20618
+ },
20619
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.png',
20620
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.svg',
20621
+ theme: {
20622
+ primary_color_hex: '#3d3d3d'
20623
+ }
20624
+ },
20625
+ {
20664
20626
  image_sync: {
20665
20627
  chain_name: 'int3face',
20666
20628
  base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch'
@@ -20669,7 +20631,8 @@ const info = {
20669
20631
  theme: {
20670
20632
  primary_color_hex: '#3d3d3d'
20671
20633
  }
20672
- }]
20634
+ }
20635
+ ]
20673
20636
  },
20674
20637
  {
20675
20638
  description: 'Litecoin on Int3face',
@@ -20709,10 +20672,23 @@ const info = {
20709
20672
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
20710
20673
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png'
20711
20674
  },
20712
- images: [{
20675
+ images: [
20676
+ {
20713
20677
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
20714
20678
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png'
20715
- }, {
20679
+ },
20680
+ {
20681
+ image_sync: {
20682
+ chain_name: 'int3face',
20683
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc'
20684
+ },
20685
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.png',
20686
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg',
20687
+ theme: {
20688
+ primary_color_hex: '#3d3d3d'
20689
+ }
20690
+ },
20691
+ {
20716
20692
  image_sync: {
20717
20693
  chain_name: 'int3face',
20718
20694
  base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc'
@@ -20721,7 +20697,8 @@ const info = {
20721
20697
  theme: {
20722
20698
  primary_color_hex: '#3d3d3d'
20723
20699
  }
20724
- }]
20700
+ }
20701
+ ]
20725
20702
  },
20726
20703
  {
20727
20704
  description: 'Tether\'s USD stablecoin from Arbitrum on Axelar',
@@ -20951,9 +20928,9 @@ const info = {
20951
20928
  }],
20952
20929
  type_asset: 'ics20',
20953
20930
  base: 'ibc/616C2EA69BC328F245CE449785CB0B526B462C48F19DCF9B3D30699579B4308A',
20954
- name: 'Coinbase Wrapped BTC (Axelar)',
20931
+ name: 'Coinbase Wrapped BTC (Base via Axelar)',
20955
20932
  display: 'cbbtc',
20956
- symbol: 'cbBTC.axl',
20933
+ symbol: '$cbBTC.base.axl',
20957
20934
  traces: [
20958
20935
  {
20959
20936
  type: 'synthetic',
@@ -21082,9 +21059,9 @@ const info = {
21082
21059
  }],
21083
21060
  type_asset: 'ics20',
21084
21061
  base: 'ibc/4AC81C97BBB5482536F6401328E0E10BCCD98F0F471DCF64319A811E25E53CAB',
21085
- name: 'Lombard Staked Bitcoin (Axelar)',
21062
+ name: 'Lombard Staked Bitcoin (Ethereum via Axelar)',
21086
21063
  display: 'lbtc',
21087
- symbol: 'LBTC.axl',
21064
+ symbol: 'LBTC.eth.axl',
21088
21065
  traces: [
21089
21066
  {
21090
21067
  type: 'liquid-stake',
@@ -21379,8 +21356,7 @@ const info = {
21379
21356
  primary_color_hex: '#342c2c'
21380
21357
  }
21381
21358
  }
21382
- ],
21383
- coingecko_id: 'mantra-dao'
21359
+ ]
21384
21360
  },
21385
21361
  {
21386
21362
  description: 'The native staking and governance token of AtomOne',
@@ -21553,7 +21529,6 @@ const info = {
21553
21529
  },
21554
21530
  {
21555
21531
  description: 'Deprecated after hard fork: Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
21556
- deprecated: true,
21557
21532
  denom_units: [{
21558
21533
  denom: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
21559
21534
  exponent: 0,
@@ -21564,10 +21539,17 @@ const info = {
21564
21539
  }],
21565
21540
  type_asset: 'ics20',
21566
21541
  base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
21567
- name: 'Dragon',
21542
+ name: 'Dragon Coin (old)',
21568
21543
  display: 'OLDDGN',
21569
- symbol: 'OLDDGN',
21544
+ symbol: 'DGN.old',
21570
21545
  traces: [{
21546
+ type: 'legacy-mintage',
21547
+ counterparty: {
21548
+ chain_name: 'dungeon',
21549
+ base_denom: 'udgn'
21550
+ },
21551
+ provider: 'Dungeon Chain'
21552
+ }, {
21571
21553
  type: 'ibc',
21572
21554
  counterparty: {
21573
21555
  chain_name: 'dungeon1',
@@ -21584,7 +21566,7 @@ const info = {
21584
21566
  },
21585
21567
  images: [{
21586
21568
  image_sync: {
21587
- chain_name: 'dungeon',
21569
+ chain_name: 'dungeon1',
21588
21570
  base_denom: 'udgn'
21589
21571
  },
21590
21572
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
@@ -21605,7 +21587,7 @@ const info = {
21605
21587
  }],
21606
21588
  type_asset: 'ics20',
21607
21589
  base: 'ibc/CD6412358F33B372A355CF22786D8C19477C15092B56BD56188679EED8556964',
21608
- name: 'Dragon',
21590
+ name: 'Dragon Coin',
21609
21591
  display: 'DGN',
21610
21592
  symbol: 'DGN',
21611
21593
  traces: [{
@@ -21632,8 +21614,7 @@ const info = {
21632
21614
  theme: {
21633
21615
  circle: true
21634
21616
  }
21635
- }],
21636
- coingecko_id: 'dragon-coin-2'
21617
+ }]
21637
21618
  },
21638
21619
  {
21639
21620
  description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
@@ -21743,8 +21724,7 @@ const info = {
21743
21724
  base_denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom'
21744
21725
  },
21745
21726
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
21746
- }],
21747
- coingecko_id: 'drop-staked-atom'
21727
+ }]
21748
21728
  },
21749
21729
  {
21750
21730
  description: 'The Sherpa memecoin',
@@ -21911,8 +21891,7 @@ const info = {
21911
21891
  base_denom: 'uxion'
21912
21892
  },
21913
21893
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
21914
- }],
21915
- coingecko_id: 'xion-2'
21894
+ }]
21916
21895
  },
21917
21896
  {
21918
21897
  description: 'An alloy of FIL asset variants on Osmosis.',
@@ -21995,10 +21974,23 @@ const info = {
21995
21974
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
21996
21975
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
21997
21976
  },
21998
- images: [{
21977
+ images: [
21978
+ {
21999
21979
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
22000
21980
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
22001
- }, {
21981
+ },
21982
+ {
21983
+ image_sync: {
21984
+ chain_name: 'int3face',
21985
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
21986
+ },
21987
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ton.int3.png',
21988
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ton.int3.svg',
21989
+ theme: {
21990
+ primary_color_hex: '#3d3d3d'
21991
+ }
21992
+ },
21993
+ {
22002
21994
  image_sync: {
22003
21995
  chain_name: 'int3face',
22004
21996
  base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
@@ -22007,7 +21999,8 @@ const info = {
22007
21999
  theme: {
22008
22000
  primary_color_hex: '#3d3d3d'
22009
22001
  }
22010
- }]
22002
+ }
22003
+ ]
22011
22004
  },
22012
22005
  {
22013
22006
  description: 'The MOBX coin rewards the use of eco-friendly micromobility transportation.',
@@ -22139,8 +22132,7 @@ const info = {
22139
22132
  base_denom: 'uelys'
22140
22133
  },
22141
22134
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
22142
- }],
22143
- coingecko_id: 'elys-network'
22135
+ }]
22144
22136
  },
22145
22137
  {
22146
22138
  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.',
@@ -22528,366 +22520,404 @@ const info = {
22528
22520
  }]
22529
22521
  },
22530
22522
  {
22531
- description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.',
22523
+ description: 'A Stablecoin native to the Kopi blockchain',
22532
22524
  denom_units: [{
22533
- denom: 'ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07',
22525
+ denom: 'ibc/2C43B074A5C7C3FB32EB8FA85239FCF887312BC960F373BC1EF1EE8517A0B996',
22534
22526
  exponent: 0,
22535
- aliases: ['ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78']
22527
+ aliases: ['ukusd']
22536
22528
  }, {
22537
- denom: 'PUNDIX',
22538
- exponent: 18
22529
+ denom: 'kUSD',
22530
+ exponent: 6
22539
22531
  }],
22540
22532
  type_asset: 'ics20',
22541
- base: 'ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07',
22542
- name: 'Pundi X Token',
22543
- display: 'PUNDIX',
22544
- symbol: 'PUNDIX',
22533
+ base: 'ibc/2C43B074A5C7C3FB32EB8FA85239FCF887312BC960F373BC1EF1EE8517A0B996',
22534
+ name: 'kUSD',
22535
+ display: 'kUSD',
22536
+ symbol: 'kUSD',
22545
22537
  traces: [{
22546
- type: 'ibc',
22538
+ type: 'synthetic',
22547
22539
  counterparty: {
22548
- chain_name: 'fxcore',
22549
- base_denom: 'eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38',
22550
- channel_id: 'channel-0'
22540
+ chain_name: 'forex',
22541
+ base_denom: 'USD'
22551
22542
  },
22552
- chain: {
22553
- channel_id: 'channel-0',
22554
- path: 'transfer/channel-0/eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38'
22555
- }
22543
+ provider: 'Kopi'
22556
22544
  }, {
22557
22545
  type: 'ibc',
22558
22546
  counterparty: {
22559
- chain_name: 'pundix',
22560
- base_denom: 'ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78',
22561
- channel_id: 'channel-1'
22547
+ chain_name: 'kopi',
22548
+ base_denom: 'ukusd',
22549
+ channel_id: 'channel-10'
22562
22550
  },
22563
22551
  chain: {
22564
- channel_id: 'channel-12618',
22565
- path: 'transfer/channel-12618/transfer/channel-0/eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38'
22552
+ channel_id: 'channel-97998',
22553
+ path: 'transfer/channel-97998/ukusd'
22566
22554
  }
22567
22555
  }],
22568
22556
  logo_URIs: {
22569
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png'
22557
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
22570
22558
  },
22571
22559
  images: [{
22572
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png',
22573
- theme: {
22574
- primary_color_hex: '#f1d20c'
22575
- }
22576
- }],
22577
- keywords: ['osmosis_unlisted']
22560
+ image_sync: {
22561
+ chain_name: 'kopi',
22562
+ base_denom: 'ukusd'
22563
+ },
22564
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
22565
+ }]
22578
22566
  },
22579
22567
  {
22568
+ description: 'The native token of kopi',
22580
22569
  denom_units: [{
22581
- denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
22570
+ denom: 'ibc/86E7DAA73DD4AEA7319C77A81CF202A02BD094AE8550EEEAB06DF31749B6E05C',
22582
22571
  exponent: 0,
22583
- aliases: ['avalanche-uusdc']
22572
+ aliases: ['ukopi']
22584
22573
  }, {
22585
- denom: 'avalanche-usdc',
22574
+ denom: 'XKP',
22586
22575
  exponent: 6
22587
22576
  }],
22588
22577
  type_asset: 'ics20',
22589
- base: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
22590
- name: 'Wormhole USDC(Avalanche)',
22591
- display: 'avalanche-usdc',
22592
- symbol: 'avalanche.USDC.wh',
22578
+ base: 'ibc/86E7DAA73DD4AEA7319C77A81CF202A02BD094AE8550EEEAB06DF31749B6E05C',
22579
+ name: 'Kopi',
22580
+ display: 'XKP',
22581
+ symbol: 'XKP',
22593
22582
  traces: [{
22594
22583
  type: 'ibc',
22595
22584
  counterparty: {
22596
- chain_name: 'gateway',
22597
- base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4',
22598
- channel_id: 'channel-3'
22585
+ chain_name: 'kopi',
22586
+ base_denom: 'ukopi',
22587
+ channel_id: 'channel-10'
22599
22588
  },
22600
22589
  chain: {
22601
- channel_id: 'channel-2186',
22602
- path: 'transfer/channel-2186/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4'
22603
- }
22604
- }],
22605
- images: [{
22606
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
22607
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg',
22608
- theme: {
22609
- primary_color_hex: '#2474cb'
22590
+ channel_id: 'channel-97998',
22591
+ path: 'transfer/channel-97998/ukopi'
22610
22592
  }
22611
22593
  }],
22612
22594
  logo_URIs: {
22613
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
22614
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
22615
- }
22595
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
22596
+ },
22597
+ images: [{
22598
+ image_sync: {
22599
+ chain_name: 'kopi',
22600
+ base_denom: 'ukopi'
22601
+ },
22602
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
22603
+ }]
22616
22604
  },
22617
22605
  {
22618
- description: 'Nomic\'s native token.',
22606
+ description: 'Quicksilver Liquid Staked ARCH',
22619
22607
  denom_units: [{
22620
- denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
22608
+ denom: 'ibc/BA47828ADDC3700F50B35696390F4C53E35CBB42E84FF768BB75C3F6BAEFD9F1',
22621
22609
  exponent: 0,
22622
- aliases: ['unom']
22610
+ aliases: ['aqarch']
22623
22611
  }, {
22624
- denom: 'nom',
22625
- exponent: 6
22612
+ denom: 'qarch',
22613
+ exponent: 18,
22614
+ aliases: []
22626
22615
  }],
22627
22616
  type_asset: 'ics20',
22628
- base: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
22629
- name: 'Nomic',
22630
- display: 'nom',
22631
- symbol: 'nomic.NOM',
22617
+ base: 'ibc/BA47828ADDC3700F50B35696390F4C53E35CBB42E84FF768BB75C3F6BAEFD9F1',
22618
+ name: 'Quicksilver Liquid Staked ARCH',
22619
+ display: 'qarch',
22620
+ symbol: 'qARCH',
22632
22621
  traces: [{
22622
+ type: 'liquid-stake',
22623
+ counterparty: {
22624
+ chain_name: 'archway',
22625
+ base_denom: 'aarch'
22626
+ },
22627
+ provider: 'Quicksilver'
22628
+ }, {
22633
22629
  type: 'ibc',
22634
22630
  counterparty: {
22635
- chain_name: 'nomic',
22636
- base_denom: 'unom',
22637
- channel_id: 'channel-1'
22631
+ chain_name: 'quicksilver',
22632
+ base_denom: 'aqarch',
22633
+ channel_id: 'channel-2'
22638
22634
  },
22639
22635
  chain: {
22640
- channel_id: 'channel-6897',
22641
- path: 'transfer/channel-6897/unom'
22642
- }
22643
- }],
22644
- images: [{
22645
- image_sync: {
22646
- chain_name: 'nomic',
22647
- base_denom: 'unom'
22648
- },
22649
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
22650
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg',
22651
- theme: {
22652
- primary_color_hex: '#6404fc'
22636
+ channel_id: 'channel-522',
22637
+ path: 'transfer/channel-522/aqarch'
22653
22638
  }
22654
22639
  }],
22655
22640
  logo_URIs: {
22656
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
22657
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
22658
- }
22659
- },
22660
- {
22661
- description: 'The governance and utility token of Yieldmos, the Interchain Automation Protocol',
22662
- denom_units: [{
22663
- denom: 'factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos',
22664
- exponent: 0
22665
- }, {
22666
- denom: 'ymos',
22667
- exponent: 6
22668
- }],
22669
- type_asset: 'sdk.coin',
22670
- address: 'osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy',
22671
- base: 'factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos',
22672
- name: 'Yieldmos Coin',
22673
- display: 'ymos',
22674
- symbol: 'YMOS',
22675
- logo_URIs: {
22676
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ymos.png'
22641
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.png',
22642
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.svg'
22677
22643
  },
22678
22644
  images: [{
22679
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ymos.png',
22645
+ image_sync: {
22646
+ chain_name: 'quicksilver',
22647
+ base_denom: 'aqarch'
22648
+ },
22649
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.png',
22650
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.svg',
22680
22651
  theme: {
22681
- primary_color_hex: '#2c3554'
22652
+ primary_color_hex: '#ff914d'
22682
22653
  }
22683
22654
  }]
22684
22655
  },
22685
22656
  {
22686
- description: 'Memecoin for The International Brane Wave',
22657
+ description: 'Quicksilver Liquid Staked PICA',
22687
22658
  denom_units: [{
22688
- denom: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
22659
+ denom: 'ibc/C66CF6F56DC47AECFA2C593C371D5D6218CF9DF709B6F0DAB7C33A9766889E55',
22689
22660
  exponent: 0,
22690
- aliases: ['brnz']
22691
- }],
22692
- type_asset: 'sdk.coin',
22693
- base: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
22694
- name: 'Branez',
22695
- display: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
22696
- symbol: 'BRNZ',
22697
- logo_URIs: {
22698
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
22699
- },
22700
- images: [{
22701
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
22702
- }]
22703
- },
22704
- {
22705
- description: 'ashLAB - Burned LAB',
22706
- extended_description: 'ashLAB - receipt token recieved when burning LAB via ASH DAOs Furnace',
22707
- denom_units: [{
22708
- denom: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/lab.ash',
22709
- exponent: 0
22661
+ aliases: ['pqpica']
22710
22662
  }, {
22711
- denom: 'ashLAB',
22712
- exponent: 6
22663
+ denom: 'qpica',
22664
+ exponent: 12,
22665
+ aliases: []
22713
22666
  }],
22714
- type_asset: 'sdk.coin',
22715
- address: 'osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07',
22716
- base: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/lab.ash',
22717
- name: 'Burned LAB',
22718
- display: 'ashLAB',
22719
- symbol: 'ashLAB',
22667
+ type_asset: 'ics20',
22668
+ base: 'ibc/C66CF6F56DC47AECFA2C593C371D5D6218CF9DF709B6F0DAB7C33A9766889E55',
22669
+ name: 'Quicksilver Liquid Staked PICA',
22670
+ display: 'qpica',
22671
+ symbol: 'qPICA',
22672
+ traces: [
22673
+ {
22674
+ type: 'additional-mintage',
22675
+ counterparty: {
22676
+ chain_name: 'picasso',
22677
+ base_denom: 'ppica'
22678
+ },
22679
+ provider: 'Picasso'
22680
+ },
22681
+ {
22682
+ type: 'liquid-stake',
22683
+ counterparty: {
22684
+ chain_name: 'composable',
22685
+ base_denom: 'ppica'
22686
+ },
22687
+ provider: 'Quicksilver'
22688
+ },
22689
+ {
22690
+ type: 'ibc',
22691
+ counterparty: {
22692
+ chain_name: 'quicksilver',
22693
+ base_denom: 'pqpica',
22694
+ channel_id: 'channel-2'
22695
+ },
22696
+ chain: {
22697
+ channel_id: 'channel-522',
22698
+ path: 'transfer/channel-522/pqpica'
22699
+ }
22700
+ }
22701
+ ],
22720
22702
  logo_URIs: {
22721
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashLAB.png'
22703
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.png',
22704
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.svg'
22722
22705
  },
22723
22706
  images: [{
22724
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashLAB.png',
22707
+ image_sync: {
22708
+ chain_name: 'quicksilver',
22709
+ base_denom: 'pqpica'
22710
+ },
22711
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.png',
22712
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.svg',
22725
22713
  theme: {
22726
- primary_color_hex: '#ebb093'
22714
+ primary_color_hex: '#ff914d'
22727
22715
  }
22728
22716
  }]
22729
22717
  },
22730
22718
  {
22731
- description: 'GRAC is the official token of Racoon.Bet\'s gaming platform.',
22719
+ description: 'Quicksilver Liquid Staked TIA',
22732
22720
  denom_units: [{
22733
- denom: 'ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829',
22721
+ denom: 'ibc/E8CB12995A190336CA7A647B618E97DF6CA1E1A3FD7685B1AA9C1C80FC63858E',
22734
22722
  exponent: 0,
22735
- aliases: ['factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac']
22723
+ aliases: ['uqtia']
22736
22724
  }, {
22737
- denom: 'grac',
22738
- exponent: 6
22725
+ denom: 'qtia',
22726
+ exponent: 6,
22727
+ aliases: []
22739
22728
  }],
22740
22729
  type_asset: 'ics20',
22741
- base: 'ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829',
22742
- name: 'Gaming RAC Token',
22743
- display: 'grac',
22744
- symbol: 'GRAC',
22730
+ base: 'ibc/E8CB12995A190336CA7A647B618E97DF6CA1E1A3FD7685B1AA9C1C80FC63858E',
22731
+ name: 'Quicksilver Liquid Staked TIA',
22732
+ display: 'qtia',
22733
+ symbol: 'qTIA',
22745
22734
  traces: [{
22735
+ type: 'liquid-stake',
22736
+ counterparty: {
22737
+ chain_name: 'celestia',
22738
+ base_denom: 'utia'
22739
+ },
22740
+ provider: 'Quicksilver'
22741
+ }, {
22746
22742
  type: 'ibc',
22747
22743
  counterparty: {
22748
- chain_name: 'migaloo',
22749
- base_denom: 'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac',
22750
- channel_id: 'channel-5'
22744
+ chain_name: 'quicksilver',
22745
+ base_denom: 'uqtia',
22746
+ channel_id: 'channel-2'
22751
22747
  },
22752
22748
  chain: {
22753
- channel_id: 'channel-642',
22754
- path: 'transfer/channel-642/factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac'
22749
+ channel_id: 'channel-522',
22750
+ path: 'transfer/channel-522/uqtia'
22755
22751
  }
22756
22752
  }],
22757
22753
  logo_URIs: {
22758
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
22754
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.png',
22755
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.svg'
22759
22756
  },
22760
22757
  images: [{
22761
22758
  image_sync: {
22762
- chain_name: 'migaloo',
22763
- base_denom: 'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac'
22759
+ chain_name: 'quicksilver',
22760
+ base_denom: 'uqtia'
22764
22761
  },
22765
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png',
22762
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.png',
22763
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.svg',
22766
22764
  theme: {
22767
- primary_color_hex: '#f5bf09'
22765
+ primary_color_hex: '#ff914d'
22768
22766
  }
22769
22767
  }]
22770
22768
  },
22771
22769
  {
22772
- description: 'USDC supplied on Mars looped using Membrane by a vault that also has an entry fee',
22770
+ description: 'Quicksilver Liquid Staked FLIX',
22773
22771
  denom_units: [{
22774
- denom: 'factory/osmo1vf6e300hv2qe7r5rln8deft45ewgyytjnwfrdfcv5rgzrfy0s6cswjqf9r/mars-usdc-looped',
22775
- exponent: 0
22776
- }, {
22777
- denom: 'earnUSDC',
22778
- exponent: 6
22779
- }],
22780
- type_asset: 'sdk.coin',
22781
- base: 'factory/osmo1vf6e300hv2qe7r5rln8deft45ewgyytjnwfrdfcv5rgzrfy0s6cswjqf9r/mars-usdc-looped',
22782
- name: 'Mars Looped USDC Vault',
22783
- display: 'earnUSDC',
22784
- symbol: 'earnUSDC'
22785
- },
22786
- {
22787
- description: 'Auto-compounding vault for Membrane\'s Stability Pool used to ease the UX of compounding CDT',
22788
- denom_units: [{
22789
- denom: 'factory/osmo1jw6r68y0uhfmqagc7uhtdddctc7wq95pncvrqnvtd47w4hx46p7se9nju5/earn-cdt',
22790
- exponent: 0
22772
+ denom: 'ibc/9880C90A843C647E7A5D7C108CBB3D6E3D671F3F6BB930558F81B3B24D334162',
22773
+ exponent: 0,
22774
+ aliases: ['uqflix']
22791
22775
  }, {
22792
- denom: 'earnCDT',
22793
- exponent: 6
22776
+ denom: 'qflix',
22777
+ exponent: 6,
22778
+ aliases: []
22794
22779
  }],
22795
- type_asset: 'sdk.coin',
22796
- base: 'factory/osmo1jw6r68y0uhfmqagc7uhtdddctc7wq95pncvrqnvtd47w4hx46p7se9nju5/earn-cdt',
22797
- name: 'Earn CDT Vault',
22798
- display: 'earnCDT',
22799
- symbol: 'earnCDT'
22800
- },
22801
- {
22802
- description: 'ashION - Burned ION',
22803
- extended_description: 'ashION - receipt token recieved when burning ION via ASH DAOs Furnace',
22804
- denom_units: [{
22805
- denom: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/ion.ash',
22806
- exponent: 0
22780
+ type_asset: 'ics20',
22781
+ base: 'ibc/9880C90A843C647E7A5D7C108CBB3D6E3D671F3F6BB930558F81B3B24D334162',
22782
+ name: 'Quicksilver Liquid Staked FLIX',
22783
+ display: 'qflix',
22784
+ symbol: 'qFLIX',
22785
+ traces: [{
22786
+ type: 'liquid-stake',
22787
+ counterparty: {
22788
+ chain_name: 'omniflixhub',
22789
+ base_denom: 'uflix'
22790
+ },
22791
+ provider: 'Quicksilver'
22807
22792
  }, {
22808
- denom: 'ashION',
22809
- exponent: 6
22793
+ type: 'ibc',
22794
+ counterparty: {
22795
+ chain_name: 'quicksilver',
22796
+ base_denom: 'uqflix',
22797
+ channel_id: 'channel-2'
22798
+ },
22799
+ chain: {
22800
+ channel_id: 'channel-522',
22801
+ path: 'transfer/channel-522/uqflix'
22802
+ }
22810
22803
  }],
22811
- type_asset: 'sdk.coin',
22812
- address: 'osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07',
22813
- base: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/ion.ash',
22814
- name: 'Burned ION',
22815
- display: 'ashION',
22816
- symbol: 'ashION',
22817
22804
  logo_URIs: {
22818
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashion.png'
22805
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.png',
22806
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.svg'
22819
22807
  },
22820
22808
  images: [{
22821
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashion.png',
22809
+ image_sync: {
22810
+ chain_name: 'quicksilver',
22811
+ base_denom: 'uqflix'
22812
+ },
22813
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.png',
22814
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.svg',
22822
22815
  theme: {
22823
- primary_color_hex: '#ebb093'
22816
+ primary_color_hex: '#ff914d'
22824
22817
  }
22825
22818
  }]
22826
22819
  },
22827
22820
  {
22828
- description: 'CULT - Less Brainwashing, More Utility',
22829
- extended_description: 'CULT - Less Brainwashing, More Utility\n\n$CULT is more than a token; it\'s your key to ascend within the Order of Architects. Each token empowers you to mint and upgrade Architect NFTs, navigating through rites that elevate their mystical powers. Engage directly in our unique Streamswap process, beginning with a USDC deposit, transitioning smoothly into $CULT.\n\nFair Launch: Our token launch excludes whitelists and bots, ensuring a transparent and equitable distribution for all. Streamswap Mechanics: Deposit $USDC during the 72-hour Bootstrapping Phase, followed by a 1-hour Streaming Phase to convert into $CULT, ensuring a smooth and fair token distribution.',
22821
+ description: 'Quicksilver Liquid Staked LUNA',
22830
22822
  denom_units: [{
22831
- denom: 'factory/osmo1qdvwftqd8ml6t9w6dmj97m03ck5ghqqmd8y7cm/cult',
22823
+ denom: 'ibc/C3FD0795C73D0D61C09374F99D3F23E746194D22A64B6A44FF0530BCF2419053',
22832
22824
  exponent: 0,
22833
- aliases: ['ucult']
22825
+ aliases: ['uqluna']
22834
22826
  }, {
22835
- denom: 'CULT',
22836
- exponent: 6
22827
+ denom: 'qluna',
22828
+ exponent: 6,
22829
+ aliases: []
22830
+ }],
22831
+ type_asset: 'ics20',
22832
+ base: 'ibc/C3FD0795C73D0D61C09374F99D3F23E746194D22A64B6A44FF0530BCF2419053',
22833
+ name: 'Quicksilver Liquid Staked LUNA',
22834
+ display: 'qluna',
22835
+ symbol: 'qLUNA',
22836
+ traces: [{
22837
+ type: 'liquid-stake',
22838
+ counterparty: {
22839
+ chain_name: 'terra2',
22840
+ base_denom: 'uluna'
22841
+ },
22842
+ provider: 'Quicksilver'
22843
+ }, {
22844
+ type: 'ibc',
22845
+ counterparty: {
22846
+ chain_name: 'quicksilver',
22847
+ base_denom: 'uqluna',
22848
+ channel_id: 'channel-2'
22849
+ },
22850
+ chain: {
22851
+ channel_id: 'channel-522',
22852
+ path: 'transfer/channel-522/uqluna'
22853
+ }
22837
22854
  }],
22838
- type_asset: 'sdk.coin',
22839
- address: 'osmo1qdvwftqd8ml6t9w6dmj97m03ck5ghqqmd8y7cm',
22840
- base: 'factory/osmo1qdvwftqd8ml6t9w6dmj97m03ck5ghqqmd8y7cm/cult',
22841
- name: 'CULT',
22842
- display: 'CULT',
22843
- symbol: 'CULT',
22844
22855
  logo_URIs: {
22845
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cult.png'
22856
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.png',
22857
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.svg'
22846
22858
  },
22847
22859
  images: [{
22848
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cult.png'
22849
- }],
22850
- socials: {
22851
- website: 'https://www.architectsnft.io/',
22852
- twitter: 'https://x.com/Architects_nft'
22853
- }
22860
+ image_sync: {
22861
+ chain_name: 'quicksilver',
22862
+ base_denom: 'uqluna'
22863
+ },
22864
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.png',
22865
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.svg',
22866
+ theme: {
22867
+ primary_color_hex: '#ff914d'
22868
+ }
22869
+ }]
22854
22870
  },
22855
22871
  {
22856
- description: 'Tek ovah!',
22857
- extended_description: 'Free yourself from your self. Embrace your status as a $PLEB.',
22872
+ description: 'Quicksilver Liquid Staked INJ',
22858
22873
  denom_units: [{
22859
- denom: 'ibc/EA0C8F1121425943740B2D1B1DC5BDD717D49A9D5A639DC7074C10E9212CC794',
22874
+ denom: 'ibc/3C85C44DCB6BCC4FFB9D295EE79ED412E1FAD5D775C99E6AA51CCEF5CA32409C',
22860
22875
  exponent: 0,
22861
- aliases: ['factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb']
22876
+ aliases: ['qinj']
22862
22877
  }, {
22863
- denom: 'PLEB',
22864
- exponent: 6
22878
+ denom: 'qINJ',
22879
+ exponent: 18,
22880
+ aliases: []
22865
22881
  }],
22866
22882
  type_asset: 'ics20',
22867
- base: 'ibc/EA0C8F1121425943740B2D1B1DC5BDD717D49A9D5A639DC7074C10E9212CC794',
22868
- name: 'Pleb Coin',
22869
- display: 'PLEB',
22870
- symbol: 'PLEB',
22883
+ base: 'ibc/3C85C44DCB6BCC4FFB9D295EE79ED412E1FAD5D775C99E6AA51CCEF5CA32409C',
22884
+ name: 'Quicksilver Liquid Staked INJ',
22885
+ display: 'qinj',
22886
+ symbol: 'qINJ',
22871
22887
  traces: [{
22888
+ type: 'liquid-stake',
22889
+ counterparty: {
22890
+ chain_name: 'injective',
22891
+ base_denom: 'inj'
22892
+ },
22893
+ provider: 'Quicksilver'
22894
+ }, {
22872
22895
  type: 'ibc',
22873
22896
  counterparty: {
22874
- chain_name: 'stargaze',
22875
- base_denom: 'factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb',
22876
- channel_id: 'channel-0'
22897
+ chain_name: 'quicksilver',
22898
+ base_denom: 'qinj',
22899
+ channel_id: 'channel-2'
22877
22900
  },
22878
22901
  chain: {
22879
- channel_id: 'channel-75',
22880
- path: 'transfer/channel-75/factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb'
22902
+ channel_id: 'channel-522',
22903
+ path: 'transfer/channel-522/qinj'
22881
22904
  }
22882
22905
  }],
22883
22906
  logo_URIs: {
22884
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/pleb.png'
22885
- },
22886
- socials: {
22887
- website: 'https://www.stargaze.zone/m/stargazepleb/tokens',
22888
- twitter: 'https://x.com/Pixl_Plebs'
22907
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.png',
22908
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.svg'
22889
22909
  },
22890
- keywords: ['meme']
22910
+ images: [{
22911
+ image_sync: {
22912
+ chain_name: 'quicksilver',
22913
+ base_denom: 'qinj'
22914
+ },
22915
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.png',
22916
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.svg',
22917
+ theme: {
22918
+ primary_color_hex: '#ff914d'
22919
+ }
22920
+ }]
22891
22921
  },
22892
22922
  {
22893
22923
  description: 'An alloy of SUI asset variants on Osmosis.',
@@ -22920,10 +22950,7 @@ const info = {
22920
22950
  chain_name: 'sui',
22921
22951
  base_denom: '0x2::sui::SUI'
22922
22952
  },
22923
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg',
22924
- theme: {
22925
- primary_color_hex: '#6fbcef'
22926
- }
22953
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg'
22927
22954
  }]
22928
22955
  },
22929
22956
  {
@@ -22958,11 +22985,7 @@ const info = {
22958
22985
  chain_name: 'aptos',
22959
22986
  base_denom: '0x1::aptos_coin::AptosCoin'
22960
22987
  },
22961
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg',
22962
- theme: {
22963
- primary_color_hex: '#ffffff',
22964
- dark_mode: false
22965
- }
22988
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
22966
22989
  },
22967
22990
  {
22968
22991
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/apt-dm.svg',
@@ -23015,7 +23038,7 @@ const info = {
23015
23038
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png',
23016
23039
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg',
23017
23040
  theme: {
23018
- primary_color_hex: '#f0b90b'
23041
+ primary_color_hex: '#f3bb0c'
23019
23042
  }
23020
23043
  }, {
23021
23044
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allBNB.svg',
@@ -23027,783 +23050,1383 @@ const info = {
23027
23050
  }]
23028
23051
  },
23029
23052
  {
23030
- description: 'Quicksilver Liquid Staked ARCH',
23053
+ description: 'BTC-pegged token on Side Chain.',
23031
23054
  denom_units: [{
23032
- denom: 'ibc/BA47828ADDC3700F50B35696390F4C53E35CBB42E84FF768BB75C3F6BAEFD9F1',
23055
+ denom: 'ibc/8765FF0D37A7A85357ED28061EDEBC736743216DB06FE92231957CE158FB351E',
23033
23056
  exponent: 0,
23034
- aliases: ['aqarch']
23057
+ aliases: ['sat']
23035
23058
  }, {
23036
- denom: 'qarch',
23037
- exponent: 18,
23038
- aliases: []
23059
+ denom: 'sBTC',
23060
+ exponent: 8
23039
23061
  }],
23040
23062
  type_asset: 'ics20',
23041
- base: 'ibc/BA47828ADDC3700F50B35696390F4C53E35CBB42E84FF768BB75C3F6BAEFD9F1',
23042
- name: 'Quicksilver Liquid Staked ARCH',
23043
- display: 'qarch',
23044
- symbol: 'qARCH',
23063
+ base: 'ibc/8765FF0D37A7A85357ED28061EDEBC736743216DB06FE92231957CE158FB351E',
23064
+ name: 'Side Bitcoin',
23065
+ display: 'sBTC',
23066
+ symbol: 'sBTC',
23045
23067
  traces: [{
23046
- type: 'liquid-stake',
23068
+ type: 'bridge',
23047
23069
  counterparty: {
23048
- chain_name: 'archway',
23049
- base_denom: 'aarch'
23070
+ chain_name: 'bitcoin',
23071
+ base_denom: 'sat'
23050
23072
  },
23051
- provider: 'Quicksilver'
23073
+ provider: 'Side Chain'
23052
23074
  }, {
23053
23075
  type: 'ibc',
23054
23076
  counterparty: {
23055
- chain_name: 'quicksilver',
23056
- base_denom: 'aqarch',
23057
- channel_id: 'channel-2'
23077
+ chain_name: 'sidechain',
23078
+ base_denom: 'sat',
23079
+ channel_id: 'channel-0'
23058
23080
  },
23059
23081
  chain: {
23060
- channel_id: 'channel-522',
23061
- path: 'transfer/channel-522/aqarch'
23082
+ channel_id: 'channel-98081',
23083
+ path: 'transfer/channel-98081/sat'
23062
23084
  }
23063
23085
  }],
23064
23086
  logo_URIs: {
23065
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.png',
23066
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.svg'
23087
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/sBTC.svg',
23088
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/sBTC.png'
23067
23089
  },
23068
23090
  images: [{
23069
23091
  image_sync: {
23070
- chain_name: 'quicksilver',
23071
- base_denom: 'aqarch'
23092
+ chain_name: 'sidechain',
23093
+ base_denom: 'sat'
23072
23094
  },
23073
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.png',
23074
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.svg',
23095
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/sBTC.svg',
23096
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/sBTC.png',
23075
23097
  theme: {
23076
- primary_color_hex: '#ff914d'
23098
+ primary_color_hex: '#f7771a'
23077
23099
  }
23078
23100
  }]
23079
23101
  },
23080
23102
  {
23081
- description: 'Quicksilver Liquid Staked TIA',
23103
+ description: 'An alloy of DYDX asset variants on Osmosis.',
23104
+ extended_description: 'Multiple DYDX variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of DYDX.',
23082
23105
  denom_units: [{
23083
- denom: 'ibc/E8CB12995A190336CA7A647B618E97DF6CA1E1A3FD7685B1AA9C1C80FC63858E',
23084
- exponent: 0,
23085
- aliases: ['uqtia']
23106
+ denom: 'factory/osmo1zem8r6dv6u38f6qpg546zy30946av8h5srgug0s4gcyy6cfecf3seac083/alloyed/allDYDX',
23107
+ exponent: 0
23086
23108
  }, {
23087
- denom: 'qtia',
23088
- exponent: 6,
23089
- aliases: []
23109
+ denom: 'allDYDX',
23110
+ exponent: 12
23090
23111
  }],
23091
- type_asset: 'ics20',
23092
- base: 'ibc/E8CB12995A190336CA7A647B618E97DF6CA1E1A3FD7685B1AA9C1C80FC63858E',
23093
- name: 'Quicksilver Liquid Staked TIA',
23094
- display: 'qtia',
23095
- symbol: 'qTIA',
23096
- traces: [{
23097
- type: 'liquid-stake',
23098
- counterparty: {
23099
- chain_name: 'celestia',
23100
- base_denom: 'utia'
23101
- },
23102
- provider: 'Quicksilver'
23103
- }, {
23104
- type: 'ibc',
23112
+ type_asset: 'sdk.coin',
23113
+ address: 'osmo1zem8r6dv6u38f6qpg546zy30946av8h5srgug0s4gcyy6cfecf3seac083',
23114
+ base: 'factory/osmo1zem8r6dv6u38f6qpg546zy30946av8h5srgug0s4gcyy6cfecf3seac083/alloyed/allDYDX',
23115
+ name: 'dYdX Protocol',
23116
+ display: 'allDYDX',
23117
+ symbol: 'DYDX',
23118
+ traces: [{
23119
+ type: 'synthetic',
23105
23120
  counterparty: {
23106
- chain_name: 'quicksilver',
23107
- base_denom: 'uqtia',
23108
- channel_id: 'channel-2'
23121
+ chain_name: 'dydx',
23122
+ base_denom: 'adydx'
23109
23123
  },
23110
- chain: {
23111
- channel_id: 'channel-522',
23112
- path: 'transfer/channel-522/uqtia'
23113
- }
23124
+ provider: 'Osmosis'
23114
23125
  }],
23115
23126
  logo_URIs: {
23116
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.png',
23117
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.svg'
23127
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg'
23118
23128
  },
23119
23129
  images: [{
23130
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg',
23131
+ theme: {
23132
+ circle: true
23133
+ }
23134
+ }, {
23120
23135
  image_sync: {
23121
- chain_name: 'quicksilver',
23122
- base_denom: 'uqtia'
23136
+ chain_name: 'dydx',
23137
+ base_denom: 'adydx'
23123
23138
  },
23124
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.png',
23125
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.svg',
23139
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
23140
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg',
23126
23141
  theme: {
23127
- primary_color_hex: '#ff914d'
23142
+ primary_color_hex: '#21212f'
23128
23143
  }
23129
23144
  }]
23130
23145
  },
23131
23146
  {
23132
- description: 'Quicksilver Liquid Staked PICA',
23147
+ description: 'An alloy of FET asset variants on Osmosis.',
23148
+ extended_description: 'Multiple FET variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of FET.',
23133
23149
  denom_units: [{
23134
- denom: 'ibc/C66CF6F56DC47AECFA2C593C371D5D6218CF9DF709B6F0DAB7C33A9766889E55',
23135
- exponent: 0,
23136
- aliases: ['pqpica']
23150
+ denom: 'factory/osmo1mdvn6lmykp2z345ncpf647dztslyll8cyhwj9pltrc0lf7nva3cqvrp6qs/alloyed/allFET',
23151
+ exponent: 0
23137
23152
  }, {
23138
- denom: 'qpica',
23139
- exponent: 12,
23140
- aliases: []
23153
+ denom: 'allFET',
23154
+ exponent: 12
23141
23155
  }],
23142
- type_asset: 'ics20',
23143
- base: 'ibc/C66CF6F56DC47AECFA2C593C371D5D6218CF9DF709B6F0DAB7C33A9766889E55',
23144
- name: 'Quicksilver Liquid Staked PICA',
23145
- display: 'qpica',
23146
- symbol: 'qPICA',
23156
+ type_asset: 'sdk.coin',
23157
+ address: 'osmo1mdvn6lmykp2z345ncpf647dztslyll8cyhwj9pltrc0lf7nva3cqvrp6qs',
23158
+ base: 'factory/osmo1mdvn6lmykp2z345ncpf647dztslyll8cyhwj9pltrc0lf7nva3cqvrp6qs/alloyed/allFET',
23159
+ name: 'Fetch.ai',
23160
+ display: 'allFET',
23161
+ symbol: 'FET',
23147
23162
  traces: [{
23148
- type: 'liquid-stake',
23149
- counterparty: {
23150
- chain_name: 'composable',
23151
- base_denom: 'ppica'
23152
- },
23153
- provider: 'Quicksilver'
23154
- }, {
23155
- type: 'ibc',
23163
+ type: 'synthetic',
23156
23164
  counterparty: {
23157
- chain_name: 'quicksilver',
23158
- base_denom: 'pqpica',
23159
- channel_id: 'channel-2'
23165
+ chain_name: 'fetchhub',
23166
+ base_denom: 'afet'
23160
23167
  },
23161
- chain: {
23162
- channel_id: 'channel-522',
23163
- path: 'transfer/channel-522/pqpica'
23164
- }
23168
+ provider: 'Osmosis'
23165
23169
  }],
23166
23170
  logo_URIs: {
23167
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.png',
23168
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.svg'
23171
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
23172
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
23169
23173
  },
23170
23174
  images: [{
23171
23175
  image_sync: {
23172
- chain_name: 'quicksilver',
23173
- base_denom: 'pqpica'
23176
+ chain_name: 'fetchhub',
23177
+ base_denom: 'afet'
23174
23178
  },
23175
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.png',
23176
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.svg',
23179
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
23180
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg',
23177
23181
  theme: {
23178
- primary_color_hex: '#ff914d'
23182
+ primary_color_hex: '#1c2444'
23179
23183
  }
23180
23184
  }]
23181
23185
  },
23182
23186
  {
23183
- description: 'Quicksilver Liquid Staked INJ',
23187
+ description: 'An alloy of AIOZ asset variants on Osmosis.',
23188
+ extended_description: 'Multiple AIOZ variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of AIOZ.',
23184
23189
  denom_units: [{
23185
- denom: 'ibc/3C85C44DCB6BCC4FFB9D295EE79ED412E1FAD5D775C99E6AA51CCEF5CA32409C',
23186
- exponent: 0,
23187
- aliases: ['qinj']
23190
+ denom: 'factory/osmo17ceugf0nnkk228k2sulemn0s9pl3yg554462eexxs3pgq8p629us98gqae/alloyed/allAIOZ',
23191
+ exponent: 0
23188
23192
  }, {
23189
- denom: 'qINJ',
23190
- exponent: 18,
23191
- aliases: []
23193
+ denom: 'allAIOZ',
23194
+ exponent: 12
23192
23195
  }],
23193
- type_asset: 'ics20',
23194
- base: 'ibc/3C85C44DCB6BCC4FFB9D295EE79ED412E1FAD5D775C99E6AA51CCEF5CA32409C',
23195
- name: 'Quicksilver Liquid Staked INJ',
23196
- display: 'qinj',
23197
- symbol: 'qINJ',
23196
+ type_asset: 'sdk.coin',
23197
+ address: 'osmo17ceugf0nnkk228k2sulemn0s9pl3yg554462eexxs3pgq8p629us98gqae',
23198
+ base: 'factory/osmo17ceugf0nnkk228k2sulemn0s9pl3yg554462eexxs3pgq8p629us98gqae/alloyed/allAIOZ',
23199
+ name: 'AIOZ Network',
23200
+ display: 'allAIOZ',
23201
+ symbol: 'AIOZ',
23198
23202
  traces: [{
23199
- type: 'liquid-stake',
23200
- counterparty: {
23201
- chain_name: 'injective',
23202
- base_denom: 'inj'
23203
- },
23204
- provider: 'Quicksilver'
23205
- }, {
23206
- type: 'ibc',
23203
+ type: 'synthetic',
23207
23204
  counterparty: {
23208
- chain_name: 'quicksilver',
23209
- base_denom: 'qinj',
23210
- channel_id: 'channel-2'
23205
+ chain_name: 'aioz',
23206
+ base_denom: 'attoaioz'
23211
23207
  },
23212
- chain: {
23213
- channel_id: 'channel-522',
23214
- path: 'transfer/channel-522/qinj'
23215
- }
23208
+ provider: 'Osmosis'
23216
23209
  }],
23217
23210
  logo_URIs: {
23218
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.png',
23219
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.svg'
23211
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
23212
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg'
23220
23213
  },
23221
23214
  images: [{
23222
23215
  image_sync: {
23223
- chain_name: 'quicksilver',
23224
- base_denom: 'qinj'
23216
+ chain_name: 'aioz',
23217
+ base_denom: 'attoaioz'
23225
23218
  },
23226
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.png',
23227
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.svg',
23219
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
23220
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg',
23228
23221
  theme: {
23229
- primary_color_hex: '#ff914d'
23222
+ primary_color_hex: '#24241c'
23230
23223
  }
23231
23224
  }]
23232
23225
  },
23233
23226
  {
23234
- description: 'Quicksilver Liquid Staked FLIX',
23227
+ description: 'The SAM token is a native memecoin on Oraichain.',
23235
23228
  denom_units: [{
23236
- denom: 'ibc/9880C90A843C647E7A5D7C108CBB3D6E3D671F3F6BB930558F81B3B24D334162',
23229
+ denom: 'ibc/E72E62E74112F379BB760D02515DA215408CCBF401CD4C9BC0A3DBD72A7076E1',
23237
23230
  exponent: 0,
23238
- aliases: ['uqflix']
23231
+ aliases: ['factory/orai15rmny3cxv33rnzdr2lfdhjtslyzmrr0vdd28kp/SAM']
23239
23232
  }, {
23240
- denom: 'qflix',
23241
- exponent: 6,
23242
- aliases: []
23233
+ denom: 'sam',
23234
+ exponent: 6
23243
23235
  }],
23244
23236
  type_asset: 'ics20',
23245
- base: 'ibc/9880C90A843C647E7A5D7C108CBB3D6E3D671F3F6BB930558F81B3B24D334162',
23246
- name: 'Quicksilver Liquid Staked FLIX',
23247
- display: 'qflix',
23248
- symbol: 'qFLIX',
23237
+ base: 'ibc/E72E62E74112F379BB760D02515DA215408CCBF401CD4C9BC0A3DBD72A7076E1',
23238
+ name: 'SAM',
23239
+ display: 'sam',
23240
+ symbol: 'SAM',
23249
23241
  traces: [{
23250
- type: 'liquid-stake',
23251
- counterparty: {
23252
- chain_name: 'omniflixhub',
23253
- base_denom: 'uflix'
23254
- },
23255
- provider: 'Quicksilver'
23256
- }, {
23257
23242
  type: 'ibc',
23258
23243
  counterparty: {
23259
- chain_name: 'quicksilver',
23260
- base_denom: 'uqflix',
23261
- channel_id: 'channel-2'
23244
+ chain_name: 'oraichain',
23245
+ base_denom: 'factory/orai15rmny3cxv33rnzdr2lfdhjtslyzmrr0vdd28kp/SAM',
23246
+ channel_id: 'channel-13'
23262
23247
  },
23263
23248
  chain: {
23264
- channel_id: 'channel-522',
23265
- path: 'transfer/channel-522/uqflix'
23249
+ channel_id: 'channel-216',
23250
+ path: 'transfer/channel-216/factory/orai15rmny3cxv33rnzdr2lfdhjtslyzmrr0vdd28kp/SAM'
23266
23251
  }
23267
23252
  }],
23268
23253
  logo_URIs: {
23269
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.png',
23270
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.svg'
23254
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.png',
23255
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.svg'
23271
23256
  },
23272
23257
  images: [{
23273
23258
  image_sync: {
23274
- chain_name: 'quicksilver',
23275
- base_denom: 'uqflix'
23259
+ chain_name: 'oraichain',
23260
+ base_denom: 'factory/orai15rmny3cxv33rnzdr2lfdhjtslyzmrr0vdd28kp/SAM'
23276
23261
  },
23277
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.png',
23278
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.svg',
23279
- theme: {
23280
- primary_color_hex: '#ff914d'
23281
- }
23262
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.png',
23263
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.svg'
23282
23264
  }]
23283
23265
  },
23284
23266
  {
23285
- description: 'Quicksilver Liquid Staked LUNA',
23267
+ description: 'Staking coin of Emporion',
23286
23268
  denom_units: [{
23287
- denom: 'ibc/C3FD0795C73D0D61C09374F99D3F23E746194D22A64B6A44FF0530BCF2419053',
23269
+ denom: 'ibc/6178310C049238B538203D57BFF17481C7E8E11C9D7EA204D2C9B1E67D914F78',
23288
23270
  exponent: 0,
23289
- aliases: ['uqluna']
23271
+ aliases: ['factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr']
23290
23272
  }, {
23291
- denom: 'qluna',
23292
- exponent: 6,
23293
- aliases: []
23273
+ denom: 'EMPR',
23274
+ exponent: 6
23294
23275
  }],
23295
23276
  type_asset: 'ics20',
23296
- base: 'ibc/C3FD0795C73D0D61C09374F99D3F23E746194D22A64B6A44FF0530BCF2419053',
23297
- name: 'Quicksilver Liquid Staked LUNA',
23298
- display: 'qluna',
23299
- symbol: 'qLUNA',
23277
+ base: 'ibc/6178310C049238B538203D57BFF17481C7E8E11C9D7EA204D2C9B1E67D914F78',
23278
+ name: 'EMPR',
23279
+ display: 'EMPR',
23280
+ symbol: 'EMPR',
23300
23281
  traces: [{
23301
- type: 'liquid-stake',
23302
- counterparty: {
23303
- chain_name: 'terra2',
23304
- base_denom: 'uluna'
23305
- },
23306
- provider: 'Quicksilver'
23307
- }, {
23308
23282
  type: 'ibc',
23309
23283
  counterparty: {
23310
- chain_name: 'quicksilver',
23311
- base_denom: 'uqluna',
23312
- channel_id: 'channel-2'
23284
+ chain_name: 'juno',
23285
+ base_denom: 'factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr',
23286
+ channel_id: 'channel-0'
23313
23287
  },
23314
23288
  chain: {
23315
- channel_id: 'channel-522',
23316
- path: 'transfer/channel-522/uqluna'
23289
+ channel_id: 'channel-42',
23290
+ path: 'transfer/channel-42/factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr'
23317
23291
  }
23318
23292
  }],
23319
23293
  logo_URIs: {
23320
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.png',
23321
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.svg'
23294
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empr.png'
23322
23295
  },
23323
23296
  images: [{
23324
23297
  image_sync: {
23325
- chain_name: 'quicksilver',
23326
- base_denom: 'uqluna'
23298
+ chain_name: 'juno',
23299
+ base_denom: 'factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr'
23327
23300
  },
23328
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.png',
23329
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.svg',
23330
- theme: {
23331
- primary_color_hex: '#ff914d'
23332
- }
23301
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empr.png'
23333
23302
  }]
23334
23303
  },
23335
23304
  {
23336
- description: 'Cosmos Bitcoin',
23337
- extended_description: 'Cosmos Bitcoin',
23305
+ description: 'The OG meme coin on MANTRA Chain',
23306
+ extended_description: 'ex-Wall Street banker turned crypto kingpin. Ali now rides with his OMies representing his biker gang, cruising towards RWA glory on his pink EV motorcycle.',
23338
23307
  denom_units: [{
23339
- denom: 'ibc/648260E4FF8AEDD310F2A72930F25DD7F43DD82F45F66E53B4A70A0C216FA53B',
23308
+ denom: 'ibc/512F2595204C4BCAC1C000A394CAB9529A4E519C97ED465B9230B563D2D4AFBA',
23340
23309
  exponent: 0,
23341
- aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN']
23310
+ aliases: ['ubike']
23342
23311
  }, {
23343
- denom: 'BITCOIN',
23312
+ denom: 'bike',
23344
23313
  exponent: 6
23345
23314
  }],
23346
23315
  type_asset: 'ics20',
23347
- base: 'ibc/648260E4FF8AEDD310F2A72930F25DD7F43DD82F45F66E53B4A70A0C216FA53B',
23348
- name: 'Cosmos Bitcoin',
23349
- display: 'BITCOIN',
23350
- symbol: 'BITCOIN',
23316
+ base: 'ibc/512F2595204C4BCAC1C000A394CAB9529A4E519C97ED465B9230B563D2D4AFBA',
23317
+ name: 'Ali-Rev-Gator',
23318
+ display: 'bike',
23319
+ symbol: 'BIKE',
23351
23320
  traces: [{
23352
23321
  type: 'ibc',
23353
23322
  counterparty: {
23354
- chain_name: 'injective',
23355
- base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN',
23356
- channel_id: 'channel-8'
23323
+ chain_name: 'mantrachain',
23324
+ base_denom: 'factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE',
23325
+ channel_id: 'channel-0'
23357
23326
  },
23358
23327
  chain: {
23359
- channel_id: 'channel-122',
23360
- path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN'
23328
+ channel_id: 'channel-85077',
23329
+ path: 'transfer/channel-85077/factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE'
23361
23330
  }
23362
23331
  }],
23363
23332
  logo_URIs: {
23364
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/bitcoin.png'
23333
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/BIKE.png'
23365
23334
  },
23335
+ images: [{
23336
+ image_sync: {
23337
+ chain_name: 'mantrachain',
23338
+ base_denom: 'factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE'
23339
+ },
23340
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/BIKE.png',
23341
+ theme: {
23342
+ primary_color_hex: '#80c75d'
23343
+ }
23344
+ }],
23366
23345
  socials: {
23367
- website: 'https://getbitcoinmeme.com',
23368
- twitter: 'https://x.com/getbitcoinmeme'
23369
- },
23370
- keywords: ['meme']
23346
+ website: 'https://www.hodlthethrottle.bike/',
23347
+ twitter: 'https://x.com/BikeOnMANTRA'
23348
+ }
23371
23349
  },
23372
23350
  {
23373
- description: 'Crypto',
23374
- extended_description: 'Crypto',
23351
+ description: 'The native token of PRYZM',
23375
23352
  denom_units: [{
23376
- denom: 'ibc/1B23B6F7DAC37267F04E82466AB798CC59F941BD4AE5653C497730F174F14849',
23353
+ denom: 'ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752',
23377
23354
  exponent: 0,
23378
- aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO']
23355
+ aliases: ['upryzm']
23379
23356
  }, {
23380
- denom: 'CRYPTO',
23357
+ denom: 'pryzm',
23381
23358
  exponent: 6
23382
23359
  }],
23383
23360
  type_asset: 'ics20',
23384
- base: 'ibc/1B23B6F7DAC37267F04E82466AB798CC59F941BD4AE5653C497730F174F14849',
23385
- name: 'Crypto',
23386
- display: 'CRYPTO',
23387
- symbol: 'CRYPTO',
23361
+ base: 'ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752',
23362
+ name: 'Pryzm',
23363
+ display: 'pryzm',
23364
+ symbol: 'PRYZM',
23388
23365
  traces: [{
23389
23366
  type: 'ibc',
23390
23367
  counterparty: {
23391
- chain_name: 'injective',
23392
- base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO',
23393
- channel_id: 'channel-8'
23368
+ chain_name: 'pryzm',
23369
+ base_denom: 'upryzm',
23370
+ channel_id: 'channel-2'
23394
23371
  },
23395
23372
  chain: {
23396
- channel_id: 'channel-122',
23397
- path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO'
23373
+ channel_id: 'channel-75755',
23374
+ path: 'transfer/channel-75755/upryzm'
23398
23375
  }
23399
23376
  }],
23400
23377
  logo_URIs: {
23401
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/crypto.png'
23402
- },
23403
- socials: {
23404
- website: 'https://getcryptomeme.com',
23405
- twitter: 'https://x.com/getcryptomeme'
23378
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
23379
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
23406
23380
  },
23407
- keywords: ['meme']
23381
+ images: [{
23382
+ image_sync: {
23383
+ chain_name: 'pryzm',
23384
+ base_denom: 'upryzm'
23385
+ },
23386
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
23387
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg',
23388
+ theme: {
23389
+ primary_color_hex: '#c6ddf5'
23390
+ }
23391
+ }]
23408
23392
  },
23409
23393
  {
23410
- description: 'Bricscoin',
23411
- extended_description: 'BRICS coin',
23394
+ description: 'The community token for The Fortunate Few, a multi chain NFT community platform.',
23395
+ extended_description: 'HOOD is the community token for The Fortunate Few, a multi-chain NFT community platform and DAO, with its genesis collection available on the Stargaze marketplace. The community interfaces with other NFT collections and communities, including Hooded Syndicate, Jack-O-Hoods and Hoods of Christmas NFT collections. The project also contributed collaboration NFTS on The Cosmic Gumball Machine NFT collection and Wolfhunters, also on Stargaze. Join the ranks of The Fortunate Few and learn more in the official Discord channel here: https://discord.gg/HDRNRTUTXC',
23412
23396
  denom_units: [{
23413
- denom: 'ibc/54C7B977B96DFC56D877A7F74D22BD26B5E42CA6171F120F5A36AC82BFD4711A',
23414
- exponent: 0,
23415
- aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS']
23397
+ denom: 'ibc/48047CBAA27D0526BA9E6BEC9D77D9B796AA95E35C95891C7F19C3F0D32473F6',
23398
+ exponent: 0
23416
23399
  }, {
23417
- denom: 'BRICS',
23400
+ denom: 'HOOD',
23418
23401
  exponent: 6
23419
23402
  }],
23420
23403
  type_asset: 'ics20',
23421
- base: 'ibc/54C7B977B96DFC56D877A7F74D22BD26B5E42CA6171F120F5A36AC82BFD4711A',
23422
- name: 'Brics coin',
23423
- display: 'BRICS',
23424
- symbol: 'BRICS',
23404
+ base: 'ibc/48047CBAA27D0526BA9E6BEC9D77D9B796AA95E35C95891C7F19C3F0D32473F6',
23405
+ name: 'HOOD',
23406
+ display: 'HOOD',
23407
+ symbol: 'HOOD',
23425
23408
  traces: [{
23426
23409
  type: 'ibc',
23427
23410
  counterparty: {
23428
- chain_name: 'injective',
23429
- base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS',
23430
- channel_id: 'channel-8'
23411
+ chain_name: 'stargaze',
23412
+ base_denom: 'factory/stars1rru5m2wh3fylpheqh8h5g968jwhe7rctkfm7u0gwk7ka4vx3q5tqukjl4z/hood',
23413
+ channel_id: 'channel-0'
23431
23414
  },
23432
23415
  chain: {
23433
- channel_id: 'channel-122',
23434
- path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS'
23416
+ channel_id: 'channel-75',
23417
+ path: 'transfer/channel-75/factory/stars1rru5m2wh3fylpheqh8h5g968jwhe7rctkfm7u0gwk7ka4vx3q5tqukjl4z/hood'
23435
23418
  }
23436
23419
  }],
23437
23420
  logo_URIs: {
23438
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/brics.png'
23421
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/hood.png'
23439
23422
  },
23423
+ images: [{
23424
+ image_sync: {
23425
+ chain_name: 'stargaze',
23426
+ base_denom: 'factory/stars1rru5m2wh3fylpheqh8h5g968jwhe7rctkfm7u0gwk7ka4vx3q5tqukjl4z/hood'
23427
+ },
23428
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/hood.png'
23429
+ }],
23440
23430
  socials: {
23441
- website: 'https://bricscoin.cash',
23442
- twitter: 'https://x.com/bricscoincash'
23443
- },
23444
- keywords: ['meme']
23431
+ website: 'https://ffsc.site',
23432
+ twitter: 'https://x.com/FortunateFewNFT'
23433
+ }
23445
23434
  },
23446
23435
  {
23447
- description: 'Instant Noodles Coin',
23448
- extended_description: 'Instant Noodles Coin',
23436
+ description: 'T7S is the heartbeat of the Seven Shaders universe—powering NFTs, AI adventures, and gaming rewards. One token, endless possibilities.',
23437
+ extended_description: 'T7S is more than just a token—it\'s the driving force behind the Seven Shaders ecosystem, bringing together NFTs, AI-powered experiences, and gaming rewards into one interconnected universe. Whether you\'re an explorer, creator, or strategist, T7S unlocks new dimensions of engagement and rewards. \n\nWith T7S, you can mint and upgrade exclusive NFTs, immersing yourself in a world where rarity and utility go hand in hand. Gamers and strategists can earn and trade rewards through Oddsgarden.io, while AI enthusiasts can embark on intelligent adventures shaped by cutting-edge technology. \n\nThe token also plays a pivotal role in governance through DAODAO, allowing the community to actively shape the future of Seven Shaders. As the ecosystem expands, T7S continues to evolve, introducing new staking opportunities, enhanced rewards, and interactive experiences that push the boundaries of Web3 engagement. \n\nWhether you\'re here to collect, compete, or create, T7S ensures that every interaction brings value, making it your ultimate gateway to a universe filled with limitless potential.',
23449
23438
  denom_units: [{
23450
- denom: 'ibc/A436BC9498153DC580B56BD27043BBFE08A1754696C05FFF00B2A41EC796D180',
23451
- exponent: 0,
23452
- aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC']
23439
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
23440
+ exponent: 0
23453
23441
  }, {
23454
- denom: 'INC',
23442
+ denom: 'T7S',
23455
23443
  exponent: 6
23456
23444
  }],
23457
- type_asset: 'ics20',
23458
- base: 'ibc/A436BC9498153DC580B56BD27043BBFE08A1754696C05FFF00B2A41EC796D180',
23459
- name: 'Instant Noodles Coin',
23460
- display: 'INC',
23461
- symbol: 'INC',
23462
- traces: [{
23463
- type: 'ibc',
23464
- counterparty: {
23465
- chain_name: 'injective',
23466
- base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC',
23467
- channel_id: 'channel-8'
23468
- },
23469
- chain: {
23470
- channel_id: 'channel-122',
23471
- path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC'
23472
- }
23473
- }],
23445
+ type_asset: 'sdk.coin',
23446
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
23447
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
23448
+ name: 'The Seven Green Shade',
23449
+ display: 'T7S',
23450
+ symbol: 'T7S',
23474
23451
  logo_URIs: {
23475
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inc.png'
23452
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
23476
23453
  },
23454
+ images: [{
23455
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
23456
+ }],
23477
23457
  socials: {
23478
- website: 'https://instantnoodles.xyz',
23479
- twitter: 'https://x.com/instantnoodlesinc'
23480
- },
23481
- keywords: ['meme']
23458
+ website: 'https://www.oddsgarden.io/',
23459
+ twitter: 'https://x.com/Se7enGreenShade'
23460
+ }
23482
23461
  },
23483
23462
  {
23484
- description: 'An alloy of DYDX asset variants on Osmosis.',
23485
- extended_description: 'Multiple DYDX variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of DYDX.',
23463
+ description: 'An alloy of DYM asset variants on Osmosis.',
23464
+ extended_description: 'Multiple DYM variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of DYM.',
23486
23465
  denom_units: [{
23487
- denom: 'factory/osmo1zem8r6dv6u38f6qpg546zy30946av8h5srgug0s4gcyy6cfecf3seac083/alloyed/allDYDX',
23466
+ denom: 'factory/osmo12cf6l99qrchfppmjp80gvkpnle2tuxpck2cf6fz030w74mq49u4qm3dh4d/alloyed/allDYM',
23488
23467
  exponent: 0
23489
23468
  }, {
23490
- denom: 'allDYDX',
23469
+ denom: 'allDYM',
23491
23470
  exponent: 12
23492
23471
  }],
23493
23472
  type_asset: 'sdk.coin',
23494
- address: 'osmo1zem8r6dv6u38f6qpg546zy30946av8h5srgug0s4gcyy6cfecf3seac083',
23495
- base: 'factory/osmo1zem8r6dv6u38f6qpg546zy30946av8h5srgug0s4gcyy6cfecf3seac083/alloyed/allDYDX',
23496
- name: 'dYdX',
23497
- display: 'allDYDX',
23498
- symbol: 'DYDX',
23473
+ address: 'osmo12cf6l99qrchfppmjp80gvkpnle2tuxpck2cf6fz030w74mq49u4qm3dh4d',
23474
+ base: 'factory/osmo12cf6l99qrchfppmjp80gvkpnle2tuxpck2cf6fz030w74mq49u4qm3dh4d/alloyed/allDYM',
23475
+ name: 'Dymension Hub',
23476
+ display: 'allDYM',
23477
+ symbol: 'DYM',
23499
23478
  traces: [{
23500
23479
  type: 'synthetic',
23501
23480
  counterparty: {
23502
- chain_name: 'dydx',
23503
- base_denom: 'adydx'
23481
+ chain_name: 'dymension',
23482
+ base_denom: 'adym'
23504
23483
  },
23505
23484
  provider: 'Osmosis'
23506
23485
  }],
23507
23486
  logo_URIs: {
23508
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg'
23487
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
23488
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
23509
23489
  },
23510
23490
  images: [{
23511
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg',
23491
+ image_sync: {
23492
+ chain_name: 'dymension',
23493
+ base_denom: 'adym'
23494
+ },
23495
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
23496
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
23512
23497
  theme: {
23513
- circle: true
23498
+ primary_color_hex: '#f4e4d4'
23514
23499
  }
23515
23500
  }, {
23516
- image_sync: {
23517
- chain_name: 'dydx',
23518
- base_denom: 'adydx'
23519
- },
23520
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
23521
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg',
23501
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDYM.svg',
23502
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDYM.png',
23522
23503
  theme: {
23523
- primary_color_hex: '#21212f'
23504
+ primary_color_hex: '#f4e4d4'
23524
23505
  }
23525
23506
  }]
23526
23507
  },
23527
23508
  {
23528
- description: 'An alloy of FET asset variants on Osmosis.',
23529
- extended_description: 'Multiple FET variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of FET.',
23509
+ description: 'An alloy of POL asset variants on Osmosis.',
23510
+ extended_description: 'Multiple POL variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of POL.',
23530
23511
  denom_units: [{
23531
- denom: 'factory/osmo1mdvn6lmykp2z345ncpf647dztslyll8cyhwj9pltrc0lf7nva3cqvrp6qs/alloyed/allFET',
23512
+ denom: 'factory/osmo1fg7y3j86fkp93yxpq5q8lk8c64k8wxj3qw8us49msgpr2gsgddjqxpgr9m/alloyed/allPOL',
23532
23513
  exponent: 0
23533
23514
  }, {
23534
- denom: 'allFET',
23515
+ denom: 'allPOL',
23535
23516
  exponent: 12
23536
23517
  }],
23537
23518
  type_asset: 'sdk.coin',
23538
- address: 'osmo1mdvn6lmykp2z345ncpf647dztslyll8cyhwj9pltrc0lf7nva3cqvrp6qs',
23539
- base: 'factory/osmo1mdvn6lmykp2z345ncpf647dztslyll8cyhwj9pltrc0lf7nva3cqvrp6qs/alloyed/allFET',
23540
- name: 'fetch-ai',
23541
- display: 'allFET',
23542
- symbol: 'FET',
23519
+ address: 'osmo1fg7y3j86fkp93yxpq5q8lk8c64k8wxj3qw8us49msgpr2gsgddjqxpgr9m',
23520
+ base: 'factory/osmo1fg7y3j86fkp93yxpq5q8lk8c64k8wxj3qw8us49msgpr2gsgddjqxpgr9m/alloyed/allPOL',
23521
+ name: 'Polygon (ex-MATIC)',
23522
+ display: 'allPOL',
23523
+ symbol: 'POL',
23543
23524
  traces: [{
23544
23525
  type: 'synthetic',
23545
23526
  counterparty: {
23546
- chain_name: 'fetchhub',
23547
- base_denom: 'afet'
23527
+ chain_name: 'polygon',
23528
+ base_denom: '0x0000000000000000000000000000000000001010'
23548
23529
  },
23549
23530
  provider: 'Osmosis'
23550
23531
  }],
23551
23532
  logo_URIs: {
23552
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
23553
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
23533
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
23534
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
23554
23535
  },
23555
23536
  images: [{
23556
23537
  image_sync: {
23557
- chain_name: 'fetchhub',
23558
- base_denom: 'afet'
23538
+ chain_name: 'polygon',
23539
+ base_denom: '0x0000000000000000000000000000000000001010'
23559
23540
  },
23560
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
23561
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg',
23541
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
23542
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg',
23562
23543
  theme: {
23563
- primary_color_hex: '#1c2444'
23544
+ primary_color_hex: '#8444e4'
23545
+ }
23546
+ }, {
23547
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allPOL.svg',
23548
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allPOL.png',
23549
+ theme: {
23550
+ primary_color_hex: '#8444e4'
23564
23551
  }
23565
23552
  }]
23566
23553
  },
23567
23554
  {
23568
- description: 'An alloy of AIOZ asset variants on Osmosis.',
23569
- extended_description: 'Multiple AIOZ variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of AIOZ.',
23555
+ description: 'NIL - the native token of Nillion',
23570
23556
  denom_units: [{
23571
- denom: 'factory/osmo17ceugf0nnkk228k2sulemn0s9pl3yg554462eexxs3pgq8p629us98gqae/alloyed/allAIOZ',
23572
- exponent: 0
23557
+ denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
23558
+ exponent: 0,
23559
+ aliases: ['unil']
23573
23560
  }, {
23574
- denom: 'allAIOZ',
23575
- exponent: 12
23561
+ denom: 'nil',
23562
+ exponent: 6
23576
23563
  }],
23577
- type_asset: 'sdk.coin',
23578
- address: 'osmo17ceugf0nnkk228k2sulemn0s9pl3yg554462eexxs3pgq8p629us98gqae',
23579
- base: 'factory/osmo17ceugf0nnkk228k2sulemn0s9pl3yg554462eexxs3pgq8p629us98gqae/alloyed/allAIOZ',
23580
- name: 'AIOZ',
23581
- display: 'allAIOZ',
23582
- symbol: 'AIOZ',
23564
+ type_asset: 'ics20',
23565
+ base: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
23566
+ name: 'Nillion',
23567
+ display: 'nil',
23568
+ symbol: 'NIL',
23583
23569
  traces: [{
23584
- type: 'synthetic',
23570
+ type: 'ibc',
23585
23571
  counterparty: {
23586
- chain_name: 'aioz',
23587
- base_denom: 'attoaioz'
23572
+ chain_name: 'nillion',
23573
+ base_denom: 'unil',
23574
+ channel_id: 'channel-2'
23588
23575
  },
23589
- provider: 'Osmosis'
23576
+ chain: {
23577
+ channel_id: 'channel-98416',
23578
+ path: 'transfer/channel-98416/unil'
23579
+ }
23590
23580
  }],
23591
23581
  logo_URIs: {
23592
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
23593
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg'
23582
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
23583
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
23594
23584
  },
23595
23585
  images: [{
23596
23586
  image_sync: {
23597
- chain_name: 'aioz',
23598
- base_denom: 'attoaioz'
23587
+ chain_name: 'nillion',
23588
+ base_denom: 'unil'
23599
23589
  },
23600
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
23601
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg',
23590
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
23591
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
23592
+ }]
23593
+ },
23594
+ {
23595
+ description: 'Commemorative token dedicated to the old Prussian noble family',
23596
+ denom_units: [{
23597
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ba-ba',
23598
+ exponent: 0
23599
+ }, {
23600
+ denom: 'BA-BA',
23601
+ exponent: 6
23602
+ }],
23603
+ type_asset: 'sdk.coin',
23604
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
23605
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ba-ba',
23606
+ name: 'von Baysen-Bażeński',
23607
+ display: 'BA-BA',
23608
+ symbol: 'BABA',
23609
+ logo_URIs: {
23610
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BA-BA.png'
23611
+ },
23612
+ images: [{
23613
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BA-BA.png'
23614
+ }]
23615
+ },
23616
+ {
23617
+ description: 'Movement ($MOVE) from Ethereum via Axelar bridge',
23618
+ denom_units: [{
23619
+ denom: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
23620
+ exponent: 0,
23621
+ aliases: [
23622
+ 'unit-move',
23623
+ '0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
23624
+ '0xa',
23625
+ 'octa'
23626
+ ]
23627
+ }, {
23628
+ denom: 'move',
23629
+ exponent: 8
23630
+ }],
23631
+ type_asset: 'ics20',
23632
+ base: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
23633
+ name: 'Movement (Ethereum via Axelar)',
23634
+ display: 'move',
23635
+ symbol: 'MOVE.eth.axl',
23636
+ traces: [
23637
+ {
23638
+ type: 'additional-mintage',
23639
+ counterparty: {
23640
+ chain_name: 'movement',
23641
+ base_denom: '0xa'
23642
+ },
23643
+ provider: 'Movement Foundation'
23644
+ },
23645
+ {
23646
+ type: 'bridge',
23647
+ counterparty: {
23648
+ chain_name: 'ethereum',
23649
+ base_denom: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073'
23650
+ },
23651
+ provider: 'Axelar'
23652
+ },
23653
+ {
23654
+ type: 'ibc',
23655
+ counterparty: {
23656
+ chain_name: 'axelar',
23657
+ base_denom: 'unit-move',
23658
+ channel_id: 'channel-3'
23659
+ },
23660
+ chain: {
23661
+ channel_id: 'channel-208',
23662
+ path: 'transfer/channel-208/unit-move'
23663
+ }
23664
+ }
23665
+ ],
23666
+ logo_URIs: {
23667
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.svg',
23668
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.png'
23669
+ },
23670
+ images: [{
23671
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.svg',
23672
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.png',
23673
+ theme: {
23674
+ primary_color_hex: '#F1BB15'
23675
+ }
23676
+ }, {
23677
+ image_sync: {
23678
+ chain_name: 'axelar',
23679
+ base_denom: 'unit-move'
23680
+ },
23681
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
23682
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
23683
+ theme: {
23684
+ circle: true,
23685
+ primary_color_hex: '#F1BB15'
23686
+ }
23687
+ }],
23688
+ socials: {
23689
+ website: 'https://www.movementnetwork.xyz/',
23690
+ twitter: 'https://twitter.com/movementfdn'
23691
+ }
23692
+ },
23693
+ {
23694
+ description: 'An alloy of MOVE asset variants on Osmosis.',
23695
+ extended_description: 'Multiple MOVE variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of MOVE.',
23696
+ denom_units: [{
23697
+ denom: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
23698
+ exponent: 0
23699
+ }, {
23700
+ denom: 'allMOVE',
23701
+ exponent: 8
23702
+ }],
23703
+ type_asset: 'sdk.coin',
23704
+ address: 'osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk',
23705
+ base: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
23706
+ name: 'Movement',
23707
+ display: 'allMOVE',
23708
+ symbol: 'MOVE',
23709
+ traces: [{
23710
+ type: 'synthetic',
23711
+ counterparty: {
23712
+ chain_name: 'movement',
23713
+ base_denom: '0xa'
23714
+ },
23715
+ provider: 'Osmosis'
23716
+ }],
23717
+ logo_URIs: {
23718
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
23719
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png'
23720
+ },
23721
+ images: [{
23722
+ image_sync: {
23723
+ chain_name: 'movement',
23724
+ base_denom: '0xa'
23725
+ },
23726
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
23727
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
23728
+ theme: {
23729
+ circle: true,
23730
+ primary_color_hex: '#F1BB15'
23731
+ }
23732
+ }, {
23733
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.svg',
23734
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.png',
23735
+ theme: {
23736
+ primary_color_hex: '#F1BB15'
23737
+ }
23738
+ }],
23739
+ socials: {
23740
+ website: 'https://www.movementnetwork.xyz/',
23741
+ twitter: 'https://twitter.com/movementfdn'
23742
+ }
23743
+ },
23744
+ {
23745
+ description: 'CULT - Less Brainwashing, More Utility',
23746
+ extended_description: 'CULT - Less Brainwashing, More Utility\n\n$CULT is more than a token; it\'s your key to ascend within the Order of Architects. Each token empowers you to mint and upgrade Architect NFTs, navigating through rites that elevate their mystical powers. Engage directly in our unique Streamswap process, beginning with a USDC deposit, transitioning smoothly into $CULT.\n\nFair Launch: Our token launch excludes whitelists and bots, ensuring a transparent and equitable distribution for all. Streamswap Mechanics: Deposit $USDC during the 72-hour Bootstrapping Phase, followed by a 1-hour Streaming Phase to convert into $CULT, ensuring a smooth and fair token distribution.',
23747
+ denom_units: [{
23748
+ denom: 'factory/osmo1qdvwftqd8ml6t9w6dmj97m03ck5ghqqmd8y7cm/cult',
23749
+ exponent: 0,
23750
+ aliases: ['ucult']
23751
+ }, {
23752
+ denom: 'CULT',
23753
+ exponent: 6
23754
+ }],
23755
+ type_asset: 'sdk.coin',
23756
+ address: 'osmo1qdvwftqd8ml6t9w6dmj97m03ck5ghqqmd8y7cm',
23757
+ base: 'factory/osmo1qdvwftqd8ml6t9w6dmj97m03ck5ghqqmd8y7cm/cult',
23758
+ name: 'CULT',
23759
+ display: 'CULT',
23760
+ symbol: 'CULT',
23761
+ logo_URIs: {
23762
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cult.png'
23763
+ },
23764
+ images: [{
23765
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cult.png'
23766
+ }],
23767
+ socials: {
23768
+ website: 'https://www.architectsnft.io/',
23769
+ twitter: 'https://x.com/Architects_nft'
23770
+ }
23771
+ },
23772
+ {
23773
+ description: 'The native token of Babylon Genesis.',
23774
+ denom_units: [{
23775
+ denom: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
23776
+ exponent: 0,
23777
+ aliases: ['ubbn']
23778
+ }, {
23779
+ denom: 'BABY',
23780
+ exponent: 6
23781
+ }],
23782
+ type_asset: 'ics20',
23783
+ base: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
23784
+ name: 'Babylon',
23785
+ display: 'BABY',
23786
+ symbol: 'BABY',
23787
+ traces: [{
23788
+ type: 'ibc',
23789
+ counterparty: {
23790
+ chain_name: 'babylon',
23791
+ base_denom: 'ubbn',
23792
+ channel_id: 'channel-3'
23793
+ },
23794
+ chain: {
23795
+ channel_id: 'channel-101635',
23796
+ path: 'transfer/channel-101635/ubbn'
23797
+ }
23798
+ }],
23799
+ logo_URIs: {
23800
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
23801
+ },
23802
+ images: [{
23803
+ image_sync: {
23804
+ chain_name: 'babylon',
23805
+ base_denom: 'ubbn'
23806
+ },
23807
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
23808
+ }]
23809
+ },
23810
+ {
23811
+ description: 'Lombard Staked Bitcoin via Eureka',
23812
+ denom_units: [{
23813
+ denom: 'ibc/89EE10FCF78800B572BAAC7080AEFA301B5F3BBC51C5371E907EB129C5B900E7',
23814
+ exponent: 0,
23815
+ aliases: ['ibc/DBD9E339E1B093A052D76BECFFDE8435EAC114CF2133346B4D691F3F2068C957']
23816
+ }, {
23817
+ denom: 'lbtc',
23818
+ exponent: 8
23819
+ }],
23820
+ type_asset: 'ics20',
23821
+ base: 'ibc/89EE10FCF78800B572BAAC7080AEFA301B5F3BBC51C5371E907EB129C5B900E7',
23822
+ name: 'Lombard Staked Bitcoin (Lombard Ledger) (Cosmos Hub)',
23823
+ display: 'lbtc',
23824
+ symbol: 'LBTC.lom.atom',
23825
+ traces: [
23826
+ {
23827
+ type: 'liquid-stake',
23828
+ counterparty: {
23829
+ chain_name: 'bitcoin',
23830
+ base_denom: 'sat'
23831
+ },
23832
+ provider: 'Lombard'
23833
+ },
23834
+ {
23835
+ type: 'additional-mintage',
23836
+ counterparty: {
23837
+ chain_name: 'ethereum',
23838
+ base_denom: '0x8236a87084f8B84306f72007F36F2618A5634494'
23839
+ },
23840
+ provider: 'Lombard'
23841
+ },
23842
+ {
23843
+ type: 'ibc',
23844
+ counterparty: {
23845
+ chain_name: 'lombardledger',
23846
+ base_denom: 'uclbtc',
23847
+ channel_id: 'channel-0'
23848
+ },
23849
+ chain: {
23850
+ channel_id: 'channel-1340',
23851
+ path: 'transfer/channel-1340/uclbtc'
23852
+ }
23853
+ },
23854
+ {
23855
+ type: 'ibc',
23856
+ counterparty: {
23857
+ chain_name: 'cosmoshub',
23858
+ base_denom: 'ibc/DBD9E339E1B093A052D76BECFFDE8435EAC114CF2133346B4D691F3F2068C957',
23859
+ channel_id: 'channel-141'
23860
+ },
23861
+ chain: {
23862
+ channel_id: 'channel-0',
23863
+ path: 'transfer/channel-0/transfer/channel-1340/uclbtc'
23864
+ }
23865
+ }
23866
+ ],
23867
+ logo_URIs: {
23868
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.atom.svg',
23869
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.atom.png'
23870
+ },
23871
+ images: [{
23872
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.atom.svg',
23873
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.atom.png'
23874
+ }, {
23875
+ image_sync: {
23876
+ chain_name: 'cosmoshub',
23877
+ base_denom: 'ibc/DBD9E339E1B093A052D76BECFFDE8435EAC114CF2133346B4D691F3F2068C957'
23878
+ },
23879
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
23880
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
23881
+ }]
23882
+ },
23883
+ {
23884
+ description: 'SolvBTC via Euerka',
23885
+ denom_units: [{
23886
+ denom: 'ibc/2CC08A10459B40B0251B8CB9C036C98BED1ABBD5F03772E371DCD0FFDA3EC7F3',
23887
+ exponent: 0,
23888
+ aliases: ['ibc/0C4417F123459B47B6933939BF6F128C362B0C1F9EDA6A6EBC08860E4672AF7E']
23889
+ }, {
23890
+ denom: 'solvbtc',
23891
+ exponent: 18
23892
+ }],
23893
+ type_asset: 'ics20',
23894
+ base: 'ibc/2CC08A10459B40B0251B8CB9C036C98BED1ABBD5F03772E371DCD0FFDA3EC7F3',
23895
+ name: 'SolvBTC (Eureka)',
23896
+ display: 'solvbtc',
23897
+ symbol: 'solvBTC.atom',
23898
+ traces: [
23899
+ {
23900
+ type: 'liquid-stake',
23901
+ counterparty: {
23902
+ chain_name: 'bitcoin',
23903
+ base_denom: 'sat'
23904
+ },
23905
+ provider: 'Solv Protocol'
23906
+ },
23907
+ {
23908
+ type: 'ibc-bridge',
23909
+ counterparty: {
23910
+ chain_name: 'ethereum',
23911
+ base_denom: '0x7a56e1c57c7475ccf742a1832b028f0456652f97',
23912
+ channel_id: 'cosmoshub-0'
23913
+ },
23914
+ chain: {
23915
+ channel_id: '08-wasm-1369',
23916
+ path: 'transfer/08-wasm-1369/0x7a56e1c57c7475ccf742a1832b028f0456652f97'
23917
+ },
23918
+ provider: 'Eureka'
23919
+ },
23920
+ {
23921
+ type: 'ibc',
23922
+ counterparty: {
23923
+ chain_name: 'cosmoshub',
23924
+ base_denom: 'ibc/0C4417F123459B47B6933939BF6F128C362B0C1F9EDA6A6EBC08860E4672AF7E',
23925
+ channel_id: 'channel-141'
23926
+ },
23927
+ chain: {
23928
+ channel_id: 'channel-0',
23929
+ path: 'transfer/channel-0/transfer/08-wasm-1369/0x7a56e1c57c7475ccf742a1832b028f0456652f97'
23930
+ }
23931
+ }
23932
+ ],
23933
+ logo_URIs: {
23934
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/solvbtc.atom.svg',
23935
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/solvbtc.atom.png'
23936
+ },
23937
+ images: [{
23938
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/solvbtc.atom.svg',
23939
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/solvbtc.atom.png'
23940
+ }, {
23941
+ image_sync: {
23942
+ chain_name: 'cosmoshub',
23943
+ base_denom: 'ibc/0C4417F123459B47B6933939BF6F128C362B0C1F9EDA6A6EBC08860E4672AF7E'
23944
+ },
23945
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg',
23946
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png'
23947
+ }]
23948
+ },
23949
+ {
23950
+ description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.',
23951
+ denom_units: [{
23952
+ denom: 'ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07',
23953
+ exponent: 0,
23954
+ aliases: ['ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78']
23955
+ }, {
23956
+ denom: 'PUNDIX',
23957
+ exponent: 18
23958
+ }],
23959
+ type_asset: 'ics20',
23960
+ base: 'ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07',
23961
+ name: 'Pundi X Token',
23962
+ display: 'PUNDIX',
23963
+ symbol: 'PUNDIX',
23964
+ traces: [{
23965
+ type: 'ibc',
23966
+ counterparty: {
23967
+ chain_name: 'fxcore',
23968
+ base_denom: 'eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38',
23969
+ channel_id: 'channel-0'
23970
+ },
23971
+ chain: {
23972
+ channel_id: 'channel-0',
23973
+ path: 'transfer/channel-0/eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38'
23974
+ }
23975
+ }, {
23976
+ type: 'ibc',
23977
+ counterparty: {
23978
+ chain_name: 'pundix',
23979
+ base_denom: 'ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78',
23980
+ channel_id: 'channel-1'
23981
+ },
23982
+ chain: {
23983
+ channel_id: 'channel-12618',
23984
+ path: 'transfer/channel-12618/transfer/channel-0/eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38'
23985
+ }
23986
+ }],
23987
+ logo_URIs: {
23988
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png'
23989
+ },
23990
+ images: [{
23991
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png',
23992
+ theme: {
23993
+ primary_color_hex: '#f1d20c'
23994
+ }
23995
+ }],
23996
+ keywords: ['osmosis_unlisted']
23997
+ },
23998
+ {
23999
+ denom_units: [{
24000
+ denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
24001
+ exponent: 0,
24002
+ aliases: ['avalanche-uusdc']
24003
+ }, {
24004
+ denom: 'avalanche-usdc',
24005
+ exponent: 6
24006
+ }],
24007
+ type_asset: 'ics20',
24008
+ base: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
24009
+ name: 'Wormhole USDC(Avalanche)',
24010
+ display: 'avalanche-usdc',
24011
+ symbol: 'avalanche.USDC.wh',
24012
+ traces: [{
24013
+ type: 'ibc',
24014
+ counterparty: {
24015
+ chain_name: 'gateway',
24016
+ base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4',
24017
+ channel_id: 'channel-3'
24018
+ },
24019
+ chain: {
24020
+ channel_id: 'channel-2186',
24021
+ path: 'transfer/channel-2186/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4'
24022
+ }
24023
+ }],
24024
+ images: [{
24025
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
24026
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg',
24027
+ theme: {
24028
+ primary_color_hex: '#2474cb'
24029
+ }
24030
+ }],
24031
+ logo_URIs: {
24032
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
24033
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
24034
+ }
24035
+ },
24036
+ {
24037
+ description: 'Nomic\'s native token.',
24038
+ denom_units: [{
24039
+ denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
24040
+ exponent: 0,
24041
+ aliases: ['unom']
24042
+ }, {
24043
+ denom: 'nom',
24044
+ exponent: 6
24045
+ }],
24046
+ type_asset: 'ics20',
24047
+ base: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
24048
+ name: 'Nomic',
24049
+ display: 'nom',
24050
+ symbol: 'nomic.NOM',
24051
+ traces: [{
24052
+ type: 'ibc',
24053
+ counterparty: {
24054
+ chain_name: 'nomic',
24055
+ base_denom: 'unom',
24056
+ channel_id: 'channel-1'
24057
+ },
24058
+ chain: {
24059
+ channel_id: 'channel-6897',
24060
+ path: 'transfer/channel-6897/unom'
24061
+ }
24062
+ }],
24063
+ images: [{
24064
+ image_sync: {
24065
+ chain_name: 'nomic',
24066
+ base_denom: 'unom'
24067
+ },
24068
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
24069
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg',
24070
+ theme: {
24071
+ primary_color_hex: '#6404fc'
24072
+ }
24073
+ }],
24074
+ logo_URIs: {
24075
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
24076
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
24077
+ }
24078
+ },
24079
+ {
24080
+ description: 'The governance and utility token of Yieldmos, the Interchain Automation Protocol',
24081
+ denom_units: [{
24082
+ denom: 'factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos',
24083
+ exponent: 0
24084
+ }, {
24085
+ denom: 'ymos',
24086
+ exponent: 6
24087
+ }],
24088
+ type_asset: 'sdk.coin',
24089
+ address: 'osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy',
24090
+ base: 'factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos',
24091
+ name: 'Yieldmos Coin',
24092
+ display: 'ymos',
24093
+ symbol: 'YMOS',
24094
+ logo_URIs: {
24095
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ymos.png'
24096
+ },
24097
+ images: [{
24098
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ymos.png',
24099
+ theme: {
24100
+ primary_color_hex: '#2c3554'
24101
+ }
24102
+ }]
24103
+ },
24104
+ {
24105
+ description: 'Memecoin for The International Brane Wave',
24106
+ denom_units: [{
24107
+ denom: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
24108
+ exponent: 0,
24109
+ aliases: ['brnz']
24110
+ }],
24111
+ type_asset: 'sdk.coin',
24112
+ base: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
24113
+ name: 'Branez',
24114
+ display: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
24115
+ symbol: 'BRNZ',
24116
+ logo_URIs: {
24117
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
24118
+ },
24119
+ images: [{
24120
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
24121
+ }]
24122
+ },
24123
+ {
24124
+ description: 'ashLAB - Burned LAB',
24125
+ extended_description: 'ashLAB - receipt token recieved when burning LAB via ASH DAOs Furnace',
24126
+ denom_units: [{
24127
+ denom: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/lab.ash',
24128
+ exponent: 0
24129
+ }, {
24130
+ denom: 'ashLAB',
24131
+ exponent: 6
24132
+ }],
24133
+ type_asset: 'sdk.coin',
24134
+ address: 'osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07',
24135
+ base: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/lab.ash',
24136
+ name: 'Burned LAB',
24137
+ display: 'ashLAB',
24138
+ symbol: 'ashLAB',
24139
+ logo_URIs: {
24140
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashLAB.png'
24141
+ },
24142
+ images: [{
24143
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashLAB.png',
23602
24144
  theme: {
23603
- primary_color_hex: '#24241c'
24145
+ primary_color_hex: '#ebb093'
23604
24146
  }
23605
24147
  }]
23606
24148
  },
23607
24149
  {
23608
- description: 'The OG meme coin on MANTRA Chain',
23609
- extended_description: 'ex-Wall Street banker turned crypto kingpin. Ali now rides with his OMies representing his biker gang, cruising towards RWA glory on his pink EV motorcycle.',
24150
+ description: 'GRAC is the official token of Racoon.Bet\'s gaming platform.',
23610
24151
  denom_units: [{
23611
- denom: 'ibc/512F2595204C4BCAC1C000A394CAB9529A4E519C97ED465B9230B563D2D4AFBA',
24152
+ denom: 'ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829',
23612
24153
  exponent: 0,
23613
- aliases: ['ubike']
24154
+ aliases: ['factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac']
23614
24155
  }, {
23615
- denom: 'bike',
24156
+ denom: 'grac',
23616
24157
  exponent: 6
23617
24158
  }],
23618
24159
  type_asset: 'ics20',
23619
- base: 'ibc/512F2595204C4BCAC1C000A394CAB9529A4E519C97ED465B9230B563D2D4AFBA',
23620
- name: 'Ali-Rev-Gator',
23621
- display: 'bike',
23622
- symbol: 'BIKE',
24160
+ base: 'ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829',
24161
+ name: 'Gaming RAC Token',
24162
+ display: 'grac',
24163
+ symbol: 'GRAC',
23623
24164
  traces: [{
23624
24165
  type: 'ibc',
23625
24166
  counterparty: {
23626
- chain_name: 'mantrachain',
23627
- base_denom: 'factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE',
23628
- channel_id: 'channel-0'
24167
+ chain_name: 'migaloo',
24168
+ base_denom: 'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac',
24169
+ channel_id: 'channel-5'
23629
24170
  },
23630
24171
  chain: {
23631
- channel_id: 'channel-85077',
23632
- path: 'transfer/channel-85077/factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE'
24172
+ channel_id: 'channel-642',
24173
+ path: 'transfer/channel-642/factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac'
23633
24174
  }
23634
24175
  }],
23635
24176
  logo_URIs: {
23636
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/BIKE.png'
24177
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
23637
24178
  },
23638
24179
  images: [{
23639
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/BIKE.png',
24180
+ image_sync: {
24181
+ chain_name: 'migaloo',
24182
+ base_denom: 'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac'
24183
+ },
24184
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png',
23640
24185
  theme: {
23641
- dark_mode: false,
23642
- circle: true,
23643
- primary_color_hex: '#80c75d'
24186
+ primary_color_hex: '#f5bf09'
23644
24187
  }
24188
+ }]
24189
+ },
24190
+ {
24191
+ description: 'USDC supplied on Mars looped using Membrane by a vault that also has an entry fee',
24192
+ denom_units: [{
24193
+ denom: 'factory/osmo1vf6e300hv2qe7r5rln8deft45ewgyytjnwfrdfcv5rgzrfy0s6cswjqf9r/mars-usdc-looped',
24194
+ exponent: 0
24195
+ }, {
24196
+ denom: 'earnUSDC',
24197
+ exponent: 6
23645
24198
  }],
23646
- socials: {
23647
- website: 'https://www.hodlthethrottle.bike/',
23648
- twitter: 'https://x.com/BikeOnMANTRA'
23649
- }
24199
+ type_asset: 'sdk.coin',
24200
+ base: 'factory/osmo1vf6e300hv2qe7r5rln8deft45ewgyytjnwfrdfcv5rgzrfy0s6cswjqf9r/mars-usdc-looped',
24201
+ name: 'Mars Looped USDC Vault',
24202
+ display: 'earnUSDC',
24203
+ symbol: 'earnUSDC'
23650
24204
  },
23651
24205
  {
23652
- description: 'The community token for The Fortunate Few, a multi chain NFT community platform.',
23653
- extended_description: 'HOOD is the community token for The Fortunate Few, a multi-chain NFT community platform and DAO, with its genesis collection available on the Stargaze marketplace. The community interfaces with other NFT collections and communities, including Hooded Syndicate, Jack-O-Hoods and Hoods of Christmas NFT collections. The project also contributed collaboration NFTS on The Cosmic Gumball Machine NFT collection and Wolfhunters, also on Stargaze. Join the ranks of The Fortunate Few and learn more in the official Discord channel here: https://discord.gg/HDRNRTUTXC',
24206
+ description: 'Auto-compounding vault for Membrane\'s Stability Pool used to ease the UX of compounding CDT',
23654
24207
  denom_units: [{
23655
- denom: 'ibc/48047CBAA27D0526BA9E6BEC9D77D9B796AA95E35C95891C7F19C3F0D32473F6',
24208
+ denom: 'factory/osmo1jw6r68y0uhfmqagc7uhtdddctc7wq95pncvrqnvtd47w4hx46p7se9nju5/earn-cdt',
23656
24209
  exponent: 0
23657
24210
  }, {
23658
- denom: 'HOOD',
24211
+ denom: 'earnCDT',
24212
+ exponent: 6
24213
+ }],
24214
+ type_asset: 'sdk.coin',
24215
+ base: 'factory/osmo1jw6r68y0uhfmqagc7uhtdddctc7wq95pncvrqnvtd47w4hx46p7se9nju5/earn-cdt',
24216
+ name: 'Earn CDT Vault',
24217
+ display: 'earnCDT',
24218
+ symbol: 'earnCDT'
24219
+ },
24220
+ {
24221
+ description: 'ashION - Burned ION',
24222
+ extended_description: 'ashION - receipt token recieved when burning ION via ASH DAOs Furnace',
24223
+ denom_units: [{
24224
+ denom: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/ion.ash',
24225
+ exponent: 0
24226
+ }, {
24227
+ denom: 'ashION',
24228
+ exponent: 6
24229
+ }],
24230
+ type_asset: 'sdk.coin',
24231
+ address: 'osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07',
24232
+ base: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/ion.ash',
24233
+ name: 'Burned ION',
24234
+ display: 'ashION',
24235
+ symbol: 'ashION',
24236
+ logo_URIs: {
24237
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashion.png'
24238
+ },
24239
+ images: [{
24240
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashion.png',
24241
+ theme: {
24242
+ primary_color_hex: '#ebb093'
24243
+ }
24244
+ }]
24245
+ },
24246
+ {
24247
+ description: 'Tek ovah!',
24248
+ extended_description: 'Free yourself from your self. Embrace your status as a $PLEB.',
24249
+ denom_units: [{
24250
+ denom: 'ibc/EA0C8F1121425943740B2D1B1DC5BDD717D49A9D5A639DC7074C10E9212CC794',
24251
+ exponent: 0,
24252
+ aliases: ['factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb']
24253
+ }, {
24254
+ denom: 'PLEB',
23659
24255
  exponent: 6
23660
24256
  }],
23661
24257
  type_asset: 'ics20',
23662
- base: 'ibc/48047CBAA27D0526BA9E6BEC9D77D9B796AA95E35C95891C7F19C3F0D32473F6',
23663
- name: 'Hood',
23664
- display: 'HOOD',
23665
- symbol: 'HOOD',
24258
+ base: 'ibc/EA0C8F1121425943740B2D1B1DC5BDD717D49A9D5A639DC7074C10E9212CC794',
24259
+ name: 'Pleb Coin',
24260
+ display: 'PLEB',
24261
+ symbol: 'PLEB',
23666
24262
  traces: [{
23667
24263
  type: 'ibc',
23668
24264
  counterparty: {
23669
24265
  chain_name: 'stargaze',
23670
- base_denom: 'factory/stars1rru5m2wh3fylpheqh8h5g968jwhe7rctkfm7u0gwk7ka4vx3q5tqukjl4z/hood',
24266
+ base_denom: 'factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb',
23671
24267
  channel_id: 'channel-0'
23672
24268
  },
23673
24269
  chain: {
23674
24270
  channel_id: 'channel-75',
23675
- path: 'transfer/channel-75/factory/stars1rru5m2wh3fylpheqh8h5g968jwhe7rctkfm7u0gwk7ka4vx3q5tqukjl4z/hood'
24271
+ path: 'transfer/channel-75/factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb'
23676
24272
  }
23677
24273
  }],
23678
24274
  logo_URIs: {
23679
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/hood.png'
24275
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/pleb.png'
23680
24276
  },
23681
- images: [{
23682
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/hood.png'
23683
- }],
23684
24277
  socials: {
23685
- website: 'https://ffsc.site',
23686
- twitter: 'https://x.com/FortunateFewNFT'
23687
- }
24278
+ website: 'https://www.stargaze.zone/m/stargazepleb/tokens',
24279
+ twitter: 'https://x.com/Pixl_Plebs'
24280
+ },
24281
+ keywords: ['meme']
23688
24282
  },
23689
24283
  {
23690
- description: 'T7S is the heartbeat of the Seven Shaders universe—powering NFTs, AI adventures, and gaming rewards. One token, endless possibilities.',
23691
- extended_description: 'T7S is more than just a token—it\'s the driving force behind the Seven Shaders ecosystem, bringing together NFTs, AI-powered experiences, and gaming rewards into one interconnected universe. Whether you\'re an explorer, creator, or strategist, T7S unlocks new dimensions of engagement and rewards. \n\nWith T7S, you can mint and upgrade exclusive NFTs, immersing yourself in a world where rarity and utility go hand in hand. Gamers and strategists can earn and trade rewards through Oddsgarden.io, while AI enthusiasts can embark on intelligent adventures shaped by cutting-edge technology. \n\nThe token also plays a pivotal role in governance through DAODAO, allowing the community to actively shape the future of Seven Shaders. As the ecosystem expands, T7S continues to evolve, introducing new staking opportunities, enhanced rewards, and interactive experiences that push the boundaries of Web3 engagement. \n\nWhether you\'re here to collect, compete, or create, T7S ensures that every interaction brings value, making it your ultimate gateway to a universe filled with limitless potential.',
24284
+ description: 'Cosmos Bitcoin',
24285
+ extended_description: 'Cosmos Bitcoin',
23692
24286
  denom_units: [{
23693
- denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
23694
- exponent: 0
24287
+ denom: 'ibc/648260E4FF8AEDD310F2A72930F25DD7F43DD82F45F66E53B4A70A0C216FA53B',
24288
+ exponent: 0,
24289
+ aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN']
23695
24290
  }, {
23696
- denom: 'T7S',
24291
+ denom: 'BITCOIN',
23697
24292
  exponent: 6
23698
24293
  }],
23699
- type_asset: 'sdk.coin',
23700
- address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
23701
- base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
23702
- name: 'The Seven Green Shade',
23703
- display: 'T7S',
23704
- symbol: 'T7S',
24294
+ type_asset: 'ics20',
24295
+ base: 'ibc/648260E4FF8AEDD310F2A72930F25DD7F43DD82F45F66E53B4A70A0C216FA53B',
24296
+ name: 'Cosmos Bitcoin',
24297
+ display: 'BITCOIN',
24298
+ symbol: 'BITCOIN',
24299
+ traces: [{
24300
+ type: 'ibc',
24301
+ counterparty: {
24302
+ chain_name: 'injective',
24303
+ base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN',
24304
+ channel_id: 'channel-8'
24305
+ },
24306
+ chain: {
24307
+ channel_id: 'channel-122',
24308
+ path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN'
24309
+ }
24310
+ }],
23705
24311
  logo_URIs: {
23706
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
24312
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/bitcoin.png'
23707
24313
  },
23708
- images: [{
23709
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
24314
+ socials: {
24315
+ website: 'https://getbitcoinmeme.com',
24316
+ twitter: 'https://x.com/getbitcoinmeme'
24317
+ },
24318
+ keywords: ['meme']
24319
+ },
24320
+ {
24321
+ description: 'Crypto',
24322
+ extended_description: 'Crypto',
24323
+ denom_units: [{
24324
+ denom: 'ibc/1B23B6F7DAC37267F04E82466AB798CC59F941BD4AE5653C497730F174F14849',
24325
+ exponent: 0,
24326
+ aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO']
24327
+ }, {
24328
+ denom: 'CRYPTO',
24329
+ exponent: 6
24330
+ }],
24331
+ type_asset: 'ics20',
24332
+ base: 'ibc/1B23B6F7DAC37267F04E82466AB798CC59F941BD4AE5653C497730F174F14849',
24333
+ name: 'Crypto',
24334
+ display: 'CRYPTO',
24335
+ symbol: 'CRYPTO',
24336
+ traces: [{
24337
+ type: 'ibc',
24338
+ counterparty: {
24339
+ chain_name: 'injective',
24340
+ base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO',
24341
+ channel_id: 'channel-8'
24342
+ },
24343
+ chain: {
24344
+ channel_id: 'channel-122',
24345
+ path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO'
24346
+ }
23710
24347
  }],
24348
+ logo_URIs: {
24349
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/crypto.png'
24350
+ },
23711
24351
  socials: {
23712
- website: 'https://www.oddsgarden.io/',
23713
- twitter: 'https://x.com/Se7enGreenShade'
23714
- }
24352
+ website: 'https://getcryptomeme.com',
24353
+ twitter: 'https://x.com/getcryptomeme'
24354
+ },
24355
+ keywords: ['meme']
23715
24356
  },
23716
24357
  {
23717
- description: 'An alloy of DYM asset variants on Osmosis.',
23718
- extended_description: 'Multiple DYM variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of DYM.',
24358
+ description: 'Bricscoin',
24359
+ extended_description: 'BRICS coin',
23719
24360
  denom_units: [{
23720
- denom: 'factory/osmo12cf6l99qrchfppmjp80gvkpnle2tuxpck2cf6fz030w74mq49u4qm3dh4d/alloyed/allDYM',
23721
- exponent: 0
24361
+ denom: 'ibc/54C7B977B96DFC56D877A7F74D22BD26B5E42CA6171F120F5A36AC82BFD4711A',
24362
+ exponent: 0,
24363
+ aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS']
23722
24364
  }, {
23723
- denom: 'allDYM',
23724
- exponent: 12
24365
+ denom: 'BRICS',
24366
+ exponent: 6
23725
24367
  }],
23726
- type_asset: 'sdk.coin',
23727
- address: 'osmo12cf6l99qrchfppmjp80gvkpnle2tuxpck2cf6fz030w74mq49u4qm3dh4d',
23728
- base: 'factory/osmo12cf6l99qrchfppmjp80gvkpnle2tuxpck2cf6fz030w74mq49u4qm3dh4d/alloyed/allDYM',
23729
- name: 'Dymension Hub (Alloy)',
23730
- display: 'allDYM',
23731
- symbol: 'allDYM',
24368
+ type_asset: 'ics20',
24369
+ base: 'ibc/54C7B977B96DFC56D877A7F74D22BD26B5E42CA6171F120F5A36AC82BFD4711A',
24370
+ name: 'Brics coin',
24371
+ display: 'BRICS',
24372
+ symbol: 'BRICS',
23732
24373
  traces: [{
23733
- type: 'synthetic',
24374
+ type: 'ibc',
23734
24375
  counterparty: {
23735
- chain_name: 'dymension',
23736
- base_denom: 'adym'
24376
+ chain_name: 'injective',
24377
+ base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS',
24378
+ channel_id: 'channel-8'
23737
24379
  },
23738
- provider: 'Osmosis'
24380
+ chain: {
24381
+ channel_id: 'channel-122',
24382
+ path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS'
24383
+ }
23739
24384
  }],
23740
24385
  logo_URIs: {
23741
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDYM.svg',
23742
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDYM.png'
24386
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/brics.png'
23743
24387
  },
23744
- images: [{
23745
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDYM.svg',
23746
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDYM.png',
23747
- theme: {
23748
- primary_color_hex: '#f4e4d4'
23749
- }
23750
- }, {
23751
- image_sync: {
23752
- chain_name: 'dymension',
23753
- base_denom: 'adym'
23754
- },
23755
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
23756
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
23757
- theme: {
23758
- primary_color_hex: '#f4e4d4'
23759
- }
23760
- }]
24388
+ socials: {
24389
+ website: 'https://bricscoin.cash',
24390
+ twitter: 'https://x.com/bricscoincash'
24391
+ },
24392
+ keywords: ['meme']
23761
24393
  },
23762
24394
  {
23763
- description: 'An alloy of POL asset variants on Osmosis.',
23764
- extended_description: 'Multiple POL variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of POL.',
24395
+ description: 'Instant Noodles Coin',
24396
+ extended_description: 'Instant Noodles Coin',
23765
24397
  denom_units: [{
23766
- denom: 'factory/osmo1fg7y3j86fkp93yxpq5q8lk8c64k8wxj3qw8us49msgpr2gsgddjqxpgr9m/alloyed/allPOL',
23767
- exponent: 0
24398
+ denom: 'ibc/A436BC9498153DC580B56BD27043BBFE08A1754696C05FFF00B2A41EC796D180',
24399
+ exponent: 0,
24400
+ aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC']
23768
24401
  }, {
23769
- denom: 'allPOL',
23770
- exponent: 12
24402
+ denom: 'INC',
24403
+ exponent: 6
23771
24404
  }],
23772
- type_asset: 'sdk.coin',
23773
- address: 'osmo1fg7y3j86fkp93yxpq5q8lk8c64k8wxj3qw8us49msgpr2gsgddjqxpgr9m',
23774
- base: 'factory/osmo1fg7y3j86fkp93yxpq5q8lk8c64k8wxj3qw8us49msgpr2gsgddjqxpgr9m/alloyed/allPOL',
23775
- name: 'Polygon (ex-MATIC) (Alloy)',
23776
- display: 'allPOL',
23777
- symbol: 'allPOL',
24405
+ type_asset: 'ics20',
24406
+ base: 'ibc/A436BC9498153DC580B56BD27043BBFE08A1754696C05FFF00B2A41EC796D180',
24407
+ name: 'Instant Noodles Coin',
24408
+ display: 'INC',
24409
+ symbol: 'INC',
23778
24410
  traces: [{
23779
- type: 'synthetic',
24411
+ type: 'ibc',
23780
24412
  counterparty: {
23781
- chain_name: 'polygon',
23782
- base_denom: '0x0000000000000000000000000000000000001010'
24413
+ chain_name: 'injective',
24414
+ base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC',
24415
+ channel_id: 'channel-8'
23783
24416
  },
23784
- provider: 'Osmosis'
24417
+ chain: {
24418
+ channel_id: 'channel-122',
24419
+ path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC'
24420
+ }
23785
24421
  }],
23786
24422
  logo_URIs: {
23787
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allPOL.svg',
23788
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allPOL.png'
24423
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inc.png'
23789
24424
  },
23790
- images: [{
23791
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allPOL.svg',
23792
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allPOL.png',
23793
- theme: {
23794
- primary_color_hex: '#8444e4'
23795
- }
23796
- }, {
23797
- image_sync: {
23798
- chain_name: 'polygon',
23799
- base_denom: '0x0000000000000000000000000000000000001010'
23800
- },
23801
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
23802
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg',
23803
- theme: {
23804
- primary_color_hex: '#8444e4'
23805
- }
23806
- }]
24425
+ socials: {
24426
+ website: 'https://instantnoodles.xyz',
24427
+ twitter: 'https://x.com/instantnoodlesinc'
24428
+ },
24429
+ keywords: ['meme']
23807
24430
  },
23808
24431
  {
23809
24432
  description: 'ALLiN Gaming is a GameFi platform on Dymension and Osmosis, featuring casino games, PvP games, and prediction markets. It offers a fun, transparent, and rewarding experience with a unique points system.',
@@ -23911,178 +24534,6 @@ const info = {
23911
24534
  website: 'https://coreumcommunitydao.com/',
23912
24535
  twitter: 'https://x.com/Cor3_Community'
23913
24536
  }
23914
- },
23915
- {
23916
- description: 'Commemorative token dedicated to the old Prussian noble family',
23917
- denom_units: [{
23918
- denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ba-ba',
23919
- exponent: 0
23920
- }, {
23921
- denom: 'BA-BA',
23922
- exponent: 6
23923
- }],
23924
- type_asset: 'sdk.coin',
23925
- address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
23926
- base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ba-ba',
23927
- name: 'von Baysen-Bażeński',
23928
- display: 'BA-BA',
23929
- symbol: 'BABA',
23930
- logo_URIs: {
23931
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BA-BA.png'
23932
- },
23933
- images: [{
23934
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BA-BA.png'
23935
- }]
23936
- },
23937
- {
23938
- description: 'NIL - the native token of Nillion',
23939
- denom_units: [{
23940
- denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
23941
- exponent: 0,
23942
- aliases: ['unil']
23943
- }, {
23944
- denom: 'nil',
23945
- exponent: 6
23946
- }],
23947
- type_asset: 'ics20',
23948
- base: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
23949
- name: 'Nillion',
23950
- display: 'nil',
23951
- symbol: 'NIL',
23952
- traces: [{
23953
- type: 'ibc',
23954
- counterparty: {
23955
- chain_name: 'nillion',
23956
- base_denom: 'unil',
23957
- channel_id: 'channel-2'
23958
- },
23959
- chain: {
23960
- channel_id: 'channel-98416',
23961
- path: 'transfer/channel-98416/unil'
23962
- }
23963
- }],
23964
- logo_URIs: {
23965
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
23966
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
23967
- },
23968
- images: [{
23969
- image_sync: {
23970
- chain_name: 'nillion',
23971
- base_denom: 'unil'
23972
- },
23973
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
23974
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg',
23975
- theme: {
23976
- primary_color_hex: '#0101FF'
23977
- }
23978
- }],
23979
- coingecko_id: 'nillion'
23980
- },
23981
- {
23982
- description: 'Movement ($MOVE) from Ethereum via Axelar bridge',
23983
- type_asset: 'ics20',
23984
- denom_units: [{
23985
- denom: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
23986
- exponent: 0,
23987
- aliases: [
23988
- 'unit-move',
23989
- '0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
23990
- '0xa',
23991
- 'octa'
23992
- ]
23993
- }, {
23994
- denom: 'move',
23995
- exponent: 8
23996
- }],
23997
- base: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
23998
- name: 'Movement (Ethereum via Axelar)',
23999
- display: 'move',
24000
- symbol: 'MOVE.eth.axl',
24001
- traces: [{
24002
- type: 'ibc',
24003
- counterparty: {
24004
- chain_name: 'axelar',
24005
- base_denom: 'unit-move',
24006
- channel_id: 'channel-3'
24007
- },
24008
- chain: {
24009
- channel_id: 'channel-208',
24010
- path: 'transfer/channel-208/unit-move'
24011
- }
24012
- }],
24013
- images: [{
24014
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.svg',
24015
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.png',
24016
- theme: {
24017
- primary_color_hex: '#F1BB15'
24018
- }
24019
- }, {
24020
- image_sync: {
24021
- chain_name: 'axelar',
24022
- base_denom: 'unit-move'
24023
- },
24024
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
24025
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
24026
- theme: {
24027
- circle: true,
24028
- primary_color_hex: '#F1BB15'
24029
- }
24030
- }],
24031
- socials: {
24032
- website: 'https://www.movementnetwork.xyz/',
24033
- twitter: 'https://twitter.com/movementfdn'
24034
- }
24035
- },
24036
- {
24037
- description: 'An alloy of MOVE asset variants on Osmosis.',
24038
- extended_description: 'Multiple MOVE variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of MOVE.',
24039
- denom_units: [{
24040
- denom: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
24041
- exponent: 0
24042
- }, {
24043
- denom: 'allMOVE',
24044
- exponent: 8
24045
- }],
24046
- type_asset: 'sdk.coin',
24047
- address: 'osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk',
24048
- base: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
24049
- name: 'Movement (Alloy)',
24050
- display: 'allMOVE',
24051
- symbol: 'allMOVE',
24052
- traces: [{
24053
- type: 'synthetic',
24054
- counterparty: {
24055
- chain_name: 'movement',
24056
- base_denom: '0xa'
24057
- },
24058
- provider: 'Osmosis'
24059
- }],
24060
- logo_URIs: {
24061
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.svg',
24062
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.png'
24063
- },
24064
- images: [{
24065
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.svg',
24066
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.png',
24067
- theme: {
24068
- primary_color_hex: '#F1BB15'
24069
- }
24070
- }, {
24071
- image_sync: {
24072
- chain_name: 'movement',
24073
- base_denom: '0xa'
24074
- },
24075
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
24076
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
24077
- theme: {
24078
- circle: true,
24079
- primary_color_hex: '#F1BB15'
24080
- }
24081
- }],
24082
- socials: {
24083
- website: 'https://www.movementnetwork.xyz/',
24084
- twitter: 'https://twitter.com/movementfdn'
24085
- }
24086
24537
  }
24087
24538
  ]
24088
24539
  };