diff --git a/contracts/governance/Sector3Governor.sol b/contracts/governance/Sector3Governor.sol index 69c92b6..6be1f0e 100644 --- a/contracts/governance/Sector3Governor.sol +++ b/contracts/governance/Sector3Governor.sol @@ -10,7 +10,7 @@ import "@openzeppelin/contracts/governance/extensions/GovernorVotesQuorumFractio contract Sector3Governor is Governor, GovernorSettings, GovernorCountingSimple, GovernorVotes, GovernorVotesQuorumFraction { constructor(IVotes _token) Governor("Sector#3 Governor") - GovernorSettings(1 /* 1 block */, 50400 /* ~1 week */, 2049e14 /* 0.2049 */) + GovernorSettings(1 /* 1 block */, 50400 /* ~1 week */, 2049e15 /* 2.049 */) GovernorVotes(_token) GovernorVotesQuorumFraction(1) {}