Skip to content

Commit

Permalink
fix: update event (#5100)
Browse files Browse the repository at this point in the history
* chore: update desktop version

* chore: update event id
  • Loading branch information
Tuditi authored Nov 3, 2022
1 parent efdd0df commit c5ab60a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop",
"productName": "Firefly",
"version": "1.6.5",
"version": "1.7.0",
"description": "Official IOTA wallet on desktop",
"main": "public/build/main.js",
"repository": "git@github.com:iotaledger/firefly.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/lib/participation/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const ASSEMBLY_EVENT_START_DATE = new Date('November 7, 2022')
/**
* The staking event ID for Assembly.
*/
export const ASSEMBLY_EVENT_ID = 'bc3e5189f7b6a5bcc31a0f73a6d472c567bd788ee066eb8758ad2520dd313ea3'
export const ASSEMBLY_EVENT_ID = '758f9f6193c4ecc99b4b3c1a57a9cd3c6fc75f94e061d05361647d11ab8d06f6'

/**
* The staking event ID for Shimmer.
Expand Down

0 comments on commit c5ab60a

Please sign in to comment.