Skip to content

Commit

Permalink
Merge branch 'catalyst-qr-codes' of https://github.com/input-output-h…
Browse files Browse the repository at this point in the history
…k/daedalus into catalyst-qr-codes
  • Loading branch information
juan-cieri committed Nov 24, 2020
2 parents 82cbad0 + 2bfb2bd commit 30d9c4e
Show file tree
Hide file tree
Showing 41 changed files with 1 addition and 1 deletion.
Binary file modified installers/icons/mainnet_catalyst.iconset/icon_1024x1024.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst.iconset/icon_1024x1024@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst.iconset/icon_128x128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst.iconset/icon_128x128@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst.iconset/icon_256x256.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst.iconset/icon_256x256@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst.iconset/icon_40x40.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst.iconset/icon_40x40@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst.iconset/icon_48x48.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst.iconset/icon_48x48@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst.iconset/icon_512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst.iconset/icon_512x512@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst.iconset/icon_64x64.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst.iconset/icon_64x64@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst/1024x1024.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst/128x128.ico
Binary file not shown.
Binary file modified installers/icons/mainnet_catalyst/128x128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added installers/icons/mainnet_catalyst/128x128@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added installers/icons/mainnet_catalyst/16x16@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added installers/icons/mainnet_catalyst/18x18@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added installers/icons/mainnet_catalyst/19x19@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added installers/icons/mainnet_catalyst/22x22@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added installers/icons/mainnet_catalyst/24x24@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installers/icons/mainnet_catalyst/256x256.ico
Binary file not shown.
Binary file modified installers/icons/mainnet_catalyst/256x256.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added installers/icons/mainnet_catalyst/256x256@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added installers/icons/mainnet_catalyst/32x32@2x.png
Binary file modified installers/icons/mainnet_catalyst/40x40.ico
Binary file not shown.
Binary file modified installers/icons/mainnet_catalyst/40x40.png
Binary file added installers/icons/mainnet_catalyst/40x40@2x.png
Binary file modified installers/icons/mainnet_catalyst/48x48.ico
Binary file not shown.
Binary file modified installers/icons/mainnet_catalyst/48x48.png
Binary file added installers/icons/mainnet_catalyst/48x48@2x.png
Binary file modified installers/icons/mainnet_catalyst/512x512.png
Binary file added installers/icons/mainnet_catalyst/512x512@2x.png
Binary file modified installers/icons/mainnet_catalyst/64x64.ico
Binary file not shown.
Binary file modified installers/icons/mainnet_catalyst/64x64.png
Binary file added installers/icons/mainnet_catalyst/64x64@2x.png
Binary file modified installers/icons/mainnet_catalyst/mainnet_catalyst.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion source/renderer/app/config/votingConfig.js
Expand Up @@ -6,4 +6,4 @@ export const PIN_CODE_LENGTH = 4;

export const VOTING_REGISTRATION_TRANSACTION_CHECK_INTERVAL = 1 * 1000; // 1 second | unit: milliseconds;
export const VOTING_REGISTRATION_TRANSACTION_CHECKER_TIMEOUT = 30 * 1000; // 30 seconds | unit: milliseconds;
export const VOTING_COUNTDOWN_INTERVAL = 60 * 60; // 60 minutes | unit: seconds;
export const VOTING_COUNTDOWN_INTERVAL = 60; // 60 minutes | unit: seconds;

0 comments on commit 30d9c4e

Please sign in to comment.