We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90572bb + caa9da5 commit 2864cc3Copy full SHA for 2864cc3
solidity/migrations/2_deploy_contracts.js
@@ -20,7 +20,7 @@ const KeepRegistry = artifacts.require("./KeepRegistry.sol");
20
21
let initializationPeriod = 43200; // ~12 hours
22
let undelegationPeriod = 7776000; // ~3 months
23
-const dkgContributionMargin = 5; // 5% Represents DKG frequency of 1/20 (Every 20 entries trigger group selection)
+const dkgContributionMargin = 3; // 3%
24
25
module.exports = async function(deployer, network) {
26
0 commit comments