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 8c2de8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/constants/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export const ONE_HOUR_SECOND = 60 * 60
export const ONE_MINUTE_SECOND = 60
export const IS_MAINTAINING = process.env.REACT_APP_IS_MAINTAINING === 'true'

/* eslint-disable */
console.info({ IS_MAINTAINING })
console.info({ env: process.env })

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

0 comments on commit 8c2de8a

Please sign in to comment.