diff --git a/mod/config/pkg/spec/special_cases.go b/mod/config/pkg/spec/special_cases.go index dbf6bb0c9a..77dac006cb 100644 --- a/mod/config/pkg/spec/special_cases.go +++ b/mod/config/pkg/spec/special_cases.go @@ -33,6 +33,5 @@ const ( const ( BoonetFork1Height uint64 = 69420 - // TODO: modify this to be the actual fork height. Avoid overflow. - BoonetFork2Height uint64 = 99999999999999 + BoonetFork2Height uint64 = 1722000 )