-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
68 lines (58 loc) · 2.26 KB
/
Copy pathconfig.json
File metadata and controls
68 lines (58 loc) · 2.26 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"networks": [
{
"enabled": true,
"verifier_id": "4",
"verifier_name": "aizel_verifier0",
"verifier_bio": "aizel_ver0",
"verifier_url": "",
"verifier_stake_amount": 100,
"verifier_seckey": "",
"verifier_contract": "0xd70e4cc974d2CA9d75A6e0E5B22D97Dc66266336",
"data_node_contract": "0x091127641258C02F771AD849FE1a1d0a4665387C",
"verifier_node_contract": "0xb10Df9F366C02ddBF203d20Ce6EfbDC454d8BC18",
"service_timeout": 300,
"scan_block_interval": 2,
"concurrent_nr": 10000,
"network_name": "aizel",
"http_api_end": "http://10.148.0.2:9946",
"aggregation": false
},
{
"enabled": true,
"verifier_id": "0",
"verifier_name": "krest_verifier0",
"verifier_bio": "krest_ver0",
"verifier_url": "",
"verifier_stake_amount": 100,
"verifier_seckey": "",
"verifier_contract": "0xB5883ddD795230e2ecAC5C58e74c04887C9aaD24",
"data_node_contract": "0x013b58142b9cBEadDBFdD5371cBF1295ff8b1A7A",
"verifier_node_contract": "0x2663A3Aefa90b82558d428d5B496b7B87Bb70C4A",
"service_timeout": 300,
"scan_block_interval": 2,
"concurrent_nr": 10000,
"network_name": "krest",
"http_api_end": "https://krest.api.onfinality.io/public",
"aggregation": false
},
{
"enabled": false,
"verifier_id": "0",
"verifier_name": "peaq_verifier0",
"verifier_bio": "peaq_ver0",
"verifier_url": "",
"verifier_stake_amount": 100,
"verifier_seckey": "",
"verifier_contract": "0x8135590aE3838c7b3d92da48D448857c032beF16",
"data_node_contract": "0xEC747164b829B0629C30daC9b088e359De512bAC",
"verifier_node_contract": "0x31F4629a30791dE907704EC9DF85E9b209a4D2d3",
"service_timeout": 300,
"scan_block_interval": 2,
"concurrent_nr": 10000,
"network_name": "peaq",
"http_api_end": "https://peaq.api.onfinality.io/public",
"aggregation": false
}
]
}