Skip to content

Commit

Permalink
enable sha3-256 fork on mainnet and testnet (#3890)
Browse files Browse the repository at this point in the history
* enable sha256 fork
* update the epoch for testnet
  • Loading branch information
rlan35 authored Sep 30, 2021
1 parent ef81572 commit 15f9b2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var (
DataCopyFixEpoch: big.NewInt(689), // Around Wed Sept 15th 2021 with 3.5s block time
IstanbulEpoch: big.NewInt(314),
ReceiptLogEpoch: big.NewInt(101),
SHA3Epoch: EpochTBD, //EpochTBD
SHA3Epoch: big.NewInt(725), // Around Mon Oct 11 2021, 19:00 UTC
HIP6And8Epoch: big.NewInt(725), // Around Mon Oct 11 2021, 19:00 UTC
}

Expand Down Expand Up @@ -94,8 +94,8 @@ var (
DataCopyFixEpoch: big.NewInt(74412),
IstanbulEpoch: big.NewInt(43800),
ReceiptLogEpoch: big.NewInt(0),
SHA3Epoch: EpochTBD, //EpochTBD
HIP6And8Epoch: big.NewInt(74590),
SHA3Epoch: big.NewInt(74570),
HIP6And8Epoch: big.NewInt(74570),
}

// PangaeaChainConfig contains the chain parameters for the Pangaea network.
Expand Down

0 comments on commit 15f9b2d

Please sign in to comment.