diff --git a/internal/configs/sharding/testnet.go b/internal/configs/sharding/testnet.go index 261a77d0e..f398f9379 100644 --- a/internal/configs/sharding/testnet.go +++ b/internal/configs/sharding/testnet.go @@ -30,7 +30,7 @@ func (testnetSchedule) InstanceForEpoch(epoch *big.Int) Instance { func (testnetSchedule) BlocksPerEpoch() uint64 { // 8 seconds per block, roughly 86400 blocks, around one day - return 10800 + return 60 } var testnetReshardingEpoch = []*big.Int{big.NewInt(0), big.NewInt(testnetV1Epoch), big.NewInt(testnetV2Epoch)}