-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.external.js
33 lines (33 loc) · 968 Bytes
/
config.external.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
window["##runtimeConfig"] = {
appEnvironment: "test",
environmentConfig: {
networks: [
{
apiUrl: "http://localhost:3020",
bridgeUrl: "",
hostnames: ["localhost"],
icon: "/images/icons/zksync-arrows.svg",
l2ChainId: 500,
l2NetworkName: "Era Test Node 1",
maintenance: false,
name: "era-test-node-1",
published: true,
rpcUrl: "http://localhost:8012",
baseTokenAddress: "0x000000000000000000000000000000000000800A",
},
{
apiUrl: "http://localhost:3021",
bridgeUrl: "",
hostnames: ["localhost"],
icon: "/images/icons/zksync-arrows.svg",
l2ChainId: 501,
l2NetworkName: "Era Test Node 2",
maintenance: false,
name: "era-test-node-2",
published: true,
rpcUrl: "http://localhost:8013",
baseTokenAddress: "0x000000000000000000000000000000000000800A",
},
],
},
};