Skip to content

Commit

Permalink
update terms (#2394)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYhun authored Nov 21, 2023
1 parent 6ee9b0a commit 8c50561
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ export const APP_PATHS = {
} as const

export const TERM_FILES_PATH = {
KYBERSWAP_TERMS: '/files/Kyber - Terms of Service - 1 August 2023.pdf',
PRIVACY_POLICY: '/files/Kyber - Privacy Policy - 23 Aug 2023.pdf',
KYBERSWAP_TERMS: '/files/Kyber - Terms of Use - 20 November 2023.pdf',
PRIVACY_POLICY: '/files/Kyber - Privacy Policy - 20 November 2023.pdf',
// Timestamp of changed date, update this to latest timestamp whenever change any above files. This also used to check on client side for updated to force user to disconnect and re-accept terms.
VERSION: 1692748800000,
VERSION: 1700438400000,
}

export enum FARM_TAB {
Expand Down

0 comments on commit 8c50561

Please sign in to comment.