Skip to content

Commit

Permalink
enable staking precompile at epoch 871 on mainnet (#4038)
Browse files Browse the repository at this point in the history
* enable staking precompile at epoch 858 on mainnet

* update epoch number to 871
  • Loading branch information
rlan35 authored Jan 29, 2022
1 parent 0351977 commit 4ea9072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var (
ReceiptLogEpoch: big.NewInt(101),
SHA3Epoch: big.NewInt(725), // Around Mon Oct 11 2021, 19:00 UTC
HIP6And8Epoch: big.NewInt(725), // Around Mon Oct 11 2021, 19:00 UTC
StakingPrecompileEpoch: EpochTBD,
StakingPrecompileEpoch: big.NewInt(871), // Around Tue Feb 11 2022
}

// TestnetChainConfig contains the chain parameters to run a node on the harmony test network.
Expand Down

0 comments on commit 4ea9072

Please sign in to comment.