Skip to content

Commit d04d850

Browse files
authored
schedule hardfork for chainid_fix and cx_one_transfer_precompile (#4346)
1 parent 4bea48f commit d04d850

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

internal/params/config.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ var (
6262
DataCopyFixEpoch: big.NewInt(689), // Around Wed Sept 15th 2021 with 3.5s block time
6363
IstanbulEpoch: big.NewInt(314),
6464
ReceiptLogEpoch: big.NewInt(101),
65-
SHA3Epoch: big.NewInt(725), // Around Mon Oct 11 2021, 19:00 UTC
66-
HIP6And8Epoch: big.NewInt(725), // Around Mon Oct 11 2021, 19:00 UTC
67-
StakingPrecompileEpoch: big.NewInt(871), // Around Tue Feb 11 2022
68-
ChainIdFixEpoch: EpochTBD,
69-
SlotsLimitedEpoch: big.NewInt(999), // Around Fri, 27 May 2022 09:41:02 UTC with 2s block time
70-
CrossShardXferPrecompileEpoch: EpochTBD,
65+
SHA3Epoch: big.NewInt(725), // Around Mon Oct 11 2021, 19:00 UTC
66+
HIP6And8Epoch: big.NewInt(725), // Around Mon Oct 11 2021, 19:00 UTC
67+
StakingPrecompileEpoch: big.NewInt(871), // Around Tue Feb 11 2022
68+
ChainIdFixEpoch: big.NewInt(1323), // Around Wed 8 Feb 11:30PM UTC
69+
SlotsLimitedEpoch: big.NewInt(999), // Around Fri, 27 May 2022 09:41:02 UTC with 2s block time
70+
CrossShardXferPrecompileEpoch: big.NewInt(1323), // Around Wed 8 Feb 11:30PM UTC
7171
AllowlistEpoch: EpochTBD,
7272
FeeCollectEpoch: EpochTBD,
7373
}

0 commit comments

Comments
 (0)