From 3c64ac632b6b105b7d084866467f337186075dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20D=C3=ADaz?= Date: Mon, 4 Mar 2024 16:21:49 +0100 Subject: [PATCH] fix(apps): default sla on Using* contracts --- contracts/apps/UsingWitnet.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/apps/UsingWitnet.sol b/contracts/apps/UsingWitnet.sol index 46492327..7f829491 100644 --- a/contracts/apps/UsingWitnet.sol +++ b/contracts/apps/UsingWitnet.sol @@ -34,9 +34,9 @@ abstract contract UsingWitnet __witnet = _wrb; __witnetDefaultSLA = WitnetV2.RadonSLA({ // Number of nodes in the Witnet blockchain that will take part in solving the data request: - committeeSize: 7, + committeeSize: 10, // Fee in $nanoWIT paid to every node in the Witnet blockchain involved in solving the data request: - witnessingFeeNanoWit: 10 ** 9 + witnessingFeeNanoWit: 20 * 10 ** 8 // defaults to 0.2 $WIT }); __witnetBaseFeeOverheadPercentage = 10; // defaults to 10%