Skip to content

Commit 82570f5

Browse files
authored
Added BackwardCompSaveKeyValueEnableEpoch and SCRSizeInvariantCheckEnableEpoch to config
1 parent 0f90083 commit 82570f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

erdpy/testnet/node_config_toml.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ def patch_enable_epochs(data: ConfigDict, testnet_config: TestnetConfiguration):
8181
enable_epochs['ESDTTransferRoleEnableEpoch'] = 0
8282
enable_epochs['BuiltInFunctionOnMetaEnableEpoch'] = 0
8383
enable_epochs['ComputeRewardCheckpointEnableEpoch'] = 5
84+
enable_epochs['BackwardCompSaveKeyValueEnableEpoch'] = 5
85+
enable_epochs['SCRSizeInvariantCheckEnableEpoch'] = 5
8486

8587
enable_epochs['MaxNodesChangeEnableEpoch'] = [
8688
{'EpochEnable': 0, 'MaxNumNodes': 36, 'NodesToShufflePerShard': 4},

0 commit comments

Comments
 (0)