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

Commit 1f71eb8

Browse files
committed
fix ido stake ray start time
1 parent 9cac919 commit 1f71eb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/pages/acceleraytor/_id.vue

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

0 commit comments

Comments
 (0)