Skip to content

Commit 4bdfa9f

Browse files
author
Yutong Pei
committed
set up dardanelles height (#1606)
1 parent 69c03b7 commit 4bdfa9f

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

blockchain/genesis/genesis.go

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,20 @@ func init() {
3939
func defaultConfig() Genesis {
4040
return Genesis{
4141
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,
5556
},
5657
Account: Account{
5758
InitBalanceMap: make(map[string]string),

0 commit comments

Comments
 (0)