-
Notifications
You must be signed in to change notification settings - Fork 9
/
schain_base_config.json
59 lines (59 loc) · 1.53 KB
/
schain_base_config.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
50
51
52
53
54
55
56
57
58
59
{
"sealEngine": "Ethash",
"params": {
"accountStartNonce": "0x00",
"homesteadForkBlock": "0x0",
"daoHardforkBlock": "0x0",
"EIP150ForkBlock": "0x00",
"EIP158ForkBlock": "0x00",
"byzantiumForkBlock": "0x0",
"constantinopleForkBlock": "0x0",
"istanbulForkBlock": "0x0",
"networkID": "12313219",
"chainID": "0x01",
"maximumExtraDataSize": "0x20",
"tieBreakingGas": false,
"minGasLimit": "0xFFFFFFF",
"maxGasLimit": "7fffffffffffffff",
"gasLimitBoundDivisor": "0x0400",
"minimumDifficulty": "0x0",
"difficultyBoundDivisor": "0x0800",
"durationLimit": "0x0d",
"blockReward": "0x4563918244F40000",
"externalGasDifficulty": "0x01",
"skaleDisableChainIdCheck": true,
"getLogsBlocksLimit": 2000
},
"unddos": {
"origins": [
{
"origin": [
"*"
],
"ban_lengthy": 30,
"ban_peak": 10,
"max_calls_per_minute": 60000,
"max_calls_per_second": 1000,
"max_ws_conn": 20000
}
],
"global": {
"ban_lengthy": 30,
"ban_peak": 10,
"max_calls_per_minute": 300000,
"max_calls_per_second": 5000,
"max_ws_conn": 20000
}
},
"genesis": {
"nonce": "0x0000000000000042",
"difficulty": "0x0",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"author": "0x0000000000000000000000000000000000000000",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa",
"gasLimit": "0xFFFFFFF"
},
"accounts": {}
}