@web3icons/common 0.8.0 → 0.10.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.
- package/dist/{chunk-QJ4FX5FF.js → chunk-6UYBRGPM.js} +182 -2
- package/dist/chunk-6UYBRGPM.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/metadata/exchanges.d.ts +3 -0
- package/dist/metadata/exchanges.d.ts.map +1 -0
- package/dist/metadata/exchanges.js +146 -0
- package/dist/metadata/index.d.ts +1 -0
- package/dist/metadata/index.d.ts.map +1 -1
- package/dist/metadata/index.js +2 -2
- package/dist/metadata/networks.d.ts.map +1 -1
- package/dist/metadata/networks.js +32 -0
- package/dist/types.d.ts +14 -3
- package/dist/types.d.ts.map +1 -1
- package/package.json +3 -2
- package/dist/chunk-QJ4FX5FF.js.map +0 -1
|
@@ -21543,6 +21543,38 @@ var networks = [
|
|
|
21543
21543
|
shortName: 'rei',
|
|
21544
21544
|
chainId: 47805,
|
|
21545
21545
|
},
|
|
21546
|
+
{
|
|
21547
|
+
id: 'mint',
|
|
21548
|
+
name: 'Mint',
|
|
21549
|
+
variants: ['branded', 'mono'],
|
|
21550
|
+
shortName: 'mint',
|
|
21551
|
+
chainId: 185,
|
|
21552
|
+
nativeCoinId: 'weth',
|
|
21553
|
+
},
|
|
21554
|
+
{
|
|
21555
|
+
id: 'monad',
|
|
21556
|
+
name: 'Monad',
|
|
21557
|
+
variants: ['branded', 'mono'],
|
|
21558
|
+
shortName: 'monad',
|
|
21559
|
+
chainId: 143,
|
|
21560
|
+
nativeCoinId: 'monad',
|
|
21561
|
+
},
|
|
21562
|
+
{
|
|
21563
|
+
id: 'silicon',
|
|
21564
|
+
name: 'Silicon',
|
|
21565
|
+
variants: ['branded', 'mono'],
|
|
21566
|
+
shortName: 'silicon',
|
|
21567
|
+
chainId: 2355,
|
|
21568
|
+
nativeCoinId: 'eth',
|
|
21569
|
+
},
|
|
21570
|
+
{
|
|
21571
|
+
id: 'treasure',
|
|
21572
|
+
name: 'Treasure',
|
|
21573
|
+
variants: ['branded', 'mono'],
|
|
21574
|
+
shortName: 'treasure',
|
|
21575
|
+
chainId: 61166,
|
|
21576
|
+
nativeCoinId: 'magic',
|
|
21577
|
+
},
|
|
21546
21578
|
]
|
|
21547
21579
|
|
|
21548
21580
|
// src/metadata/wallets.ts
|
|
@@ -21739,5 +21771,153 @@ var wallets = [
|
|
|
21739
21771
|
},
|
|
21740
21772
|
]
|
|
21741
21773
|
|
|
21742
|
-
|
|
21743
|
-
|
|
21774
|
+
// src/metadata/exchanges.ts
|
|
21775
|
+
var exchanges = [
|
|
21776
|
+
{
|
|
21777
|
+
id: 'bybit',
|
|
21778
|
+
name: 'Bybit',
|
|
21779
|
+
variants: ['branded', 'mono'],
|
|
21780
|
+
type: 'cex',
|
|
21781
|
+
},
|
|
21782
|
+
{
|
|
21783
|
+
id: 'kucoin',
|
|
21784
|
+
name: 'Kucoin',
|
|
21785
|
+
variants: ['branded', 'mono'],
|
|
21786
|
+
type: 'cex',
|
|
21787
|
+
},
|
|
21788
|
+
{
|
|
21789
|
+
id: 'coinbase',
|
|
21790
|
+
name: 'Coinbase',
|
|
21791
|
+
variants: ['branded', 'mono'],
|
|
21792
|
+
type: 'dex',
|
|
21793
|
+
},
|
|
21794
|
+
{
|
|
21795
|
+
id: '1inch',
|
|
21796
|
+
name: '1inch',
|
|
21797
|
+
variants: ['branded', 'mono'],
|
|
21798
|
+
type: 'dex',
|
|
21799
|
+
},
|
|
21800
|
+
{
|
|
21801
|
+
id: 'balancer',
|
|
21802
|
+
name: 'Balancer',
|
|
21803
|
+
variants: ['branded', 'mono'],
|
|
21804
|
+
type: 'dex',
|
|
21805
|
+
},
|
|
21806
|
+
{
|
|
21807
|
+
id: 'bancor',
|
|
21808
|
+
name: 'Bancor',
|
|
21809
|
+
variants: ['branded', 'mono'],
|
|
21810
|
+
type: 'dex',
|
|
21811
|
+
},
|
|
21812
|
+
{
|
|
21813
|
+
id: 'binance',
|
|
21814
|
+
name: 'Binance',
|
|
21815
|
+
variants: ['branded', 'mono'],
|
|
21816
|
+
type: 'cex',
|
|
21817
|
+
},
|
|
21818
|
+
{
|
|
21819
|
+
id: 'bithumb',
|
|
21820
|
+
name: 'Bithumb',
|
|
21821
|
+
variants: ['branded', 'mono'],
|
|
21822
|
+
type: 'cex',
|
|
21823
|
+
},
|
|
21824
|
+
{
|
|
21825
|
+
id: 'bitstamp',
|
|
21826
|
+
name: 'Bitstamp',
|
|
21827
|
+
variants: ['branded', 'mono'],
|
|
21828
|
+
type: 'cex',
|
|
21829
|
+
},
|
|
21830
|
+
{
|
|
21831
|
+
id: 'btcturk',
|
|
21832
|
+
name: 'BTC Turk',
|
|
21833
|
+
variants: ['branded', 'mono'],
|
|
21834
|
+
type: 'cex',
|
|
21835
|
+
},
|
|
21836
|
+
{
|
|
21837
|
+
id: 'crypto-com',
|
|
21838
|
+
name: 'Crypto.com',
|
|
21839
|
+
variants: ['branded', 'mono'],
|
|
21840
|
+
type: 'cex',
|
|
21841
|
+
},
|
|
21842
|
+
{
|
|
21843
|
+
id: 'gate-io',
|
|
21844
|
+
name: 'Gate Io',
|
|
21845
|
+
variants: ['branded', 'mono'],
|
|
21846
|
+
type: 'cex',
|
|
21847
|
+
},
|
|
21848
|
+
{
|
|
21849
|
+
id: 'gemini',
|
|
21850
|
+
name: 'Gemini',
|
|
21851
|
+
variants: ['branded', 'mono'],
|
|
21852
|
+
type: 'cex',
|
|
21853
|
+
},
|
|
21854
|
+
{
|
|
21855
|
+
id: 'kraken',
|
|
21856
|
+
name: 'Kraken',
|
|
21857
|
+
variants: ['branded', 'mono'],
|
|
21858
|
+
type: 'cex',
|
|
21859
|
+
},
|
|
21860
|
+
{
|
|
21861
|
+
id: 'odos',
|
|
21862
|
+
name: 'Odos',
|
|
21863
|
+
variants: ['branded', 'mono'],
|
|
21864
|
+
type: 'dex',
|
|
21865
|
+
},
|
|
21866
|
+
{
|
|
21867
|
+
id: 'okx',
|
|
21868
|
+
name: 'OkX',
|
|
21869
|
+
variants: ['branded', 'mono'],
|
|
21870
|
+
type: 'cex',
|
|
21871
|
+
},
|
|
21872
|
+
{
|
|
21873
|
+
id: 'pancake-swap',
|
|
21874
|
+
name: 'Pancake Swap',
|
|
21875
|
+
variants: ['branded', 'mono'],
|
|
21876
|
+
type: 'dex',
|
|
21877
|
+
},
|
|
21878
|
+
{
|
|
21879
|
+
id: 'para-swap',
|
|
21880
|
+
name: 'ParaSwap',
|
|
21881
|
+
variants: ['branded', 'mono'],
|
|
21882
|
+
type: 'dex',
|
|
21883
|
+
},
|
|
21884
|
+
{
|
|
21885
|
+
id: 'paribu',
|
|
21886
|
+
name: 'Paribu',
|
|
21887
|
+
variants: ['branded', 'mono'],
|
|
21888
|
+
type: 'cex',
|
|
21889
|
+
},
|
|
21890
|
+
{
|
|
21891
|
+
id: 'sushiswap',
|
|
21892
|
+
name: 'Sushi Swap',
|
|
21893
|
+
variants: ['branded', 'mono'],
|
|
21894
|
+
type: 'dex',
|
|
21895
|
+
},
|
|
21896
|
+
{
|
|
21897
|
+
id: 'swissborg',
|
|
21898
|
+
name: 'SwissBorg',
|
|
21899
|
+
variants: ['branded', 'mono'],
|
|
21900
|
+
type: 'cex',
|
|
21901
|
+
},
|
|
21902
|
+
{
|
|
21903
|
+
id: 'uniswap',
|
|
21904
|
+
name: 'Uniswap',
|
|
21905
|
+
variants: ['branded', 'mono'],
|
|
21906
|
+
type: 'dex',
|
|
21907
|
+
},
|
|
21908
|
+
{
|
|
21909
|
+
id: 'upbit',
|
|
21910
|
+
name: 'UpBit',
|
|
21911
|
+
variants: ['branded', 'mono'],
|
|
21912
|
+
type: 'cex',
|
|
21913
|
+
},
|
|
21914
|
+
{
|
|
21915
|
+
id: 'cowswap',
|
|
21916
|
+
name: 'Cow Swap',
|
|
21917
|
+
variants: ['branded', 'mono'],
|
|
21918
|
+
type: 'dex',
|
|
21919
|
+
},
|
|
21920
|
+
]
|
|
21921
|
+
|
|
21922
|
+
export { tokens, networks, wallets, exchanges }
|
|
21923
|
+
//# sourceMappingURL=chunk-6UYBRGPM.js.map
|