File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
source/renderer/app/config Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 88
99- Un-brick auto-update on devices where it failed in the past ([ PR 3223] ( https://github.com/input-output-hk/daedalus/pull/3223 ) )
1010
11+ ### Chores
12+
13+ - Decrease Catalyst voting power threshold from 500 to 25 ADA ([ PR 3230] ( https://github.com/input-output-hk/daedalus/pull/3230 ) )
14+
1115## 6.0.1
1216
1317### Fixes
Original file line number Diff line number Diff line change 11const { isDev } = global . environment ;
2- export const VOTING_REGISTRATION_MIN_WALLET_FUNDS = 500 ; // 500 ADA | unit: ADA
2+ export const VOTING_REGISTRATION_MIN_WALLET_FUNDS = 25 ; // 25 ADA | unit: ADA
33export const VOTING_REGISTRATION_FEE_CALCULATION_AMOUNT = 1 ; // 1 ADA | unit: ADA
44export const VOTING_REGISTRATION_PIN_CODE_LENGTH = 4 ;
55export const VOTING_REGISTRATION_MIN_TRANSACTION_CONFIRMATIONS = isDev ? 2 : 10 ;
You can’t perform that action at this time.
0 commit comments