Skip to content

Commit 2864cc3

Browse files
authored
Merge pull request #1716 from keep-network/dkg-contribution-margin
DKG contribution margin set to 3%
2 parents 90572bb + caa9da5 commit 2864cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solidity/migrations/2_deploy_contracts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const KeepRegistry = artifacts.require("./KeepRegistry.sol");
2020

2121
let initializationPeriod = 43200; // ~12 hours
2222
let undelegationPeriod = 7776000; // ~3 months
23-
const dkgContributionMargin = 5; // 5% Represents DKG frequency of 1/20 (Every 20 entries trigger group selection)
23+
const dkgContributionMargin = 3; // 3%
2424

2525
module.exports = async function(deployer, network) {
2626

0 commit comments

Comments
 (0)