Skip to content

Commit

Permalink
params: Configuration settings for Bokbunja Hard Fork on Testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jhjin committed Sep 13, 2023
1 parent 14711c7 commit b601f19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ var (
BerlinBlock: big.NewInt(38067000),
LondonBlock: big.NewInt(38067000),
AvocadoBlock: big.NewInt(40_759_810),
PangyoBlock: nil,
ApplepieBlock: nil,
BokbunjaBlock: nil,
PangyoBlock: big.NewInt(44_671_396),
ApplepieBlock: big.NewInt(44_671_396),
BokbunjaBlock: big.NewInt(44_671_396),
Ethash: new(EthashConfig),
}

Expand Down

0 comments on commit b601f19

Please sign in to comment.