From 1b7e1a0874d116719fd2b7f46ea5bf03379d5f85 Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Mon, 16 Aug 2021 16:55:50 -0400 Subject: [PATCH] Add mainnet apricot phase 3 timestamp --- params/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/config.go b/params/config.go index 24cf106dac..1e569ea7e1 100644 --- a/params/config.go +++ b/params/config.go @@ -64,7 +64,7 @@ var ( MuirGlacierBlock: big.NewInt(0), ApricotPhase1BlockTimestamp: big.NewInt(1617199200), // 10am EST 3/31/2021 ApricotPhase2BlockTimestamp: big.NewInt(1620644400), // 10am EST 5/10/2021 - // TODO(aaronbuchwald) schedule Apricot Phase 3 + ApricotPhase3BlockTimestamp: big.NewInt(1629813600), // 10am EST 8/24/2021 } // AvalancheFujiChainConfig is the configuration for the Fuji Test Network