We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea16f84 commit 0f90083Copy full SHA for 0f90083
1 file changed
erdpy/testnet/node_config_toml.py
@@ -80,6 +80,7 @@ def patch_enable_epochs(data: ConfigDict, testnet_config: TestnetConfiguration):
80
enable_epochs['GlobalMintBurnDisableEpoch'] = 0
81
enable_epochs['ESDTTransferRoleEnableEpoch'] = 0
82
enable_epochs['BuiltInFunctionOnMetaEnableEpoch'] = 0
83
+ enable_epochs['ComputeRewardCheckpointEnableEpoch'] = 5
84
85
enable_epochs['MaxNodesChangeEnableEpoch'] = [
86
{'EpochEnable': 0, 'MaxNumNodes': 36, 'NodesToShufflePerShard': 4},
0 commit comments