From 6820b4f942afcf0683e525f47b646752a59bc0fd Mon Sep 17 00:00:00 2001 From: marta-lokhova Date: Tue, 11 Aug 2026 14:51:05 -0700 Subject: [PATCH] Bump resources for VersionMixNewCatchupToOld mission --- src/FSLibrary/MissionVersionNewCatchupToOld.fs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/FSLibrary/MissionVersionNewCatchupToOld.fs b/src/FSLibrary/MissionVersionNewCatchupToOld.fs index 77da080d..79e887fa 100644 --- a/src/FSLibrary/MissionVersionNewCatchupToOld.fs +++ b/src/FSLibrary/MissionVersionNewCatchupToOld.fs @@ -14,7 +14,8 @@ open StellarCoreHTTP let versionMixNewCatchupToOld (context: MissionContext) = let context = { context.WithNominalLoad with - genesisTestAccountCount = Some context.WithNominalLoad.numAccounts } + genesisTestAccountCount = Some context.WithNominalLoad.numAccounts + coreResources = MediumTestResources } let newImage = context.image let oldImage = GetOrDefault context.oldImage newImage