Skip to content

Commit

Permalink
Update smart-contracts/test/UnlockProtocolToken/governor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed May 22, 2024
1 parent 13819ff commit 2a42e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart-contracts/test/UnlockProtocolToken/governor.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const PROPOSER_ROLE = ethers.keccak256(ethers.toUtf8Bytes('PROPOSER_ROLE'))
const SIX_DAYS = 43200 // in blocks
const votingDelay = SIX_DAYS //
const votingPeriod = SIX_DAYS
const defaultQuorum = BigInt('30000') * BigInt(10 ** 18)
const defaultQuorum = BigInt('3000') * BigInt(10 ** 18)

describe('UP Governor & Timelock', () => {
let gov
Expand Down

0 comments on commit 2a42e60

Please sign in to comment.