turn on aggregated reward on testnet (#3839)

pull/3845/head
Rongjian Lan 3 years ago committed by GitHub
parent af7f34fa78
commit 27c5aa468f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      internal/params/config.go

@ -70,7 +70,7 @@ var (
EthCompatibleEpoch: big.NewInt(73290), EthCompatibleEpoch: big.NewInt(73290),
CrossTxEpoch: big.NewInt(0), CrossTxEpoch: big.NewInt(0),
CrossLinkEpoch: big.NewInt(2), CrossLinkEpoch: big.NewInt(2),
AggregatedRewardEpoch: EpochTBD, AggregatedRewardEpoch: big.NewInt(74275),
StakingEpoch: big.NewInt(2), StakingEpoch: big.NewInt(2),
PreStakingEpoch: big.NewInt(1), PreStakingEpoch: big.NewInt(1),
QuickUnlockEpoch: big.NewInt(0), QuickUnlockEpoch: big.NewInt(0),

Loading…
Cancel
Save