Skip to content

Commit

Permalink
Update Catalyst registration period
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Apr 6, 2021
1 parent 319d097 commit d6d864f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type Props = {|
...InjectedOrGenerated<GeneratedData>,
|};

const roundEndDate = new Date(Date.parse('3 Mar 2021 19:00:00 GMT'));
const roundEndDate = new Date(Date.parse('13 Apr 2021 19:00:00 GMT'));

@observer
export default class VotingPage extends Component<Props> {
Expand Down
2 changes: 1 addition & 1 deletion packages/yoroi-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/yoroi-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoroi",
"version": "4.2.5",
"version": "4.2.6",
"description": "Cardano ADA wallet",
"scripts": {
"dev:build": "rimraf dev/ && babel-node scripts/build --type=debug",
Expand Down

0 comments on commit d6d864f

Please sign in to comment.