-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.json
49 lines (49 loc) · 1.02 KB
/
config.example.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"explorer": {
"api_url": "http://localhost:3020",
"web_url": "http://localhost:3010",
"hostnames": [
"localhost"
]
},
"network": {
"l1": {
"rpc_url": "https://rpc.sepolia.org",
"name": "Sepolia",
"chain_id": 11155111
},
"l2": {
"rpc_url": "http://localhost:3050",
"name": "Zk",
"chain_id": 270
},
"base_token": {
"l1_address": "0xd0580192E98eA6CEB9c7b6191Ed2E27560911697",
"symbol": "IHC",
"name": "Zk",
"decimals": 18
},
"env_name": "zk-stack",
"prover": true,
"operator_private_key": "0x",
"operator_commit_eth_addr": "0x",
"operator_blobs_private_key": "0x",
"operator_blobs_eth_addr": "0x",
"fee_account_private_key": "0x",
"fee_account_addr": "0x",
"deployer_private_key": "0x",
"governance_private_key": "0x",
"governor_private_key": "0x"
},
"portal": {
"web_url": "http://localhost:3002",
"wallet_connect_apikey": "",
"ankr_token": "",
"extra_tokens": [{
"l1Address": "0x",
"symbol": "LAM",
"name": "Lambcoin",
"decimals": 18
}]
}
}