Skip to content

Commit

Permalink
Cortina activation mainnet (#1246)
Browse files Browse the repository at this point in the history
* Add Cortina activation timestamp for April 6 (#241)

* Bump version to v0.12.0 and bump ago dep to v1.9.16 (#242)

* Bump version to v0.12.0 and bump ago dep to v1.9.16

* update gh actions

* Add mainnet activation timestamp
  • Loading branch information
aaronbuchwald committed Apr 11, 2023
1 parent f27fa47 commit dce18eb
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 @@ -74,7 +74,7 @@ var (
ApricotPhase6BlockTimestamp: big.NewInt(time.Date(2022, time.September, 6, 20, 0, 0, 0, time.UTC).Unix()),
ApricotPhasePost6BlockTimestamp: big.NewInt(time.Date(2022, time.September, 7, 3, 0, 0, 0, time.UTC).Unix()),
BanffBlockTimestamp: big.NewInt(time.Date(2022, time.October, 18, 16, 0, 0, 0, time.UTC).Unix()),
// TODO Add Cortina timestamp
CortinaBlockTimestamp: big.NewInt(time.Date(2023, time.April, 25, 15, 0, 0, 0, time.UTC).Unix()),
// TODO Add DUpgrade timestamp
}

Expand Down

0 comments on commit dce18eb

Please sign in to comment.