Skip to content

Commit 24bf021

Browse files
author
Marko Boben
committed
Changed submitter fork time for coston 2
1 parent a986263 commit 24bf021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreth/core/daemon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
var (
2020
// Define activation times for submitter contract
2121
submitterContractActivationTimeFlare = big.NewInt(time.Date(2024, time.March, 26, 12, 0, 0, 0, time.UTC).Unix())
22-
submitterContractActivationTimeCostwo = big.NewInt(time.Date(2024, time.February, 21, 14, 0, 0, 0, time.UTC).Unix())
22+
submitterContractActivationTimeCostwo = big.NewInt(time.Date(2024, time.March, 7, 12, 0, 0, 0, time.UTC).Unix())
2323

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

0 commit comments

Comments
 (0)