@hybrd/utils 0.5.1 → 0.6.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.cjs +724 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +698 -10
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -37,7 +37,10 @@ __export(src_exports, {
|
|
|
37
37
|
celo: () => celo,
|
|
38
38
|
celoAlfajores: () => celoAlfajores,
|
|
39
39
|
chainName: () => chainName,
|
|
40
|
+
cronos: () => cronos,
|
|
40
41
|
crossbell: () => crossbell,
|
|
42
|
+
dfk: () => dfk,
|
|
43
|
+
dogechain: () => dogechain,
|
|
41
44
|
etherscanAddressURL: () => etherscanAddressURL,
|
|
42
45
|
etherscanHost: () => etherscanHost,
|
|
43
46
|
etherscanTxURL: () => etherscanTxURL,
|
|
@@ -58,6 +61,7 @@ __export(src_exports, {
|
|
|
58
61
|
harmonyOne: () => harmonyOne,
|
|
59
62
|
iotex: () => iotex,
|
|
60
63
|
iotexTestnet: () => iotexTestnet,
|
|
64
|
+
klaytn: () => klaytn,
|
|
61
65
|
localhost: () => localhost,
|
|
62
66
|
mainnet: () => mainnet,
|
|
63
67
|
metis: () => metis,
|
|
@@ -65,15 +69,33 @@ __export(src_exports, {
|
|
|
65
69
|
moonbaseAlpha: () => moonbaseAlpha,
|
|
66
70
|
moonbeam: () => moonbeam,
|
|
67
71
|
moonriver: () => moonriver,
|
|
72
|
+
nexi: () => nexi,
|
|
68
73
|
okc: () => okc,
|
|
69
74
|
optimism: () => optimism,
|
|
70
75
|
optimismGoerli: () => optimismGoerli,
|
|
71
76
|
percentToBips: () => percentToBips,
|
|
72
77
|
polygon: () => polygon,
|
|
73
78
|
polygonMumbai: () => polygonMumbai,
|
|
79
|
+
polygonZkEvm: () => polygonZkEvm,
|
|
74
80
|
polygonZkEvmTestnet: () => polygonZkEvmTestnet,
|
|
81
|
+
scrollTestnet: () => scrollTestnet,
|
|
75
82
|
sepolia: () => sepolia,
|
|
76
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,
|
|
77
99
|
songbird: () => songbird,
|
|
78
100
|
songbirdTestnet: () => songbirdTestnet,
|
|
79
101
|
taraxa: () => taraxa,
|
|
@@ -81,6 +103,10 @@ __export(src_exports, {
|
|
|
81
103
|
telos: () => telos,
|
|
82
104
|
telosTestnet: () => telosTestnet,
|
|
83
105
|
truncateEthAddress: () => truncateEthAddress,
|
|
106
|
+
wanchain: () => wanchain,
|
|
107
|
+
wanchainTestnet: () => wanchainTestnet,
|
|
108
|
+
xdc: () => xdc,
|
|
109
|
+
xdcTestnet: () => xdcTestnet,
|
|
84
110
|
zhejiang: () => zhejiang,
|
|
85
111
|
zkSync: () => zkSync,
|
|
86
112
|
zkSyncTestnet: () => zkSyncTestnet
|
|
@@ -102,7 +128,7 @@ function bipsToDecimal(bp) {
|
|
|
102
128
|
return parseInt(bp.toString()) / 1e4;
|
|
103
129
|
}
|
|
104
130
|
|
|
105
|
-
// ../../node_modules/@wagmi/chains/dist/index.mjs
|
|
131
|
+
// ../../node_modules/@wagmi/core/node_modules/@wagmi/chains/dist/index.mjs
|
|
106
132
|
var arbitrum = {
|
|
107
133
|
id: 42161,
|
|
108
134
|
name: "Arbitrum One",
|
|
@@ -291,8 +317,8 @@ var boba = {
|
|
|
291
317
|
network: "boba",
|
|
292
318
|
nativeCurrency: {
|
|
293
319
|
decimals: 18,
|
|
294
|
-
name: "
|
|
295
|
-
symbol: "
|
|
320
|
+
name: "Boba",
|
|
321
|
+
symbol: "BOBA"
|
|
296
322
|
},
|
|
297
323
|
rpcUrls: {
|
|
298
324
|
default: { http: ["https://mainnet.boba.network"] },
|
|
@@ -378,8 +404,8 @@ var bscTestnet = {
|
|
|
378
404
|
symbol: "tBNB"
|
|
379
405
|
},
|
|
380
406
|
rpcUrls: {
|
|
381
|
-
default: { http: ["https://
|
|
382
|
-
public: { http: ["https://
|
|
407
|
+
default: { http: ["https://data-seed-prebsc-1-s1.binance.org:8545"] },
|
|
408
|
+
public: { http: ["https://data-seed-prebsc-1-s1.binance.org:8545"] }
|
|
383
409
|
},
|
|
384
410
|
blockExplorers: {
|
|
385
411
|
etherscan: { name: "BscScan", url: "https://testnet.bscscan.com" },
|
|
@@ -481,6 +507,30 @@ var celoAlfajores = {
|
|
|
481
507
|
},
|
|
482
508
|
testnet: true
|
|
483
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
|
+
};
|
|
484
534
|
var crossbell = {
|
|
485
535
|
id: 3737,
|
|
486
536
|
network: "crossbell",
|
|
@@ -508,6 +558,58 @@ var crossbell = {
|
|
|
508
558
|
}
|
|
509
559
|
}
|
|
510
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
|
+
};
|
|
511
613
|
var evmos = {
|
|
512
614
|
id: 9001,
|
|
513
615
|
name: "Evmos",
|
|
@@ -785,8 +887,8 @@ var goerli = {
|
|
|
785
887
|
address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
|
|
786
888
|
},
|
|
787
889
|
ensUniversalResolver: {
|
|
788
|
-
address: "
|
|
789
|
-
blockCreated:
|
|
890
|
+
address: "0xA292E2E58d4ddEb29C33c63173d0E8B7a2A4c62e",
|
|
891
|
+
blockCreated: 8610406
|
|
790
892
|
},
|
|
791
893
|
multicall3: {
|
|
792
894
|
address: "0xca11bde05977b3631167028862be2a173976ca11",
|
|
@@ -876,6 +978,24 @@ var harmonyOne = {
|
|
|
876
978
|
}
|
|
877
979
|
}
|
|
878
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
|
+
};
|
|
879
999
|
var localhost = {
|
|
880
1000
|
id: 1337,
|
|
881
1001
|
name: "Localhost",
|
|
@@ -926,8 +1046,8 @@ var mainnet = {
|
|
|
926
1046
|
address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
|
|
927
1047
|
},
|
|
928
1048
|
ensUniversalResolver: {
|
|
929
|
-
address: "
|
|
930
|
-
blockCreated:
|
|
1049
|
+
address: "0xE4Acdd618deED4e6d2f03b9bf62dc6118FC9A4da",
|
|
1050
|
+
blockCreated: 16773775
|
|
931
1051
|
},
|
|
932
1052
|
multicall3: {
|
|
933
1053
|
address: "0xca11bde05977b3631167028862be2a173976ca11",
|
|
@@ -1086,6 +1206,36 @@ var moonriver = {
|
|
|
1086
1206
|
},
|
|
1087
1207
|
testnet: false
|
|
1088
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
|
+
};
|
|
1089
1239
|
var okc = {
|
|
1090
1240
|
id: 66,
|
|
1091
1241
|
name: "OKC",
|
|
@@ -1264,7 +1414,7 @@ var polygonMumbai = {
|
|
|
1264
1414
|
testnet: true
|
|
1265
1415
|
};
|
|
1266
1416
|
var polygonZkEvmTestnet = {
|
|
1267
|
-
id:
|
|
1417
|
+
id: 1442,
|
|
1268
1418
|
name: "Polygon zkEVM Testnet",
|
|
1269
1419
|
network: "polygon-zkevm-testnet",
|
|
1270
1420
|
nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
|
|
@@ -1284,6 +1434,49 @@ var polygonZkEvmTestnet = {
|
|
|
1284
1434
|
},
|
|
1285
1435
|
testnet: true
|
|
1286
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
|
+
};
|
|
1287
1480
|
var sepolia = {
|
|
1288
1481
|
id: 11155111,
|
|
1289
1482
|
network: "sepolia",
|
|
@@ -1319,6 +1512,398 @@ var sepolia = {
|
|
|
1319
1512
|
},
|
|
1320
1513
|
testnet: true
|
|
1321
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
|
+
};
|
|
1322
1907
|
var songbird = {
|
|
1323
1908
|
id: 19,
|
|
1324
1909
|
name: "Songbird Mainnet",
|
|
@@ -1469,6 +2054,109 @@ var telosTestnet = {
|
|
|
1469
2054
|
},
|
|
1470
2055
|
testnet: true
|
|
1471
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
|
+
};
|
|
1472
2160
|
var zhejiang = {
|
|
1473
2161
|
id: 1337803,
|
|
1474
2162
|
network: "zhejiang",
|
|
@@ -1615,7 +2303,10 @@ function truncateEthAddress(address) {
|
|
|
1615
2303
|
celo,
|
|
1616
2304
|
celoAlfajores,
|
|
1617
2305
|
chainName,
|
|
2306
|
+
cronos,
|
|
1618
2307
|
crossbell,
|
|
2308
|
+
dfk,
|
|
2309
|
+
dogechain,
|
|
1619
2310
|
etherscanAddressURL,
|
|
1620
2311
|
etherscanHost,
|
|
1621
2312
|
etherscanTxURL,
|
|
@@ -1636,6 +2327,7 @@ function truncateEthAddress(address) {
|
|
|
1636
2327
|
harmonyOne,
|
|
1637
2328
|
iotex,
|
|
1638
2329
|
iotexTestnet,
|
|
2330
|
+
klaytn,
|
|
1639
2331
|
localhost,
|
|
1640
2332
|
mainnet,
|
|
1641
2333
|
metis,
|
|
@@ -1643,15 +2335,33 @@ function truncateEthAddress(address) {
|
|
|
1643
2335
|
moonbaseAlpha,
|
|
1644
2336
|
moonbeam,
|
|
1645
2337
|
moonriver,
|
|
2338
|
+
nexi,
|
|
1646
2339
|
okc,
|
|
1647
2340
|
optimism,
|
|
1648
2341
|
optimismGoerli,
|
|
1649
2342
|
percentToBips,
|
|
1650
2343
|
polygon,
|
|
1651
2344
|
polygonMumbai,
|
|
2345
|
+
polygonZkEvm,
|
|
1652
2346
|
polygonZkEvmTestnet,
|
|
2347
|
+
scrollTestnet,
|
|
1653
2348
|
sepolia,
|
|
1654
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,
|
|
1655
2365
|
songbird,
|
|
1656
2366
|
songbirdTestnet,
|
|
1657
2367
|
taraxa,
|
|
@@ -1659,6 +2369,10 @@ function truncateEthAddress(address) {
|
|
|
1659
2369
|
telos,
|
|
1660
2370
|
telosTestnet,
|
|
1661
2371
|
truncateEthAddress,
|
|
2372
|
+
wanchain,
|
|
2373
|
+
wanchainTestnet,
|
|
2374
|
+
xdc,
|
|
2375
|
+
xdcTestnet,
|
|
1662
2376
|
zhejiang,
|
|
1663
2377
|
zkSync,
|
|
1664
2378
|
zkSyncTestnet
|