Add DrandSchedule to testground params
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
85e5e31126
commit
71ca29c7e7
@ -72,4 +72,8 @@ var (
|
|||||||
|
|
||||||
UpgradeBreezeHeight abi.ChainEpoch = 0
|
UpgradeBreezeHeight abi.ChainEpoch = 0
|
||||||
BreezeGasTampingDuration abi.ChainEpoch = 0
|
BreezeGasTampingDuration abi.ChainEpoch = 0
|
||||||
|
|
||||||
|
DrandSchedule = map[abi.ChainEpoch]DrandEnum{
|
||||||
|
0: DrandIncentinet,
|
||||||
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user