Skip to content

Commit b3449ad

Browse files
committed
fix: update mint end time
1 parent a0856b5 commit b3449ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ export const CURRENT_SEASON = 9 //当前季度
1111
// export const CLAIM_END_AT = new Date("2024-11-28T00:00:00+08:00").getTime(); // 节点mint结束时间
1212

1313
export const CLAIM_START_AT = new Date('2025-02-28T00:00:00+08:00').getTime() // 节点mint开始时间
14-
export const CLAIM_END_AT = new Date('2025-02-28T00:00:00+08:00').getTime()
14+
export const CLAIM_END_AT = new Date('2025-02-28T12:00:00+08:00').getTime()

0 commit comments

Comments
 (0)