Skip to content

Commit

Permalink
set up dardanelles height (#1606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yutong Pei committed Nov 4, 2019
1 parent 69c03b7 commit 4bdfa9f
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions blockchain/genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,20 @@ func init() {
func defaultConfig() Genesis {
return Genesis{
Blockchain: Blockchain{
Timestamp: 1546329600,
BlockGasLimit: 20000000,
ActionGasLimit: 5000000,
BlockInterval: 10 * time.Second,
NumSubEpochs: 2,
NumDelegates: 24,
NumCandidateDelegates: 36,
TimeBasedRotation: false,
PacificBlockHeight: 432001,
AleutianBlockHeight: 864001,
BeringBlockHeight: 1512001,
CookBlockHeight: 1641601,
DardanellesBlockHeight: 1855201,
Timestamp: 1546329600,
BlockGasLimit: 20000000,
ActionGasLimit: 5000000,
BlockInterval: 10 * time.Second,
NumSubEpochs: 2,
DardanellesNumSubEpochs: 30,
NumDelegates: 24,
NumCandidateDelegates: 36,
TimeBasedRotation: false,
PacificBlockHeight: 432001,
AleutianBlockHeight: 864001,
BeringBlockHeight: 1512001,
CookBlockHeight: 1641601,
DardanellesBlockHeight: 1816201,
},
Account: Account{
InitBalanceMap: make(map[string]string),
Expand Down

0 comments on commit 4bdfa9f

Please sign in to comment.