Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit fdee67e

Browse files
author
Marko Boben
committed
Changed submitter fork time for coston
1 parent d875c0a commit fdee67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avalanchego/coreth/core/keeper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
var (
1919
// Define activation times for submitter contract
2020
submitterContractActivationTimeSongbird = big.NewInt(time.Date(2024, time.March, 15, 12, 0, 0, 0, time.UTC).Unix())
21-
submitterContractActivationTimeCoston = big.NewInt(time.Date(2024, time.February, 22, 14, 0, 0, 0, time.UTC).Unix())
21+
submitterContractActivationTimeCoston = big.NewInt(time.Date(2024, time.February, 29, 12, 0, 0, 0, time.UTC).Unix())
2222

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

0 commit comments

Comments
 (0)