From 5716ec653aa781d5bfa3d0b9c6f734f6db70b24f Mon Sep 17 00:00:00 2001 From: Qiwei Yang Date: Thu, 19 Dec 2024 18:15:27 +0800 Subject: [PATCH] fix merged --- .../Sources/Blockchain/Config/ProtocolConfig+Preset.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Blockchain/Sources/Blockchain/Config/ProtocolConfig+Preset.swift b/Blockchain/Sources/Blockchain/Config/ProtocolConfig+Preset.swift index 3152b1ea..d0769b09 100644 --- a/Blockchain/Sources/Blockchain/Config/ProtocolConfig+Preset.swift +++ b/Blockchain/Sources/Blockchain/Config/ProtocolConfig+Preset.swift @@ -92,10 +92,10 @@ extension Ref where T == ProtocolConfig { preimagePurgePeriod: 28800, epochLength: 12, auditBiasFactor: 2, - coreAccumulationGas: Gas(100_000), + workReportAccumulationGas: Gas(100_000), workPackageAuthorizerGas: Gas(1_000_000), workPackageRefineGas: Gas(500_000_000), - totalAccumulationGas: Gas(341_000_000), + totalAccumulationGas: Gas(35_000_000), recentHistorySize: 8, maxWorkItems: 4, maxDepsInWorkReport: 8,