@@ -39,19 +39,20 @@ func init() {
39
39
func defaultConfig () Genesis {
40
40
return Genesis {
41
41
Blockchain : Blockchain {
42
- Timestamp : 1546329600 ,
43
- BlockGasLimit : 20000000 ,
44
- ActionGasLimit : 5000000 ,
45
- BlockInterval : 10 * time .Second ,
46
- NumSubEpochs : 2 ,
47
- NumDelegates : 24 ,
48
- NumCandidateDelegates : 36 ,
49
- TimeBasedRotation : false ,
50
- PacificBlockHeight : 432001 ,
51
- AleutianBlockHeight : 864001 ,
52
- BeringBlockHeight : 1512001 ,
53
- CookBlockHeight : 1641601 ,
54
- DardanellesBlockHeight : 1855201 ,
42
+ Timestamp : 1546329600 ,
43
+ BlockGasLimit : 20000000 ,
44
+ ActionGasLimit : 5000000 ,
45
+ BlockInterval : 10 * time .Second ,
46
+ NumSubEpochs : 2 ,
47
+ DardanellesNumSubEpochs : 30 ,
48
+ NumDelegates : 24 ,
49
+ NumCandidateDelegates : 36 ,
50
+ TimeBasedRotation : false ,
51
+ PacificBlockHeight : 432001 ,
52
+ AleutianBlockHeight : 864001 ,
53
+ BeringBlockHeight : 1512001 ,
54
+ CookBlockHeight : 1641601 ,
55
+ DardanellesBlockHeight : 1816201 ,
55
56
},
56
57
Account : Account {
57
58
InitBalanceMap : make (map [string ]string ),
0 commit comments