Skip to content

Commit

Permalink
feat: schedule Darwin hard fork (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thegaram authored and 0xmountaintop committed Aug 10, 2024
1 parent 94af17a commit 719d845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ var (
ArchimedesBlock: big.NewInt(0),
BernoulliBlock: big.NewInt(3747132),
CurieBlock: big.NewInt(4740239),
DarwinTime: nil,
DarwinTime: newUint64(1723622400),
Clique: &CliqueConfig{
Period: 3,
Epoch: 30000,
Expand Down Expand Up @@ -243,7 +243,7 @@ var (
ArchimedesBlock: big.NewInt(0),
BernoulliBlock: big.NewInt(5220340),
CurieBlock: big.NewInt(7096836),
DarwinTime: nil,
DarwinTime: newUint64(1724227200),
Clique: &CliqueConfig{
Period: 3,
Epoch: 30000,
Expand Down

0 comments on commit 719d845

Please sign in to comment.