Merge pull request #4029 from rlan35/pre_sta_testnet

enable staking precompile at epoch 75175 in testnet
pull/4030/head
Soph 3 years ago committed by GitHub
commit 707d97b8ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      internal/params/config.go

@ -97,7 +97,7 @@ var (
ReceiptLogEpoch: big.NewInt(0),
SHA3Epoch: big.NewInt(74570),
HIP6And8Epoch: big.NewInt(74570),
StakingPrecompileEpoch: EpochTBD,
StakingPrecompileEpoch: big.NewInt(75175),
}
// PangaeaChainConfig contains the chain parameters for the Pangaea network.

Loading…
Cancel
Save