Skip to content

Commit

Permalink
Merges release/3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaglumac committed Mar 3, 2021
2 parents 8a3fca6 + 49bbd5f commit 4fba523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/renderer/app/config/votingConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const VOTING_REGISTRATION_FEE_CALCULATION_AMOUNT = 1; // 1 ADA | unit: AD
export const VOTING_REGISTRATION_PIN_CODE_LENGTH = 4;
export const VOTING_REGISTRATION_MIN_TRANSACTION_CONFIRMATIONS = isDev ? 2 : 10;
export const VOTING_REGISTRATION_TRANSACTION_POLLING_INTERVAL = 5000; // 5 seconds | unit: milliseconds
export const VOTING_REGISTRATION_END_DATE = new Date('Mar 3, 2021, 10:21 UTC');
export const VOTING_REGISTRATION_END_DATE = new Date('Mar 3, 2021, 19:00 UTC');
export const VOTING_REGISTRATION_END_CHECK_INTERVAL = 3000; // 3 seconds | unit: milliseconds
export const VOTING_REGISTRATION_CAST_START_DATE = new Date(
'Mar 5, 2021, 19:00 UTC'
Expand Down

0 comments on commit 4fba523

Please sign in to comment.