@hybrd/utils 0.5.0 → 0.6.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/index.js CHANGED
@@ -13,6 +13,2114 @@ function bipsToDecimal(bp) {
13
13
  return parseInt(bp.toString()) / 1e4;
14
14
  }
15
15
 
16
+ // ../../node_modules/@wagmi/core/node_modules/@wagmi/chains/dist/index.mjs
17
+ var arbitrum = {
18
+ id: 42161,
19
+ name: "Arbitrum One",
20
+ network: "arbitrum",
21
+ nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
22
+ rpcUrls: {
23
+ alchemy: {
24
+ http: ["https://arb-mainnet.g.alchemy.com/v2"],
25
+ webSocket: ["wss://arb-mainnet.g.alchemy.com/v2"]
26
+ },
27
+ infura: {
28
+ http: ["https://arbitrum-mainnet.infura.io/v3"],
29
+ webSocket: ["wss://arbitrum-mainnet.infura.io/ws/v3"]
30
+ },
31
+ default: {
32
+ http: ["https://arb1.arbitrum.io/rpc"]
33
+ },
34
+ public: {
35
+ http: ["https://arb1.arbitrum.io/rpc"]
36
+ }
37
+ },
38
+ blockExplorers: {
39
+ etherscan: { name: "Arbiscan", url: "https://arbiscan.io" },
40
+ default: { name: "Arbiscan", url: "https://arbiscan.io" }
41
+ },
42
+ contracts: {
43
+ multicall3: {
44
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
45
+ blockCreated: 7654707
46
+ }
47
+ }
48
+ };
49
+ var arbitrumGoerli = {
50
+ id: 421613,
51
+ name: "Arbitrum Goerli",
52
+ network: "arbitrum-goerli",
53
+ nativeCurrency: {
54
+ name: "Arbitrum Goerli Ether",
55
+ symbol: "ETH",
56
+ decimals: 18
57
+ },
58
+ rpcUrls: {
59
+ alchemy: {
60
+ http: ["https://arb-goerli.g.alchemy.com/v2"],
61
+ webSocket: ["wss://arb-goerli.g.alchemy.com/v2"]
62
+ },
63
+ infura: {
64
+ http: ["https://arbitrum-goerli.infura.io/v3"],
65
+ webSocket: ["wss://arbitrum-goerli.infura.io/ws/v3"]
66
+ },
67
+ default: {
68
+ http: ["https://goerli-rollup.arbitrum.io/rpc"]
69
+ },
70
+ public: {
71
+ http: ["https://goerli-rollup.arbitrum.io/rpc"]
72
+ }
73
+ },
74
+ blockExplorers: {
75
+ etherscan: { name: "Arbiscan", url: "https://goerli.arbiscan.io/" },
76
+ default: { name: "Arbiscan", url: "https://goerli.arbiscan.io/" }
77
+ },
78
+ contracts: {
79
+ multicall3: {
80
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
81
+ blockCreated: 88114
82
+ }
83
+ },
84
+ testnet: true
85
+ };
86
+ var aurora = {
87
+ id: 1313161554,
88
+ name: "Aurora",
89
+ network: "aurora",
90
+ nativeCurrency: {
91
+ decimals: 18,
92
+ name: "Ether",
93
+ symbol: "ETH"
94
+ },
95
+ rpcUrls: {
96
+ infura: { http: ["https://aurora-mainnet.infura.io/v3"] },
97
+ default: { http: ["https://mainnet.aurora.dev"] },
98
+ public: { http: ["https://mainnet.aurora.dev"] }
99
+ },
100
+ blockExplorers: {
101
+ etherscan: { name: "Aurorascan", url: "https://aurorascan.dev" },
102
+ default: { name: "Aurorascan", url: "https://aurorascan.dev" }
103
+ }
104
+ };
105
+ var auroraTestnet = {
106
+ id: 1313161555,
107
+ name: "Aurora Testnet",
108
+ network: "aurora-testnet",
109
+ nativeCurrency: {
110
+ decimals: 18,
111
+ name: "Ether",
112
+ symbol: "ETH"
113
+ },
114
+ rpcUrls: {
115
+ infura: { http: ["https://aurora-testnet.infura.io/v3"] },
116
+ default: { http: ["https://testnet.aurora.dev"] },
117
+ public: { http: ["https://testnet.aurora.dev"] }
118
+ },
119
+ blockExplorers: {
120
+ etherscan: { name: "Aurorascan", url: "https://testnet.aurorascan.dev" },
121
+ default: { name: "Aurorascan", url: "https://testnet.aurorascan.dev" }
122
+ },
123
+ testnet: true
124
+ };
125
+ var avalanche = {
126
+ id: 43114,
127
+ name: "Avalanche",
128
+ network: "avalanche",
129
+ nativeCurrency: {
130
+ decimals: 18,
131
+ name: "Avalanche",
132
+ symbol: "AVAX"
133
+ },
134
+ rpcUrls: {
135
+ default: { http: ["https://api.avax.network/ext/bc/C/rpc"] },
136
+ public: { http: ["https://api.avax.network/ext/bc/C/rpc"] }
137
+ },
138
+ blockExplorers: {
139
+ etherscan: { name: "SnowTrace", url: "https://snowtrace.io" },
140
+ default: { name: "SnowTrace", url: "https://snowtrace.io" }
141
+ },
142
+ contracts: {
143
+ multicall3: {
144
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
145
+ blockCreated: 11907934
146
+ }
147
+ }
148
+ };
149
+ var avalancheFuji = {
150
+ id: 43113,
151
+ name: "Avalanche Fuji",
152
+ network: "avalanche-fuji",
153
+ nativeCurrency: {
154
+ decimals: 18,
155
+ name: "Avalanche Fuji",
156
+ symbol: "AVAX"
157
+ },
158
+ rpcUrls: {
159
+ default: { http: ["https://api.avax-test.network/ext/bc/C/rpc"] },
160
+ public: { http: ["https://api.avax-test.network/ext/bc/C/rpc"] }
161
+ },
162
+ blockExplorers: {
163
+ etherscan: { name: "SnowTrace", url: "https://testnet.snowtrace.io" },
164
+ default: { name: "SnowTrace", url: "https://testnet.snowtrace.io" }
165
+ },
166
+ contracts: {
167
+ multicall3: {
168
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
169
+ blockCreated: 7096959
170
+ }
171
+ },
172
+ testnet: true
173
+ };
174
+ var baseGoerli = {
175
+ id: 84531,
176
+ network: "base-goerli",
177
+ name: "Base Goerli",
178
+ nativeCurrency: { name: "Base Goerli", symbol: "ETH", decimals: 18 },
179
+ rpcUrls: {
180
+ default: {
181
+ http: ["https://goerli.base.org"]
182
+ },
183
+ public: {
184
+ http: ["https://goerli.base.org"]
185
+ }
186
+ },
187
+ blockExplorers: {
188
+ etherscan: {
189
+ name: "Basescan",
190
+ url: "https://goerli.basescan.org"
191
+ },
192
+ default: {
193
+ name: "Basescan",
194
+ url: "https://goerli.basescan.org"
195
+ }
196
+ },
197
+ testnet: true
198
+ };
199
+ var boba = {
200
+ id: 288,
201
+ name: "Boba Network",
202
+ network: "boba",
203
+ nativeCurrency: {
204
+ decimals: 18,
205
+ name: "Boba",
206
+ symbol: "BOBA"
207
+ },
208
+ rpcUrls: {
209
+ default: { http: ["https://mainnet.boba.network"] },
210
+ public: { http: ["https://mainnet.boba.network"] }
211
+ },
212
+ blockExplorers: {
213
+ etherscan: { name: "BOBAScan", url: "https://bobascan.com" },
214
+ default: { name: "BOBAScan", url: "https://bobascan.com" }
215
+ },
216
+ contracts: {
217
+ multicall3: {
218
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
219
+ blockCreated: 446859
220
+ }
221
+ }
222
+ };
223
+ var bronos = {
224
+ id: 1039,
225
+ name: "Bronos",
226
+ network: "bronos",
227
+ nativeCurrency: {
228
+ decimals: 18,
229
+ name: "BRO",
230
+ symbol: "BRO"
231
+ },
232
+ rpcUrls: {
233
+ default: { http: ["https://evm.bronos.org"] },
234
+ public: { http: ["https://evm.bronos.org"] }
235
+ },
236
+ blockExplorers: {
237
+ default: { name: "BronoScan", url: "https://broscan.bronos.org" }
238
+ }
239
+ };
240
+ var bronosTestnet = {
241
+ id: 1038,
242
+ name: "Bronos Testnet",
243
+ network: "bronos-testnet",
244
+ nativeCurrency: {
245
+ decimals: 18,
246
+ name: "Bronos Coin",
247
+ symbol: "tBRO"
248
+ },
249
+ rpcUrls: {
250
+ default: { http: ["https://evm-testnet.bronos.org"] },
251
+ public: { http: ["https://evm-testnet.bronos.org"] }
252
+ },
253
+ blockExplorers: {
254
+ default: { name: "BronoScan", url: "https://tbroscan.bronos.org" }
255
+ },
256
+ testnet: true
257
+ };
258
+ var bsc = {
259
+ id: 56,
260
+ name: "BNB Smart Chain",
261
+ network: "bsc",
262
+ nativeCurrency: {
263
+ decimals: 18,
264
+ name: "BNB",
265
+ symbol: "BNB"
266
+ },
267
+ rpcUrls: {
268
+ default: { http: ["https://rpc.ankr.com/bsc"] },
269
+ public: { http: ["https://rpc.ankr.com/bsc"] }
270
+ },
271
+ blockExplorers: {
272
+ etherscan: { name: "BscScan", url: "https://bscscan.com" },
273
+ default: { name: "BscScan", url: "https://bscscan.com" }
274
+ },
275
+ contracts: {
276
+ multicall3: {
277
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
278
+ blockCreated: 15921452
279
+ }
280
+ }
281
+ };
282
+ var bscTestnet = {
283
+ id: 97,
284
+ name: "Binance Smart Chain Testnet",
285
+ network: "bsc-testnet",
286
+ nativeCurrency: {
287
+ decimals: 18,
288
+ name: "BNB",
289
+ symbol: "tBNB"
290
+ },
291
+ rpcUrls: {
292
+ default: { http: ["https://data-seed-prebsc-1-s1.binance.org:8545"] },
293
+ public: { http: ["https://data-seed-prebsc-1-s1.binance.org:8545"] }
294
+ },
295
+ blockExplorers: {
296
+ etherscan: { name: "BscScan", url: "https://testnet.bscscan.com" },
297
+ default: { name: "BscScan", url: "https://testnet.bscscan.com" }
298
+ },
299
+ contracts: {
300
+ multicall3: {
301
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
302
+ blockCreated: 17422483
303
+ }
304
+ },
305
+ testnet: true
306
+ };
307
+ var canto = {
308
+ id: 7700,
309
+ name: "Canto",
310
+ network: "canto",
311
+ nativeCurrency: {
312
+ decimals: 18,
313
+ name: "Canto",
314
+ symbol: "CANTO"
315
+ },
316
+ rpcUrls: {
317
+ default: { http: ["https://canto.slingshot.finance"] },
318
+ public: { http: ["https://canto.slingshot.finance"] }
319
+ },
320
+ blockExplorers: {
321
+ default: {
322
+ name: "Canto EVM Explorer (Blockscout)",
323
+ url: "https://evm.explorer.canto.io"
324
+ }
325
+ }
326
+ };
327
+ var celo = {
328
+ id: 42220,
329
+ name: "Celo",
330
+ network: "celo",
331
+ nativeCurrency: {
332
+ decimals: 18,
333
+ name: "CELO",
334
+ symbol: "CELO"
335
+ },
336
+ rpcUrls: {
337
+ default: { http: ["https://forno.celo.org"] },
338
+ infura: {
339
+ http: ["https://celo-mainnet.infura.io/v3"]
340
+ },
341
+ public: {
342
+ http: ["https://forno.celo.org"]
343
+ }
344
+ },
345
+ blockExplorers: {
346
+ default: {
347
+ name: "Celo Explorer",
348
+ url: "https://explorer.celo.org/mainnet"
349
+ },
350
+ etherscan: { name: "CeloScan", url: "https://celoscan.io" }
351
+ },
352
+ contracts: {
353
+ multicall3: {
354
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
355
+ blockCreated: 13112599
356
+ }
357
+ },
358
+ testnet: false
359
+ };
360
+ var celoAlfajores = {
361
+ id: 44787,
362
+ name: "Alfajores",
363
+ network: "celo-alfajores",
364
+ nativeCurrency: {
365
+ decimals: 18,
366
+ name: "CELO",
367
+ symbol: "A-CELO"
368
+ },
369
+ rpcUrls: {
370
+ default: {
371
+ http: ["https://alfajores-forno.celo-testnet.org"]
372
+ },
373
+ infura: {
374
+ http: ["https://celo-alfajores.infura.io/v3"]
375
+ },
376
+ public: {
377
+ http: ["https://alfajores-forno.celo-testnet.org"]
378
+ }
379
+ },
380
+ blockExplorers: {
381
+ default: {
382
+ name: "Celo Explorer",
383
+ url: "https://explorer.celo.org/alfajores"
384
+ },
385
+ etherscan: { name: "CeloScan", url: "https://alfajores.celoscan.io/" }
386
+ },
387
+ contracts: {
388
+ multicall3: {
389
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
390
+ blockCreated: 14569001
391
+ }
392
+ },
393
+ testnet: true
394
+ };
395
+ var cronos = {
396
+ id: 25,
397
+ name: "Cronos",
398
+ network: "cronos",
399
+ nativeCurrency: {
400
+ decimals: 18,
401
+ name: "Cronos",
402
+ symbol: "CRO"
403
+ },
404
+ rpcUrls: {
405
+ default: { http: ["https://node.croswap.com/rpc"] },
406
+ public: { http: ["https://node.croswap.com/rpc"] }
407
+ },
408
+ blockExplorers: {
409
+ etherscan: { name: "CronosScan", url: "https://cronoscan.com" },
410
+ default: { name: "CronosScan", url: "https://cronoscan.com" }
411
+ },
412
+ contracts: {
413
+ multicall3: {
414
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
415
+ blockCreated: 1963112
416
+ }
417
+ }
418
+ };
419
+ var crossbell = {
420
+ id: 3737,
421
+ network: "crossbell",
422
+ name: "Crossbell",
423
+ nativeCurrency: {
424
+ decimals: 18,
425
+ name: "CSB",
426
+ symbol: "CSB"
427
+ },
428
+ rpcUrls: {
429
+ default: {
430
+ http: ["https://rpc.crossbell.io"]
431
+ },
432
+ public: {
433
+ http: ["https://rpc.crossbell.io"]
434
+ }
435
+ },
436
+ blockExplorers: {
437
+ default: { name: "CrossScan", url: "https://scan.crossbell.io" }
438
+ },
439
+ contracts: {
440
+ multicall3: {
441
+ address: "0xBB9759009cDaC82774EfC84D94cD9F7440f75Fcf",
442
+ blockCreated: 23499787
443
+ }
444
+ }
445
+ };
446
+ var dfk = {
447
+ id: 53935,
448
+ name: "DFK Chain",
449
+ network: "dfk",
450
+ nativeCurrency: {
451
+ decimals: 18,
452
+ name: "Jewel",
453
+ symbol: "JEWEL"
454
+ },
455
+ rpcUrls: {
456
+ default: {
457
+ http: ["https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"]
458
+ },
459
+ public: {
460
+ http: ["https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"]
461
+ }
462
+ },
463
+ blockExplorers: {
464
+ etherscan: {
465
+ name: "DFKSubnetScan",
466
+ url: "https://subnets.avax.network/defi-kingdoms"
467
+ },
468
+ default: {
469
+ name: "DFKSubnetScan",
470
+ url: "https://subnets.avax.network/defi-kingdoms"
471
+ }
472
+ }
473
+ };
474
+ var dogechain = {
475
+ id: 2e3,
476
+ name: "Dogechain",
477
+ network: "dogechain",
478
+ nativeCurrency: {
479
+ decimals: 18,
480
+ name: "Dogechain",
481
+ symbol: "DC"
482
+ },
483
+ rpcUrls: {
484
+ default: { http: ["https://rpc.dogechain.dog"] },
485
+ public: { http: ["https://rpc.dogechain.dog"] }
486
+ },
487
+ blockExplorers: {
488
+ etherscan: {
489
+ name: "DogeChainExplorer",
490
+ url: "https://explorer.dogechain.dog"
491
+ },
492
+ default: {
493
+ name: "DogeChainExplorer",
494
+ url: "https://explorer.dogechain.dog"
495
+ }
496
+ }
497
+ };
498
+ var evmos = {
499
+ id: 9001,
500
+ name: "Evmos",
501
+ network: "evmos",
502
+ nativeCurrency: {
503
+ decimals: 18,
504
+ name: "Evmos",
505
+ symbol: "EVMOS"
506
+ },
507
+ rpcUrls: {
508
+ default: { http: ["https://eth.bd.evmos.org:8545"] },
509
+ public: { http: ["https://eth.bd.evmos.org:8545"] }
510
+ },
511
+ blockExplorers: {
512
+ default: { name: "Evmos Block Explorer", url: "https://escan.live/" }
513
+ }
514
+ };
515
+ var evmosTestnet = {
516
+ id: 9e3,
517
+ name: "Evmos Testnet",
518
+ network: "evmos-testnet",
519
+ nativeCurrency: {
520
+ decimals: 18,
521
+ name: "Evmos",
522
+ symbol: "EVMOS"
523
+ },
524
+ rpcUrls: {
525
+ default: { http: ["https://eth.bd.evmos.dev:8545"] },
526
+ public: { http: ["https://eth.bd.evmos.dev:8545"] }
527
+ },
528
+ blockExplorers: {
529
+ default: {
530
+ name: "Evmos Testnet Block Explorer",
531
+ url: "https://evm.evmos.dev/"
532
+ }
533
+ }
534
+ };
535
+ var fantom = {
536
+ id: 250,
537
+ name: "Fantom",
538
+ network: "fantom",
539
+ nativeCurrency: {
540
+ decimals: 18,
541
+ name: "Fantom",
542
+ symbol: "FTM"
543
+ },
544
+ rpcUrls: {
545
+ default: { http: ["https://rpc.ankr.com/fantom"] },
546
+ public: { http: ["https://rpc.ankr.com/fantom"] }
547
+ },
548
+ blockExplorers: {
549
+ etherscan: { name: "FTMScan", url: "https://ftmscan.com" },
550
+ default: { name: "FTMScan", url: "https://ftmscan.com" }
551
+ },
552
+ contracts: {
553
+ multicall3: {
554
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
555
+ blockCreated: 33001987
556
+ }
557
+ }
558
+ };
559
+ var fantomTestnet = {
560
+ id: 4002,
561
+ name: "Fantom Testnet",
562
+ network: "fantom-testnet",
563
+ nativeCurrency: {
564
+ decimals: 18,
565
+ name: "Fantom",
566
+ symbol: "FTM"
567
+ },
568
+ rpcUrls: {
569
+ default: { http: ["https://rpc.testnet.fantom.network"] },
570
+ public: { http: ["https://rpc.testnet.fantom.network"] }
571
+ },
572
+ blockExplorers: {
573
+ etherscan: { name: "FTMScan", url: "https://testnet.ftmscan.com" },
574
+ default: { name: "FTMScan", url: "https://testnet.ftmscan.com" }
575
+ },
576
+ contracts: {
577
+ multicall3: {
578
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
579
+ blockCreated: 8328688
580
+ }
581
+ }
582
+ };
583
+ var filecoin = {
584
+ id: 314,
585
+ name: "Filecoin Mainnet",
586
+ network: "filecoin-mainnet",
587
+ nativeCurrency: {
588
+ decimals: 18,
589
+ name: "filecoin",
590
+ symbol: "FIL"
591
+ },
592
+ rpcUrls: {
593
+ default: { http: ["https://api.node.glif.io/rpc/v1"] },
594
+ public: { http: ["https://api.node.glif.io/rpc/v1"] }
595
+ },
596
+ blockExplorers: {
597
+ default: { name: "Filfox", url: "https://filfox.info/en" },
598
+ filscan: { name: "Filscan", url: "https://filscan.io" },
599
+ filscout: { name: "Filscout", url: "https://filscout.io/en" },
600
+ glif: { name: "Glif", url: "https://explorer.glif.io" }
601
+ }
602
+ };
603
+ var filecoinCalibration = {
604
+ id: 314159,
605
+ name: "Filecoin Calibration",
606
+ network: "filecoin-calibration",
607
+ nativeCurrency: {
608
+ decimals: 18,
609
+ name: "testnet filecoin",
610
+ symbol: "tFIL"
611
+ },
612
+ rpcUrls: {
613
+ default: { http: ["https://api.calibration.node.glif.io/rpc/v1"] },
614
+ public: { http: ["https://api.calibration.node.glif.io/rpc/v1"] }
615
+ },
616
+ blockExplorers: {
617
+ default: { name: "Filscan", url: "https://calibration.filscan.io" }
618
+ }
619
+ };
620
+ var filecoinHyperspace = {
621
+ id: 3141,
622
+ name: "Filecoin Hyperspace",
623
+ network: "filecoin-hyperspace",
624
+ nativeCurrency: {
625
+ decimals: 18,
626
+ name: "testnet filecoin",
627
+ symbol: "tFIL"
628
+ },
629
+ rpcUrls: {
630
+ default: { http: ["https://api.hyperspace.node.glif.io/rpc/v1"] },
631
+ public: { http: ["https://api.hyperspace.node.glif.io/rpc/v1"] }
632
+ },
633
+ blockExplorers: {
634
+ default: { name: "Filfox", url: "https://hyperspace.filfox.info/en" },
635
+ filscan: { name: "Filscan", url: "https://hyperspace.filscan.io" }
636
+ }
637
+ };
638
+ var flare = {
639
+ id: 14,
640
+ name: "Flare Mainnet",
641
+ network: "flare-mainnet",
642
+ nativeCurrency: {
643
+ decimals: 18,
644
+ name: "flare",
645
+ symbol: "FLR"
646
+ },
647
+ rpcUrls: {
648
+ default: { http: ["https://flare-api.flare.network/ext/C/rpc"] },
649
+ public: { http: ["https://flare-api.flare.network/ext/C/rpc"] }
650
+ },
651
+ blockExplorers: {
652
+ default: {
653
+ name: "Flare Explorer",
654
+ url: "https://flare-explorer.flare.network"
655
+ }
656
+ }
657
+ };
658
+ var flareTestnet = {
659
+ id: 114,
660
+ name: "Coston2",
661
+ network: "coston2",
662
+ nativeCurrency: {
663
+ decimals: 18,
664
+ name: "coston2flare",
665
+ symbol: "C2FLR"
666
+ },
667
+ rpcUrls: {
668
+ default: { http: ["https://coston2-api.flare.network/ext/C/rpc"] },
669
+ public: { http: ["https://coston2-api.flare.network/ext/C/rpc"] }
670
+ },
671
+ blockExplorers: {
672
+ default: {
673
+ name: "Coston2 Explorer",
674
+ url: "https://coston2-explorer.flare.network"
675
+ }
676
+ },
677
+ testnet: true
678
+ };
679
+ var foundry = {
680
+ id: 31337,
681
+ name: "Foundry",
682
+ network: "foundry",
683
+ nativeCurrency: {
684
+ decimals: 18,
685
+ name: "Ether",
686
+ symbol: "ETH"
687
+ },
688
+ rpcUrls: {
689
+ default: { http: ["http://127.0.0.1:8545"] },
690
+ public: { http: ["http://127.0.0.1:8545"] }
691
+ }
692
+ };
693
+ var iotex = {
694
+ id: 4689,
695
+ name: "IoTeX",
696
+ network: "iotex",
697
+ nativeCurrency: {
698
+ decimals: 18,
699
+ name: "IoTeX",
700
+ symbol: "IOTX"
701
+ },
702
+ rpcUrls: {
703
+ default: {
704
+ http: ["https://babel-api.mainnet.iotex.io"],
705
+ webSocket: ["wss://babel-api.mainnet.iotex.io"]
706
+ },
707
+ public: {
708
+ http: ["https://babel-api.mainnet.iotex.io"],
709
+ webSocket: ["wss://babel-api.mainnet.iotex.io"]
710
+ }
711
+ },
712
+ blockExplorers: {
713
+ default: { name: "IoTeXScan", url: "https://iotexscan.io" }
714
+ }
715
+ };
716
+ var iotexTestnet = {
717
+ id: 4690,
718
+ name: "IoTeX Testnet",
719
+ network: "iotex-testnet",
720
+ nativeCurrency: {
721
+ decimals: 18,
722
+ name: "IoTeX",
723
+ symbol: "IOTX"
724
+ },
725
+ rpcUrls: {
726
+ default: {
727
+ http: ["https://babel-api.testnet.iotex.io"],
728
+ webSocket: ["wss://babel-api.testnet.iotex.io"]
729
+ },
730
+ public: {
731
+ http: ["https://babel-api.testnet.iotex.io"],
732
+ webSocket: ["wss://babel-api.testnet.iotex.io"]
733
+ }
734
+ },
735
+ blockExplorers: {
736
+ default: { name: "IoTeXScan", url: "https://testnet.iotexscan.io" }
737
+ }
738
+ };
739
+ var goerli = {
740
+ id: 5,
741
+ network: "goerli",
742
+ name: "Goerli",
743
+ nativeCurrency: { name: "Goerli Ether", symbol: "ETH", decimals: 18 },
744
+ rpcUrls: {
745
+ alchemy: {
746
+ http: ["https://eth-goerli.g.alchemy.com/v2"],
747
+ webSocket: ["wss://eth-goerli.g.alchemy.com/v2"]
748
+ },
749
+ infura: {
750
+ http: ["https://goerli.infura.io/v3"],
751
+ webSocket: ["wss://goerli.infura.io/ws/v3"]
752
+ },
753
+ default: {
754
+ http: ["https://rpc.ankr.com/eth_goerli"]
755
+ },
756
+ public: {
757
+ http: ["https://rpc.ankr.com/eth_goerli"]
758
+ }
759
+ },
760
+ blockExplorers: {
761
+ etherscan: {
762
+ name: "Etherscan",
763
+ url: "https://goerli.etherscan.io"
764
+ },
765
+ default: {
766
+ name: "Etherscan",
767
+ url: "https://goerli.etherscan.io"
768
+ }
769
+ },
770
+ contracts: {
771
+ ensRegistry: {
772
+ address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
773
+ },
774
+ ensUniversalResolver: {
775
+ address: "0xA292E2E58d4ddEb29C33c63173d0E8B7a2A4c62e",
776
+ blockCreated: 8610406
777
+ },
778
+ multicall3: {
779
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
780
+ blockCreated: 6507670
781
+ }
782
+ },
783
+ testnet: true
784
+ };
785
+ var gnosis = {
786
+ id: 100,
787
+ name: "Gnosis",
788
+ network: "gnosis",
789
+ nativeCurrency: {
790
+ decimals: 18,
791
+ name: "Gnosis",
792
+ symbol: "xDAI"
793
+ },
794
+ rpcUrls: {
795
+ default: { http: ["https://rpc.gnosischain.com"] },
796
+ public: { http: ["https://rpc.gnosischain.com"] }
797
+ },
798
+ blockExplorers: {
799
+ etherscan: {
800
+ name: "Gnosisscan",
801
+ url: "https://gnosisscan.io/"
802
+ },
803
+ default: {
804
+ name: "Gnosis Chain Explorer",
805
+ url: "https://blockscout.com/xdai/mainnet/"
806
+ }
807
+ }
808
+ };
809
+ var gnosisChiado = {
810
+ id: 10200,
811
+ name: "Gnosis Chiado",
812
+ network: "chiado",
813
+ nativeCurrency: {
814
+ decimals: 18,
815
+ name: "Gnosis",
816
+ symbol: "xDAI"
817
+ },
818
+ rpcUrls: {
819
+ default: { http: ["https://rpc.chiadochain.net"] },
820
+ public: { http: ["https://rpc.chiadochain.net"] }
821
+ },
822
+ blockExplorers: {
823
+ default: {
824
+ name: "Blockscout",
825
+ url: "https://blockscout.chiadochain.net"
826
+ }
827
+ }
828
+ };
829
+ var hardhat = {
830
+ id: 31337,
831
+ name: "Hardhat",
832
+ network: "hardhat",
833
+ nativeCurrency: {
834
+ decimals: 18,
835
+ name: "Ether",
836
+ symbol: "ETH"
837
+ },
838
+ rpcUrls: {
839
+ default: { http: ["http://127.0.0.1:8545"] },
840
+ public: { http: ["http://127.0.0.1:8545"] }
841
+ }
842
+ };
843
+ var harmonyOne = {
844
+ id: 16666e5,
845
+ name: "Harmony One",
846
+ network: "harmony",
847
+ nativeCurrency: {
848
+ name: "Harmony",
849
+ symbol: "ONE",
850
+ decimals: 18
851
+ },
852
+ rpcUrls: {
853
+ public: { http: ["https://rpc.ankr.com/harmony"] },
854
+ default: { http: ["https://rpc.ankr.com/harmony"] }
855
+ },
856
+ blockExplorers: {
857
+ default: { name: "Harmony Explorer", url: "https://explorer.harmony.one" }
858
+ },
859
+ contracts: {
860
+ multicall3: {
861
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
862
+ blockCreated: 24185753
863
+ }
864
+ }
865
+ };
866
+ var klaytn = {
867
+ id: 8217,
868
+ name: "Klaytn",
869
+ network: "klaytn",
870
+ nativeCurrency: {
871
+ decimals: 18,
872
+ name: "Klaytn",
873
+ symbol: "KLAY"
874
+ },
875
+ rpcUrls: {
876
+ default: { http: ["https://cypress.fautor.app/archive"] },
877
+ public: { http: ["https://cypress.fautor.app/archive"] }
878
+ },
879
+ blockExplorers: {
880
+ etherscan: { name: "KlaytnScope", url: "https://scope.klaytn.com" },
881
+ default: { name: "KlaytnScope", url: "https://scope.klaytn.com" }
882
+ }
883
+ };
884
+ var localhost = {
885
+ id: 1337,
886
+ name: "Localhost",
887
+ network: "localhost",
888
+ nativeCurrency: {
889
+ decimals: 18,
890
+ name: "Ether",
891
+ symbol: "ETH"
892
+ },
893
+ rpcUrls: {
894
+ default: { http: ["http://127.0.0.1:8545"] },
895
+ public: { http: ["http://127.0.0.1:8545"] }
896
+ }
897
+ };
898
+ var mainnet = {
899
+ id: 1,
900
+ network: "homestead",
901
+ name: "Ethereum",
902
+ nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
903
+ rpcUrls: {
904
+ alchemy: {
905
+ http: ["https://eth-mainnet.g.alchemy.com/v2"],
906
+ webSocket: ["wss://eth-mainnet.g.alchemy.com/v2"]
907
+ },
908
+ infura: {
909
+ http: ["https://mainnet.infura.io/v3"],
910
+ webSocket: ["wss://mainnet.infura.io/ws/v3"]
911
+ },
912
+ default: {
913
+ http: ["https://cloudflare-eth.com"]
914
+ },
915
+ public: {
916
+ http: ["https://cloudflare-eth.com"]
917
+ }
918
+ },
919
+ blockExplorers: {
920
+ etherscan: {
921
+ name: "Etherscan",
922
+ url: "https://etherscan.io"
923
+ },
924
+ default: {
925
+ name: "Etherscan",
926
+ url: "https://etherscan.io"
927
+ }
928
+ },
929
+ contracts: {
930
+ ensRegistry: {
931
+ address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
932
+ },
933
+ ensUniversalResolver: {
934
+ address: "0xE4Acdd618deED4e6d2f03b9bf62dc6118FC9A4da",
935
+ blockCreated: 16773775
936
+ },
937
+ multicall3: {
938
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
939
+ blockCreated: 14353601
940
+ }
941
+ }
942
+ };
943
+ var metis = {
944
+ id: 1088,
945
+ name: "Metis",
946
+ network: "andromeda",
947
+ nativeCurrency: {
948
+ decimals: 18,
949
+ name: "Metis",
950
+ symbol: "METIS"
951
+ },
952
+ rpcUrls: {
953
+ default: { http: ["https://andromeda.metis.io/?owner=1088"] },
954
+ public: { http: ["https://andromeda.metis.io/?owner=1088"] }
955
+ },
956
+ blockExplorers: {
957
+ default: {
958
+ name: "Andromeda Explorer",
959
+ url: "https://andromeda-explorer.metis.io"
960
+ }
961
+ }
962
+ };
963
+ var metisGoerli = {
964
+ id: 599,
965
+ name: "Metis Goerli",
966
+ network: "metis-goerli",
967
+ nativeCurrency: {
968
+ decimals: 18,
969
+ name: "Metis Goerli",
970
+ symbol: "METIS"
971
+ },
972
+ rpcUrls: {
973
+ default: { http: ["https://goerli.gateway.metisdevops.link"] },
974
+ public: { http: ["https://goerli.gateway.metisdevops.link"] }
975
+ },
976
+ blockExplorers: {
977
+ default: {
978
+ name: "Metis Goerli Explorer",
979
+ url: "https://goerli.explorer.metisdevops.link"
980
+ }
981
+ }
982
+ };
983
+ var moonbaseAlpha = {
984
+ id: 1287,
985
+ name: "Moonbase Alpha",
986
+ network: "moonbase-alpha",
987
+ nativeCurrency: {
988
+ decimals: 18,
989
+ name: "DEV",
990
+ symbol: "DEV"
991
+ },
992
+ rpcUrls: {
993
+ default: {
994
+ http: ["https://rpc.api.moonbase.moonbeam.network"],
995
+ webSocket: ["wss://wss.api.moonbase.moonbeam.network"]
996
+ },
997
+ public: {
998
+ http: ["https://rpc.api.moonbase.moonbeam.network"],
999
+ webSocket: ["wss://wss.api.moonbase.moonbeam.network"]
1000
+ }
1001
+ },
1002
+ blockExplorers: {
1003
+ default: {
1004
+ name: "Moonscan",
1005
+ url: "https://moonbase.moonscan.io"
1006
+ },
1007
+ etherscan: {
1008
+ name: "Moonscan",
1009
+ url: "https://moonbase.moonscan.io"
1010
+ }
1011
+ },
1012
+ contracts: {
1013
+ multicall3: {
1014
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
1015
+ blockCreated: 1850686
1016
+ }
1017
+ },
1018
+ testnet: true
1019
+ };
1020
+ var moonbeam = {
1021
+ id: 1284,
1022
+ name: "Moonbeam",
1023
+ network: "moonbeam",
1024
+ nativeCurrency: {
1025
+ decimals: 18,
1026
+ name: "GLMR",
1027
+ symbol: "GLMR"
1028
+ },
1029
+ rpcUrls: {
1030
+ public: {
1031
+ http: ["https://moonbeam.public.blastapi.io"],
1032
+ webSocket: ["wss://moonbeam.public.blastapi.io"]
1033
+ },
1034
+ default: {
1035
+ http: ["https://moonbeam.public.blastapi.io"],
1036
+ webSocket: ["wss://moonbeam.public.blastapi.io"]
1037
+ }
1038
+ },
1039
+ blockExplorers: {
1040
+ default: {
1041
+ name: "Moonscan",
1042
+ url: "https://moonscan.io"
1043
+ },
1044
+ etherscan: {
1045
+ name: "Moonscan",
1046
+ url: "https://moonscan.io"
1047
+ }
1048
+ },
1049
+ contracts: {
1050
+ multicall3: {
1051
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
1052
+ blockCreated: 609002
1053
+ }
1054
+ },
1055
+ testnet: false
1056
+ };
1057
+ var moonriver = {
1058
+ id: 1285,
1059
+ name: "Moonriver",
1060
+ network: "moonriver",
1061
+ nativeCurrency: {
1062
+ decimals: 18,
1063
+ name: "MOVR",
1064
+ symbol: "MOVR"
1065
+ },
1066
+ rpcUrls: {
1067
+ public: {
1068
+ http: ["https://moonriver.public.blastapi.io"],
1069
+ webSocket: ["wss://moonriver.public.blastapi.io"]
1070
+ },
1071
+ default: {
1072
+ http: ["https://moonriver.public.blastapi.io"],
1073
+ webSocket: ["wss://moonriver.public.blastapi.io"]
1074
+ }
1075
+ },
1076
+ blockExplorers: {
1077
+ default: {
1078
+ name: "Moonscan",
1079
+ url: "https://moonriver.moonscan.io"
1080
+ },
1081
+ etherscan: {
1082
+ name: "Moonscan",
1083
+ url: "https://moonriver.moonscan.io"
1084
+ }
1085
+ },
1086
+ contracts: {
1087
+ multicall3: {
1088
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
1089
+ blockCreated: 1597904
1090
+ }
1091
+ },
1092
+ testnet: false
1093
+ };
1094
+ var nexi = {
1095
+ id: 4242,
1096
+ name: "Nexi",
1097
+ network: "nexi",
1098
+ nativeCurrency: { name: "Nexi", symbol: "NEXI", decimals: 18 },
1099
+ rpcUrls: {
1100
+ default: {
1101
+ http: ["https://rpc.chain.nexi.technology"]
1102
+ },
1103
+ public: {
1104
+ http: ["https://rpc.chain.nexi.technology"]
1105
+ }
1106
+ },
1107
+ blockExplorers: {
1108
+ etherscan: {
1109
+ name: "NexiScan",
1110
+ url: "https://www.nexiscan.com"
1111
+ },
1112
+ default: {
1113
+ name: "NexiScan",
1114
+ url: "https://www.nexiscan.com"
1115
+ }
1116
+ },
1117
+ contracts: {
1118
+ multicall3: {
1119
+ address: "0x0277A46Cc69A57eE3A6C8c158bA874832F718B8E",
1120
+ blockCreated: 25770160
1121
+ }
1122
+ }
1123
+ };
1124
+ var okc = {
1125
+ id: 66,
1126
+ name: "OKC",
1127
+ network: "okc",
1128
+ nativeCurrency: {
1129
+ decimals: 18,
1130
+ name: "OKT",
1131
+ symbol: "OKT"
1132
+ },
1133
+ rpcUrls: {
1134
+ default: { http: ["https://exchainrpc.okex.org"] },
1135
+ public: { http: ["https://exchainrpc.okex.org"] }
1136
+ },
1137
+ blockExplorers: {
1138
+ default: { name: "oklink", url: "https://www.oklink.com/okc" }
1139
+ },
1140
+ contracts: {
1141
+ multicall3: {
1142
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
1143
+ blockCreated: 10364792
1144
+ }
1145
+ }
1146
+ };
1147
+ var optimism = {
1148
+ id: 10,
1149
+ name: "Optimism",
1150
+ network: "optimism",
1151
+ nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
1152
+ rpcUrls: {
1153
+ alchemy: {
1154
+ http: ["https://opt-mainnet.g.alchemy.com/v2"],
1155
+ webSocket: ["wss://opt-mainnet.g.alchemy.com/v2"]
1156
+ },
1157
+ infura: {
1158
+ http: ["https://optimism-mainnet.infura.io/v3"],
1159
+ webSocket: ["wss://optimism-mainnet.infura.io/ws/v3"]
1160
+ },
1161
+ default: {
1162
+ http: ["https://mainnet.optimism.io"]
1163
+ },
1164
+ public: {
1165
+ http: ["https://mainnet.optimism.io"]
1166
+ }
1167
+ },
1168
+ blockExplorers: {
1169
+ etherscan: {
1170
+ name: "Etherscan",
1171
+ url: "https://optimistic.etherscan.io"
1172
+ },
1173
+ default: {
1174
+ name: "Optimism Explorer",
1175
+ url: "https://explorer.optimism.io"
1176
+ }
1177
+ },
1178
+ contracts: {
1179
+ multicall3: {
1180
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
1181
+ blockCreated: 4286263
1182
+ }
1183
+ }
1184
+ };
1185
+ var optimismGoerli = {
1186
+ id: 420,
1187
+ name: "Optimism Goerli",
1188
+ network: "optimism-goerli",
1189
+ nativeCurrency: { name: "Goerli Ether", symbol: "ETH", decimals: 18 },
1190
+ rpcUrls: {
1191
+ alchemy: {
1192
+ http: ["https://opt-goerli.g.alchemy.com/v2"],
1193
+ webSocket: ["wss://opt-goerli.g.alchemy.com/v2"]
1194
+ },
1195
+ infura: {
1196
+ http: ["https://optimism-goerli.infura.io/v3"],
1197
+ webSocket: ["wss://optimism-goerli.infura.io/ws/v3"]
1198
+ },
1199
+ default: {
1200
+ http: ["https://goerli.optimism.io"]
1201
+ },
1202
+ public: {
1203
+ http: ["https://goerli.optimism.io"]
1204
+ }
1205
+ },
1206
+ blockExplorers: {
1207
+ etherscan: {
1208
+ name: "Etherscan",
1209
+ url: "https://goerli-optimism.etherscan.io"
1210
+ },
1211
+ default: {
1212
+ name: "Etherscan",
1213
+ url: "https://goerli-optimism.etherscan.io"
1214
+ }
1215
+ },
1216
+ contracts: {
1217
+ multicall3: {
1218
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
1219
+ blockCreated: 49461
1220
+ }
1221
+ },
1222
+ testnet: true
1223
+ };
1224
+ var polygon = {
1225
+ id: 137,
1226
+ name: "Polygon",
1227
+ network: "matic",
1228
+ nativeCurrency: { name: "MATIC", symbol: "MATIC", decimals: 18 },
1229
+ rpcUrls: {
1230
+ alchemy: {
1231
+ http: ["https://polygon-mainnet.g.alchemy.com/v2"],
1232
+ webSocket: ["wss://polygon-mainnet.g.alchemy.com/v2"]
1233
+ },
1234
+ infura: {
1235
+ http: ["https://polygon-mainnet.infura.io/v3"],
1236
+ webSocket: ["wss://polygon-mainnet.infura.io/ws/v3"]
1237
+ },
1238
+ default: {
1239
+ http: ["https://polygon-rpc.com"]
1240
+ },
1241
+ public: {
1242
+ http: ["https://polygon-rpc.com"]
1243
+ }
1244
+ },
1245
+ blockExplorers: {
1246
+ etherscan: {
1247
+ name: "PolygonScan",
1248
+ url: "https://polygonscan.com"
1249
+ },
1250
+ default: {
1251
+ name: "PolygonScan",
1252
+ url: "https://polygonscan.com"
1253
+ }
1254
+ },
1255
+ contracts: {
1256
+ multicall3: {
1257
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
1258
+ blockCreated: 25770160
1259
+ }
1260
+ }
1261
+ };
1262
+ var polygonMumbai = {
1263
+ id: 80001,
1264
+ name: "Polygon Mumbai",
1265
+ network: "maticmum",
1266
+ nativeCurrency: { name: "MATIC", symbol: "MATIC", decimals: 18 },
1267
+ rpcUrls: {
1268
+ alchemy: {
1269
+ http: ["https://polygon-mumbai.g.alchemy.com/v2"],
1270
+ webSocket: ["wss://polygon-mumbai.g.alchemy.com/v2"]
1271
+ },
1272
+ infura: {
1273
+ http: ["https://polygon-mumbai.infura.io/v3"],
1274
+ webSocket: ["wss://polygon-mumbai.infura.io/ws/v3"]
1275
+ },
1276
+ default: {
1277
+ http: ["https://matic-mumbai.chainstacklabs.com"]
1278
+ },
1279
+ public: {
1280
+ http: ["https://matic-mumbai.chainstacklabs.com"]
1281
+ }
1282
+ },
1283
+ blockExplorers: {
1284
+ etherscan: {
1285
+ name: "PolygonScan",
1286
+ url: "https://mumbai.polygonscan.com"
1287
+ },
1288
+ default: {
1289
+ name: "PolygonScan",
1290
+ url: "https://mumbai.polygonscan.com"
1291
+ }
1292
+ },
1293
+ contracts: {
1294
+ multicall3: {
1295
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
1296
+ blockCreated: 25770160
1297
+ }
1298
+ },
1299
+ testnet: true
1300
+ };
1301
+ var polygonZkEvmTestnet = {
1302
+ id: 1442,
1303
+ name: "Polygon zkEVM Testnet",
1304
+ network: "polygon-zkevm-testnet",
1305
+ nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
1306
+ rpcUrls: {
1307
+ default: {
1308
+ http: ["https://rpc.public.zkevm-test.net"]
1309
+ },
1310
+ public: {
1311
+ http: ["https://rpc.public.zkevm-test.net"]
1312
+ }
1313
+ },
1314
+ blockExplorers: {
1315
+ default: {
1316
+ name: "Blockscout",
1317
+ url: "https://explorer.public.zkevm-test.net"
1318
+ }
1319
+ },
1320
+ testnet: true
1321
+ };
1322
+ var polygonZkEvm = {
1323
+ id: 1101,
1324
+ name: "Polygon zkEVM",
1325
+ network: "polygon-zkevm",
1326
+ nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
1327
+ rpcUrls: {
1328
+ default: {
1329
+ http: ["https://zkevm-rpc.com"]
1330
+ },
1331
+ public: {
1332
+ http: ["https://zkevm-rpc.com"]
1333
+ }
1334
+ },
1335
+ blockExplorers: {
1336
+ default: {
1337
+ name: "PolygonScan",
1338
+ url: "https://zkevm.polygonscan.com"
1339
+ }
1340
+ }
1341
+ };
1342
+ var scrollTestnet = {
1343
+ id: 534353,
1344
+ name: "Scroll Testnet",
1345
+ network: "scroll-testnet",
1346
+ nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
1347
+ rpcUrls: {
1348
+ default: {
1349
+ http: ["https://alpha-rpc.scroll.io/l2"],
1350
+ webSocket: ["wss://alpha-rpc.scroll.io/l2/ws"]
1351
+ },
1352
+ public: {
1353
+ http: ["https://alpha-rpc.scroll.io/l2"],
1354
+ webSocket: ["wss://alpha-rpc.scroll.io/l2/ws"]
1355
+ }
1356
+ },
1357
+ blockExplorers: {
1358
+ default: {
1359
+ name: "Blockscout",
1360
+ url: "https://blockscout.scroll.io"
1361
+ }
1362
+ },
1363
+ testnet: true
1364
+ };
1365
+ var sepolia = {
1366
+ id: 11155111,
1367
+ network: "sepolia",
1368
+ name: "Sepolia",
1369
+ nativeCurrency: { name: "Sepolia Ether", symbol: "SEP", decimals: 18 },
1370
+ rpcUrls: {
1371
+ infura: {
1372
+ http: ["https://sepolia.infura.io/v3"],
1373
+ webSocket: ["wss://sepolia.infura.io/ws/v3"]
1374
+ },
1375
+ default: {
1376
+ http: ["https://rpc.sepolia.org"]
1377
+ },
1378
+ public: {
1379
+ http: ["https://rpc.sepolia.org"]
1380
+ }
1381
+ },
1382
+ blockExplorers: {
1383
+ etherscan: {
1384
+ name: "Etherscan",
1385
+ url: "https://sepolia.etherscan.io"
1386
+ },
1387
+ default: {
1388
+ name: "Etherscan",
1389
+ url: "https://sepolia.etherscan.io"
1390
+ }
1391
+ },
1392
+ contracts: {
1393
+ multicall3: {
1394
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
1395
+ blockCreated: 6507670
1396
+ }
1397
+ },
1398
+ testnet: true
1399
+ };
1400
+ var skaleBlockBrawlers = {
1401
+ id: 391845894,
1402
+ name: "SKALE | Block Brawlers",
1403
+ network: "skale-brawl",
1404
+ nativeCurrency: { name: "BRAWL", symbol: "BRAWL", decimals: 18 },
1405
+ rpcUrls: {
1406
+ default: {
1407
+ http: ["https://mainnet.skalenodes.com/v1/frayed-decent-antares"]
1408
+ },
1409
+ public: {
1410
+ http: ["https://mainnet.skalenodes.com/v1/frayed-decent-antares"]
1411
+ }
1412
+ },
1413
+ blockExplorers: {
1414
+ etherscan: {
1415
+ name: "SKALE Explorer",
1416
+ url: "https://frayed-decent-antares.explorer.mainnet.skalenodes.com"
1417
+ },
1418
+ default: {
1419
+ name: "SKALE Explorer",
1420
+ url: "https://frayed-decent-antares.explorer.mainnet.skalenodes.com"
1421
+ }
1422
+ },
1423
+ contracts: {}
1424
+ };
1425
+ var skaleCalypso = {
1426
+ id: 1564830818,
1427
+ name: "SKALE | Calypso NFT Hub",
1428
+ network: "skale-calypso",
1429
+ nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
1430
+ rpcUrls: {
1431
+ default: {
1432
+ http: ["https://mainnet.skalenodes.com/v1/honorable-steel-rasalhague"]
1433
+ },
1434
+ public: {
1435
+ http: ["https://mainnet.skalenodes.com/v1/honorable-steel-rasalhague"]
1436
+ }
1437
+ },
1438
+ blockExplorers: {
1439
+ etherscan: {
1440
+ name: "SKALE Explorer",
1441
+ url: "https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com"
1442
+ },
1443
+ default: {
1444
+ name: "SKALE Explorer",
1445
+ url: "https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com"
1446
+ }
1447
+ },
1448
+ contracts: {}
1449
+ };
1450
+ var skaleCalypsoTestnet = {
1451
+ id: 344106930,
1452
+ name: "SKALE | Calypso NFT Hub Testnet",
1453
+ network: "skale-calypso-testnet",
1454
+ nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
1455
+ rpcUrls: {
1456
+ default: {
1457
+ http: [
1458
+ "https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar"
1459
+ ]
1460
+ },
1461
+ public: {
1462
+ http: [
1463
+ "https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar"
1464
+ ]
1465
+ }
1466
+ },
1467
+ blockExplorers: {
1468
+ etherscan: {
1469
+ name: "SKALE Explorer",
1470
+ url: "https://staging-utter-unripe-menkar.explorer.staging-v3.skalenodes.com"
1471
+ },
1472
+ default: {
1473
+ name: "SKALE Explorer",
1474
+ url: "https://staging-utter-unripe-menkar.explorer.staging-v3.skalenodes.com"
1475
+ }
1476
+ },
1477
+ contracts: {},
1478
+ testnet: true
1479
+ };
1480
+ var skaleChaosTestnet = {
1481
+ id: 1351057110,
1482
+ name: "SKALE | Chaos Testnet",
1483
+ network: "skale-chaos-testnet",
1484
+ nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
1485
+ rpcUrls: {
1486
+ default: {
1487
+ http: [
1488
+ "https://staging-v3.skalenodes.com/v1/staging-fast-active-bellatrix"
1489
+ ]
1490
+ },
1491
+ public: {
1492
+ http: [
1493
+ "https://staging-v3.skalenodes.com/v1/staging-fast-active-bellatrix"
1494
+ ]
1495
+ }
1496
+ },
1497
+ blockExplorers: {
1498
+ etherscan: {
1499
+ name: "SKALE Explorer",
1500
+ url: "https://staging-fast-active-bellatrix.explorer.staging-v3.skalenodes.com"
1501
+ },
1502
+ default: {
1503
+ name: "SKALE Explorer",
1504
+ url: "https://staging-fast-active-bellatrix.explorer.staging-v3.skalenodes.com"
1505
+ }
1506
+ },
1507
+ contracts: {},
1508
+ testnet: true
1509
+ };
1510
+ var skaleCryptoBlades = {
1511
+ id: 1026062157,
1512
+ name: "SKALE | CryptoBlades",
1513
+ network: "skale-cryptoblades",
1514
+ nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
1515
+ rpcUrls: {
1516
+ default: {
1517
+ http: ["https://mainnet.skalenodes.com/v1/affectionate-immediate-pollux"]
1518
+ },
1519
+ public: {
1520
+ http: ["https://mainnet.skalenodes.com/v1/affectionate-immediate-pollux"]
1521
+ }
1522
+ },
1523
+ blockExplorers: {
1524
+ etherscan: {
1525
+ name: "SKALE Explorer",
1526
+ url: "https://affectionate-immediate-pollux.explorer.mainnet.skalenodes.com"
1527
+ },
1528
+ default: {
1529
+ name: "SKALE Explorer",
1530
+ url: "https://affectionate-immediate-pollux.explorer.mainnet.skalenodes.com"
1531
+ }
1532
+ },
1533
+ contracts: {}
1534
+ };
1535
+ var skaleCryptoColosseum = {
1536
+ id: 2046399126,
1537
+ name: "SKALE | Crypto Colosseum",
1538
+ network: "skale-crypto-coloseeum",
1539
+ nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
1540
+ rpcUrls: {
1541
+ default: {
1542
+ http: ["https://mainnet.skalenodes.com/v1/haunting-devoted-deneb"]
1543
+ },
1544
+ public: {
1545
+ http: ["https://mainnet.skalenodes.com/v1/haunting-devoted-deneb"]
1546
+ }
1547
+ },
1548
+ blockExplorers: {
1549
+ etherscan: {
1550
+ name: "SKALE Explorer",
1551
+ url: "https://haunting-devoted-deneb.explorer.mainnet.skalenodes.com"
1552
+ },
1553
+ default: {
1554
+ name: "SKALE Explorer",
1555
+ url: "https://haunting-devoted-deneb.explorer.mainnet.skalenodes.com"
1556
+ }
1557
+ },
1558
+ contracts: {}
1559
+ };
1560
+ var skaleEuropa = {
1561
+ id: 2046399126,
1562
+ name: "SKALE | Europa Liquidity Hub",
1563
+ network: "skale-europa",
1564
+ nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
1565
+ rpcUrls: {
1566
+ default: {
1567
+ http: ["https://mainnet.skalenodes.com/v1/elated-tan-skat"]
1568
+ },
1569
+ public: {
1570
+ http: ["https://mainnet.skalenodes.com/v1/elated-tan-skat"]
1571
+ }
1572
+ },
1573
+ blockExplorers: {
1574
+ etherscan: {
1575
+ name: "SKALE Explorer",
1576
+ url: "https://elated-tan-skat.explorer.mainnet.skalenodes.com"
1577
+ },
1578
+ default: {
1579
+ name: "SKALE Explorer",
1580
+ url: "https://elated-tan-skat.explorer.mainnet.skalenodes.com"
1581
+ }
1582
+ },
1583
+ contracts: {}
1584
+ };
1585
+ var skaleEuropaTestnet = {
1586
+ id: 476158412,
1587
+ name: "SKALE | Europa Liquidity Hub Testnet",
1588
+ network: "skale-europa-testnet",
1589
+ nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
1590
+ rpcUrls: {
1591
+ default: {
1592
+ http: ["https://staging-v3.skalenodes.com/v1/staging-legal-crazy-castor"]
1593
+ },
1594
+ public: {
1595
+ http: ["https://staging-v3.skalenodes.com/v1/staging-legal-crazy-castor"]
1596
+ }
1597
+ },
1598
+ blockExplorers: {
1599
+ etherscan: {
1600
+ name: "SKALE Explorer",
1601
+ url: "https://staging-legal-crazy-castor.explorer.staging-v3.skalenodes.com"
1602
+ },
1603
+ default: {
1604
+ name: "SKALE Explorer",
1605
+ url: "https://staging-legal-crazy-castor.explorer.staging-v3.skalenodes.com"
1606
+ }
1607
+ },
1608
+ contracts: {},
1609
+ testnet: true
1610
+ };
1611
+ var skaleExorde = {
1612
+ id: 2139927552,
1613
+ name: "SKALE | Exorde",
1614
+ network: "skale-exorde",
1615
+ nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
1616
+ rpcUrls: {
1617
+ default: {
1618
+ http: ["https://mainnet.skalenodes.com/v1/light-vast-diphda"]
1619
+ },
1620
+ public: {
1621
+ http: ["https://mainnet.skalenodes.com/v1/light-vast-diphda"]
1622
+ }
1623
+ },
1624
+ blockExplorers: {
1625
+ etherscan: {
1626
+ name: "SKALE Explorer",
1627
+ url: "https://light-vast-diphda.explorer.mainnet.skalenodes.com"
1628
+ },
1629
+ default: {
1630
+ name: "SKALE Explorer",
1631
+ url: "https://light-vast-diphda.explorer.mainnet.skalenodes.com"
1632
+ }
1633
+ },
1634
+ contracts: {}
1635
+ };
1636
+ var skaleHumanProtocol = {
1637
+ id: 1273227453,
1638
+ name: "SKALE | Human Protocol",
1639
+ network: "skale-human-protocol",
1640
+ nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
1641
+ rpcUrls: {
1642
+ default: {
1643
+ http: ["https://mainnet.skalenodes.com/v1/wan-red-ain"]
1644
+ },
1645
+ public: {
1646
+ http: ["https://mainnet.skalenodes.com/v1/wan-red-ain"]
1647
+ }
1648
+ },
1649
+ blockExplorers: {
1650
+ etherscan: {
1651
+ name: "SKALE Explorer",
1652
+ url: "https://wan-red-ain.explorer.mainnet.skalenodes.com"
1653
+ },
1654
+ default: {
1655
+ name: "SKALE Explorer",
1656
+ url: "https://wan-red-ain.explorer.mainnet.skalenodes.com"
1657
+ }
1658
+ },
1659
+ contracts: {}
1660
+ };
1661
+ var skaleNebula = {
1662
+ id: 1482601649,
1663
+ name: "SKALE | Nebula Gaming Hub",
1664
+ network: "skale-nebula",
1665
+ nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
1666
+ rpcUrls: {
1667
+ default: {
1668
+ http: ["https://mainnet.skalenodes.com/v1/green-giddy-denebola"]
1669
+ },
1670
+ public: {
1671
+ http: ["https://mainnet.skalenodes.com/v1/green-giddy-denebola"]
1672
+ }
1673
+ },
1674
+ blockExplorers: {
1675
+ etherscan: {
1676
+ name: "SKALE Explorer",
1677
+ url: "https://green-giddy-denebola.explorer.mainnet.skalenodes.com"
1678
+ },
1679
+ default: {
1680
+ name: "SKALE Explorer",
1681
+ url: "https://green-giddy-denebola.explorer.mainnet.skalenodes.com"
1682
+ }
1683
+ },
1684
+ contracts: {}
1685
+ };
1686
+ var skaleNebulaTestnet = {
1687
+ id: 503129905,
1688
+ name: "SKALE | Nebula Gaming Hub Testnet",
1689
+ network: "skale-nebula-testnet",
1690
+ nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
1691
+ rpcUrls: {
1692
+ default: {
1693
+ http: ["https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird"]
1694
+ },
1695
+ public: {
1696
+ http: ["https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird"]
1697
+ }
1698
+ },
1699
+ blockExplorers: {
1700
+ etherscan: {
1701
+ name: "SKALE Explorer",
1702
+ url: "https://staging-faint-slimy-achird.explorer.staging-v3.skalenodes.com"
1703
+ },
1704
+ default: {
1705
+ name: "SKALE Explorer",
1706
+ url: "https://staging-faint-slimy-achird.explorer.staging-v3.skalenodes.com"
1707
+ }
1708
+ },
1709
+ contracts: {},
1710
+ testnet: true
1711
+ };
1712
+ var skaleRazor = {
1713
+ id: 278611351,
1714
+ name: "SKALE | Razor Network",
1715
+ network: "skale-razor",
1716
+ nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
1717
+ rpcUrls: {
1718
+ default: {
1719
+ http: ["https://mainnet.skalenodes.com/v1/turbulent-unique-scheat"]
1720
+ },
1721
+ public: {
1722
+ http: ["https://mainnet.skalenodes.com/v1/turbulent-unique-scheat"]
1723
+ }
1724
+ },
1725
+ blockExplorers: {
1726
+ etherscan: {
1727
+ name: "SKALE Explorer",
1728
+ url: "https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com"
1729
+ },
1730
+ default: {
1731
+ name: "SKALE Explorer",
1732
+ url: "https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com"
1733
+ }
1734
+ },
1735
+ contracts: {}
1736
+ };
1737
+ var skaleTitan = {
1738
+ id: 1350216234,
1739
+ name: "SKALE | Titan Community Hub",
1740
+ network: "skale-titan",
1741
+ nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
1742
+ rpcUrls: {
1743
+ default: {
1744
+ http: ["https://mainnet.skalenodes.com/v1/parallel-stormy-spica"]
1745
+ },
1746
+ public: {
1747
+ http: ["https://mainnet.skalenodes.com/v1/parallel-stormy-spica"]
1748
+ }
1749
+ },
1750
+ blockExplorers: {
1751
+ etherscan: {
1752
+ name: "SKALE Explorer",
1753
+ url: "https://parallel-stormy-spica.explorer.mainnet.skalenodes.com"
1754
+ },
1755
+ default: {
1756
+ name: "SKALE Explorer",
1757
+ url: "https://parallel-stormy-spica.explorer.mainnet.skalenodes.com"
1758
+ }
1759
+ },
1760
+ contracts: {}
1761
+ };
1762
+ var skaleTitanTestnet = {
1763
+ id: 1517929550,
1764
+ name: "SKALE | Titan Community Hub Testnet",
1765
+ network: "skale-titan-testnet",
1766
+ nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
1767
+ rpcUrls: {
1768
+ default: {
1769
+ http: [
1770
+ "https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar"
1771
+ ]
1772
+ },
1773
+ public: {
1774
+ http: [
1775
+ "https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar"
1776
+ ]
1777
+ }
1778
+ },
1779
+ blockExplorers: {
1780
+ etherscan: {
1781
+ name: "SKALE Explorer",
1782
+ url: "https://staging-aware-chief-gianfar.explorer.staging-v3.skalenodes.com"
1783
+ },
1784
+ default: {
1785
+ name: "SKALE Explorer",
1786
+ url: "https://staging-aware-chief-gianfar.explorer.staging-v3.skalenodes.com"
1787
+ }
1788
+ },
1789
+ contracts: {},
1790
+ testnet: true
1791
+ };
1792
+ var songbird = {
1793
+ id: 19,
1794
+ name: "Songbird Mainnet",
1795
+ network: "songbird-mainnet",
1796
+ nativeCurrency: {
1797
+ decimals: 18,
1798
+ name: "songbird",
1799
+ symbol: "SGB"
1800
+ },
1801
+ rpcUrls: {
1802
+ default: { http: ["https://songbird-api.flare.network/ext/C/rpc"] },
1803
+ public: { http: ["https://songbird-api.flare.network/ext/C/rpc"] }
1804
+ },
1805
+ blockExplorers: {
1806
+ default: {
1807
+ name: "Songbird Explorer",
1808
+ url: "https://songbird-explorer.flare.network"
1809
+ }
1810
+ }
1811
+ };
1812
+ var songbirdTestnet = {
1813
+ id: 16,
1814
+ name: "Coston",
1815
+ network: "coston",
1816
+ nativeCurrency: {
1817
+ decimals: 18,
1818
+ name: "costonflare",
1819
+ symbol: "CFLR"
1820
+ },
1821
+ rpcUrls: {
1822
+ default: { http: ["https://coston-api.flare.network/ext/C/rpc"] },
1823
+ public: { http: ["https://coston-api.flare.network/ext/C/rpc"] }
1824
+ },
1825
+ blockExplorers: {
1826
+ default: {
1827
+ name: "Coston Explorer",
1828
+ url: "https://coston-explorer.flare.network"
1829
+ }
1830
+ },
1831
+ testnet: true
1832
+ };
1833
+ var shardeumSphinx = {
1834
+ id: 8082,
1835
+ name: "Shardeum Sphinx",
1836
+ network: "shmSphinx",
1837
+ nativeCurrency: { name: "SHARDEUM", symbol: "SHM", decimals: 18 },
1838
+ rpcUrls: {
1839
+ default: {
1840
+ http: ["https://sphinx.shardeum.org"]
1841
+ },
1842
+ public: {
1843
+ http: ["https://sphinx.shardeum.org"]
1844
+ }
1845
+ },
1846
+ blockExplorers: {
1847
+ default: {
1848
+ name: "Shardeum Explorer",
1849
+ url: "https://explorer-sphinx.shardeum.org"
1850
+ }
1851
+ },
1852
+ testnet: true
1853
+ };
1854
+ var taraxa = {
1855
+ id: 841,
1856
+ name: "Taraxa Mainnet",
1857
+ network: "taraxa",
1858
+ nativeCurrency: { name: "Tara", symbol: "TARA", decimals: 18 },
1859
+ rpcUrls: {
1860
+ default: {
1861
+ http: ["https://rpc.mainnet.taraxa.io"]
1862
+ },
1863
+ public: {
1864
+ http: ["https://rpc.mainnet.taraxa.io"]
1865
+ }
1866
+ },
1867
+ blockExplorers: {
1868
+ default: {
1869
+ name: "Taraxa Explorer",
1870
+ url: "https://explorer.mainnet.taraxa.io"
1871
+ }
1872
+ }
1873
+ };
1874
+ var taraxaTestnet = {
1875
+ id: 842,
1876
+ name: "Taraxa Testnet",
1877
+ network: "taraxa-testnet",
1878
+ nativeCurrency: { name: "Tara", symbol: "TARA", decimals: 18 },
1879
+ rpcUrls: {
1880
+ default: {
1881
+ http: ["https://rpc.testnet.taraxa.io"]
1882
+ },
1883
+ public: {
1884
+ http: ["https://rpc.testnet.taraxa.io"]
1885
+ }
1886
+ },
1887
+ blockExplorers: {
1888
+ default: {
1889
+ name: "Taraxa Explorer",
1890
+ url: "https://explorer.testnet.taraxa.io"
1891
+ }
1892
+ },
1893
+ testnet: true
1894
+ };
1895
+ var telos = {
1896
+ id: 40,
1897
+ name: "Telos",
1898
+ network: "telos",
1899
+ nativeCurrency: {
1900
+ decimals: 18,
1901
+ name: "Telos",
1902
+ symbol: "TLOS"
1903
+ },
1904
+ rpcUrls: {
1905
+ default: { http: ["https://mainnet.telos.net/evm"] },
1906
+ public: { http: ["https://mainnet.telos.net/evm"] }
1907
+ },
1908
+ blockExplorers: {
1909
+ default: {
1910
+ name: "Teloscan",
1911
+ url: "https://www.teloscan.io/"
1912
+ }
1913
+ },
1914
+ contracts: {
1915
+ multicall3: {
1916
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
1917
+ blockCreated: 246530709
1918
+ }
1919
+ }
1920
+ };
1921
+ var telosTestnet = {
1922
+ id: 41,
1923
+ name: "Telos",
1924
+ network: "telosTestnet",
1925
+ nativeCurrency: {
1926
+ decimals: 18,
1927
+ name: "Telos",
1928
+ symbol: "TLOS"
1929
+ },
1930
+ rpcUrls: {
1931
+ default: { http: ["https://testnet.telos.net/evm"] },
1932
+ public: { http: ["https://testnet.telos.net/evm"] }
1933
+ },
1934
+ blockExplorers: {
1935
+ default: {
1936
+ name: "Teloscan (testnet)",
1937
+ url: "https://testnet.teloscan.io/"
1938
+ }
1939
+ },
1940
+ testnet: true
1941
+ };
1942
+ var wanchain = {
1943
+ id: 888,
1944
+ name: "Wanchain",
1945
+ network: "wanchain",
1946
+ nativeCurrency: { name: "WANCHAIN", symbol: "WAN", decimals: 18 },
1947
+ rpcUrls: {
1948
+ default: {
1949
+ http: [
1950
+ "https://gwan-ssl.wandevs.org:56891",
1951
+ "https://gwan2-ssl.wandevs.org"
1952
+ ]
1953
+ },
1954
+ public: {
1955
+ http: [
1956
+ "https://gwan-ssl.wandevs.org:56891",
1957
+ "https://gwan2-ssl.wandevs.org"
1958
+ ]
1959
+ }
1960
+ },
1961
+ blockExplorers: {
1962
+ etherscan: {
1963
+ name: "WanScan",
1964
+ url: "https://wanscan.org"
1965
+ },
1966
+ default: {
1967
+ name: "WanScan",
1968
+ url: "https://wanscan.org"
1969
+ }
1970
+ },
1971
+ contracts: {
1972
+ multicall3: {
1973
+ address: "0xcDF6A1566e78EB4594c86Fe73Fcdc82429e97fbB",
1974
+ blockCreated: 25312390
1975
+ }
1976
+ }
1977
+ };
1978
+ var wanchainTestnet = {
1979
+ id: 999,
1980
+ name: "Wanchain Testnet",
1981
+ network: "wanchainTestnet",
1982
+ nativeCurrency: { name: "WANCHAIN", symbol: "WANt", decimals: 18 },
1983
+ rpcUrls: {
1984
+ default: {
1985
+ http: ["https://gwan-ssl.wandevs.org:46891"]
1986
+ },
1987
+ public: {
1988
+ http: ["https://gwan-ssl.wandevs.org:46891"]
1989
+ }
1990
+ },
1991
+ blockExplorers: {
1992
+ etherscan: {
1993
+ name: "WanScanTest",
1994
+ url: "https://wanscan.org"
1995
+ },
1996
+ default: {
1997
+ name: "WanScanTest",
1998
+ url: "https://wanscan.org"
1999
+ }
2000
+ },
2001
+ contracts: {
2002
+ multicall3: {
2003
+ address: "0x11c89bF4496c39FB80535Ffb4c92715839CC5324",
2004
+ blockCreated: 24743448
2005
+ }
2006
+ },
2007
+ testnet: true
2008
+ };
2009
+ var xdc = {
2010
+ id: 50,
2011
+ name: "XinFin Network",
2012
+ network: "xdc",
2013
+ nativeCurrency: {
2014
+ decimals: 18,
2015
+ name: "XDC",
2016
+ symbol: "XDC"
2017
+ },
2018
+ rpcUrls: {
2019
+ default: { http: ["https://rpc.xinfin.network"] },
2020
+ public: { http: ["https://rpc.xinfin.network"] }
2021
+ },
2022
+ blockExplorers: {
2023
+ xinfin: { name: "XinFin", url: "https://explorer.xinfin.network" },
2024
+ default: { name: "Blocksscan", url: "https://xdc.blocksscan.io" }
2025
+ }
2026
+ };
2027
+ var xdcTestnet = {
2028
+ id: 51,
2029
+ name: "Apothem Network",
2030
+ network: "xdc-testnet",
2031
+ nativeCurrency: {
2032
+ decimals: 18,
2033
+ name: "TXDC",
2034
+ symbol: "TXDC"
2035
+ },
2036
+ rpcUrls: {
2037
+ default: { http: ["https://erpc.apothem.network"] },
2038
+ public: { http: ["https://erpc.apothem.network"] }
2039
+ },
2040
+ blockExplorers: {
2041
+ xinfin: { name: "XinFin", url: "https://explorer.apothem.network" },
2042
+ default: { name: "Blocksscan", url: "https://apothem.blocksscan.io" }
2043
+ }
2044
+ };
2045
+ var zhejiang = {
2046
+ id: 1337803,
2047
+ network: "zhejiang",
2048
+ name: "Zhejiang",
2049
+ nativeCurrency: { name: "Zhejiang Ether", symbol: "ZhejETH", decimals: 18 },
2050
+ rpcUrls: {
2051
+ default: {
2052
+ http: ["https://rpc.zhejiang.ethpandaops.io"]
2053
+ },
2054
+ public: {
2055
+ http: ["https://rpc.zhejiang.ethpandaops.io"]
2056
+ }
2057
+ },
2058
+ blockExplorers: {
2059
+ beaconchain: {
2060
+ name: "Etherscan",
2061
+ url: "https://zhejiang.beaconcha.in"
2062
+ },
2063
+ blockscout: {
2064
+ name: "Blockscout",
2065
+ url: "https://blockscout.com/eth/zhejiang-testnet"
2066
+ },
2067
+ default: {
2068
+ name: "Beaconchain",
2069
+ url: "https://zhejiang.beaconcha.in"
2070
+ }
2071
+ },
2072
+ testnet: true
2073
+ };
2074
+ var zkSync = {
2075
+ id: 324,
2076
+ name: "zkSync",
2077
+ network: "zksync",
2078
+ nativeCurrency: {
2079
+ decimals: 18,
2080
+ name: "Ether",
2081
+ symbol: "ETH"
2082
+ },
2083
+ rpcUrls: {
2084
+ default: {
2085
+ http: ["https://zksync2-mainnet.zksync.io"],
2086
+ webSocket: ["wss://zksync2-mainnet.zksync.io/ws"]
2087
+ },
2088
+ public: {
2089
+ http: ["https://zksync2-mainnet.zksync.io"],
2090
+ webSocket: ["wss://zksync2-mainnet.zksync.io/ws"]
2091
+ }
2092
+ },
2093
+ blockExplorers: {
2094
+ default: {
2095
+ name: "zkExplorer",
2096
+ url: "https://explorer.zksync.io"
2097
+ }
2098
+ }
2099
+ };
2100
+ var zkSyncTestnet = {
2101
+ id: 280,
2102
+ name: "zkSync Testnet",
2103
+ network: "zksync-testnet",
2104
+ nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
2105
+ rpcUrls: {
2106
+ default: {
2107
+ http: ["https://zksync2-testnet.zksync.dev"],
2108
+ webSocket: ["wss://zksync2-testnet.zksync.dev/ws"]
2109
+ },
2110
+ public: {
2111
+ http: ["https://zksync2-testnet.zksync.dev"],
2112
+ webSocket: ["wss://zksync2-testnet.zksync.dev/ws"]
2113
+ }
2114
+ },
2115
+ blockExplorers: {
2116
+ default: {
2117
+ name: "zkExplorer",
2118
+ url: "https://goerli.explorer.zksync.io"
2119
+ }
2120
+ },
2121
+ testnet: true
2122
+ };
2123
+
16
2124
  // src/chains.ts
17
2125
  function chainName(chainId) {
18
2126
  switch (parseInt(chainId.toString())) {
@@ -61,13 +2169,96 @@ function truncateEthAddress(address) {
61
2169
  return address.slice(0, 6) + "\u2026" + address.slice(38, 42);
62
2170
  }
63
2171
  export {
2172
+ arbitrum,
2173
+ arbitrumGoerli,
2174
+ aurora,
2175
+ auroraTestnet,
2176
+ avalanche,
2177
+ avalancheFuji,
2178
+ baseGoerli,
64
2179
  bipsToDecimal,
65
2180
  bipsToPercent,
2181
+ boba,
2182
+ bronos,
2183
+ bronosTestnet,
2184
+ bsc,
2185
+ bscTestnet,
2186
+ canto,
2187
+ celo,
2188
+ celoAlfajores,
66
2189
  chainName,
2190
+ cronos,
2191
+ crossbell,
2192
+ dfk,
2193
+ dogechain,
67
2194
  etherscanAddressURL,
68
2195
  etherscanHost,
69
2196
  etherscanTxURL,
2197
+ evmos,
2198
+ evmosTestnet,
2199
+ fantom,
2200
+ fantomTestnet,
2201
+ filecoin,
2202
+ filecoinCalibration,
2203
+ filecoinHyperspace,
2204
+ flare,
2205
+ flareTestnet,
2206
+ foundry,
2207
+ gnosis,
2208
+ gnosisChiado,
2209
+ goerli,
2210
+ hardhat,
2211
+ harmonyOne,
2212
+ iotex,
2213
+ iotexTestnet,
2214
+ klaytn,
2215
+ localhost,
2216
+ mainnet,
2217
+ metis,
2218
+ metisGoerli,
2219
+ moonbaseAlpha,
2220
+ moonbeam,
2221
+ moonriver,
2222
+ nexi,
2223
+ okc,
2224
+ optimism,
2225
+ optimismGoerli,
70
2226
  percentToBips,
71
- truncateEthAddress
2227
+ polygon,
2228
+ polygonMumbai,
2229
+ polygonZkEvm,
2230
+ polygonZkEvmTestnet,
2231
+ scrollTestnet,
2232
+ sepolia,
2233
+ shardeumSphinx,
2234
+ skaleBlockBrawlers,
2235
+ skaleCalypso,
2236
+ skaleCalypsoTestnet,
2237
+ skaleChaosTestnet,
2238
+ skaleCryptoBlades,
2239
+ skaleCryptoColosseum,
2240
+ skaleEuropa,
2241
+ skaleEuropaTestnet,
2242
+ skaleExorde,
2243
+ skaleHumanProtocol,
2244
+ skaleNebula,
2245
+ skaleNebulaTestnet,
2246
+ skaleRazor,
2247
+ skaleTitan,
2248
+ skaleTitanTestnet,
2249
+ songbird,
2250
+ songbirdTestnet,
2251
+ taraxa,
2252
+ taraxaTestnet,
2253
+ telos,
2254
+ telosTestnet,
2255
+ truncateEthAddress,
2256
+ wanchain,
2257
+ wanchainTestnet,
2258
+ xdc,
2259
+ xdcTestnet,
2260
+ zhejiang,
2261
+ zkSync,
2262
+ zkSyncTestnet
72
2263
  };
73
2264
  //# sourceMappingURL=index.js.map