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