Skip to content

Commit

Permalink
fix facadewrite tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmrodri committed Oct 24, 2023
1 parent 932d68f commit 8d73ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/FacadeWrite.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ describe('FacadeWrite contract', () => {

// Set governance params
govParams = {
votingDelay: bn(5), // 5 blocks
votingPeriod: bn(100), // 100 blocks
votingDelay: bn(7200), // 1 day
votingPeriod: bn(21600), // 3 days
proposalThresholdAsMicroPercent: bn(1e6), // 1%
quorumPercent: bn(4), // 4%
timelockDelay: bn(60 * 60 * 24), // 1 day
Expand Down

0 comments on commit 8d73ed1

Please sign in to comment.