Skip to content

Commit

Permalink
fix(pfs): default sla params
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Feb 13, 2024
1 parent 550ee8b commit 71488cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/apps/WitnetPriceFeeds.sol
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ contract WitnetPriceFeeds
witnet = _wrb;
__settleDefaultRadonSLA(WitnetV2.RadonSLA({
witnessingCommitteeSize: 7,
witnessingWitTotalReward: 7 * 2 ** 8
witnessingWitTotalReward: (2 * (7 + 3)) * 10 ** 8
}));
}

Expand Down

0 comments on commit 71488cc

Please sign in to comment.