forked from hashgraph/hedera-local-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
local.json
34 lines (34 loc) · 872 Bytes
/
local.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
{
"ledgerID": "0x01",
"nettyMode": "DEV",
"chainId": 298,
"logPeriod": 1,
"exportPeriodSecs": 400,
"maxSizeKb": 2048,
"streamExtension": "rcd.gz",
"sidecarEnabled": true,
"nodeImageTag": "0.36.0-alpha.2",
"havegedImageTag": "0.36.0-alpha.2",
"uploaderImageTag": "0.7.0",
"mirrorImageTag": "0.76.1",
"relayImageTag": "0.19.0",
"mirrorNodeExplorerImageTag": "0.0.1-b01",
"timeout": "180s",
"pythonVersion": "python3.7",
"transactionMaxBytes": "30720",
"maxResults": "10",
"defaultLimit": "200",
"mirrorNodeRetries": "3",
"mirrorNodeRetryDelay": "250",
"tier1Limit": "100",
"tier2Limit": "800",
"tier3Limit": "1600",
"limitDuration": "60000",
"hbarLimit": "8000000000",
"hbarLimitDuration": "60000",
"blockRangeLimit": "2000",
"features": {
"compressFilesOnCreation": true,
"atomicCryptoTransfer": true
}
}