Skip to content

Commit

Permalink
add console
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Aug 29, 2023
1 parent 210e14e commit ab4aaa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/constants/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ export const ONE_HOUR_SECOND = 60 * 60
export const ONE_MINUTE_SECOND = 60
export const IS_MAINTAINING = process.env.REACT_APP_IS_MAINTAINING === 'true'

console.log({ IS_MAINTAINING })
console.log({ env: process.env })

export function getPrimaryColor() {
return isMainnet() ? '#00CC9B' : '#9A2CEC'
}
Expand Down

0 comments on commit ab4aaa4

Please sign in to comment.