Skip to content

Commit

Permalink
Add mainnet apricot phase 3 timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald committed Aug 16, 2021
1 parent 58f4fe8 commit 1b7e1a0
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 @@ -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
Expand Down

0 comments on commit 1b7e1a0

Please sign in to comment.