@web3icons/common 0.0.0-20250820143345

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.
@@ -0,0 +1,3 @@
1
+ export * from './metadata'
2
+ export * from './types'
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,SAAS,CAAA"}
package/dist/index.js ADDED
@@ -0,0 +1,3 @@
1
+ import { exchanges, networks, tokens, wallets } from './chunk-BEPAKTDW.js'
2
+ export { exchanges, networks, tokens, wallets }
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,3 @@
1
+ import { IExchangeMetadata } from '../types'
2
+ export declare const exchanges: IExchangeMetadata[]
3
+ //# sourceMappingURL=exchanges.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exchanges.d.ts","sourceRoot":"","sources":["../../src/metadata/exchanges.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAE5C,eAAO,MAAM,SAAS,EAAE,iBAAiB,EA+RxC,CAAA"}
@@ -0,0 +1,184 @@
1
+ export const exchanges = [
2
+ {
3
+ id: '1inch',
4
+ fileName: '1inch',
5
+ name: '1inch',
6
+ type: 'dex',
7
+ variants: ['branded', 'mono', 'background'],
8
+ },
9
+ {
10
+ id: 'balancer',
11
+ fileName: 'balancer',
12
+ name: 'Balancer',
13
+ type: 'dex',
14
+ variants: ['branded', 'mono', 'background'],
15
+ },
16
+ {
17
+ id: 'bancor',
18
+ fileName: 'bancor',
19
+ name: 'Bancor',
20
+ type: 'dex',
21
+ variants: ['branded', 'mono', 'background'],
22
+ },
23
+ {
24
+ id: 'binance',
25
+ fileName: 'binance',
26
+ name: 'Binance',
27
+ type: 'cex',
28
+ variants: ['branded', 'mono', 'background'],
29
+ },
30
+ {
31
+ id: 'bithumb',
32
+ fileName: 'bithumb',
33
+ name: 'Bithumb',
34
+ type: 'cex',
35
+ variants: ['branded', 'mono', 'background'],
36
+ },
37
+ {
38
+ id: 'bitstamp',
39
+ fileName: 'bitstamp',
40
+ name: 'Bitstamp',
41
+ type: 'cex',
42
+ variants: ['branded', 'mono', 'background'],
43
+ },
44
+ {
45
+ id: 'btcturk',
46
+ fileName: 'btcturk',
47
+ name: 'BTC Turk',
48
+ type: 'cex',
49
+ variants: ['branded', 'mono', 'background'],
50
+ },
51
+ {
52
+ id: 'bybit',
53
+ fileName: 'bybit',
54
+ name: 'Bybit',
55
+ type: 'cex',
56
+ variants: ['branded', 'mono', 'background'],
57
+ },
58
+ {
59
+ id: 'coinbase',
60
+ fileName: 'coinbase',
61
+ name: 'Coinbase',
62
+ type: 'dex',
63
+ variants: ['branded', 'mono', 'background'],
64
+ },
65
+ {
66
+ id: 'cowswap',
67
+ fileName: 'cowswap',
68
+ name: 'Cow Swap',
69
+ type: 'dex',
70
+ variants: ['branded', 'mono', 'background'],
71
+ },
72
+ {
73
+ id: 'crypto-com',
74
+ fileName: 'crypto-com',
75
+ name: 'Crypto.com',
76
+ type: 'cex',
77
+ variants: ['branded', 'mono', 'background'],
78
+ },
79
+ {
80
+ id: 'gate-io',
81
+ fileName: 'gate-io',
82
+ name: 'Gate Io',
83
+ type: 'cex',
84
+ variants: ['branded', 'mono', 'background'],
85
+ },
86
+ {
87
+ id: 'gemini',
88
+ fileName: 'gemini',
89
+ name: 'Gemini',
90
+ type: 'cex',
91
+ variants: ['branded', 'mono', 'background'],
92
+ },
93
+ {
94
+ id: 'kraken',
95
+ fileName: 'kraken',
96
+ name: 'Kraken',
97
+ type: 'cex',
98
+ variants: ['branded', 'mono', 'background'],
99
+ },
100
+ {
101
+ id: 'kucoin',
102
+ fileName: 'kucoin',
103
+ name: 'Kucoin',
104
+ type: 'cex',
105
+ variants: ['branded', 'mono', 'background'],
106
+ },
107
+ {
108
+ id: 'odos',
109
+ fileName: 'odos',
110
+ name: 'Odos',
111
+ type: 'dex',
112
+ variants: ['branded', 'mono', 'background'],
113
+ },
114
+ {
115
+ id: 'okx',
116
+ fileName: 'okx',
117
+ name: 'OkX',
118
+ type: 'cex',
119
+ variants: ['branded', 'mono', 'background'],
120
+ },
121
+ {
122
+ id: 'pancake-swap',
123
+ fileName: 'pancake-swap',
124
+ name: 'Pancake Swap',
125
+ type: 'dex',
126
+ variants: ['branded', 'mono', 'background'],
127
+ },
128
+ {
129
+ id: 'para-swap',
130
+ fileName: 'para-swap',
131
+ name: 'ParaSwap',
132
+ type: 'dex',
133
+ variants: ['background', 'branded', 'mono'],
134
+ },
135
+ {
136
+ id: 'paribu',
137
+ fileName: 'paribu',
138
+ name: 'Paribu',
139
+ type: 'cex',
140
+ variants: ['branded', 'mono', 'background'],
141
+ },
142
+ {
143
+ id: 'sushiswap',
144
+ fileName: 'sushiswap',
145
+ name: 'Sushi Swap',
146
+ type: 'dex',
147
+ variants: ['branded', 'mono', 'background'],
148
+ },
149
+ {
150
+ id: 'swissborg',
151
+ fileName: 'swissborg',
152
+ name: 'SwissBorg',
153
+ type: 'cex',
154
+ variants: ['branded', 'mono', 'background'],
155
+ },
156
+ {
157
+ id: 'uniswap',
158
+ fileName: 'uniswap',
159
+ name: 'Uniswap',
160
+ type: 'dex',
161
+ variants: ['branded', 'mono', 'background'],
162
+ },
163
+ {
164
+ id: 'upbit',
165
+ fileName: 'upbit',
166
+ name: 'UpBit',
167
+ type: 'cex',
168
+ variants: ['branded', 'mono', 'background'],
169
+ },
170
+ {
171
+ id: 'aevo',
172
+ fileName: 'aevo',
173
+ name: 'Aevo',
174
+ type: 'dex',
175
+ variants: ['background', 'branded', 'mono'],
176
+ },
177
+ {
178
+ id: 'paradex',
179
+ fileName: 'paradex',
180
+ name: 'Paradex',
181
+ type: 'dex',
182
+ variants: ['background', 'branded', 'mono'],
183
+ },
184
+ ]
@@ -0,0 +1,5 @@
1
+ export { tokens } from './tokens'
2
+ export { networks } from './networks'
3
+ export { wallets } from './wallets'
4
+ export { exchanges } from './exchanges'
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/metadata/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AACnC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { exchanges, networks, tokens, wallets } from '../chunk-BEPAKTDW.js'
2
+ export { exchanges, networks, tokens, wallets }
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,3 @@
1
+ import { INetworkMetadata } from '../types'
2
+ export declare const networks: INetworkMetadata[]
3
+ //# sourceMappingURL=networks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"networks.d.ts","sourceRoot":"","sources":["../../src/metadata/networks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAE3C,eAAO,MAAM,QAAQ,EAAE,gBAAgB,EAk9EtC,CAAA"}