Skip to content

Commit

Permalink
Changed submitter fork time for coston
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Boben committed Feb 27, 2024
1 parent d875c0a commit fdee67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avalanchego/coreth/core/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
var (
// Define activation times for submitter contract
submitterContractActivationTimeSongbird = big.NewInt(time.Date(2024, time.March, 15, 12, 0, 0, 0, time.UTC).Unix())
submitterContractActivationTimeCoston = big.NewInt(time.Date(2024, time.February, 22, 14, 0, 0, 0, time.UTC).Unix())
submitterContractActivationTimeCoston = big.NewInt(time.Date(2024, time.February, 29, 12, 0, 0, 0, time.UTC).Unix())

// Define ftso and submitter contract addresses
prioritisedFTSOContractAddress = common.HexToAddress("0x1000000000000000000000000000000000000003")
Expand Down

0 comments on commit fdee67e

Please sign in to comment.