Skip to content

Commit

Permalink
Bump Daedalus version to 4.1.0, Enable voting registration on Mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaglumac committed Jun 2, 2021
1 parent 689d133 commit bad283b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

## 4.1.0-FC1
## 4.1.0

### Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daedalus",
"productName": "Daedalus",
"version": "4.1.0-FC1",
"version": "4.1.0",
"description": "Cryptocurrency Wallet",
"main": "./dist/main/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion source/renderer/app/config/votingConfig.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @flow
const { isDev } = global.environment;

export const IS_VOTING_REGISTRATION_AVAILABLE = false;
export const IS_VOTING_REGISTRATION_AVAILABLE = true;
export const VOTING_FUND_NUMBER = 4;
export const VOTING_REGISTRATION_MIN_WALLET_FUNDS = 500; // 500 ADA | unit: ADA
export const VOTING_REGISTRATION_FEE_CALCULATION_AMOUNT = 1; // 1 ADA | unit: ADA
Expand Down

0 comments on commit bad283b

Please sign in to comment.