-
Notifications
You must be signed in to change notification settings - Fork 33
/
hyperexplorer.json
34 lines (34 loc) · 1.32 KB
/
hyperexplorer.json
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
34
{
"networks": {
"local": {
"l1_url": "http://reth:8545",
"explorer_prefix": "http://localhost:15001/",
"explorer_address_prefix": "http://localhost:15001/address/",
"single_bridges": {},
"shared_bridges": {
"kl_exp": {
"chains": {
"foo1": {
"chain_id": "0x10e",
"l2_url": "http://zksync:3050",
"explorer": "http://localhost:15005/?network=local",
"type": "rollup"
},
"custombase": {
"chain_id": "0x110",
"l2_url": "http://zksync_custombase:3050",
"explorer": "http://localhost:15005/?network=local_custombase",
"type": "rollup"
},
"validium": {
"chain_id": "0x111",
"l2_url": "http://zksync_validium:3050",
"explorer": "http://localhost:15005/?network=local_validium",
"type": "rollup"
}
}
}
}
}
}
}