@web3icons/common 0.11.19 → 0.11.21
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-WOAGYFPO.js → chunk-FHYBCDAL.js} +2385 -2095
- package/dist/chunk-FHYBCDAL.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/metadata/exchanges.js +26 -26
- package/dist/metadata/index.js +1 -1
- package/dist/metadata/networks.d.ts.map +1 -1
- package/dist/metadata/networks.js +485 -195
- package/dist/metadata/tokens.js +1826 -1826
- package/dist/metadata/wallets.js +47 -47
- package/package.json +1 -1
- package/dist/chunk-WOAGYFPO.js.map +0 -1
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
export const networks = [
|
|
2
2
|
{
|
|
3
3
|
id: 'zksync',
|
|
4
|
-
fileName: 'zksync',
|
|
4
|
+
fileName: 'network:zksync',
|
|
5
5
|
chainId: 324,
|
|
6
6
|
caip2id: 'eip155:324',
|
|
7
7
|
name: 'zkSync era',
|
|
8
8
|
shortName: 'zkSync',
|
|
9
|
-
nativeCoinId: '
|
|
9
|
+
nativeCoinId: 'ETH',
|
|
10
10
|
variants: ['background', 'branded', 'mono'],
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
id: 'thundercore',
|
|
14
|
-
fileName: 'thundercore',
|
|
14
|
+
fileName: 'network:thundercore',
|
|
15
15
|
chainId: 108,
|
|
16
16
|
caip2id: 'eip155:108',
|
|
17
17
|
name: 'ThunderCore',
|
|
@@ -21,7 +21,7 @@ export const networks = [
|
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
id: 'theta',
|
|
24
|
-
fileName: 'theta',
|
|
24
|
+
fileName: 'network:theta',
|
|
25
25
|
chainId: 361,
|
|
26
26
|
caip2id: 'eip155:361',
|
|
27
27
|
name: 'Theta',
|
|
@@ -31,7 +31,7 @@ export const networks = [
|
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
id: 'meter',
|
|
34
|
-
fileName: 'meter',
|
|
34
|
+
fileName: 'network:meter',
|
|
35
35
|
chainId: 82,
|
|
36
36
|
caip2id: 'eip155:82',
|
|
37
37
|
name: 'Meter',
|
|
@@ -41,7 +41,7 @@ export const networks = [
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
id: 'fuse',
|
|
44
|
-
fileName: 'fuse',
|
|
44
|
+
fileName: 'network:fuse',
|
|
45
45
|
chainId: 122,
|
|
46
46
|
caip2id: 'eip155:122',
|
|
47
47
|
name: 'Fuse',
|
|
@@ -51,7 +51,7 @@ export const networks = [
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
id: 'near-protocol',
|
|
54
|
-
fileName: 'near-protocol',
|
|
54
|
+
fileName: 'network:near-protocol',
|
|
55
55
|
chainId: 39,
|
|
56
56
|
caip2id: 'near:mainnet',
|
|
57
57
|
name: 'Near Protocol',
|
|
@@ -61,7 +61,7 @@ export const networks = [
|
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
id: 'enuls',
|
|
64
|
-
fileName: 'enuls',
|
|
64
|
+
fileName: 'network:enuls',
|
|
65
65
|
chainId: 119,
|
|
66
66
|
caip2id: 'eip155:119',
|
|
67
67
|
name: 'enuls',
|
|
@@ -71,7 +71,7 @@ export const networks = [
|
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
id: 'aurora',
|
|
74
|
-
fileName: 'aurora',
|
|
74
|
+
fileName: 'network:aurora',
|
|
75
75
|
chainId: 1313161554,
|
|
76
76
|
caip2id: 'eip155:1313161554',
|
|
77
77
|
name: 'Aurora',
|
|
@@ -81,7 +81,7 @@ export const networks = [
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
id: 'polygon',
|
|
84
|
-
fileName: 'polygon',
|
|
84
|
+
fileName: 'network:polygon',
|
|
85
85
|
chainId: 137,
|
|
86
86
|
caip2id: 'eip155:137',
|
|
87
87
|
name: 'Polygon',
|
|
@@ -91,7 +91,7 @@ export const networks = [
|
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
id: 'multiversx',
|
|
94
|
-
fileName: 'multiversx',
|
|
94
|
+
fileName: 'network:multiversx',
|
|
95
95
|
name: 'MultiversX',
|
|
96
96
|
shortName: 'multiversx',
|
|
97
97
|
nativeCoinId: 'egld',
|
|
@@ -99,7 +99,7 @@ export const networks = [
|
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
id: 'tombchain',
|
|
102
|
-
fileName: 'tombchain',
|
|
102
|
+
fileName: 'network:tombchain',
|
|
103
103
|
chainId: 6969,
|
|
104
104
|
caip2id: 'eip155:6969',
|
|
105
105
|
name: 'Tombchain',
|
|
@@ -109,7 +109,7 @@ export const networks = [
|
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
id: 'l3x',
|
|
112
|
-
fileName: 'l3x',
|
|
112
|
+
fileName: 'network:l3x',
|
|
113
113
|
chainId: 12324,
|
|
114
114
|
caip2id: 'eip155:12324',
|
|
115
115
|
name: 'L3X Protocol',
|
|
@@ -119,7 +119,7 @@ export const networks = [
|
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
id: 'fraxtal',
|
|
122
|
-
fileName: 'fraxtal',
|
|
122
|
+
fileName: 'network:fraxtal',
|
|
123
123
|
chainId: 252,
|
|
124
124
|
caip2id: 'eip155:252',
|
|
125
125
|
name: 'Fraxtal',
|
|
@@ -129,17 +129,37 @@ export const networks = [
|
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
id: 'ethereum',
|
|
132
|
-
fileName: 'ethereum',
|
|
132
|
+
fileName: 'network:ethereum',
|
|
133
133
|
chainId: 1,
|
|
134
134
|
caip2id: 'eip155:1',
|
|
135
135
|
name: 'Ethereum',
|
|
136
136
|
shortName: 'Ethereum',
|
|
137
|
-
nativeCoinId: '
|
|
137
|
+
nativeCoinId: 'ETH',
|
|
138
|
+
variants: ['background', 'branded', 'mono'],
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
id: 'holesky',
|
|
142
|
+
fileName: 'network:ethereum',
|
|
143
|
+
chainId: 17000,
|
|
144
|
+
caip2id: 'eip155:17000',
|
|
145
|
+
name: 'Holesky Testnet',
|
|
146
|
+
shortName: 'Holesky',
|
|
147
|
+
nativeCoinId: 'ETH',
|
|
148
|
+
variants: ['background', 'branded', 'mono'],
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
id: 'goerli',
|
|
152
|
+
fileName: 'network:ethereum',
|
|
153
|
+
chainId: 5,
|
|
154
|
+
caip2id: 'eip155:5',
|
|
155
|
+
name: 'Goerli Testnet (Deprecated)',
|
|
156
|
+
shortName: 'Goerli',
|
|
157
|
+
nativeCoinId: 'ETH',
|
|
138
158
|
variants: ['background', 'branded', 'mono'],
|
|
139
159
|
},
|
|
140
160
|
{
|
|
141
161
|
id: 'neon-evm',
|
|
142
|
-
fileName: 'neon-evm',
|
|
162
|
+
fileName: 'network:neon-evm',
|
|
143
163
|
chainId: 245022934,
|
|
144
164
|
caip2id: 'eip155:245022934',
|
|
145
165
|
name: 'Neon EVM',
|
|
@@ -149,7 +169,7 @@ export const networks = [
|
|
|
149
169
|
},
|
|
150
170
|
{
|
|
151
171
|
id: 'mint',
|
|
152
|
-
fileName: 'mint',
|
|
172
|
+
fileName: 'network:mint',
|
|
153
173
|
chainId: 185,
|
|
154
174
|
caip2id: 'eip155:185',
|
|
155
175
|
name: 'Mint',
|
|
@@ -159,7 +179,7 @@ export const networks = [
|
|
|
159
179
|
},
|
|
160
180
|
{
|
|
161
181
|
id: 'zyx',
|
|
162
|
-
fileName: 'zyx',
|
|
182
|
+
fileName: 'network:zyx',
|
|
163
183
|
chainId: 55,
|
|
164
184
|
caip2id: 'eip155:55',
|
|
165
185
|
name: 'zyx',
|
|
@@ -169,7 +189,7 @@ export const networks = [
|
|
|
169
189
|
},
|
|
170
190
|
{
|
|
171
191
|
id: 'cronos-zkevm',
|
|
172
|
-
fileName: 'cronos-zkevm',
|
|
192
|
+
fileName: 'network:cronos-zkevm',
|
|
173
193
|
chainId: 388,
|
|
174
194
|
caip2id: 'eip155:388',
|
|
175
195
|
name: 'Cronos zkEVM',
|
|
@@ -179,7 +199,7 @@ export const networks = [
|
|
|
179
199
|
},
|
|
180
200
|
{
|
|
181
201
|
id: 'apex-layer',
|
|
182
|
-
fileName: 'apex-layer',
|
|
202
|
+
fileName: 'network:apex-layer',
|
|
183
203
|
chainId: 2662,
|
|
184
204
|
caip2id: 'eip155:2662',
|
|
185
205
|
name: 'apex layer',
|
|
@@ -189,7 +209,7 @@ export const networks = [
|
|
|
189
209
|
},
|
|
190
210
|
{
|
|
191
211
|
id: 'lava-network',
|
|
192
|
-
fileName: 'lava-network',
|
|
212
|
+
fileName: 'network:lava-network',
|
|
193
213
|
name: 'lava-network',
|
|
194
214
|
shortName: 'lava',
|
|
195
215
|
nativeCoinId: 'lava-network',
|
|
@@ -197,7 +217,7 @@ export const networks = [
|
|
|
197
217
|
},
|
|
198
218
|
{
|
|
199
219
|
id: 'cosmos-hub',
|
|
200
|
-
fileName: 'cosmos-hub',
|
|
220
|
+
fileName: 'network:cosmos-hub',
|
|
201
221
|
caip2id: 'cosmos:cosmoshub-4',
|
|
202
222
|
name: 'Cosmos Hub',
|
|
203
223
|
shortName: 'cosmos',
|
|
@@ -206,7 +226,7 @@ export const networks = [
|
|
|
206
226
|
},
|
|
207
227
|
{
|
|
208
228
|
id: 'diode',
|
|
209
|
-
fileName: 'diode',
|
|
229
|
+
fileName: 'network:diode',
|
|
210
230
|
chainId: 15,
|
|
211
231
|
caip2id: 'eip155:15',
|
|
212
232
|
name: 'Diode',
|
|
@@ -216,7 +236,7 @@ export const networks = [
|
|
|
216
236
|
},
|
|
217
237
|
{
|
|
218
238
|
id: 'milkomeda-c1',
|
|
219
|
-
fileName: 'milkomeda-c1',
|
|
239
|
+
fileName: 'network:milkomeda-c1',
|
|
220
240
|
chainId: 2001,
|
|
221
241
|
caip2id: 'eip155:2001',
|
|
222
242
|
name: 'milkomeda C1',
|
|
@@ -226,7 +246,7 @@ export const networks = [
|
|
|
226
246
|
},
|
|
227
247
|
{
|
|
228
248
|
id: 'vanar',
|
|
229
|
-
fileName: 'vanar',
|
|
249
|
+
fileName: 'network:vanar',
|
|
230
250
|
chainId: 2040,
|
|
231
251
|
caip2id: 'eip155:2040',
|
|
232
252
|
name: 'Vanar',
|
|
@@ -235,7 +255,7 @@ export const networks = [
|
|
|
235
255
|
},
|
|
236
256
|
{
|
|
237
257
|
id: 'step',
|
|
238
|
-
fileName: 'step',
|
|
258
|
+
fileName: 'network:step',
|
|
239
259
|
chainId: 1234,
|
|
240
260
|
caip2id: 'eip155:1234',
|
|
241
261
|
name: 'step',
|
|
@@ -245,24 +265,24 @@ export const networks = [
|
|
|
245
265
|
},
|
|
246
266
|
{
|
|
247
267
|
id: 'polygon-zkevm',
|
|
248
|
-
fileName: 'polygon-zkevm',
|
|
268
|
+
fileName: 'network:polygon-zkevm',
|
|
249
269
|
chainId: 1101,
|
|
250
270
|
caip2id: 'eip155:1101',
|
|
251
271
|
name: 'Polygon zkEVM',
|
|
252
272
|
shortName: 'polygon',
|
|
253
|
-
nativeCoinId: '
|
|
273
|
+
nativeCoinId: 'ETH',
|
|
254
274
|
variants: ['background', 'branded', 'mono'],
|
|
255
275
|
},
|
|
256
276
|
{
|
|
257
277
|
id: 'mantra',
|
|
258
|
-
fileName: 'mantra',
|
|
278
|
+
fileName: 'network:mantra',
|
|
259
279
|
name: 'Mantra Chain',
|
|
260
280
|
shortName: 'mantra',
|
|
261
281
|
variants: ['background', 'branded', 'mono'],
|
|
262
282
|
},
|
|
263
283
|
{
|
|
264
284
|
id: 'kujira',
|
|
265
|
-
fileName: 'kujira',
|
|
285
|
+
fileName: 'network:kujira',
|
|
266
286
|
caip2id: 'cosmos:kaiyo-1',
|
|
267
287
|
name: 'Kujira',
|
|
268
288
|
shortName: 'kujira',
|
|
@@ -271,7 +291,7 @@ export const networks = [
|
|
|
271
291
|
},
|
|
272
292
|
{
|
|
273
293
|
id: 'aptos',
|
|
274
|
-
fileName: 'aptos',
|
|
294
|
+
fileName: 'network:aptos',
|
|
275
295
|
name: 'Aptos',
|
|
276
296
|
shortName: 'aptos',
|
|
277
297
|
nativeCoinId: 'aptos',
|
|
@@ -279,7 +299,7 @@ export const networks = [
|
|
|
279
299
|
},
|
|
280
300
|
{
|
|
281
301
|
id: 'cosmos',
|
|
282
|
-
fileName: 'cosmos',
|
|
302
|
+
fileName: 'network:cosmos',
|
|
283
303
|
name: 'Cosmos',
|
|
284
304
|
shortName: 'cosmos',
|
|
285
305
|
nativeCoinId: 'cosmos',
|
|
@@ -287,7 +307,7 @@ export const networks = [
|
|
|
287
307
|
},
|
|
288
308
|
{
|
|
289
309
|
id: 'hemi',
|
|
290
|
-
fileName: 'hemi',
|
|
310
|
+
fileName: 'network:hemi',
|
|
291
311
|
chainId: 743111,
|
|
292
312
|
caip2id: 'eip155:743111',
|
|
293
313
|
name: 'Hemi',
|
|
@@ -297,7 +317,7 @@ export const networks = [
|
|
|
297
317
|
},
|
|
298
318
|
{
|
|
299
319
|
id: 'moonbase',
|
|
300
|
-
fileName: 'moonbase',
|
|
320
|
+
fileName: 'network:moonbase',
|
|
301
321
|
chainId: 1287,
|
|
302
322
|
caip2id: 'eip155:1287',
|
|
303
323
|
name: 'moonbase',
|
|
@@ -306,7 +326,7 @@ export const networks = [
|
|
|
306
326
|
},
|
|
307
327
|
{
|
|
308
328
|
id: 'eos',
|
|
309
|
-
fileName: 'eos',
|
|
329
|
+
fileName: 'network:eos',
|
|
310
330
|
chainId: 17777,
|
|
311
331
|
caip2id: 'eip155:17777',
|
|
312
332
|
name: 'EOS evm',
|
|
@@ -316,7 +336,7 @@ export const networks = [
|
|
|
316
336
|
},
|
|
317
337
|
{
|
|
318
338
|
id: 'arweave',
|
|
319
|
-
fileName: 'arweave',
|
|
339
|
+
fileName: 'network:arweave',
|
|
320
340
|
name: 'Arweave',
|
|
321
341
|
shortName: 'arweave',
|
|
322
342
|
nativeCoinId: 'ar',
|
|
@@ -324,7 +344,7 @@ export const networks = [
|
|
|
324
344
|
},
|
|
325
345
|
{
|
|
326
346
|
id: 'stellar',
|
|
327
|
-
fileName: 'stellar',
|
|
347
|
+
fileName: 'network:stellar',
|
|
328
348
|
caip2id: 'stellar:pubnet',
|
|
329
349
|
name: 'Stellar',
|
|
330
350
|
shortName: 'stellar',
|
|
@@ -333,7 +353,7 @@ export const networks = [
|
|
|
333
353
|
},
|
|
334
354
|
{
|
|
335
355
|
id: 'zora',
|
|
336
|
-
fileName: 'zora',
|
|
356
|
+
fileName: 'network:zora',
|
|
337
357
|
chainId: 7777777,
|
|
338
358
|
caip2id: 'eip155:7777777',
|
|
339
359
|
name: 'zora',
|
|
@@ -343,7 +363,7 @@ export const networks = [
|
|
|
343
363
|
},
|
|
344
364
|
{
|
|
345
365
|
id: 'cronos',
|
|
346
|
-
fileName: 'cronos',
|
|
366
|
+
fileName: 'network:cronos',
|
|
347
367
|
chainId: 25,
|
|
348
368
|
caip2id: 'eip155:25',
|
|
349
369
|
name: 'Cronos',
|
|
@@ -353,7 +373,7 @@ export const networks = [
|
|
|
353
373
|
},
|
|
354
374
|
{
|
|
355
375
|
id: 'binance-smart-chain',
|
|
356
|
-
fileName: 'binance-smart-chain',
|
|
376
|
+
fileName: 'network:binance-smart-chain',
|
|
357
377
|
chainId: 56,
|
|
358
378
|
caip2id: 'eip155:56',
|
|
359
379
|
name: 'BNB Smart Chain',
|
|
@@ -363,7 +383,7 @@ export const networks = [
|
|
|
363
383
|
},
|
|
364
384
|
{
|
|
365
385
|
id: 'elastos',
|
|
366
|
-
fileName: 'elastos',
|
|
386
|
+
fileName: 'network:elastos',
|
|
367
387
|
chainId: 20,
|
|
368
388
|
caip2id: 'eip155:20',
|
|
369
389
|
name: 'Elastos Smart Contract Chain',
|
|
@@ -373,7 +393,7 @@ export const networks = [
|
|
|
373
393
|
},
|
|
374
394
|
{
|
|
375
395
|
id: 'xai',
|
|
376
|
-
fileName: 'xai',
|
|
396
|
+
fileName: 'network:xai',
|
|
377
397
|
chainId: 660279,
|
|
378
398
|
caip2id: 'eip155:660279',
|
|
379
399
|
name: 'XAI',
|
|
@@ -383,7 +403,7 @@ export const networks = [
|
|
|
383
403
|
},
|
|
384
404
|
{
|
|
385
405
|
id: 'iotex',
|
|
386
|
-
fileName: 'iotex',
|
|
406
|
+
fileName: 'network:iotex',
|
|
387
407
|
chainId: 4689,
|
|
388
408
|
caip2id: 'eip155:4689',
|
|
389
409
|
name: 'IoTeX',
|
|
@@ -393,7 +413,7 @@ export const networks = [
|
|
|
393
413
|
},
|
|
394
414
|
{
|
|
395
415
|
id: 'bouncebit',
|
|
396
|
-
fileName: 'bouncebit',
|
|
416
|
+
fileName: 'network:bouncebit',
|
|
397
417
|
chainId: 6001,
|
|
398
418
|
caip2id: 'eip155:6001',
|
|
399
419
|
name: 'BounceBit',
|
|
@@ -403,7 +423,7 @@ export const networks = [
|
|
|
403
423
|
},
|
|
404
424
|
{
|
|
405
425
|
id: 'beam',
|
|
406
|
-
fileName: 'beam',
|
|
426
|
+
fileName: 'network:beam',
|
|
407
427
|
chainId: 4337,
|
|
408
428
|
caip2id: 'eip155:4337',
|
|
409
429
|
name: 'Beam',
|
|
@@ -413,7 +433,7 @@ export const networks = [
|
|
|
413
433
|
},
|
|
414
434
|
{
|
|
415
435
|
id: 'lukso',
|
|
416
|
-
fileName: 'lukso',
|
|
436
|
+
fileName: 'network:lukso',
|
|
417
437
|
chainId: 42,
|
|
418
438
|
caip2id: 'eip155:42',
|
|
419
439
|
name: 'Lukso',
|
|
@@ -423,7 +443,7 @@ export const networks = [
|
|
|
423
443
|
},
|
|
424
444
|
{
|
|
425
445
|
id: 'abstract',
|
|
426
|
-
fileName: 'abstract',
|
|
446
|
+
fileName: 'network:abstract',
|
|
427
447
|
chainId: 11124,
|
|
428
448
|
caip2id: 'eip155:11124',
|
|
429
449
|
name: 'abstract',
|
|
@@ -433,7 +453,7 @@ export const networks = [
|
|
|
433
453
|
},
|
|
434
454
|
{
|
|
435
455
|
id: 'astar',
|
|
436
|
-
fileName: 'astar',
|
|
456
|
+
fileName: 'network:astar',
|
|
437
457
|
chainId: 592,
|
|
438
458
|
caip2id: 'eip155:592',
|
|
439
459
|
name: 'Astar',
|
|
@@ -443,7 +463,7 @@ export const networks = [
|
|
|
443
463
|
},
|
|
444
464
|
{
|
|
445
465
|
id: 'injective',
|
|
446
|
-
fileName: 'injective',
|
|
466
|
+
fileName: 'network:injective',
|
|
447
467
|
name: 'Injective',
|
|
448
468
|
shortName: 'injective',
|
|
449
469
|
nativeCoinId: 'injective-protocol',
|
|
@@ -451,7 +471,7 @@ export const networks = [
|
|
|
451
471
|
},
|
|
452
472
|
{
|
|
453
473
|
id: 'sonic',
|
|
454
|
-
fileName: 'sonic',
|
|
474
|
+
fileName: 'network:sonic',
|
|
455
475
|
chainId: 146,
|
|
456
476
|
caip2id: 'eip155:146',
|
|
457
477
|
name: 'Sonic',
|
|
@@ -461,7 +481,7 @@ export const networks = [
|
|
|
461
481
|
},
|
|
462
482
|
{
|
|
463
483
|
id: 'tron',
|
|
464
|
-
fileName: 'tron',
|
|
484
|
+
fileName: 'network:tron',
|
|
465
485
|
name: 'TRON',
|
|
466
486
|
shortName: 'tron',
|
|
467
487
|
nativeCoinId: 'tron',
|
|
@@ -469,7 +489,7 @@ export const networks = [
|
|
|
469
489
|
},
|
|
470
490
|
{
|
|
471
491
|
id: 'rootstock',
|
|
472
|
-
fileName: 'rootstock',
|
|
492
|
+
fileName: 'network:rootstock',
|
|
473
493
|
chainId: 30,
|
|
474
494
|
caip2id: 'eip155:30',
|
|
475
495
|
name: 'Rootstock RSK',
|
|
@@ -479,7 +499,7 @@ export const networks = [
|
|
|
479
499
|
},
|
|
480
500
|
{
|
|
481
501
|
id: 'corn',
|
|
482
|
-
fileName: 'corn',
|
|
502
|
+
fileName: 'network:corn',
|
|
483
503
|
chainId: 21000000,
|
|
484
504
|
caip2id: 'eip155:21000000',
|
|
485
505
|
name: 'Corn',
|
|
@@ -489,7 +509,7 @@ export const networks = [
|
|
|
489
509
|
},
|
|
490
510
|
{
|
|
491
511
|
id: 'harmony',
|
|
492
|
-
fileName: 'harmony',
|
|
512
|
+
fileName: 'network:harmony',
|
|
493
513
|
chainId: 1666600000,
|
|
494
514
|
caip2id: 'eip155:1666600000',
|
|
495
515
|
name: 'Harmony One',
|
|
@@ -499,7 +519,7 @@ export const networks = [
|
|
|
499
519
|
},
|
|
500
520
|
{
|
|
501
521
|
id: 'fantom',
|
|
502
|
-
fileName: 'fantom',
|
|
522
|
+
fileName: 'network:fantom',
|
|
503
523
|
chainId: 250,
|
|
504
524
|
caip2id: 'eip155:250',
|
|
505
525
|
name: 'Fantom Opera',
|
|
@@ -509,7 +529,7 @@ export const networks = [
|
|
|
509
529
|
},
|
|
510
530
|
{
|
|
511
531
|
id: 'clover',
|
|
512
|
-
fileName: 'clover',
|
|
532
|
+
fileName: 'network:clover',
|
|
513
533
|
chainId: 1024,
|
|
514
534
|
caip2id: 'eip155:1024',
|
|
515
535
|
name: 'Clover',
|
|
@@ -519,7 +539,7 @@ export const networks = [
|
|
|
519
539
|
},
|
|
520
540
|
{
|
|
521
541
|
id: 'xdc',
|
|
522
|
-
fileName: 'xdc',
|
|
542
|
+
fileName: 'network:xdc',
|
|
523
543
|
chainId: 50,
|
|
524
544
|
caip2id: 'eip155:50',
|
|
525
545
|
name: 'xdc network',
|
|
@@ -529,7 +549,7 @@ export const networks = [
|
|
|
529
549
|
},
|
|
530
550
|
{
|
|
531
551
|
id: 'velas',
|
|
532
|
-
fileName: 'velas',
|
|
552
|
+
fileName: 'network:velas',
|
|
533
553
|
chainId: 106,
|
|
534
554
|
caip2id: 'eip155:106',
|
|
535
555
|
name: 'Velas',
|
|
@@ -539,7 +559,7 @@ export const networks = [
|
|
|
539
559
|
},
|
|
540
560
|
{
|
|
541
561
|
id: 'filecoin',
|
|
542
|
-
fileName: 'filecoin',
|
|
562
|
+
fileName: 'network:filecoin',
|
|
543
563
|
chainId: 314,
|
|
544
564
|
caip2id: 'eip155:314',
|
|
545
565
|
name: 'Filecoin',
|
|
@@ -549,7 +569,7 @@ export const networks = [
|
|
|
549
569
|
},
|
|
550
570
|
{
|
|
551
571
|
id: 'chiliz',
|
|
552
|
-
fileName: 'chiliz',
|
|
572
|
+
fileName: 'network:chiliz',
|
|
553
573
|
chainId: 88888,
|
|
554
574
|
caip2id: 'eip155:88888',
|
|
555
575
|
name: 'Chiliz',
|
|
@@ -559,7 +579,7 @@ export const networks = [
|
|
|
559
579
|
},
|
|
560
580
|
{
|
|
561
581
|
id: 'dogechain',
|
|
562
|
-
fileName: 'dogechain',
|
|
582
|
+
fileName: 'network:dogechain',
|
|
563
583
|
chainId: 2000,
|
|
564
584
|
caip2id: 'eip155:2000',
|
|
565
585
|
name: 'Dogechain',
|
|
@@ -569,7 +589,7 @@ export const networks = [
|
|
|
569
589
|
},
|
|
570
590
|
{
|
|
571
591
|
id: 'lens',
|
|
572
|
-
fileName: 'lens',
|
|
592
|
+
fileName: 'network:lens',
|
|
573
593
|
chainId: 37111,
|
|
574
594
|
caip2id: 'eip155:37111',
|
|
575
595
|
name: 'Lens',
|
|
@@ -579,7 +599,7 @@ export const networks = [
|
|
|
579
599
|
},
|
|
580
600
|
{
|
|
581
601
|
id: 'mode',
|
|
582
|
-
fileName: 'mode',
|
|
602
|
+
fileName: 'network:mode',
|
|
583
603
|
chainId: 34443,
|
|
584
604
|
caip2id: 'eip155:34443',
|
|
585
605
|
name: 'Mode',
|
|
@@ -589,17 +609,17 @@ export const networks = [
|
|
|
589
609
|
},
|
|
590
610
|
{
|
|
591
611
|
id: 'linea',
|
|
592
|
-
fileName: 'linea',
|
|
612
|
+
fileName: 'network:linea',
|
|
593
613
|
chainId: 59144,
|
|
594
614
|
caip2id: 'eip155:59144',
|
|
595
615
|
name: 'Linea',
|
|
596
616
|
shortName: 'linea',
|
|
597
|
-
nativeCoinId: '
|
|
617
|
+
nativeCoinId: 'ETH',
|
|
598
618
|
variants: ['background', 'branded', 'mono'],
|
|
599
619
|
},
|
|
600
620
|
{
|
|
601
621
|
id: 'zeta-chain',
|
|
602
|
-
fileName: 'zeta-chain',
|
|
622
|
+
fileName: 'network:zeta-chain',
|
|
603
623
|
chainId: 7000,
|
|
604
624
|
caip2id: 'eip155:7000',
|
|
605
625
|
name: 'Zeta Chain',
|
|
@@ -609,7 +629,7 @@ export const networks = [
|
|
|
609
629
|
},
|
|
610
630
|
{
|
|
611
631
|
id: 'juno',
|
|
612
|
-
fileName: 'juno',
|
|
632
|
+
fileName: 'network:juno',
|
|
613
633
|
name: 'Juno',
|
|
614
634
|
shortName: 'juno',
|
|
615
635
|
nativeCoinId: 'juno-network',
|
|
@@ -617,7 +637,7 @@ export const networks = [
|
|
|
617
637
|
},
|
|
618
638
|
{
|
|
619
639
|
id: 'gravity',
|
|
620
|
-
fileName: 'gravity',
|
|
640
|
+
fileName: 'network:gravity',
|
|
621
641
|
chainId: 1625,
|
|
622
642
|
caip2id: 'eip155:1625',
|
|
623
643
|
name: 'gravity-network',
|
|
@@ -627,7 +647,7 @@ export const networks = [
|
|
|
627
647
|
},
|
|
628
648
|
{
|
|
629
649
|
id: 'avalanche',
|
|
630
|
-
fileName: 'avalanche',
|
|
650
|
+
fileName: 'network:avalanche',
|
|
631
651
|
chainId: 43114,
|
|
632
652
|
caip2id: 'eip155:43114',
|
|
633
653
|
name: 'Avalanche C-Chain',
|
|
@@ -637,7 +657,7 @@ export const networks = [
|
|
|
637
657
|
},
|
|
638
658
|
{
|
|
639
659
|
id: 'rollux',
|
|
640
|
-
fileName: 'rollux',
|
|
660
|
+
fileName: 'network:rollux',
|
|
641
661
|
chainId: 570,
|
|
642
662
|
caip2id: 'eip155:570',
|
|
643
663
|
name: 'Rollux',
|
|
@@ -647,7 +667,7 @@ export const networks = [
|
|
|
647
667
|
},
|
|
648
668
|
{
|
|
649
669
|
id: 'lumia',
|
|
650
|
-
fileName: 'lumia',
|
|
670
|
+
fileName: 'network:lumia',
|
|
651
671
|
chainId: 994873017,
|
|
652
672
|
caip2id: 'eip155:994873017',
|
|
653
673
|
name: 'Lumia',
|
|
@@ -656,7 +676,7 @@ export const networks = [
|
|
|
656
676
|
},
|
|
657
677
|
{
|
|
658
678
|
id: 'mantle',
|
|
659
|
-
fileName: 'mantle',
|
|
679
|
+
fileName: 'network:mantle',
|
|
660
680
|
chainId: 5000,
|
|
661
681
|
caip2id: 'eip155:5000',
|
|
662
682
|
name: 'Mantle',
|
|
@@ -666,7 +686,7 @@ export const networks = [
|
|
|
666
686
|
},
|
|
667
687
|
{
|
|
668
688
|
id: 'bitcoin',
|
|
669
|
-
fileName: 'bitcoin',
|
|
689
|
+
fileName: 'network:bitcoin',
|
|
670
690
|
caip2id: 'bip122:000000000019d6689c085ae165831e93',
|
|
671
691
|
name: 'Bitcoin',
|
|
672
692
|
shortName: 'bitcoin',
|
|
@@ -675,7 +695,7 @@ export const networks = [
|
|
|
675
695
|
},
|
|
676
696
|
{
|
|
677
697
|
id: 'litecoin',
|
|
678
|
-
fileName: 'litecoin',
|
|
698
|
+
fileName: 'network:litecoin',
|
|
679
699
|
caip2id: 'bip122:12a765e31ffd4059bada1e25190f6e98',
|
|
680
700
|
name: 'Litecoin',
|
|
681
701
|
shortName: 'ltc',
|
|
@@ -684,7 +704,7 @@ export const networks = [
|
|
|
684
704
|
},
|
|
685
705
|
{
|
|
686
706
|
id: 'wemix',
|
|
687
|
-
fileName: 'wemix',
|
|
707
|
+
fileName: 'network:wemix',
|
|
688
708
|
chainId: 111,
|
|
689
709
|
caip2id: 'eip155:1111',
|
|
690
710
|
name: 'Wemix',
|
|
@@ -694,7 +714,7 @@ export const networks = [
|
|
|
694
714
|
},
|
|
695
715
|
{
|
|
696
716
|
id: 'bob',
|
|
697
|
-
fileName: 'bob',
|
|
717
|
+
fileName: 'network:bob',
|
|
698
718
|
chainId: 60808,
|
|
699
719
|
caip2id: 'eip155:60808',
|
|
700
720
|
name: 'Bob',
|
|
@@ -704,7 +724,7 @@ export const networks = [
|
|
|
704
724
|
},
|
|
705
725
|
{
|
|
706
726
|
id: 'botanix',
|
|
707
|
-
fileName: 'botanix',
|
|
727
|
+
fileName: 'network:botanix',
|
|
708
728
|
chainId: 3637,
|
|
709
729
|
caip2id: 'eip155:3637',
|
|
710
730
|
name: 'Botanix',
|
|
@@ -714,7 +734,7 @@ export const networks = [
|
|
|
714
734
|
},
|
|
715
735
|
{
|
|
716
736
|
id: 'sys',
|
|
717
|
-
fileName: 'sys',
|
|
737
|
+
fileName: 'network:sys',
|
|
718
738
|
chainId: 57,
|
|
719
739
|
caip2id: 'eip155:57',
|
|
720
740
|
name: 'Syscoin',
|
|
@@ -724,7 +744,7 @@ export const networks = [
|
|
|
724
744
|
},
|
|
725
745
|
{
|
|
726
746
|
id: 'cardano',
|
|
727
|
-
fileName: 'cardano',
|
|
747
|
+
fileName: 'network:cardano',
|
|
728
748
|
caip2id: 'cip-34:1-764824073',
|
|
729
749
|
name: 'Cardano',
|
|
730
750
|
shortName: 'ada',
|
|
@@ -733,7 +753,7 @@ export const networks = [
|
|
|
733
753
|
},
|
|
734
754
|
{
|
|
735
755
|
id: 'treasure',
|
|
736
|
-
fileName: 'treasure',
|
|
756
|
+
fileName: 'network:treasure',
|
|
737
757
|
chainId: 61166,
|
|
738
758
|
caip2id: 'eip155:61166',
|
|
739
759
|
name: 'Treasure',
|
|
@@ -743,7 +763,7 @@ export const networks = [
|
|
|
743
763
|
},
|
|
744
764
|
{
|
|
745
765
|
id: 'shiden',
|
|
746
|
-
fileName: 'shiden',
|
|
766
|
+
fileName: 'network:shiden',
|
|
747
767
|
chainId: 336,
|
|
748
768
|
caip2id: 'eip155:336',
|
|
749
769
|
name: 'shiden',
|
|
@@ -753,7 +773,7 @@ export const networks = [
|
|
|
753
773
|
},
|
|
754
774
|
{
|
|
755
775
|
id: 'stargaze',
|
|
756
|
-
fileName: 'stargaze',
|
|
776
|
+
fileName: 'network:stargaze',
|
|
757
777
|
name: 'Stargaze',
|
|
758
778
|
shortName: 'stargaze',
|
|
759
779
|
nativeCoinId: 'stargaze',
|
|
@@ -761,7 +781,7 @@ export const networks = [
|
|
|
761
781
|
},
|
|
762
782
|
{
|
|
763
783
|
id: 'kardia',
|
|
764
|
-
fileName: 'kardia',
|
|
784
|
+
fileName: 'network:kardia',
|
|
765
785
|
chainId: 24,
|
|
766
786
|
caip2id: 'eip155:24',
|
|
767
787
|
name: 'kardia chain',
|
|
@@ -771,7 +791,7 @@ export const networks = [
|
|
|
771
791
|
},
|
|
772
792
|
{
|
|
773
793
|
id: 'blast',
|
|
774
|
-
fileName: 'blast',
|
|
794
|
+
fileName: 'network:blast',
|
|
775
795
|
chainId: 81457,
|
|
776
796
|
caip2id: 'eip155:81457',
|
|
777
797
|
name: 'Blast',
|
|
@@ -781,7 +801,7 @@ export const networks = [
|
|
|
781
801
|
},
|
|
782
802
|
{
|
|
783
803
|
id: 'etherlink',
|
|
784
|
-
fileName: 'etherlink',
|
|
804
|
+
fileName: 'network:etherlink',
|
|
785
805
|
chainId: 42793,
|
|
786
806
|
caip2id: 'eip155:42793',
|
|
787
807
|
name: 'etherlink',
|
|
@@ -791,7 +811,7 @@ export const networks = [
|
|
|
791
811
|
},
|
|
792
812
|
{
|
|
793
813
|
id: 'rari',
|
|
794
|
-
fileName: 'rari',
|
|
814
|
+
fileName: 'network:rari',
|
|
795
815
|
chainId: 1380012617,
|
|
796
816
|
caip2id: 'eip155:1380012617',
|
|
797
817
|
name: 'Rari',
|
|
@@ -801,7 +821,7 @@ export const networks = [
|
|
|
801
821
|
},
|
|
802
822
|
{
|
|
803
823
|
id: 'unichain',
|
|
804
|
-
fileName: 'unichain',
|
|
824
|
+
fileName: 'network:unichain',
|
|
805
825
|
chainId: 130,
|
|
806
826
|
caip2id: 'eip155:130',
|
|
807
827
|
name: 'Unichain',
|
|
@@ -811,7 +831,7 @@ export const networks = [
|
|
|
811
831
|
},
|
|
812
832
|
{
|
|
813
833
|
id: 'rei',
|
|
814
|
-
fileName: 'rei',
|
|
834
|
+
fileName: 'network:rei',
|
|
815
835
|
chainId: 47805,
|
|
816
836
|
caip2id: 'eip155:47805',
|
|
817
837
|
name: 'Rei',
|
|
@@ -820,7 +840,7 @@ export const networks = [
|
|
|
820
840
|
},
|
|
821
841
|
{
|
|
822
842
|
id: 'karura',
|
|
823
|
-
fileName: 'karura',
|
|
843
|
+
fileName: 'network:karura',
|
|
824
844
|
chainId: 686,
|
|
825
845
|
caip2id: 'eip155:686',
|
|
826
846
|
name: 'Karura',
|
|
@@ -830,7 +850,7 @@ export const networks = [
|
|
|
830
850
|
},
|
|
831
851
|
{
|
|
832
852
|
id: 'world',
|
|
833
|
-
fileName: 'world',
|
|
853
|
+
fileName: 'network:world',
|
|
834
854
|
chainId: 480,
|
|
835
855
|
caip2id: 'eip155:480',
|
|
836
856
|
name: 'World Chain',
|
|
@@ -840,7 +860,7 @@ export const networks = [
|
|
|
840
860
|
},
|
|
841
861
|
{
|
|
842
862
|
id: 'sui',
|
|
843
|
-
fileName: 'sui',
|
|
863
|
+
fileName: 'network:sui',
|
|
844
864
|
name: 'Sui',
|
|
845
865
|
shortName: 'sui',
|
|
846
866
|
nativeCoinId: 'sui',
|
|
@@ -848,7 +868,7 @@ export const networks = [
|
|
|
848
868
|
},
|
|
849
869
|
{
|
|
850
870
|
id: 'ronin',
|
|
851
|
-
fileName: 'ronin',
|
|
871
|
+
fileName: 'network:ronin',
|
|
852
872
|
chainId: 2020,
|
|
853
873
|
caip2id: 'eip155:2020',
|
|
854
874
|
name: 'Ronin',
|
|
@@ -858,7 +878,7 @@ export const networks = [
|
|
|
858
878
|
},
|
|
859
879
|
{
|
|
860
880
|
id: 'bitkub-chain',
|
|
861
|
-
fileName: 'bitkub-chain',
|
|
881
|
+
fileName: 'network:bitkub-chain',
|
|
862
882
|
chainId: 96,
|
|
863
883
|
caip2id: 'eip155:96',
|
|
864
884
|
name: 'Bitkub Chain',
|
|
@@ -868,7 +888,7 @@ export const networks = [
|
|
|
868
888
|
},
|
|
869
889
|
{
|
|
870
890
|
id: 'moonbase-alpha',
|
|
871
|
-
fileName: 'moonbase-alpha',
|
|
891
|
+
fileName: 'network:moonbase-alpha',
|
|
872
892
|
chainId: 1287,
|
|
873
893
|
caip2id: 'eip155:1287',
|
|
874
894
|
name: 'Moonbase Alpha',
|
|
@@ -877,7 +897,7 @@ export const networks = [
|
|
|
877
897
|
},
|
|
878
898
|
{
|
|
879
899
|
id: 'nibiru',
|
|
880
|
-
fileName: 'nibiru',
|
|
900
|
+
fileName: 'network:nibiru',
|
|
881
901
|
chainId: 6900,
|
|
882
902
|
caip2id: 'eip155:6900',
|
|
883
903
|
name: 'Nibiru',
|
|
@@ -886,7 +906,7 @@ export const networks = [
|
|
|
886
906
|
},
|
|
887
907
|
{
|
|
888
908
|
id: 'gnosis',
|
|
889
|
-
fileName: 'gnosis',
|
|
909
|
+
fileName: 'network:gnosis',
|
|
890
910
|
chainId: 100,
|
|
891
911
|
caip2id: 'eip155:100',
|
|
892
912
|
name: 'Gnosis Chain',
|
|
@@ -896,7 +916,7 @@ export const networks = [
|
|
|
896
916
|
},
|
|
897
917
|
{
|
|
898
918
|
id: 'xrp',
|
|
899
|
-
fileName: 'xrp',
|
|
919
|
+
fileName: 'network:xrp',
|
|
900
920
|
caip2id: 'xrpl:0',
|
|
901
921
|
name: 'XRP Ledger',
|
|
902
922
|
shortName: 'xrp',
|
|
@@ -905,7 +925,7 @@ export const networks = [
|
|
|
905
925
|
},
|
|
906
926
|
{
|
|
907
927
|
id: 'lumio',
|
|
908
|
-
fileName: 'lumio',
|
|
928
|
+
fileName: 'network:lumio',
|
|
909
929
|
chainId: 8866,
|
|
910
930
|
caip2id: 'eip155:8866',
|
|
911
931
|
name: 'Super Lumio',
|
|
@@ -915,7 +935,7 @@ export const networks = [
|
|
|
915
935
|
},
|
|
916
936
|
{
|
|
917
937
|
id: 'kakarot',
|
|
918
|
-
fileName: 'kakarot',
|
|
938
|
+
fileName: 'network:kakarot',
|
|
919
939
|
name: 'Kakarot',
|
|
920
940
|
shortName: 'kakarot',
|
|
921
941
|
nativeCoinId: 'eth',
|
|
@@ -923,7 +943,7 @@ export const networks = [
|
|
|
923
943
|
},
|
|
924
944
|
{
|
|
925
945
|
id: 'x-layer',
|
|
926
|
-
fileName: 'x-layer',
|
|
946
|
+
fileName: 'network:x-layer',
|
|
927
947
|
chainId: 19,
|
|
928
948
|
caip2id: 'eip155:19',
|
|
929
949
|
name: 'X Layer',
|
|
@@ -933,7 +953,7 @@ export const networks = [
|
|
|
933
953
|
},
|
|
934
954
|
{
|
|
935
955
|
id: 'energy-web',
|
|
936
|
-
fileName: 'energy-web',
|
|
956
|
+
fileName: 'network:energy-web',
|
|
937
957
|
chainId: 246,
|
|
938
958
|
caip2id: 'eip155:246',
|
|
939
959
|
name: 'energy web',
|
|
@@ -943,7 +963,7 @@ export const networks = [
|
|
|
943
963
|
},
|
|
944
964
|
{
|
|
945
965
|
id: 'metis-andromeda',
|
|
946
|
-
fileName: 'metis-andromeda',
|
|
966
|
+
fileName: 'network:metis-andromeda',
|
|
947
967
|
chainId: 1088,
|
|
948
968
|
caip2id: 'eip155:1088',
|
|
949
969
|
name: 'Metis Andromeda',
|
|
@@ -953,7 +973,7 @@ export const networks = [
|
|
|
953
973
|
},
|
|
954
974
|
{
|
|
955
975
|
id: 'coinex-smart-chain',
|
|
956
|
-
fileName: 'coinex-smart-chain',
|
|
976
|
+
fileName: 'network:coinex-smart-chain',
|
|
957
977
|
chainId: 52,
|
|
958
978
|
caip2id: 'eip155:52',
|
|
959
979
|
name: 'CoinEx Smart Chain',
|
|
@@ -963,7 +983,7 @@ export const networks = [
|
|
|
963
983
|
},
|
|
964
984
|
{
|
|
965
985
|
id: 'hedera-hashgraph',
|
|
966
|
-
fileName: 'hedera-hashgraph',
|
|
986
|
+
fileName: 'network:hedera-hashgraph',
|
|
967
987
|
chainId: 295,
|
|
968
988
|
caip2id: 'eip155:295',
|
|
969
989
|
name: 'Hedera Hashgraph',
|
|
@@ -973,7 +993,7 @@ export const networks = [
|
|
|
973
993
|
},
|
|
974
994
|
{
|
|
975
995
|
id: 'tenet',
|
|
976
|
-
fileName: 'tenet',
|
|
996
|
+
fileName: 'network:tenet',
|
|
977
997
|
chainId: 1559,
|
|
978
998
|
caip2id: 'eip155:1559',
|
|
979
999
|
name: 'Tenet',
|
|
@@ -983,17 +1003,17 @@ export const networks = [
|
|
|
983
1003
|
},
|
|
984
1004
|
{
|
|
985
1005
|
id: 'arbitrum-one',
|
|
986
|
-
fileName: 'arbitrum-one',
|
|
1006
|
+
fileName: 'network:arbitrum-one',
|
|
987
1007
|
chainId: 42161,
|
|
988
1008
|
caip2id: 'eip155:42161',
|
|
989
1009
|
name: 'Arbitrum One',
|
|
990
1010
|
shortName: 'Arbitrum',
|
|
991
|
-
nativeCoinId: '
|
|
1011
|
+
nativeCoinId: 'ETH',
|
|
992
1012
|
variants: ['background', 'branded', 'mono'],
|
|
993
1013
|
},
|
|
994
1014
|
{
|
|
995
1015
|
id: 'scroll',
|
|
996
|
-
fileName: 'scroll',
|
|
1016
|
+
fileName: 'network:scroll',
|
|
997
1017
|
chainId: 534352,
|
|
998
1018
|
caip2id: 'eip155:534352',
|
|
999
1019
|
name: 'Scroll',
|
|
@@ -1003,17 +1023,17 @@ export const networks = [
|
|
|
1003
1023
|
},
|
|
1004
1024
|
{
|
|
1005
1025
|
id: 'boba',
|
|
1006
|
-
fileName: 'boba',
|
|
1026
|
+
fileName: 'network:boba',
|
|
1007
1027
|
chainId: 288,
|
|
1008
1028
|
caip2id: 'eip155:288',
|
|
1009
1029
|
name: 'Boba Network',
|
|
1010
1030
|
shortName: 'boba',
|
|
1011
|
-
nativeCoinId: '
|
|
1031
|
+
nativeCoinId: 'ETH',
|
|
1012
1032
|
variants: ['background', 'branded', 'mono'],
|
|
1013
1033
|
},
|
|
1014
1034
|
{
|
|
1015
1035
|
id: 'viction',
|
|
1016
|
-
fileName: 'viction',
|
|
1036
|
+
fileName: 'network:viction',
|
|
1017
1037
|
chainId: 88,
|
|
1018
1038
|
caip2id: 'eip155:88',
|
|
1019
1039
|
name: 'Viction',
|
|
@@ -1023,7 +1043,7 @@ export const networks = [
|
|
|
1023
1043
|
},
|
|
1024
1044
|
{
|
|
1025
1045
|
id: 'monad',
|
|
1026
|
-
fileName: 'monad',
|
|
1046
|
+
fileName: 'network:monad',
|
|
1027
1047
|
chainId: 143,
|
|
1028
1048
|
caip2id: 'eip155:143',
|
|
1029
1049
|
name: 'Monad',
|
|
@@ -1033,7 +1053,7 @@ export const networks = [
|
|
|
1033
1053
|
},
|
|
1034
1054
|
{
|
|
1035
1055
|
id: 'immutable',
|
|
1036
|
-
fileName: 'immutable',
|
|
1056
|
+
fileName: 'network:immutable',
|
|
1037
1057
|
chainId: 13371,
|
|
1038
1058
|
caip2id: 'eip155:13371',
|
|
1039
1059
|
name: 'Immutable zkEVM',
|
|
@@ -1043,7 +1063,7 @@ export const networks = [
|
|
|
1043
1063
|
},
|
|
1044
1064
|
{
|
|
1045
1065
|
id: 'flare',
|
|
1046
|
-
fileName: 'flare',
|
|
1066
|
+
fileName: 'network:flare',
|
|
1047
1067
|
chainId: 14,
|
|
1048
1068
|
caip2id: 'eip155:14',
|
|
1049
1069
|
name: 'flare',
|
|
@@ -1053,7 +1073,7 @@ export const networks = [
|
|
|
1053
1073
|
},
|
|
1054
1074
|
{
|
|
1055
1075
|
id: 'wax',
|
|
1056
|
-
fileName: 'wax',
|
|
1076
|
+
fileName: 'network:wax',
|
|
1057
1077
|
caip2id: 'antelope:1064487b3cd1a897ce03ae5b6a865651',
|
|
1058
1078
|
name: 'WAX',
|
|
1059
1079
|
shortName: 'wax',
|
|
@@ -1062,7 +1082,7 @@ export const networks = [
|
|
|
1062
1082
|
},
|
|
1063
1083
|
{
|
|
1064
1084
|
id: 'taiko',
|
|
1065
|
-
fileName: 'taiko',
|
|
1085
|
+
fileName: 'network:taiko',
|
|
1066
1086
|
chainId: 167000,
|
|
1067
1087
|
caip2id: 'eip155:167000',
|
|
1068
1088
|
name: 'Taiko',
|
|
@@ -1072,7 +1092,7 @@ export const networks = [
|
|
|
1072
1092
|
},
|
|
1073
1093
|
{
|
|
1074
1094
|
id: 'lyra',
|
|
1075
|
-
fileName: 'lyra',
|
|
1095
|
+
fileName: 'network:lyra',
|
|
1076
1096
|
chainId: 957,
|
|
1077
1097
|
caip2id: 'eip155:957',
|
|
1078
1098
|
name: 'lyra chain',
|
|
@@ -1082,7 +1102,7 @@ export const networks = [
|
|
|
1082
1102
|
},
|
|
1083
1103
|
{
|
|
1084
1104
|
id: 'starknet',
|
|
1085
|
-
fileName: 'starknet',
|
|
1105
|
+
fileName: 'network:starknet',
|
|
1086
1106
|
name: 'StarkNet',
|
|
1087
1107
|
shortName: 'starknet',
|
|
1088
1108
|
nativeCoinId: 'starknet',
|
|
@@ -1090,7 +1110,7 @@ export const networks = [
|
|
|
1090
1110
|
},
|
|
1091
1111
|
{
|
|
1092
1112
|
id: 'moonbeam',
|
|
1093
|
-
fileName: 'moonbeam',
|
|
1113
|
+
fileName: 'network:moonbeam',
|
|
1094
1114
|
chainId: 1284,
|
|
1095
1115
|
caip2id: 'eip155:1284',
|
|
1096
1116
|
name: 'Moonbeam',
|
|
@@ -1100,7 +1120,7 @@ export const networks = [
|
|
|
1100
1120
|
},
|
|
1101
1121
|
{
|
|
1102
1122
|
id: 'super-seed',
|
|
1103
|
-
fileName: 'super-seed',
|
|
1123
|
+
fileName: 'network:super-seed',
|
|
1104
1124
|
chainId: 5330,
|
|
1105
1125
|
caip2id: 'eip155:5330',
|
|
1106
1126
|
name: 'Super Seed',
|
|
@@ -1109,7 +1129,7 @@ export const networks = [
|
|
|
1109
1129
|
},
|
|
1110
1130
|
{
|
|
1111
1131
|
id: 'fluence',
|
|
1112
|
-
fileName: 'fluence',
|
|
1132
|
+
fileName: 'network:fluence',
|
|
1113
1133
|
chainId: 9999999,
|
|
1114
1134
|
caip2id: 'eip155:9999999',
|
|
1115
1135
|
name: 'Fluence',
|
|
@@ -1119,7 +1139,7 @@ export const networks = [
|
|
|
1119
1139
|
},
|
|
1120
1140
|
{
|
|
1121
1141
|
id: 'orderly',
|
|
1122
|
-
fileName: 'orderly',
|
|
1142
|
+
fileName: 'network:orderly',
|
|
1123
1143
|
chainId: 291,
|
|
1124
1144
|
caip2id: 'eip155:291',
|
|
1125
1145
|
name: 'Orderly',
|
|
@@ -1129,7 +1149,7 @@ export const networks = [
|
|
|
1129
1149
|
},
|
|
1130
1150
|
{
|
|
1131
1151
|
id: 'okex',
|
|
1132
|
-
fileName: 'okex',
|
|
1152
|
+
fileName: 'network:okex',
|
|
1133
1153
|
chainId: 66,
|
|
1134
1154
|
caip2id: 'eip155:66',
|
|
1135
1155
|
name: 'OKEx Chain',
|
|
@@ -1139,7 +1159,7 @@ export const networks = [
|
|
|
1139
1159
|
},
|
|
1140
1160
|
{
|
|
1141
1161
|
id: 'kroma',
|
|
1142
|
-
fileName: 'kroma',
|
|
1162
|
+
fileName: 'network:kroma',
|
|
1143
1163
|
chainId: 255,
|
|
1144
1164
|
caip2id: 'eip155:255',
|
|
1145
1165
|
name: 'kroma',
|
|
@@ -1149,7 +1169,7 @@ export const networks = [
|
|
|
1149
1169
|
},
|
|
1150
1170
|
{
|
|
1151
1171
|
id: 'kava',
|
|
1152
|
-
fileName: 'kava',
|
|
1172
|
+
fileName: 'network:kava',
|
|
1153
1173
|
chainId: 2222,
|
|
1154
1174
|
caip2id: 'cosmos:kava-4',
|
|
1155
1175
|
name: 'Kava',
|
|
@@ -1159,7 +1179,7 @@ export const networks = [
|
|
|
1159
1179
|
},
|
|
1160
1180
|
{
|
|
1161
1181
|
id: 'moonriver',
|
|
1162
|
-
fileName: 'moonriver',
|
|
1182
|
+
fileName: 'network:moonriver',
|
|
1163
1183
|
chainId: 1285,
|
|
1164
1184
|
caip2id: 'eip155:1285',
|
|
1165
1185
|
name: 'Moonriver',
|
|
@@ -1169,7 +1189,7 @@ export const networks = [
|
|
|
1169
1189
|
},
|
|
1170
1190
|
{
|
|
1171
1191
|
id: 'ubiq',
|
|
1172
|
-
fileName: 'ubiq',
|
|
1192
|
+
fileName: 'network:ubiq',
|
|
1173
1193
|
chainId: 8,
|
|
1174
1194
|
caip2id: 'eip155:8',
|
|
1175
1195
|
name: 'ubiq',
|
|
@@ -1179,7 +1199,7 @@ export const networks = [
|
|
|
1179
1199
|
},
|
|
1180
1200
|
{
|
|
1181
1201
|
id: 'soneium',
|
|
1182
|
-
fileName: 'soneium',
|
|
1202
|
+
fileName: 'network:soneium',
|
|
1183
1203
|
chainId: 1868,
|
|
1184
1204
|
caip2id: 'eip155:1868',
|
|
1185
1205
|
name: 'Soneium',
|
|
@@ -1189,7 +1209,7 @@ export const networks = [
|
|
|
1189
1209
|
},
|
|
1190
1210
|
{
|
|
1191
1211
|
id: 'nahmii',
|
|
1192
|
-
fileName: 'nahmii',
|
|
1212
|
+
fileName: 'network:nahmii',
|
|
1193
1213
|
chainId: 4061,
|
|
1194
1214
|
caip2id: 'eip155:4061',
|
|
1195
1215
|
name: 'Nahmii',
|
|
@@ -1199,17 +1219,17 @@ export const networks = [
|
|
|
1199
1219
|
},
|
|
1200
1220
|
{
|
|
1201
1221
|
id: 'lightlink',
|
|
1202
|
-
fileName: 'lightlink',
|
|
1222
|
+
fileName: 'network:lightlink',
|
|
1203
1223
|
chainId: 1890,
|
|
1204
1224
|
caip2id: 'eip155:1890',
|
|
1205
1225
|
name: 'LightLink',
|
|
1206
1226
|
shortName: 'lightlink',
|
|
1207
|
-
nativeCoinId: '
|
|
1227
|
+
nativeCoinId: 'ETH',
|
|
1208
1228
|
variants: ['background', 'branded', 'mono'],
|
|
1209
1229
|
},
|
|
1210
1230
|
{
|
|
1211
1231
|
id: 'lisk',
|
|
1212
|
-
fileName: 'lisk',
|
|
1232
|
+
fileName: 'network:lisk',
|
|
1213
1233
|
chainId: 1135,
|
|
1214
1234
|
caip2id: 'eip155:1135',
|
|
1215
1235
|
name: 'Lisk',
|
|
@@ -1219,14 +1239,14 @@ export const networks = [
|
|
|
1219
1239
|
},
|
|
1220
1240
|
{
|
|
1221
1241
|
id: 'push',
|
|
1222
|
-
fileName: 'push',
|
|
1242
|
+
fileName: 'network:push',
|
|
1223
1243
|
name: 'Push Chain',
|
|
1224
1244
|
shortName: 'Push',
|
|
1225
1245
|
variants: ['background', 'branded', 'mono'],
|
|
1226
1246
|
},
|
|
1227
1247
|
{
|
|
1228
1248
|
id: 'polkadot',
|
|
1229
|
-
fileName: 'polkadot',
|
|
1249
|
+
fileName: 'network:polkadot',
|
|
1230
1250
|
caip2id: 'polkadot:91b171bb158e2d3848fa23a9f1c25182',
|
|
1231
1251
|
name: 'Polkadot',
|
|
1232
1252
|
shortName: 'dot',
|
|
@@ -1235,7 +1255,7 @@ export const networks = [
|
|
|
1235
1255
|
},
|
|
1236
1256
|
{
|
|
1237
1257
|
id: 'oasys',
|
|
1238
|
-
fileName: 'oasys',
|
|
1258
|
+
fileName: 'network:oasys',
|
|
1239
1259
|
chainId: 248,
|
|
1240
1260
|
caip2id: 'eip155:248',
|
|
1241
1261
|
name: 'Oasys',
|
|
@@ -1245,17 +1265,17 @@ export const networks = [
|
|
|
1245
1265
|
},
|
|
1246
1266
|
{
|
|
1247
1267
|
id: 'base',
|
|
1248
|
-
fileName: 'base',
|
|
1268
|
+
fileName: 'network:base',
|
|
1249
1269
|
chainId: 8453,
|
|
1250
1270
|
caip2id: 'eip155:8453',
|
|
1251
1271
|
name: 'Base',
|
|
1252
1272
|
shortName: 'base',
|
|
1253
|
-
nativeCoinId: '
|
|
1273
|
+
nativeCoinId: 'ETH',
|
|
1254
1274
|
variants: ['background', 'branded', 'mono'],
|
|
1255
1275
|
},
|
|
1256
1276
|
{
|
|
1257
1277
|
id: 'optimism',
|
|
1258
|
-
fileName: 'optimism',
|
|
1278
|
+
fileName: 'network:optimism',
|
|
1259
1279
|
chainId: 10,
|
|
1260
1280
|
caip2id: 'eip155:10',
|
|
1261
1281
|
name: 'Optimism',
|
|
@@ -1265,7 +1285,7 @@ export const networks = [
|
|
|
1265
1285
|
},
|
|
1266
1286
|
{
|
|
1267
1287
|
id: 'loopring',
|
|
1268
|
-
fileName: 'loopring',
|
|
1288
|
+
fileName: 'network:loopring',
|
|
1269
1289
|
name: 'Loopring',
|
|
1270
1290
|
shortName: 'loopring',
|
|
1271
1291
|
nativeCoinId: 'loopring',
|
|
@@ -1273,7 +1293,7 @@ export const networks = [
|
|
|
1273
1293
|
},
|
|
1274
1294
|
{
|
|
1275
1295
|
id: 'osmosis',
|
|
1276
|
-
fileName: 'osmosis',
|
|
1296
|
+
fileName: 'network:osmosis',
|
|
1277
1297
|
name: 'Osmosis',
|
|
1278
1298
|
shortName: 'Osmo',
|
|
1279
1299
|
nativeCoinId: 'osmosis',
|
|
@@ -1281,7 +1301,7 @@ export const networks = [
|
|
|
1281
1301
|
},
|
|
1282
1302
|
{
|
|
1283
1303
|
id: 'ultron',
|
|
1284
|
-
fileName: 'ultron',
|
|
1304
|
+
fileName: 'network:ultron',
|
|
1285
1305
|
chainId: 1231,
|
|
1286
1306
|
caip2id: 'eip155:1231',
|
|
1287
1307
|
name: 'Ultron',
|
|
@@ -1291,7 +1311,7 @@ export const networks = [
|
|
|
1291
1311
|
},
|
|
1292
1312
|
{
|
|
1293
1313
|
id: 'songbird',
|
|
1294
|
-
fileName: 'songbird',
|
|
1314
|
+
fileName: 'network:songbird',
|
|
1295
1315
|
chainId: 19,
|
|
1296
1316
|
caip2id: 'eip155:19',
|
|
1297
1317
|
name: 'Songbird',
|
|
@@ -1301,7 +1321,7 @@ export const networks = [
|
|
|
1301
1321
|
},
|
|
1302
1322
|
{
|
|
1303
1323
|
id: 'hubble-exchange',
|
|
1304
|
-
fileName: 'hubble-exchange',
|
|
1324
|
+
fileName: 'network:hubble-exchange',
|
|
1305
1325
|
chainId: 1992,
|
|
1306
1326
|
caip2id: 'eip155:1992',
|
|
1307
1327
|
name: 'hubble exchange',
|
|
@@ -1311,7 +1331,7 @@ export const networks = [
|
|
|
1311
1331
|
},
|
|
1312
1332
|
{
|
|
1313
1333
|
id: 'kucoin',
|
|
1314
|
-
fileName: 'kucoin',
|
|
1334
|
+
fileName: 'network:kucoin',
|
|
1315
1335
|
name: 'kucoin',
|
|
1316
1336
|
shortName: 'kucoin',
|
|
1317
1337
|
nativeCoinId: 'kcs',
|
|
@@ -1319,7 +1339,7 @@ export const networks = [
|
|
|
1319
1339
|
},
|
|
1320
1340
|
{
|
|
1321
1341
|
id: 'manta-pacific',
|
|
1322
|
-
fileName: 'manta-pacific',
|
|
1342
|
+
fileName: 'network:manta-pacific',
|
|
1323
1343
|
chainId: 169,
|
|
1324
1344
|
name: 'Manta Pacific',
|
|
1325
1345
|
shortName: 'manta',
|
|
@@ -1328,7 +1348,7 @@ export const networks = [
|
|
|
1328
1348
|
},
|
|
1329
1349
|
{
|
|
1330
1350
|
id: 'ethereum-classic',
|
|
1331
|
-
fileName: 'ethereum-classic',
|
|
1351
|
+
fileName: 'network:ethereum-classic',
|
|
1332
1352
|
chainId: 61,
|
|
1333
1353
|
caip2id: 'eip155:61',
|
|
1334
1354
|
name: 'Ethereum Classic',
|
|
@@ -1338,7 +1358,7 @@ export const networks = [
|
|
|
1338
1358
|
},
|
|
1339
1359
|
{
|
|
1340
1360
|
id: 'acala',
|
|
1341
|
-
fileName: 'acala',
|
|
1361
|
+
fileName: 'network:acala',
|
|
1342
1362
|
chainId: 787,
|
|
1343
1363
|
caip2id: 'eip155:787',
|
|
1344
1364
|
name: 'Acala',
|
|
@@ -1348,7 +1368,7 @@ export const networks = [
|
|
|
1348
1368
|
},
|
|
1349
1369
|
{
|
|
1350
1370
|
id: 'neo-x',
|
|
1351
|
-
fileName: 'neo-x',
|
|
1371
|
+
fileName: 'network:neo-x',
|
|
1352
1372
|
chainId: 47763,
|
|
1353
1373
|
caip2id: 'eip155:47763',
|
|
1354
1374
|
name: 'neo-x',
|
|
@@ -1358,7 +1378,7 @@ export const networks = [
|
|
|
1358
1378
|
},
|
|
1359
1379
|
{
|
|
1360
1380
|
id: 'silicon',
|
|
1361
|
-
fileName: 'silicon',
|
|
1381
|
+
fileName: 'network:silicon',
|
|
1362
1382
|
chainId: 2355,
|
|
1363
1383
|
caip2id: 'eip155:2355',
|
|
1364
1384
|
name: 'Silicon zkEVM',
|
|
@@ -1368,7 +1388,7 @@ export const networks = [
|
|
|
1368
1388
|
},
|
|
1369
1389
|
{
|
|
1370
1390
|
id: 'sei-network',
|
|
1371
|
-
fileName: 'sei-network',
|
|
1391
|
+
fileName: 'network:sei-network',
|
|
1372
1392
|
chainId: 1329,
|
|
1373
1393
|
caip2id: 'eip155:1329',
|
|
1374
1394
|
name: 'Sei Network',
|
|
@@ -1378,7 +1398,7 @@ export const networks = [
|
|
|
1378
1398
|
},
|
|
1379
1399
|
{
|
|
1380
1400
|
id: 'milkomeda-a1',
|
|
1381
|
-
fileName: 'milkomeda-a1',
|
|
1401
|
+
fileName: 'network:milkomeda-a1',
|
|
1382
1402
|
chainId: 2002,
|
|
1383
1403
|
caip2id: 'eip155:2002',
|
|
1384
1404
|
name: 'milkomeda A1',
|
|
@@ -1388,7 +1408,7 @@ export const networks = [
|
|
|
1388
1408
|
},
|
|
1389
1409
|
{
|
|
1390
1410
|
id: 'shimmer-evm',
|
|
1391
|
-
fileName: 'shimmer-evm',
|
|
1411
|
+
fileName: 'network:shimmer-evm',
|
|
1392
1412
|
chainId: 148,
|
|
1393
1413
|
caip2id: 'eip155:148',
|
|
1394
1414
|
name: 'shimmer evm',
|
|
@@ -1398,7 +1418,7 @@ export const networks = [
|
|
|
1398
1418
|
},
|
|
1399
1419
|
{
|
|
1400
1420
|
id: 'telos',
|
|
1401
|
-
fileName: 'telos',
|
|
1421
|
+
fileName: 'network:telos',
|
|
1402
1422
|
chainId: 40,
|
|
1403
1423
|
caip2id: 'eip155:40',
|
|
1404
1424
|
name: 'Telos',
|
|
@@ -1408,7 +1428,7 @@ export const networks = [
|
|
|
1408
1428
|
},
|
|
1409
1429
|
{
|
|
1410
1430
|
id: 'lycan',
|
|
1411
|
-
fileName: 'lycan',
|
|
1431
|
+
fileName: 'network:lycan',
|
|
1412
1432
|
chainId: 721,
|
|
1413
1433
|
caip2id: 'eip155:721',
|
|
1414
1434
|
name: 'Lycan',
|
|
@@ -1418,7 +1438,7 @@ export const networks = [
|
|
|
1418
1438
|
},
|
|
1419
1439
|
{
|
|
1420
1440
|
id: 'celo',
|
|
1421
|
-
fileName: 'celo',
|
|
1441
|
+
fileName: 'network:celo',
|
|
1422
1442
|
chainId: 42220,
|
|
1423
1443
|
caip2id: 'eip155:42220',
|
|
1424
1444
|
name: 'Celo',
|
|
@@ -1428,7 +1448,7 @@ export const networks = [
|
|
|
1428
1448
|
},
|
|
1429
1449
|
{
|
|
1430
1450
|
id: 'zilliqa',
|
|
1431
|
-
fileName: 'zilliqa',
|
|
1451
|
+
fileName: 'network:zilliqa',
|
|
1432
1452
|
chainId: 32769,
|
|
1433
1453
|
caip2id: 'eip155:32769',
|
|
1434
1454
|
name: 'Zilliqa',
|
|
@@ -1438,7 +1458,7 @@ export const networks = [
|
|
|
1438
1458
|
},
|
|
1439
1459
|
{
|
|
1440
1460
|
id: 'reya',
|
|
1441
|
-
fileName: 'reya',
|
|
1461
|
+
fileName: 'network:reya',
|
|
1442
1462
|
chainId: 1729,
|
|
1443
1463
|
caip2id: 'eip155:1729',
|
|
1444
1464
|
name: 'reya',
|
|
@@ -1448,7 +1468,7 @@ export const networks = [
|
|
|
1448
1468
|
},
|
|
1449
1469
|
{
|
|
1450
1470
|
id: 'edgeless',
|
|
1451
|
-
fileName: 'edgeless',
|
|
1471
|
+
fileName: 'network:edgeless',
|
|
1452
1472
|
chainId: 2026,
|
|
1453
1473
|
caip2id: 'eip155:2026',
|
|
1454
1474
|
name: 'Edgeless Network',
|
|
@@ -1458,7 +1478,7 @@ export const networks = [
|
|
|
1458
1478
|
},
|
|
1459
1479
|
{
|
|
1460
1480
|
id: 'kaia',
|
|
1461
|
-
fileName: 'kaia',
|
|
1481
|
+
fileName: 'network:kaia',
|
|
1462
1482
|
chainId: 8217,
|
|
1463
1483
|
caip2id: 'eip155:8217',
|
|
1464
1484
|
name: 'Kaia',
|
|
@@ -1468,7 +1488,7 @@ export const networks = [
|
|
|
1468
1488
|
},
|
|
1469
1489
|
{
|
|
1470
1490
|
id: 'conflux',
|
|
1471
|
-
fileName: 'conflux',
|
|
1491
|
+
fileName: 'network:conflux',
|
|
1472
1492
|
chainId: 1030,
|
|
1473
1493
|
caip2id: 'eip155:1030',
|
|
1474
1494
|
name: 'Conflux',
|
|
@@ -1478,7 +1498,7 @@ export const networks = [
|
|
|
1478
1498
|
},
|
|
1479
1499
|
{
|
|
1480
1500
|
id: 'solana',
|
|
1481
|
-
fileName: 'solana',
|
|
1501
|
+
fileName: 'network:solana',
|
|
1482
1502
|
caip2id: 'solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp',
|
|
1483
1503
|
name: 'Solana',
|
|
1484
1504
|
shortName: 'Solana',
|
|
@@ -1487,7 +1507,7 @@ export const networks = [
|
|
|
1487
1507
|
},
|
|
1488
1508
|
{
|
|
1489
1509
|
id: 'optopia',
|
|
1490
|
-
fileName: 'optopia',
|
|
1510
|
+
fileName: 'network:optopia',
|
|
1491
1511
|
chainId: 62050,
|
|
1492
1512
|
caip2id: 'eip155:62050',
|
|
1493
1513
|
name: 'Optopia AI',
|
|
@@ -1497,17 +1517,17 @@ export const networks = [
|
|
|
1497
1517
|
},
|
|
1498
1518
|
{
|
|
1499
1519
|
id: 'arbitrum-nova',
|
|
1500
|
-
fileName: 'arbitrum-nova',
|
|
1520
|
+
fileName: 'network:arbitrum-nova',
|
|
1501
1521
|
chainId: 42170,
|
|
1502
1522
|
caip2id: 'eip155:42170',
|
|
1503
1523
|
name: 'Arbitrum Nova',
|
|
1504
1524
|
shortName: 'arbitrum-nova',
|
|
1505
|
-
nativeCoinId: '
|
|
1525
|
+
nativeCoinId: 'ETH',
|
|
1506
1526
|
variants: ['background', 'branded', 'mono'],
|
|
1507
1527
|
},
|
|
1508
1528
|
{
|
|
1509
1529
|
id: 'fio',
|
|
1510
|
-
fileName: 'fio',
|
|
1530
|
+
fileName: 'network:fio',
|
|
1511
1531
|
name: 'FIO Protocol',
|
|
1512
1532
|
shortName: 'fio',
|
|
1513
1533
|
nativeCoinId: 'FIO',
|
|
@@ -1515,7 +1535,7 @@ export const networks = [
|
|
|
1515
1535
|
},
|
|
1516
1536
|
{
|
|
1517
1537
|
id: 'algorand',
|
|
1518
|
-
fileName: 'algorand',
|
|
1538
|
+
fileName: 'network:algorand',
|
|
1519
1539
|
caip2id: 'algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k',
|
|
1520
1540
|
name: 'Algorand',
|
|
1521
1541
|
shortName: 'algo',
|
|
@@ -1524,7 +1544,7 @@ export const networks = [
|
|
|
1524
1544
|
},
|
|
1525
1545
|
{
|
|
1526
1546
|
id: 'berachain',
|
|
1527
|
-
fileName: 'berachain',
|
|
1547
|
+
fileName: 'network:berachain',
|
|
1528
1548
|
chainId: 80094,
|
|
1529
1549
|
caip2id: 'eip155:80094',
|
|
1530
1550
|
name: 'Berachain',
|
|
@@ -1534,14 +1554,14 @@ export const networks = [
|
|
|
1534
1554
|
},
|
|
1535
1555
|
{
|
|
1536
1556
|
id: 'paradex',
|
|
1537
|
-
fileName: 'paradex',
|
|
1557
|
+
fileName: 'network:paradex',
|
|
1538
1558
|
name: 'Paradex',
|
|
1539
1559
|
shortName: 'paradex',
|
|
1540
1560
|
variants: ['background', 'branded', 'mono'],
|
|
1541
1561
|
},
|
|
1542
1562
|
{
|
|
1543
1563
|
id: 'zero-network',
|
|
1544
|
-
fileName: 'zero-network',
|
|
1564
|
+
fileName: 'network:zero-network',
|
|
1545
1565
|
chainId: 543210,
|
|
1546
1566
|
caip2id: 'eip155:543210',
|
|
1547
1567
|
name: 'Zero Network',
|
|
@@ -1551,7 +1571,7 @@ export const networks = [
|
|
|
1551
1571
|
},
|
|
1552
1572
|
{
|
|
1553
1573
|
id: 'zircuit',
|
|
1554
|
-
fileName: 'zircuit',
|
|
1574
|
+
fileName: 'network:zircuit',
|
|
1555
1575
|
chainId: 48900,
|
|
1556
1576
|
caip2id: 'eip155:48900',
|
|
1557
1577
|
name: 'Zircuit',
|
|
@@ -1561,7 +1581,7 @@ export const networks = [
|
|
|
1561
1581
|
},
|
|
1562
1582
|
{
|
|
1563
1583
|
id: 'expchain',
|
|
1564
|
-
fileName: 'expchain',
|
|
1584
|
+
fileName: 'network:expchain',
|
|
1565
1585
|
chainId: 18880,
|
|
1566
1586
|
caip2id: 'eip155:18880',
|
|
1567
1587
|
name: 'EXPchain',
|
|
@@ -1570,7 +1590,7 @@ export const networks = [
|
|
|
1570
1590
|
},
|
|
1571
1591
|
{
|
|
1572
1592
|
id: 'japan-open-chain',
|
|
1573
|
-
fileName: 'japan-open-chain',
|
|
1593
|
+
fileName: 'network:japan-open-chain',
|
|
1574
1594
|
chainId: 81,
|
|
1575
1595
|
caip2id: 'eip155:81',
|
|
1576
1596
|
name: 'Japan Open Chain',
|
|
@@ -1580,7 +1600,7 @@ export const networks = [
|
|
|
1580
1600
|
},
|
|
1581
1601
|
{
|
|
1582
1602
|
id: 'vana',
|
|
1583
|
-
fileName: 'vana',
|
|
1603
|
+
fileName: 'network:vana',
|
|
1584
1604
|
chainId: 1480,
|
|
1585
1605
|
caip2id: 'eip155:1480',
|
|
1586
1606
|
name: 'Vana',
|
|
@@ -1590,7 +1610,7 @@ export const networks = [
|
|
|
1590
1610
|
},
|
|
1591
1611
|
{
|
|
1592
1612
|
id: 'vara',
|
|
1593
|
-
fileName: 'vara',
|
|
1613
|
+
fileName: 'network:vara',
|
|
1594
1614
|
caip2id: 'gear:vara-mainnet',
|
|
1595
1615
|
name: 'Vara',
|
|
1596
1616
|
shortName: 'vara',
|
|
@@ -1599,7 +1619,7 @@ export const networks = [
|
|
|
1599
1619
|
},
|
|
1600
1620
|
{
|
|
1601
1621
|
id: 'iota-evm',
|
|
1602
|
-
fileName: 'iota-evm',
|
|
1622
|
+
fileName: 'network:iota-evm',
|
|
1603
1623
|
chainId: 8822,
|
|
1604
1624
|
caip2id: 'eip155:8822',
|
|
1605
1625
|
name: 'Iota EVM',
|
|
@@ -1609,7 +1629,7 @@ export const networks = [
|
|
|
1609
1629
|
},
|
|
1610
1630
|
{
|
|
1611
1631
|
id: 'apechain',
|
|
1612
|
-
fileName: 'apechain',
|
|
1632
|
+
fileName: 'network:apechain',
|
|
1613
1633
|
chainId: 33139,
|
|
1614
1634
|
caip2id: 'eip155:33139',
|
|
1615
1635
|
name: 'Apechain',
|
|
@@ -1619,7 +1639,7 @@ export const networks = [
|
|
|
1619
1639
|
},
|
|
1620
1640
|
{
|
|
1621
1641
|
id: 'nexis',
|
|
1622
|
-
fileName: 'nexis',
|
|
1642
|
+
fileName: 'network:nexis',
|
|
1623
1643
|
chainId: 2370,
|
|
1624
1644
|
caip2id: 'eip155:2370',
|
|
1625
1645
|
name: 'Nexis Network',
|
|
@@ -1629,7 +1649,7 @@ export const networks = [
|
|
|
1629
1649
|
},
|
|
1630
1650
|
{
|
|
1631
1651
|
id: 'ink',
|
|
1632
|
-
fileName: 'ink',
|
|
1652
|
+
fileName: 'network:ink',
|
|
1633
1653
|
chainId: 57073,
|
|
1634
1654
|
caip2id: 'eip155:57073',
|
|
1635
1655
|
name: 'Ink',
|
|
@@ -1639,7 +1659,7 @@ export const networks = [
|
|
|
1639
1659
|
},
|
|
1640
1660
|
{
|
|
1641
1661
|
id: 'ontology',
|
|
1642
|
-
fileName: 'ontology',
|
|
1662
|
+
fileName: 'network:ontology',
|
|
1643
1663
|
chainId: 58,
|
|
1644
1664
|
caip2id: 'eip155:58',
|
|
1645
1665
|
name: 'Ontology',
|
|
@@ -1649,7 +1669,7 @@ export const networks = [
|
|
|
1649
1669
|
},
|
|
1650
1670
|
{
|
|
1651
1671
|
id: 'prom',
|
|
1652
|
-
fileName: 'prom',
|
|
1672
|
+
fileName: 'network:prom',
|
|
1653
1673
|
chainId: 227,
|
|
1654
1674
|
caip2id: 'eip155:227',
|
|
1655
1675
|
name: 'Prom',
|
|
@@ -1659,7 +1679,7 @@ export const networks = [
|
|
|
1659
1679
|
},
|
|
1660
1680
|
{
|
|
1661
1681
|
id: 'autonomys',
|
|
1662
|
-
fileName: 'autonomys',
|
|
1682
|
+
fileName: 'network:autonomys',
|
|
1663
1683
|
chainId: 490000,
|
|
1664
1684
|
caip2id: 'eip155:490000',
|
|
1665
1685
|
name: 'Autonomys EVM',
|
|
@@ -1668,7 +1688,7 @@ export const networks = [
|
|
|
1668
1688
|
},
|
|
1669
1689
|
{
|
|
1670
1690
|
id: 'swell',
|
|
1671
|
-
fileName: 'swell',
|
|
1691
|
+
fileName: 'network:swell',
|
|
1672
1692
|
chainId: 1923,
|
|
1673
1693
|
caip2id: 'eip155:1923',
|
|
1674
1694
|
name: 'Swell Network',
|
|
@@ -1678,7 +1698,7 @@ export const networks = [
|
|
|
1678
1698
|
},
|
|
1679
1699
|
{
|
|
1680
1700
|
id: 'hashkey',
|
|
1681
|
-
fileName: 'hashkey',
|
|
1701
|
+
fileName: 'network:hashkey',
|
|
1682
1702
|
chainId: 177,
|
|
1683
1703
|
caip2id: 'eip155:177',
|
|
1684
1704
|
name: 'Hashkey Chain',
|
|
@@ -1688,7 +1708,7 @@ export const networks = [
|
|
|
1688
1708
|
},
|
|
1689
1709
|
{
|
|
1690
1710
|
id: 'peaq',
|
|
1691
|
-
fileName: 'peaq',
|
|
1711
|
+
fileName: 'network:peaq',
|
|
1692
1712
|
chainId: 3338,
|
|
1693
1713
|
caip2id: 'eip155:3338',
|
|
1694
1714
|
name: 'peaq',
|
|
@@ -1698,7 +1718,7 @@ export const networks = [
|
|
|
1698
1718
|
},
|
|
1699
1719
|
{
|
|
1700
1720
|
id: 'mega-eth',
|
|
1701
|
-
fileName: 'mega',
|
|
1721
|
+
fileName: 'network:mega-eth',
|
|
1702
1722
|
chainId: 6342,
|
|
1703
1723
|
caip2id: 'eip155:6342',
|
|
1704
1724
|
name: 'Mega ETH',
|
|
@@ -1708,7 +1728,7 @@ export const networks = [
|
|
|
1708
1728
|
},
|
|
1709
1729
|
{
|
|
1710
1730
|
id: 'ultra',
|
|
1711
|
-
fileName: 'ultra',
|
|
1731
|
+
fileName: 'network:ultra',
|
|
1712
1732
|
caip2id: 'antelope:a9c481dfbc7d9506dc7e87e9a137c931',
|
|
1713
1733
|
name: 'Ultra',
|
|
1714
1734
|
shortName: 'Ultra',
|
|
@@ -1717,7 +1737,7 @@ export const networks = [
|
|
|
1717
1737
|
},
|
|
1718
1738
|
{
|
|
1719
1739
|
id: 'katana',
|
|
1720
|
-
fileName: 'katana',
|
|
1740
|
+
fileName: 'network:katana',
|
|
1721
1741
|
chainId: 129399,
|
|
1722
1742
|
caip2id: 'eip155:129399',
|
|
1723
1743
|
name: 'Katana',
|
|
@@ -1727,7 +1747,7 @@ export const networks = [
|
|
|
1727
1747
|
},
|
|
1728
1748
|
{
|
|
1729
1749
|
id: 'ozean',
|
|
1730
|
-
fileName: 'ozean',
|
|
1750
|
+
fileName: 'network:ozean',
|
|
1731
1751
|
chainId: 31911,
|
|
1732
1752
|
caip2id: 'eip155:31911',
|
|
1733
1753
|
name: 'Ozean',
|
|
@@ -1736,7 +1756,7 @@ export const networks = [
|
|
|
1736
1756
|
},
|
|
1737
1757
|
{
|
|
1738
1758
|
id: 'status',
|
|
1739
|
-
fileName: 'status',
|
|
1759
|
+
fileName: 'network:status',
|
|
1740
1760
|
chainId: 1660990954,
|
|
1741
1761
|
caip2id: 'eip155:1660990954',
|
|
1742
1762
|
name: 'Status',
|
|
@@ -1746,7 +1766,7 @@ export const networks = [
|
|
|
1746
1766
|
},
|
|
1747
1767
|
{
|
|
1748
1768
|
id: 'vaulta',
|
|
1749
|
-
fileName: 'vaulta',
|
|
1769
|
+
fileName: 'network:vaulta',
|
|
1750
1770
|
chainId: 17777,
|
|
1751
1771
|
caip2id: 'eip155:17777',
|
|
1752
1772
|
name: 'Vaulta EVM',
|
|
@@ -1756,7 +1776,7 @@ export const networks = [
|
|
|
1756
1776
|
},
|
|
1757
1777
|
{
|
|
1758
1778
|
id: 'stacks',
|
|
1759
|
-
fileName: 'stacks',
|
|
1779
|
+
fileName: 'network:stacks',
|
|
1760
1780
|
caip2id: 'stacks:1',
|
|
1761
1781
|
name: 'Stacks',
|
|
1762
1782
|
shortName: 'stacks',
|
|
@@ -1764,25 +1784,295 @@ export const networks = [
|
|
|
1764
1784
|
},
|
|
1765
1785
|
{
|
|
1766
1786
|
id: 'supra-movevm',
|
|
1767
|
-
fileName: 'supra-movevm',
|
|
1787
|
+
fileName: 'network:supra-movevm',
|
|
1768
1788
|
name: 'Supra MoveVM',
|
|
1769
1789
|
shortName: 'Supra',
|
|
1770
1790
|
variants: ['background', 'branded', 'mono'],
|
|
1771
1791
|
},
|
|
1772
1792
|
{
|
|
1773
1793
|
id: 'movement',
|
|
1774
|
-
fileName: 'movement',
|
|
1794
|
+
fileName: 'network:movement',
|
|
1775
1795
|
name: 'Movement',
|
|
1776
1796
|
shortName: 'movement',
|
|
1777
1797
|
variants: ['background', 'branded', 'mono'],
|
|
1778
1798
|
},
|
|
1779
1799
|
{
|
|
1780
1800
|
id: 'fuel',
|
|
1781
|
-
fileName: 'fuel',
|
|
1801
|
+
fileName: 'network:fuel',
|
|
1782
1802
|
chainId: 9889,
|
|
1783
1803
|
caip2id: 'eip155:9889',
|
|
1784
1804
|
name: 'Fuel',
|
|
1785
1805
|
shortName: 'fuel',
|
|
1786
1806
|
variants: ['background', 'branded', 'mono'],
|
|
1787
1807
|
},
|
|
1808
|
+
{
|
|
1809
|
+
id: 'sepolia',
|
|
1810
|
+
fileName: 'network:ethereum',
|
|
1811
|
+
chainId: 11155111,
|
|
1812
|
+
caip2id: 'eip155:11155111',
|
|
1813
|
+
name: 'Sepolia Testnet',
|
|
1814
|
+
shortName: 'Sepolia',
|
|
1815
|
+
nativeCoinId: 'ETH',
|
|
1816
|
+
variants: ['background', 'branded', 'mono'],
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
id: 'binance-smart-chain-testnet',
|
|
1820
|
+
fileName: 'network:binance-smart-chain',
|
|
1821
|
+
chainId: 97,
|
|
1822
|
+
caip2id: 'eip155:97',
|
|
1823
|
+
name: 'BNB Smart Chain Testnet',
|
|
1824
|
+
shortName: 'BSC Testnet',
|
|
1825
|
+
nativeCoinId: 'binancecoin',
|
|
1826
|
+
variants: ['background', 'branded', 'mono'],
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
id: 'polygon-amoy',
|
|
1830
|
+
fileName: 'network:polygon',
|
|
1831
|
+
chainId: 80002,
|
|
1832
|
+
caip2id: 'eip155:80002',
|
|
1833
|
+
name: 'Polygon Amoy Testnet',
|
|
1834
|
+
shortName: 'Amoy',
|
|
1835
|
+
nativeCoinId: 'matic-network',
|
|
1836
|
+
variants: ['background', 'branded', 'mono'],
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
id: 'polygon-zkevm-cardona',
|
|
1840
|
+
fileName: 'network:polygon-zkevm',
|
|
1841
|
+
chainId: 2442,
|
|
1842
|
+
caip2id: 'eip155:2442',
|
|
1843
|
+
name: 'Polygon zkEVM Cardona Testnet',
|
|
1844
|
+
shortName: 'zkEVM Cardona',
|
|
1845
|
+
nativeCoinId: 'ETH',
|
|
1846
|
+
variants: ['background', 'branded', 'mono'],
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
id: 'avalanche-fuji',
|
|
1850
|
+
fileName: 'network:avalanche',
|
|
1851
|
+
chainId: 43113,
|
|
1852
|
+
caip2id: 'eip155:43113',
|
|
1853
|
+
name: 'Avalanche Fuji Testnet',
|
|
1854
|
+
shortName: 'Fuji',
|
|
1855
|
+
nativeCoinId: 'avax',
|
|
1856
|
+
variants: ['background', 'branded', 'mono'],
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
id: 'arbitrum-sepolia',
|
|
1860
|
+
fileName: 'network:arbitrum-one',
|
|
1861
|
+
chainId: 421614,
|
|
1862
|
+
caip2id: 'eip155:421614',
|
|
1863
|
+
name: 'Arbitrum Sepolia Testnet',
|
|
1864
|
+
shortName: 'Arbitrum Sepolia',
|
|
1865
|
+
nativeCoinId: 'ETH',
|
|
1866
|
+
variants: ['background', 'branded', 'mono'],
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
id: 'optimism-sepolia',
|
|
1870
|
+
fileName: 'network:optimism',
|
|
1871
|
+
chainId: 11155420,
|
|
1872
|
+
caip2id: 'eip155:11155420',
|
|
1873
|
+
name: 'OP Sepolia Testnet',
|
|
1874
|
+
shortName: 'OP Sepolia',
|
|
1875
|
+
nativeCoinId: 'eth',
|
|
1876
|
+
variants: ['background', 'branded', 'mono'],
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
id: 'base-sepolia',
|
|
1880
|
+
fileName: 'network:base',
|
|
1881
|
+
chainId: 84532,
|
|
1882
|
+
caip2id: 'eip155:84532',
|
|
1883
|
+
name: 'Base Sepolia Testnet',
|
|
1884
|
+
shortName: 'Base Sepolia',
|
|
1885
|
+
nativeCoinId: 'ETH',
|
|
1886
|
+
variants: ['background', 'branded', 'mono'],
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
id: 'zksync-sepolia',
|
|
1890
|
+
fileName: 'network:zksync',
|
|
1891
|
+
chainId: 300,
|
|
1892
|
+
caip2id: 'eip155:300',
|
|
1893
|
+
name: 'zkSync Sepolia Testnet',
|
|
1894
|
+
shortName: 'zkSync Sepolia',
|
|
1895
|
+
nativeCoinId: 'ETH',
|
|
1896
|
+
variants: ['background', 'branded', 'mono'],
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
id: 'scroll-sepolia',
|
|
1900
|
+
fileName: 'network:scroll',
|
|
1901
|
+
chainId: 534351,
|
|
1902
|
+
caip2id: 'eip155:534351',
|
|
1903
|
+
name: 'Scroll Sepolia Testnet',
|
|
1904
|
+
shortName: 'Scroll Sepolia',
|
|
1905
|
+
nativeCoinId: 'weth',
|
|
1906
|
+
variants: ['background', 'branded', 'mono'],
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
id: 'linea-sepolia',
|
|
1910
|
+
fileName: 'network:linea',
|
|
1911
|
+
chainId: 59141,
|
|
1912
|
+
caip2id: 'eip155:59141',
|
|
1913
|
+
name: 'Linea Sepolia Testnet',
|
|
1914
|
+
shortName: 'Linea Sepolia',
|
|
1915
|
+
nativeCoinId: 'ETH',
|
|
1916
|
+
variants: ['background', 'branded', 'mono'],
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
id: 'fantom-testnet',
|
|
1920
|
+
fileName: 'network:fantom',
|
|
1921
|
+
chainId: 4002,
|
|
1922
|
+
caip2id: 'eip155:4002',
|
|
1923
|
+
name: 'Fantom Testnet',
|
|
1924
|
+
shortName: 'Fantom Testnet',
|
|
1925
|
+
nativeCoinId: 'fantom',
|
|
1926
|
+
variants: ['background', 'branded', 'mono'],
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
id: 'celo-alfajores',
|
|
1930
|
+
fileName: 'network:celo',
|
|
1931
|
+
chainId: 44787,
|
|
1932
|
+
caip2id: 'eip155:44787',
|
|
1933
|
+
name: 'Celo Alfajores Testnet',
|
|
1934
|
+
shortName: 'Alfajores',
|
|
1935
|
+
nativeCoinId: 'celo',
|
|
1936
|
+
variants: ['background', 'branded', 'mono'],
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
id: 'mantle-sepolia',
|
|
1940
|
+
fileName: 'network:mantle',
|
|
1941
|
+
chainId: 5003,
|
|
1942
|
+
caip2id: 'eip155:5003',
|
|
1943
|
+
name: 'Mantle Sepolia Testnet',
|
|
1944
|
+
shortName: 'Mantle Sepolia',
|
|
1945
|
+
nativeCoinId: 'mantle',
|
|
1946
|
+
variants: ['background', 'branded', 'mono'],
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
id: 'blast-sepolia',
|
|
1950
|
+
fileName: 'network:blast',
|
|
1951
|
+
chainId: 168587773,
|
|
1952
|
+
caip2id: 'eip155:168587773',
|
|
1953
|
+
name: 'Blast Sepolia Testnet',
|
|
1954
|
+
shortName: 'Blast Sepolia',
|
|
1955
|
+
nativeCoinId: 'blast',
|
|
1956
|
+
variants: ['background', 'branded', 'mono'],
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
id: 'taiko-hekla',
|
|
1960
|
+
fileName: 'network:taiko',
|
|
1961
|
+
chainId: 167009,
|
|
1962
|
+
caip2id: 'eip155:167009',
|
|
1963
|
+
name: 'Taiko Hekla Testnet',
|
|
1964
|
+
shortName: 'Hekla',
|
|
1965
|
+
nativeCoinId: 'eth',
|
|
1966
|
+
variants: ['background', 'branded', 'mono'],
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
id: 'mode-sepolia',
|
|
1970
|
+
fileName: 'network:mode',
|
|
1971
|
+
chainId: 919,
|
|
1972
|
+
caip2id: 'eip155:919',
|
|
1973
|
+
name: 'Mode Sepolia Testnet',
|
|
1974
|
+
shortName: 'Mode Sepolia',
|
|
1975
|
+
nativeCoinId: 'mode',
|
|
1976
|
+
variants: ['background', 'branded', 'mono'],
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
id: 'zetachain-testnet',
|
|
1980
|
+
fileName: 'network:zeta-chain',
|
|
1981
|
+
chainId: 7001,
|
|
1982
|
+
caip2id: 'eip155:7001',
|
|
1983
|
+
name: 'ZetaChain Testnet',
|
|
1984
|
+
shortName: 'ZetaChain Testnet',
|
|
1985
|
+
nativeCoinId: 'zetachain',
|
|
1986
|
+
variants: ['background', 'branded', 'mono'],
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
id: 'kaia-kairos',
|
|
1990
|
+
fileName: 'network:kaia',
|
|
1991
|
+
chainId: 1001,
|
|
1992
|
+
caip2id: 'eip155:1001',
|
|
1993
|
+
name: 'Kaia Kairos Testnet',
|
|
1994
|
+
shortName: 'Kairos',
|
|
1995
|
+
nativeCoinId: 'kaia',
|
|
1996
|
+
variants: ['background', 'branded', 'mono'],
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
id: 'filecoin-calibration',
|
|
2000
|
+
fileName: 'network:filecoin',
|
|
2001
|
+
chainId: 314159,
|
|
2002
|
+
caip2id: 'eip155:314159',
|
|
2003
|
+
name: 'Filecoin Calibration Testnet',
|
|
2004
|
+
shortName: 'Filecoin Calibration',
|
|
2005
|
+
nativeCoinId: 'filecoin',
|
|
2006
|
+
variants: ['background', 'branded', 'mono'],
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
id: 'manta-pacific-sepolia',
|
|
2010
|
+
fileName: 'network:manta-pacific',
|
|
2011
|
+
chainId: 3441006,
|
|
2012
|
+
caip2id: 'eip155:3441006',
|
|
2013
|
+
name: 'Manta Pacific Sepolia Testnet',
|
|
2014
|
+
shortName: 'Manta Sepolia',
|
|
2015
|
+
nativeCoinId: 'weth',
|
|
2016
|
+
variants: ['background', 'branded', 'mono'],
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
id: 'metis-sepolia',
|
|
2020
|
+
fileName: 'network:metis-andromeda',
|
|
2021
|
+
chainId: 59902,
|
|
2022
|
+
caip2id: 'eip155:59902',
|
|
2023
|
+
name: 'Metis Sepolia Testnet',
|
|
2024
|
+
shortName: 'Metis Sepolia',
|
|
2025
|
+
nativeCoinId: 'metis-token',
|
|
2026
|
+
variants: ['background', 'branded', 'mono'],
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
id: 'boba-sepolia',
|
|
2030
|
+
fileName: 'network:boba',
|
|
2031
|
+
chainId: 28882,
|
|
2032
|
+
caip2id: 'eip155:28882',
|
|
2033
|
+
name: 'Boba Sepolia Testnet',
|
|
2034
|
+
shortName: 'Boba Sepolia',
|
|
2035
|
+
nativeCoinId: 'ETH',
|
|
2036
|
+
variants: ['background', 'branded', 'mono'],
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
id: 'cronos-testnet',
|
|
2040
|
+
fileName: 'network:cronos',
|
|
2041
|
+
chainId: 338,
|
|
2042
|
+
caip2id: 'eip155:338',
|
|
2043
|
+
name: 'Cronos Testnet',
|
|
2044
|
+
shortName: 'Cronos Testnet',
|
|
2045
|
+
nativeCoinId: 'crypto-com-chain',
|
|
2046
|
+
variants: ['background', 'branded', 'mono'],
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
id: 'kava-testnet',
|
|
2050
|
+
fileName: 'network:kava',
|
|
2051
|
+
chainId: 2221,
|
|
2052
|
+
caip2id: 'eip155:2221',
|
|
2053
|
+
name: 'Kava Testnet',
|
|
2054
|
+
shortName: 'Kava Testnet',
|
|
2055
|
+
nativeCoinId: 'kava',
|
|
2056
|
+
variants: ['background', 'branded', 'mono'],
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
id: 'telos-testnet',
|
|
2060
|
+
fileName: 'network:telos',
|
|
2061
|
+
chainId: 41,
|
|
2062
|
+
caip2id: 'eip155:41',
|
|
2063
|
+
name: 'Telos EVM Testnet',
|
|
2064
|
+
shortName: 'Telos Testnet',
|
|
2065
|
+
nativeCoinId: 'telos',
|
|
2066
|
+
variants: ['background', 'branded', 'mono'],
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
id: 'ethereum-classic-mordor',
|
|
2070
|
+
fileName: 'network:ethereum-classic',
|
|
2071
|
+
chainId: 63,
|
|
2072
|
+
caip2id: 'eip155:63',
|
|
2073
|
+
name: 'Ethereum Classic Mordor Testnet',
|
|
2074
|
+
shortName: 'ETC Mordor',
|
|
2075
|
+
nativeCoinId: 'ethereum-classic',
|
|
2076
|
+
variants: ['background', 'branded', 'mono'],
|
|
2077
|
+
},
|
|
1788
2078
|
]
|