minAccountLevelForBlockSubmissions reduced from 6 to 5

This commit is contained in:
CalDescent 2022-02-05 11:33:28 +00:00
parent 775e3c065e
commit c6405340bc

View File

@ -9,7 +9,7 @@
"defaultGroupId": 0, "defaultGroupId": 0,
"oneNamePerAccount": true, "oneNamePerAccount": true,
"minAccountLevelToMint": 1, "minAccountLevelToMint": 1,
"minAccountLevelForBlockSubmissions": 6, "minAccountLevelForBlockSubmissions": 5,
"minAccountLevelToRewardShare": 5, "minAccountLevelToRewardShare": 5,
"maxRewardSharesPerMintingAccount": 6, "maxRewardSharesPerMintingAccount": 6,
"founderEffectiveMintingLevel": 10, "founderEffectiveMintingLevel": 10,