Skip to content

Commit

Permalink
Update Gibbs block height for QA net
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Aug 17, 2022
1 parent 67929ca commit ed6a63c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,7 @@ var (
MirrorSyncBlock: big.NewInt(400),
BrunoBlock: big.NewInt(400),
EulerBlock: big.NewInt(400),

//TODO
GibbsBlock: nil,
GibbsBlock: big.NewInt(400),

Parlia: &ParliaConfig{
Period: 3,
Expand Down

0 comments on commit ed6a63c

Please sign in to comment.