Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v1.763.0 #8786

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.base
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ REACT_APP_FEATURE_PHANTOM_WALLET=true
REACT_APP_FEATURE_THOR_FREE_FEES=true
REACT_APP_FEATURE_LIMIT_ORDERS=true
REACT_APP_FEATURE_NEW_WALLET_FLOW=true
REACT_APP_FEATURE_FOX_PAGE_FOX_WIF_HAT_SECTION=false
REACT_APP_FEATURE_FOX_PAGE_FOX_WIF_HAT_SECTION=true
REACT_APP_FEATURE_NEW_LIMIT_FLOW=true
REACT_APP_FEATURE_THORCHAIN_SWAPPER_ACK=true

Expand Down
5 changes: 3 additions & 2 deletions src/lib/fees/constant.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { toBaseUnit } from 'lib/math'

// This timestamp is the 03 of February 2025 10:30 PST
export const FOX_WIF_HAT_CAMPAIGN_STARTING_TIME_MS = 1738575000000
// This timestamp is the 12 of February 2025 10:30 PST
export const FOX_WIF_HAT_CAMPAIGN_STARTING_TIME_MS = 1739385000000

// 120 days from the start
export const FOX_WIF_HAT_CAMPAIGN_ENDING_TIME_MS =
FOX_WIF_HAT_CAMPAIGN_STARTING_TIME_MS + 1000 * 60 * 60 * 24 * 120
Expand Down