-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathexplorer_mapping.js
22 lines (21 loc) · 1.01 KB
/
explorer_mapping.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
const e = [
{
apiUrl: "http://localhost:15102", bridgeUrl: "http://localhost:3000/bridge", hostnames: [
"localhost"
], icon: "/images/icons/zksync-arrows.svg", l2ChainId: 270, l2NetworkName: "Master", maintenance: !1, name: "local", published: !0, rpcUrl: "http://localhost:15100"
},
{
apiUrl: "http://localhost:15202", bridgeUrl: "http://localhost:3000/bridge", hostnames: [
"localhost"
], icon: "/images/icons/zksync-arrows.svg", l2ChainId: 272, l2NetworkName: "CustomBase", maintenance: !1, name: "local_custombase", published: !0, rpcUrl: "http://localhost:15200"
},
{
apiUrl: "http://localhost:15302", bridgeUrl: "http://localhost:3000/bridge", hostnames: [
"localhost"
], icon: "/images/icons/zksync-arrows.svg", l2ChainId: 273, l2NetworkName: "Validium", maintenance: !1, name: "local_validium", published: !0, rpcUrl: "http://localhost:15300"
}
]; var s = {
networks: e
}; export {
s as default, e as networks
};