Skip to content

Commit

Permalink
chore: set Testnet ECO Hardfork height 7_940_000
Browse files Browse the repository at this point in the history
  • Loading branch information
fanbsb committed Oct 20, 2022
1 parent 4ca9f6d commit 87103af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ var (
IstanbulBlock: big.NewInt(5_480_000),
BerlinBlock: big.NewInt(5_480_000),
LondonBlock: big.NewInt(5_480_000),
EcoBlock: nil,
EcoBlock: big.NewInt(7_940_000),
DaTong: &DaTongConfig{
Period: 15,
},
Expand Down

0 comments on commit 87103af

Please sign in to comment.