@hybrd/utils 0.5.0 → 0.5.1

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,1452 @@ function bipsToDecimal(bp) {
13
13
  return parseInt(bp.toString()) / 1e4;
14
14
  }
15
15
 
16
+ // ../../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: "ETH"
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://bsc-testnet.public.blastapi.io"] },
293
+ public: { http: ["https://bsc-testnet.public.blastapi.io"] }
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 crossbell = {
396
+ id: 3737,
397
+ network: "crossbell",
398
+ name: "Crossbell",
399
+ nativeCurrency: {
400
+ decimals: 18,
401
+ name: "CSB",
402
+ symbol: "CSB"
403
+ },
404
+ rpcUrls: {
405
+ default: {
406
+ http: ["https://rpc.crossbell.io"]
407
+ },
408
+ public: {
409
+ http: ["https://rpc.crossbell.io"]
410
+ }
411
+ },
412
+ blockExplorers: {
413
+ default: { name: "CrossScan", url: "https://scan.crossbell.io" }
414
+ },
415
+ contracts: {
416
+ multicall3: {
417
+ address: "0xBB9759009cDaC82774EfC84D94cD9F7440f75Fcf",
418
+ blockCreated: 23499787
419
+ }
420
+ }
421
+ };
422
+ var evmos = {
423
+ id: 9001,
424
+ name: "Evmos",
425
+ network: "evmos",
426
+ nativeCurrency: {
427
+ decimals: 18,
428
+ name: "Evmos",
429
+ symbol: "EVMOS"
430
+ },
431
+ rpcUrls: {
432
+ default: { http: ["https://eth.bd.evmos.org:8545"] },
433
+ public: { http: ["https://eth.bd.evmos.org:8545"] }
434
+ },
435
+ blockExplorers: {
436
+ default: { name: "Evmos Block Explorer", url: "https://escan.live/" }
437
+ }
438
+ };
439
+ var evmosTestnet = {
440
+ id: 9e3,
441
+ name: "Evmos Testnet",
442
+ network: "evmos-testnet",
443
+ nativeCurrency: {
444
+ decimals: 18,
445
+ name: "Evmos",
446
+ symbol: "EVMOS"
447
+ },
448
+ rpcUrls: {
449
+ default: { http: ["https://eth.bd.evmos.dev:8545"] },
450
+ public: { http: ["https://eth.bd.evmos.dev:8545"] }
451
+ },
452
+ blockExplorers: {
453
+ default: {
454
+ name: "Evmos Testnet Block Explorer",
455
+ url: "https://evm.evmos.dev/"
456
+ }
457
+ }
458
+ };
459
+ var fantom = {
460
+ id: 250,
461
+ name: "Fantom",
462
+ network: "fantom",
463
+ nativeCurrency: {
464
+ decimals: 18,
465
+ name: "Fantom",
466
+ symbol: "FTM"
467
+ },
468
+ rpcUrls: {
469
+ default: { http: ["https://rpc.ankr.com/fantom"] },
470
+ public: { http: ["https://rpc.ankr.com/fantom"] }
471
+ },
472
+ blockExplorers: {
473
+ etherscan: { name: "FTMScan", url: "https://ftmscan.com" },
474
+ default: { name: "FTMScan", url: "https://ftmscan.com" }
475
+ },
476
+ contracts: {
477
+ multicall3: {
478
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
479
+ blockCreated: 33001987
480
+ }
481
+ }
482
+ };
483
+ var fantomTestnet = {
484
+ id: 4002,
485
+ name: "Fantom Testnet",
486
+ network: "fantom-testnet",
487
+ nativeCurrency: {
488
+ decimals: 18,
489
+ name: "Fantom",
490
+ symbol: "FTM"
491
+ },
492
+ rpcUrls: {
493
+ default: { http: ["https://rpc.testnet.fantom.network"] },
494
+ public: { http: ["https://rpc.testnet.fantom.network"] }
495
+ },
496
+ blockExplorers: {
497
+ etherscan: { name: "FTMScan", url: "https://testnet.ftmscan.com" },
498
+ default: { name: "FTMScan", url: "https://testnet.ftmscan.com" }
499
+ },
500
+ contracts: {
501
+ multicall3: {
502
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
503
+ blockCreated: 8328688
504
+ }
505
+ }
506
+ };
507
+ var filecoin = {
508
+ id: 314,
509
+ name: "Filecoin Mainnet",
510
+ network: "filecoin-mainnet",
511
+ nativeCurrency: {
512
+ decimals: 18,
513
+ name: "filecoin",
514
+ symbol: "FIL"
515
+ },
516
+ rpcUrls: {
517
+ default: { http: ["https://api.node.glif.io/rpc/v1"] },
518
+ public: { http: ["https://api.node.glif.io/rpc/v1"] }
519
+ },
520
+ blockExplorers: {
521
+ default: { name: "Filfox", url: "https://filfox.info/en" },
522
+ filscan: { name: "Filscan", url: "https://filscan.io" },
523
+ filscout: { name: "Filscout", url: "https://filscout.io/en" },
524
+ glif: { name: "Glif", url: "https://explorer.glif.io" }
525
+ }
526
+ };
527
+ var filecoinCalibration = {
528
+ id: 314159,
529
+ name: "Filecoin Calibration",
530
+ network: "filecoin-calibration",
531
+ nativeCurrency: {
532
+ decimals: 18,
533
+ name: "testnet filecoin",
534
+ symbol: "tFIL"
535
+ },
536
+ rpcUrls: {
537
+ default: { http: ["https://api.calibration.node.glif.io/rpc/v1"] },
538
+ public: { http: ["https://api.calibration.node.glif.io/rpc/v1"] }
539
+ },
540
+ blockExplorers: {
541
+ default: { name: "Filscan", url: "https://calibration.filscan.io" }
542
+ }
543
+ };
544
+ var filecoinHyperspace = {
545
+ id: 3141,
546
+ name: "Filecoin Hyperspace",
547
+ network: "filecoin-hyperspace",
548
+ nativeCurrency: {
549
+ decimals: 18,
550
+ name: "testnet filecoin",
551
+ symbol: "tFIL"
552
+ },
553
+ rpcUrls: {
554
+ default: { http: ["https://api.hyperspace.node.glif.io/rpc/v1"] },
555
+ public: { http: ["https://api.hyperspace.node.glif.io/rpc/v1"] }
556
+ },
557
+ blockExplorers: {
558
+ default: { name: "Filfox", url: "https://hyperspace.filfox.info/en" },
559
+ filscan: { name: "Filscan", url: "https://hyperspace.filscan.io" }
560
+ }
561
+ };
562
+ var flare = {
563
+ id: 14,
564
+ name: "Flare Mainnet",
565
+ network: "flare-mainnet",
566
+ nativeCurrency: {
567
+ decimals: 18,
568
+ name: "flare",
569
+ symbol: "FLR"
570
+ },
571
+ rpcUrls: {
572
+ default: { http: ["https://flare-api.flare.network/ext/C/rpc"] },
573
+ public: { http: ["https://flare-api.flare.network/ext/C/rpc"] }
574
+ },
575
+ blockExplorers: {
576
+ default: {
577
+ name: "Flare Explorer",
578
+ url: "https://flare-explorer.flare.network"
579
+ }
580
+ }
581
+ };
582
+ var flareTestnet = {
583
+ id: 114,
584
+ name: "Coston2",
585
+ network: "coston2",
586
+ nativeCurrency: {
587
+ decimals: 18,
588
+ name: "coston2flare",
589
+ symbol: "C2FLR"
590
+ },
591
+ rpcUrls: {
592
+ default: { http: ["https://coston2-api.flare.network/ext/C/rpc"] },
593
+ public: { http: ["https://coston2-api.flare.network/ext/C/rpc"] }
594
+ },
595
+ blockExplorers: {
596
+ default: {
597
+ name: "Coston2 Explorer",
598
+ url: "https://coston2-explorer.flare.network"
599
+ }
600
+ },
601
+ testnet: true
602
+ };
603
+ var foundry = {
604
+ id: 31337,
605
+ name: "Foundry",
606
+ network: "foundry",
607
+ nativeCurrency: {
608
+ decimals: 18,
609
+ name: "Ether",
610
+ symbol: "ETH"
611
+ },
612
+ rpcUrls: {
613
+ default: { http: ["http://127.0.0.1:8545"] },
614
+ public: { http: ["http://127.0.0.1:8545"] }
615
+ }
616
+ };
617
+ var iotex = {
618
+ id: 4689,
619
+ name: "IoTeX",
620
+ network: "iotex",
621
+ nativeCurrency: {
622
+ decimals: 18,
623
+ name: "IoTeX",
624
+ symbol: "IOTX"
625
+ },
626
+ rpcUrls: {
627
+ default: {
628
+ http: ["https://babel-api.mainnet.iotex.io"],
629
+ webSocket: ["wss://babel-api.mainnet.iotex.io"]
630
+ },
631
+ public: {
632
+ http: ["https://babel-api.mainnet.iotex.io"],
633
+ webSocket: ["wss://babel-api.mainnet.iotex.io"]
634
+ }
635
+ },
636
+ blockExplorers: {
637
+ default: { name: "IoTeXScan", url: "https://iotexscan.io" }
638
+ }
639
+ };
640
+ var iotexTestnet = {
641
+ id: 4690,
642
+ name: "IoTeX Testnet",
643
+ network: "iotex-testnet",
644
+ nativeCurrency: {
645
+ decimals: 18,
646
+ name: "IoTeX",
647
+ symbol: "IOTX"
648
+ },
649
+ rpcUrls: {
650
+ default: {
651
+ http: ["https://babel-api.testnet.iotex.io"],
652
+ webSocket: ["wss://babel-api.testnet.iotex.io"]
653
+ },
654
+ public: {
655
+ http: ["https://babel-api.testnet.iotex.io"],
656
+ webSocket: ["wss://babel-api.testnet.iotex.io"]
657
+ }
658
+ },
659
+ blockExplorers: {
660
+ default: { name: "IoTeXScan", url: "https://testnet.iotexscan.io" }
661
+ }
662
+ };
663
+ var goerli = {
664
+ id: 5,
665
+ network: "goerli",
666
+ name: "Goerli",
667
+ nativeCurrency: { name: "Goerli Ether", symbol: "ETH", decimals: 18 },
668
+ rpcUrls: {
669
+ alchemy: {
670
+ http: ["https://eth-goerli.g.alchemy.com/v2"],
671
+ webSocket: ["wss://eth-goerli.g.alchemy.com/v2"]
672
+ },
673
+ infura: {
674
+ http: ["https://goerli.infura.io/v3"],
675
+ webSocket: ["wss://goerli.infura.io/ws/v3"]
676
+ },
677
+ default: {
678
+ http: ["https://rpc.ankr.com/eth_goerli"]
679
+ },
680
+ public: {
681
+ http: ["https://rpc.ankr.com/eth_goerli"]
682
+ }
683
+ },
684
+ blockExplorers: {
685
+ etherscan: {
686
+ name: "Etherscan",
687
+ url: "https://goerli.etherscan.io"
688
+ },
689
+ default: {
690
+ name: "Etherscan",
691
+ url: "https://goerli.etherscan.io"
692
+ }
693
+ },
694
+ contracts: {
695
+ ensRegistry: {
696
+ address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
697
+ },
698
+ ensUniversalResolver: {
699
+ address: "0x687c30Cc44bFA39A1449e86E172BF002E7b3f0b0",
700
+ blockCreated: 7725078
701
+ },
702
+ multicall3: {
703
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
704
+ blockCreated: 6507670
705
+ }
706
+ },
707
+ testnet: true
708
+ };
709
+ var gnosis = {
710
+ id: 100,
711
+ name: "Gnosis",
712
+ network: "gnosis",
713
+ nativeCurrency: {
714
+ decimals: 18,
715
+ name: "Gnosis",
716
+ symbol: "xDAI"
717
+ },
718
+ rpcUrls: {
719
+ default: { http: ["https://rpc.gnosischain.com"] },
720
+ public: { http: ["https://rpc.gnosischain.com"] }
721
+ },
722
+ blockExplorers: {
723
+ etherscan: {
724
+ name: "Gnosisscan",
725
+ url: "https://gnosisscan.io/"
726
+ },
727
+ default: {
728
+ name: "Gnosis Chain Explorer",
729
+ url: "https://blockscout.com/xdai/mainnet/"
730
+ }
731
+ }
732
+ };
733
+ var gnosisChiado = {
734
+ id: 10200,
735
+ name: "Gnosis Chiado",
736
+ network: "chiado",
737
+ nativeCurrency: {
738
+ decimals: 18,
739
+ name: "Gnosis",
740
+ symbol: "xDAI"
741
+ },
742
+ rpcUrls: {
743
+ default: { http: ["https://rpc.chiadochain.net"] },
744
+ public: { http: ["https://rpc.chiadochain.net"] }
745
+ },
746
+ blockExplorers: {
747
+ default: {
748
+ name: "Blockscout",
749
+ url: "https://blockscout.chiadochain.net"
750
+ }
751
+ }
752
+ };
753
+ var hardhat = {
754
+ id: 31337,
755
+ name: "Hardhat",
756
+ network: "hardhat",
757
+ nativeCurrency: {
758
+ decimals: 18,
759
+ name: "Ether",
760
+ symbol: "ETH"
761
+ },
762
+ rpcUrls: {
763
+ default: { http: ["http://127.0.0.1:8545"] },
764
+ public: { http: ["http://127.0.0.1:8545"] }
765
+ }
766
+ };
767
+ var harmonyOne = {
768
+ id: 16666e5,
769
+ name: "Harmony One",
770
+ network: "harmony",
771
+ nativeCurrency: {
772
+ name: "Harmony",
773
+ symbol: "ONE",
774
+ decimals: 18
775
+ },
776
+ rpcUrls: {
777
+ public: { http: ["https://rpc.ankr.com/harmony"] },
778
+ default: { http: ["https://rpc.ankr.com/harmony"] }
779
+ },
780
+ blockExplorers: {
781
+ default: { name: "Harmony Explorer", url: "https://explorer.harmony.one" }
782
+ },
783
+ contracts: {
784
+ multicall3: {
785
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
786
+ blockCreated: 24185753
787
+ }
788
+ }
789
+ };
790
+ var localhost = {
791
+ id: 1337,
792
+ name: "Localhost",
793
+ network: "localhost",
794
+ nativeCurrency: {
795
+ decimals: 18,
796
+ name: "Ether",
797
+ symbol: "ETH"
798
+ },
799
+ rpcUrls: {
800
+ default: { http: ["http://127.0.0.1:8545"] },
801
+ public: { http: ["http://127.0.0.1:8545"] }
802
+ }
803
+ };
804
+ var mainnet = {
805
+ id: 1,
806
+ network: "homestead",
807
+ name: "Ethereum",
808
+ nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
809
+ rpcUrls: {
810
+ alchemy: {
811
+ http: ["https://eth-mainnet.g.alchemy.com/v2"],
812
+ webSocket: ["wss://eth-mainnet.g.alchemy.com/v2"]
813
+ },
814
+ infura: {
815
+ http: ["https://mainnet.infura.io/v3"],
816
+ webSocket: ["wss://mainnet.infura.io/ws/v3"]
817
+ },
818
+ default: {
819
+ http: ["https://cloudflare-eth.com"]
820
+ },
821
+ public: {
822
+ http: ["https://cloudflare-eth.com"]
823
+ }
824
+ },
825
+ blockExplorers: {
826
+ etherscan: {
827
+ name: "Etherscan",
828
+ url: "https://etherscan.io"
829
+ },
830
+ default: {
831
+ name: "Etherscan",
832
+ url: "https://etherscan.io"
833
+ }
834
+ },
835
+ contracts: {
836
+ ensRegistry: {
837
+ address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
838
+ },
839
+ ensUniversalResolver: {
840
+ address: "0x74E20Bd2A1fE0cdbe45b9A1d89cb7e0a45b36376",
841
+ blockCreated: 16172161
842
+ },
843
+ multicall3: {
844
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
845
+ blockCreated: 14353601
846
+ }
847
+ }
848
+ };
849
+ var metis = {
850
+ id: 1088,
851
+ name: "Metis",
852
+ network: "andromeda",
853
+ nativeCurrency: {
854
+ decimals: 18,
855
+ name: "Metis",
856
+ symbol: "METIS"
857
+ },
858
+ rpcUrls: {
859
+ default: { http: ["https://andromeda.metis.io/?owner=1088"] },
860
+ public: { http: ["https://andromeda.metis.io/?owner=1088"] }
861
+ },
862
+ blockExplorers: {
863
+ default: {
864
+ name: "Andromeda Explorer",
865
+ url: "https://andromeda-explorer.metis.io"
866
+ }
867
+ }
868
+ };
869
+ var metisGoerli = {
870
+ id: 599,
871
+ name: "Metis Goerli",
872
+ network: "metis-goerli",
873
+ nativeCurrency: {
874
+ decimals: 18,
875
+ name: "Metis Goerli",
876
+ symbol: "METIS"
877
+ },
878
+ rpcUrls: {
879
+ default: { http: ["https://goerli.gateway.metisdevops.link"] },
880
+ public: { http: ["https://goerli.gateway.metisdevops.link"] }
881
+ },
882
+ blockExplorers: {
883
+ default: {
884
+ name: "Metis Goerli Explorer",
885
+ url: "https://goerli.explorer.metisdevops.link"
886
+ }
887
+ }
888
+ };
889
+ var moonbaseAlpha = {
890
+ id: 1287,
891
+ name: "Moonbase Alpha",
892
+ network: "moonbase-alpha",
893
+ nativeCurrency: {
894
+ decimals: 18,
895
+ name: "DEV",
896
+ symbol: "DEV"
897
+ },
898
+ rpcUrls: {
899
+ default: {
900
+ http: ["https://rpc.api.moonbase.moonbeam.network"],
901
+ webSocket: ["wss://wss.api.moonbase.moonbeam.network"]
902
+ },
903
+ public: {
904
+ http: ["https://rpc.api.moonbase.moonbeam.network"],
905
+ webSocket: ["wss://wss.api.moonbase.moonbeam.network"]
906
+ }
907
+ },
908
+ blockExplorers: {
909
+ default: {
910
+ name: "Moonscan",
911
+ url: "https://moonbase.moonscan.io"
912
+ },
913
+ etherscan: {
914
+ name: "Moonscan",
915
+ url: "https://moonbase.moonscan.io"
916
+ }
917
+ },
918
+ contracts: {
919
+ multicall3: {
920
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
921
+ blockCreated: 1850686
922
+ }
923
+ },
924
+ testnet: true
925
+ };
926
+ var moonbeam = {
927
+ id: 1284,
928
+ name: "Moonbeam",
929
+ network: "moonbeam",
930
+ nativeCurrency: {
931
+ decimals: 18,
932
+ name: "GLMR",
933
+ symbol: "GLMR"
934
+ },
935
+ rpcUrls: {
936
+ public: {
937
+ http: ["https://moonbeam.public.blastapi.io"],
938
+ webSocket: ["wss://moonbeam.public.blastapi.io"]
939
+ },
940
+ default: {
941
+ http: ["https://moonbeam.public.blastapi.io"],
942
+ webSocket: ["wss://moonbeam.public.blastapi.io"]
943
+ }
944
+ },
945
+ blockExplorers: {
946
+ default: {
947
+ name: "Moonscan",
948
+ url: "https://moonscan.io"
949
+ },
950
+ etherscan: {
951
+ name: "Moonscan",
952
+ url: "https://moonscan.io"
953
+ }
954
+ },
955
+ contracts: {
956
+ multicall3: {
957
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
958
+ blockCreated: 609002
959
+ }
960
+ },
961
+ testnet: false
962
+ };
963
+ var moonriver = {
964
+ id: 1285,
965
+ name: "Moonriver",
966
+ network: "moonriver",
967
+ nativeCurrency: {
968
+ decimals: 18,
969
+ name: "MOVR",
970
+ symbol: "MOVR"
971
+ },
972
+ rpcUrls: {
973
+ public: {
974
+ http: ["https://moonriver.public.blastapi.io"],
975
+ webSocket: ["wss://moonriver.public.blastapi.io"]
976
+ },
977
+ default: {
978
+ http: ["https://moonriver.public.blastapi.io"],
979
+ webSocket: ["wss://moonriver.public.blastapi.io"]
980
+ }
981
+ },
982
+ blockExplorers: {
983
+ default: {
984
+ name: "Moonscan",
985
+ url: "https://moonriver.moonscan.io"
986
+ },
987
+ etherscan: {
988
+ name: "Moonscan",
989
+ url: "https://moonriver.moonscan.io"
990
+ }
991
+ },
992
+ contracts: {
993
+ multicall3: {
994
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
995
+ blockCreated: 1597904
996
+ }
997
+ },
998
+ testnet: false
999
+ };
1000
+ var okc = {
1001
+ id: 66,
1002
+ name: "OKC",
1003
+ network: "okc",
1004
+ nativeCurrency: {
1005
+ decimals: 18,
1006
+ name: "OKT",
1007
+ symbol: "OKT"
1008
+ },
1009
+ rpcUrls: {
1010
+ default: { http: ["https://exchainrpc.okex.org"] },
1011
+ public: { http: ["https://exchainrpc.okex.org"] }
1012
+ },
1013
+ blockExplorers: {
1014
+ default: { name: "oklink", url: "https://www.oklink.com/okc" }
1015
+ },
1016
+ contracts: {
1017
+ multicall3: {
1018
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
1019
+ blockCreated: 10364792
1020
+ }
1021
+ }
1022
+ };
1023
+ var optimism = {
1024
+ id: 10,
1025
+ name: "Optimism",
1026
+ network: "optimism",
1027
+ nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
1028
+ rpcUrls: {
1029
+ alchemy: {
1030
+ http: ["https://opt-mainnet.g.alchemy.com/v2"],
1031
+ webSocket: ["wss://opt-mainnet.g.alchemy.com/v2"]
1032
+ },
1033
+ infura: {
1034
+ http: ["https://optimism-mainnet.infura.io/v3"],
1035
+ webSocket: ["wss://optimism-mainnet.infura.io/ws/v3"]
1036
+ },
1037
+ default: {
1038
+ http: ["https://mainnet.optimism.io"]
1039
+ },
1040
+ public: {
1041
+ http: ["https://mainnet.optimism.io"]
1042
+ }
1043
+ },
1044
+ blockExplorers: {
1045
+ etherscan: {
1046
+ name: "Etherscan",
1047
+ url: "https://optimistic.etherscan.io"
1048
+ },
1049
+ default: {
1050
+ name: "Optimism Explorer",
1051
+ url: "https://explorer.optimism.io"
1052
+ }
1053
+ },
1054
+ contracts: {
1055
+ multicall3: {
1056
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
1057
+ blockCreated: 4286263
1058
+ }
1059
+ }
1060
+ };
1061
+ var optimismGoerli = {
1062
+ id: 420,
1063
+ name: "Optimism Goerli",
1064
+ network: "optimism-goerli",
1065
+ nativeCurrency: { name: "Goerli Ether", symbol: "ETH", decimals: 18 },
1066
+ rpcUrls: {
1067
+ alchemy: {
1068
+ http: ["https://opt-goerli.g.alchemy.com/v2"],
1069
+ webSocket: ["wss://opt-goerli.g.alchemy.com/v2"]
1070
+ },
1071
+ infura: {
1072
+ http: ["https://optimism-goerli.infura.io/v3"],
1073
+ webSocket: ["wss://optimism-goerli.infura.io/ws/v3"]
1074
+ },
1075
+ default: {
1076
+ http: ["https://goerli.optimism.io"]
1077
+ },
1078
+ public: {
1079
+ http: ["https://goerli.optimism.io"]
1080
+ }
1081
+ },
1082
+ blockExplorers: {
1083
+ etherscan: {
1084
+ name: "Etherscan",
1085
+ url: "https://goerli-optimism.etherscan.io"
1086
+ },
1087
+ default: {
1088
+ name: "Etherscan",
1089
+ url: "https://goerli-optimism.etherscan.io"
1090
+ }
1091
+ },
1092
+ contracts: {
1093
+ multicall3: {
1094
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
1095
+ blockCreated: 49461
1096
+ }
1097
+ },
1098
+ testnet: true
1099
+ };
1100
+ var polygon = {
1101
+ id: 137,
1102
+ name: "Polygon",
1103
+ network: "matic",
1104
+ nativeCurrency: { name: "MATIC", symbol: "MATIC", decimals: 18 },
1105
+ rpcUrls: {
1106
+ alchemy: {
1107
+ http: ["https://polygon-mainnet.g.alchemy.com/v2"],
1108
+ webSocket: ["wss://polygon-mainnet.g.alchemy.com/v2"]
1109
+ },
1110
+ infura: {
1111
+ http: ["https://polygon-mainnet.infura.io/v3"],
1112
+ webSocket: ["wss://polygon-mainnet.infura.io/ws/v3"]
1113
+ },
1114
+ default: {
1115
+ http: ["https://polygon-rpc.com"]
1116
+ },
1117
+ public: {
1118
+ http: ["https://polygon-rpc.com"]
1119
+ }
1120
+ },
1121
+ blockExplorers: {
1122
+ etherscan: {
1123
+ name: "PolygonScan",
1124
+ url: "https://polygonscan.com"
1125
+ },
1126
+ default: {
1127
+ name: "PolygonScan",
1128
+ url: "https://polygonscan.com"
1129
+ }
1130
+ },
1131
+ contracts: {
1132
+ multicall3: {
1133
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
1134
+ blockCreated: 25770160
1135
+ }
1136
+ }
1137
+ };
1138
+ var polygonMumbai = {
1139
+ id: 80001,
1140
+ name: "Polygon Mumbai",
1141
+ network: "maticmum",
1142
+ nativeCurrency: { name: "MATIC", symbol: "MATIC", decimals: 18 },
1143
+ rpcUrls: {
1144
+ alchemy: {
1145
+ http: ["https://polygon-mumbai.g.alchemy.com/v2"],
1146
+ webSocket: ["wss://polygon-mumbai.g.alchemy.com/v2"]
1147
+ },
1148
+ infura: {
1149
+ http: ["https://polygon-mumbai.infura.io/v3"],
1150
+ webSocket: ["wss://polygon-mumbai.infura.io/ws/v3"]
1151
+ },
1152
+ default: {
1153
+ http: ["https://matic-mumbai.chainstacklabs.com"]
1154
+ },
1155
+ public: {
1156
+ http: ["https://matic-mumbai.chainstacklabs.com"]
1157
+ }
1158
+ },
1159
+ blockExplorers: {
1160
+ etherscan: {
1161
+ name: "PolygonScan",
1162
+ url: "https://mumbai.polygonscan.com"
1163
+ },
1164
+ default: {
1165
+ name: "PolygonScan",
1166
+ url: "https://mumbai.polygonscan.com"
1167
+ }
1168
+ },
1169
+ contracts: {
1170
+ multicall3: {
1171
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
1172
+ blockCreated: 25770160
1173
+ }
1174
+ },
1175
+ testnet: true
1176
+ };
1177
+ var polygonZkEvmTestnet = {
1178
+ id: 1422,
1179
+ name: "Polygon zkEVM Testnet",
1180
+ network: "polygon-zkevm-testnet",
1181
+ nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
1182
+ rpcUrls: {
1183
+ default: {
1184
+ http: ["https://rpc.public.zkevm-test.net"]
1185
+ },
1186
+ public: {
1187
+ http: ["https://rpc.public.zkevm-test.net"]
1188
+ }
1189
+ },
1190
+ blockExplorers: {
1191
+ default: {
1192
+ name: "Blockscout",
1193
+ url: "https://explorer.public.zkevm-test.net"
1194
+ }
1195
+ },
1196
+ testnet: true
1197
+ };
1198
+ var sepolia = {
1199
+ id: 11155111,
1200
+ network: "sepolia",
1201
+ name: "Sepolia",
1202
+ nativeCurrency: { name: "Sepolia Ether", symbol: "SEP", decimals: 18 },
1203
+ rpcUrls: {
1204
+ infura: {
1205
+ http: ["https://sepolia.infura.io/v3"],
1206
+ webSocket: ["wss://sepolia.infura.io/ws/v3"]
1207
+ },
1208
+ default: {
1209
+ http: ["https://rpc.sepolia.org"]
1210
+ },
1211
+ public: {
1212
+ http: ["https://rpc.sepolia.org"]
1213
+ }
1214
+ },
1215
+ blockExplorers: {
1216
+ etherscan: {
1217
+ name: "Etherscan",
1218
+ url: "https://sepolia.etherscan.io"
1219
+ },
1220
+ default: {
1221
+ name: "Etherscan",
1222
+ url: "https://sepolia.etherscan.io"
1223
+ }
1224
+ },
1225
+ contracts: {
1226
+ multicall3: {
1227
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
1228
+ blockCreated: 6507670
1229
+ }
1230
+ },
1231
+ testnet: true
1232
+ };
1233
+ var songbird = {
1234
+ id: 19,
1235
+ name: "Songbird Mainnet",
1236
+ network: "songbird-mainnet",
1237
+ nativeCurrency: {
1238
+ decimals: 18,
1239
+ name: "songbird",
1240
+ symbol: "SGB"
1241
+ },
1242
+ rpcUrls: {
1243
+ default: { http: ["https://songbird-api.flare.network/ext/C/rpc"] },
1244
+ public: { http: ["https://songbird-api.flare.network/ext/C/rpc"] }
1245
+ },
1246
+ blockExplorers: {
1247
+ default: {
1248
+ name: "Songbird Explorer",
1249
+ url: "https://songbird-explorer.flare.network"
1250
+ }
1251
+ }
1252
+ };
1253
+ var songbirdTestnet = {
1254
+ id: 16,
1255
+ name: "Coston",
1256
+ network: "coston",
1257
+ nativeCurrency: {
1258
+ decimals: 18,
1259
+ name: "costonflare",
1260
+ symbol: "CFLR"
1261
+ },
1262
+ rpcUrls: {
1263
+ default: { http: ["https://coston-api.flare.network/ext/C/rpc"] },
1264
+ public: { http: ["https://coston-api.flare.network/ext/C/rpc"] }
1265
+ },
1266
+ blockExplorers: {
1267
+ default: {
1268
+ name: "Coston Explorer",
1269
+ url: "https://coston-explorer.flare.network"
1270
+ }
1271
+ },
1272
+ testnet: true
1273
+ };
1274
+ var shardeumSphinx = {
1275
+ id: 8082,
1276
+ name: "Shardeum Sphinx",
1277
+ network: "shmSphinx",
1278
+ nativeCurrency: { name: "SHARDEUM", symbol: "SHM", decimals: 18 },
1279
+ rpcUrls: {
1280
+ default: {
1281
+ http: ["https://sphinx.shardeum.org"]
1282
+ },
1283
+ public: {
1284
+ http: ["https://sphinx.shardeum.org"]
1285
+ }
1286
+ },
1287
+ blockExplorers: {
1288
+ default: {
1289
+ name: "Shardeum Explorer",
1290
+ url: "https://explorer-sphinx.shardeum.org"
1291
+ }
1292
+ },
1293
+ testnet: true
1294
+ };
1295
+ var taraxa = {
1296
+ id: 841,
1297
+ name: "Taraxa Mainnet",
1298
+ network: "taraxa",
1299
+ nativeCurrency: { name: "Tara", symbol: "TARA", decimals: 18 },
1300
+ rpcUrls: {
1301
+ default: {
1302
+ http: ["https://rpc.mainnet.taraxa.io"]
1303
+ },
1304
+ public: {
1305
+ http: ["https://rpc.mainnet.taraxa.io"]
1306
+ }
1307
+ },
1308
+ blockExplorers: {
1309
+ default: {
1310
+ name: "Taraxa Explorer",
1311
+ url: "https://explorer.mainnet.taraxa.io"
1312
+ }
1313
+ }
1314
+ };
1315
+ var taraxaTestnet = {
1316
+ id: 842,
1317
+ name: "Taraxa Testnet",
1318
+ network: "taraxa-testnet",
1319
+ nativeCurrency: { name: "Tara", symbol: "TARA", decimals: 18 },
1320
+ rpcUrls: {
1321
+ default: {
1322
+ http: ["https://rpc.testnet.taraxa.io"]
1323
+ },
1324
+ public: {
1325
+ http: ["https://rpc.testnet.taraxa.io"]
1326
+ }
1327
+ },
1328
+ blockExplorers: {
1329
+ default: {
1330
+ name: "Taraxa Explorer",
1331
+ url: "https://explorer.testnet.taraxa.io"
1332
+ }
1333
+ },
1334
+ testnet: true
1335
+ };
1336
+ var telos = {
1337
+ id: 40,
1338
+ name: "Telos",
1339
+ network: "telos",
1340
+ nativeCurrency: {
1341
+ decimals: 18,
1342
+ name: "Telos",
1343
+ symbol: "TLOS"
1344
+ },
1345
+ rpcUrls: {
1346
+ default: { http: ["https://mainnet.telos.net/evm"] },
1347
+ public: { http: ["https://mainnet.telos.net/evm"] }
1348
+ },
1349
+ blockExplorers: {
1350
+ default: {
1351
+ name: "Teloscan",
1352
+ url: "https://www.teloscan.io/"
1353
+ }
1354
+ },
1355
+ contracts: {
1356
+ multicall3: {
1357
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
1358
+ blockCreated: 246530709
1359
+ }
1360
+ }
1361
+ };
1362
+ var telosTestnet = {
1363
+ id: 41,
1364
+ name: "Telos",
1365
+ network: "telosTestnet",
1366
+ nativeCurrency: {
1367
+ decimals: 18,
1368
+ name: "Telos",
1369
+ symbol: "TLOS"
1370
+ },
1371
+ rpcUrls: {
1372
+ default: { http: ["https://testnet.telos.net/evm"] },
1373
+ public: { http: ["https://testnet.telos.net/evm"] }
1374
+ },
1375
+ blockExplorers: {
1376
+ default: {
1377
+ name: "Teloscan (testnet)",
1378
+ url: "https://testnet.teloscan.io/"
1379
+ }
1380
+ },
1381
+ testnet: true
1382
+ };
1383
+ var zhejiang = {
1384
+ id: 1337803,
1385
+ network: "zhejiang",
1386
+ name: "Zhejiang",
1387
+ nativeCurrency: { name: "Zhejiang Ether", symbol: "ZhejETH", decimals: 18 },
1388
+ rpcUrls: {
1389
+ default: {
1390
+ http: ["https://rpc.zhejiang.ethpandaops.io"]
1391
+ },
1392
+ public: {
1393
+ http: ["https://rpc.zhejiang.ethpandaops.io"]
1394
+ }
1395
+ },
1396
+ blockExplorers: {
1397
+ beaconchain: {
1398
+ name: "Etherscan",
1399
+ url: "https://zhejiang.beaconcha.in"
1400
+ },
1401
+ blockscout: {
1402
+ name: "Blockscout",
1403
+ url: "https://blockscout.com/eth/zhejiang-testnet"
1404
+ },
1405
+ default: {
1406
+ name: "Beaconchain",
1407
+ url: "https://zhejiang.beaconcha.in"
1408
+ }
1409
+ },
1410
+ testnet: true
1411
+ };
1412
+ var zkSync = {
1413
+ id: 324,
1414
+ name: "zkSync",
1415
+ network: "zksync",
1416
+ nativeCurrency: {
1417
+ decimals: 18,
1418
+ name: "Ether",
1419
+ symbol: "ETH"
1420
+ },
1421
+ rpcUrls: {
1422
+ default: {
1423
+ http: ["https://zksync2-mainnet.zksync.io"],
1424
+ webSocket: ["wss://zksync2-mainnet.zksync.io/ws"]
1425
+ },
1426
+ public: {
1427
+ http: ["https://zksync2-mainnet.zksync.io"],
1428
+ webSocket: ["wss://zksync2-mainnet.zksync.io/ws"]
1429
+ }
1430
+ },
1431
+ blockExplorers: {
1432
+ default: {
1433
+ name: "zkExplorer",
1434
+ url: "https://explorer.zksync.io"
1435
+ }
1436
+ }
1437
+ };
1438
+ var zkSyncTestnet = {
1439
+ id: 280,
1440
+ name: "zkSync Testnet",
1441
+ network: "zksync-testnet",
1442
+ nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
1443
+ rpcUrls: {
1444
+ default: {
1445
+ http: ["https://zksync2-testnet.zksync.dev"],
1446
+ webSocket: ["wss://zksync2-testnet.zksync.dev/ws"]
1447
+ },
1448
+ public: {
1449
+ http: ["https://zksync2-testnet.zksync.dev"],
1450
+ webSocket: ["wss://zksync2-testnet.zksync.dev/ws"]
1451
+ }
1452
+ },
1453
+ blockExplorers: {
1454
+ default: {
1455
+ name: "zkExplorer",
1456
+ url: "https://goerli.explorer.zksync.io"
1457
+ }
1458
+ },
1459
+ testnet: true
1460
+ };
1461
+
16
1462
  // src/chains.ts
17
1463
  function chainName(chainId) {
18
1464
  switch (parseInt(chainId.toString())) {
@@ -61,13 +1507,70 @@ function truncateEthAddress(address) {
61
1507
  return address.slice(0, 6) + "\u2026" + address.slice(38, 42);
62
1508
  }
63
1509
  export {
1510
+ arbitrum,
1511
+ arbitrumGoerli,
1512
+ aurora,
1513
+ auroraTestnet,
1514
+ avalanche,
1515
+ avalancheFuji,
1516
+ baseGoerli,
64
1517
  bipsToDecimal,
65
1518
  bipsToPercent,
1519
+ boba,
1520
+ bronos,
1521
+ bronosTestnet,
1522
+ bsc,
1523
+ bscTestnet,
1524
+ canto,
1525
+ celo,
1526
+ celoAlfajores,
66
1527
  chainName,
1528
+ crossbell,
67
1529
  etherscanAddressURL,
68
1530
  etherscanHost,
69
1531
  etherscanTxURL,
1532
+ evmos,
1533
+ evmosTestnet,
1534
+ fantom,
1535
+ fantomTestnet,
1536
+ filecoin,
1537
+ filecoinCalibration,
1538
+ filecoinHyperspace,
1539
+ flare,
1540
+ flareTestnet,
1541
+ foundry,
1542
+ gnosis,
1543
+ gnosisChiado,
1544
+ goerli,
1545
+ hardhat,
1546
+ harmonyOne,
1547
+ iotex,
1548
+ iotexTestnet,
1549
+ localhost,
1550
+ mainnet,
1551
+ metis,
1552
+ metisGoerli,
1553
+ moonbaseAlpha,
1554
+ moonbeam,
1555
+ moonriver,
1556
+ okc,
1557
+ optimism,
1558
+ optimismGoerli,
70
1559
  percentToBips,
71
- truncateEthAddress
1560
+ polygon,
1561
+ polygonMumbai,
1562
+ polygonZkEvmTestnet,
1563
+ sepolia,
1564
+ shardeumSphinx,
1565
+ songbird,
1566
+ songbirdTestnet,
1567
+ taraxa,
1568
+ taraxaTestnet,
1569
+ telos,
1570
+ telosTestnet,
1571
+ truncateEthAddress,
1572
+ zhejiang,
1573
+ zkSync,
1574
+ zkSyncTestnet
72
1575
  };
73
1576
  //# sourceMappingURL=index.js.map