Skip to content

Commit

Permalink
Merge pull request #342 from ava-labs/mainnet-timestamp
Browse files Browse the repository at this point in the history
Add mainnet apricot phase 3 timestamp
  • Loading branch information
aaronbuchwald authored Aug 16, 2021
2 parents 58f4fe8 + 1b7e1a0 commit 791a57e
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 791a57e

Please sign in to comment.