forked from hashgraph/hedera-mirror-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
validation.json
35 lines (35 loc) · 825 Bytes
/
validation.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
{
"network": {
"blockchain": "Hedera",
"network": "testnet"
},
"online_url": "http://localhost:5700",
"http_timeout": 15,
"max_retries": 5,
"retry_elapsed_time": 100,
"tip_delay": 20,
"construction": {
"broadcast_limit": 1,
"clear_broadcasts": true,
"constructor_dsl_file": "testnet.ros",
"end_conditions": {
"transfer": 10
},
"ignore_broadcast_failures": true,
"offline_url": "http://localhost:5701",
"prefunded_accounts": [],
"stale_depth": 8
},
"data": {
"balance_tracking_disabled": false,
"historical_balance_disabled": false,
"inactive_discrepancy_search_disabled": false,
"reconciliation_disabled": false,
"start_index": 1,
"end_conditions": {
"reconciliation_coverage": {
"coverage": 0.95
}
}
}
}