Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 332c5eb

Browse files
committed
fix ido stake ray start time
1 parent 1f71eb8 commit 332c5eb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/pages/acceleraytor/_id.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -614,10 +614,7 @@
614614
<span class="text">
615615
{{
616616
$dayjs
617-
.unix(
618-
pool.info.startTime -
619-
3600 * 24 * (pool.idoId === '3XJpeTMso92CxkNEKp9n6cBtRu89FsC3cUerkGUGtsSp' ? 5 : 7)
620-
)
617+
.unix(pool.idoId === '3XJpeTMso92CxkNEKp9n6cBtRu89FsC3cUerkGUGtsSp' ? 1648828800 : pool.info.startTime - 3600 * 24 * 7)
621618
.utc()
622619
.format('YYYY-MM-DD HH:mm UTC')
623620
}}

0 commit comments

Comments
 (0)