Skip to content

Commit

Permalink
update timestamp (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xhardrefresh authored Sep 16, 2024
1 parent 0d67454 commit 467d620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ui/MlpMigrationBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default {
computed: {
endDateTimestamp(): number {
return 1726146000;
return 1726581600;
},
currentTimeUnix(): number {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/TopupTimer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import moment from "moment";
export default {
computed: {
endDateTimestamp(): number {
return 1726146000;
return 1726581600;
},
currentTimeUnix(): number {
return moment.utc(Date.now()).unix();
Expand Down

0 comments on commit 467d620

Please sign in to comment.