Skip to content

Commit

Permalink
Merge pull request #269 from Emurgo/ruslan/catalyst-dates-update
Browse files Browse the repository at this point in the history
Catalyst registration period is extended until Oct 4th
  • Loading branch information
vsubhuman committed Sep 24, 2021
2 parents 4ca41a6 + f19aa17 commit c2cfc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -234,7 +234,7 @@ const getFundInfo = async (req: Request, res: Response) => {
"currentFund": {
"id": 6,
"registrationStart": "2021-08-12T11:00:00Z",
"registrationEnd": "2021-09-30T11:00:00Z",
"registrationEnd": "2021-10-04T11:00:00Z",
"votingStart": "2021-10-07T11:00:00Z",
"votingEnd": "2021-10-21T11:00:00Z",
"votingPowerThreshold": "450"
Expand Down

0 comments on commit c2cfc2b

Please sign in to comment.