Skip to content

Commit

Permalink
Merge branch 'main' of github.com:KyberNetwork/kyberswap-interface in…
Browse files Browse the repository at this point in the history
…to e2e-qa62
  • Loading branch information
ltthienn committed Nov 21, 2023
2 parents 8f56de8 + 8c50561 commit 6294302
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 6294302

Please sign in to comment.