@web3icons/common 0.8.0 → 0.9.0

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.
@@ -21739,5 +21739,153 @@ var wallets = [
21739
21739
  },
21740
21740
  ]
21741
21741
 
21742
- export { tokens, networks, wallets }
21743
- //# sourceMappingURL=chunk-QJ4FX5FF.js.map
21742
+ // src/metadata/exchanges.ts
21743
+ var exchanges = [
21744
+ {
21745
+ id: 'bybit',
21746
+ name: 'Bybit',
21747
+ variants: ['branded', 'mono'],
21748
+ type: 'cex',
21749
+ },
21750
+ {
21751
+ id: 'kucoin',
21752
+ name: 'Kucoin',
21753
+ variants: ['branded', 'mono'],
21754
+ type: 'cex',
21755
+ },
21756
+ {
21757
+ id: 'coinbase',
21758
+ name: 'Coinbase',
21759
+ variants: ['branded', 'mono'],
21760
+ type: 'dex',
21761
+ },
21762
+ {
21763
+ id: '1inch',
21764
+ name: '1inch',
21765
+ variants: ['branded', 'mono'],
21766
+ type: 'dex',
21767
+ },
21768
+ {
21769
+ id: 'balancer',
21770
+ name: 'Balancer',
21771
+ variants: ['branded', 'mono'],
21772
+ type: 'dex',
21773
+ },
21774
+ {
21775
+ id: 'bancor',
21776
+ name: 'Bancor',
21777
+ variants: ['branded', 'mono'],
21778
+ type: 'dex',
21779
+ },
21780
+ {
21781
+ id: 'binance',
21782
+ name: 'Binance',
21783
+ variants: ['branded', 'mono'],
21784
+ type: 'cex',
21785
+ },
21786
+ {
21787
+ id: 'bithumb',
21788
+ name: 'Bithumb',
21789
+ variants: ['branded', 'mono'],
21790
+ type: 'cex',
21791
+ },
21792
+ {
21793
+ id: 'bitstamp',
21794
+ name: 'Bitstamp',
21795
+ variants: ['branded', 'mono'],
21796
+ type: 'cex',
21797
+ },
21798
+ {
21799
+ id: 'btcturk',
21800
+ name: 'BtcTurk',
21801
+ variants: ['branded', 'mono'],
21802
+ type: 'cex',
21803
+ },
21804
+ {
21805
+ id: 'crypto-com',
21806
+ name: 'Crypto.com',
21807
+ variants: ['branded', 'mono'],
21808
+ type: 'cex',
21809
+ },
21810
+ {
21811
+ id: 'gate-io',
21812
+ name: 'Gate Io',
21813
+ variants: ['branded', 'mono'],
21814
+ type: 'cex',
21815
+ },
21816
+ {
21817
+ id: 'gemini',
21818
+ name: 'Gemini',
21819
+ variants: ['branded', 'mono'],
21820
+ type: 'cex',
21821
+ },
21822
+ {
21823
+ id: 'kraken',
21824
+ name: 'Kraken',
21825
+ variants: ['branded', 'mono'],
21826
+ type: 'cex',
21827
+ },
21828
+ {
21829
+ id: 'odos',
21830
+ name: 'Odos',
21831
+ variants: ['branded', 'mono'],
21832
+ type: 'dex',
21833
+ },
21834
+ {
21835
+ id: 'okx',
21836
+ name: 'OkX',
21837
+ variants: ['branded', 'mono'],
21838
+ type: 'cex',
21839
+ },
21840
+ {
21841
+ id: 'pancake-swap',
21842
+ name: 'Pancake Swap',
21843
+ variants: ['branded', 'mono'],
21844
+ type: 'dex',
21845
+ },
21846
+ {
21847
+ id: 'para-swap',
21848
+ name: 'ParaSwap',
21849
+ variants: ['branded', 'mono'],
21850
+ type: 'dex',
21851
+ },
21852
+ {
21853
+ id: 'paribu',
21854
+ name: 'Paribu',
21855
+ variants: ['branded', 'mono'],
21856
+ type: 'cex',
21857
+ },
21858
+ {
21859
+ id: 'sushiswap',
21860
+ name: 'Sushi Swap',
21861
+ variants: ['branded', 'mono'],
21862
+ type: 'dex',
21863
+ },
21864
+ {
21865
+ id: 'swissborg',
21866
+ name: 'SwissBorg',
21867
+ variants: ['branded', 'mono'],
21868
+ type: 'cex',
21869
+ },
21870
+ {
21871
+ id: 'uniswap',
21872
+ name: 'Uniswap',
21873
+ variants: ['branded', 'mono'],
21874
+ type: 'dex',
21875
+ },
21876
+ {
21877
+ id: 'upbit',
21878
+ name: 'UpBit',
21879
+ variants: ['branded', 'mono'],
21880
+ type: 'cex',
21881
+ },
21882
+ {
21883
+ id: 'cowswap',
21884
+ name: 'Cow Swap',
21885
+ variants: ['branded', 'mono'],
21886
+ type: 'dex',
21887
+ },
21888
+ ]
21889
+
21890
+ export { tokens, networks, wallets, exchanges }
21891
+ //# sourceMappingURL=chunk-N7PVXHF7.js.map