Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Enable claiming on prod and ens
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadV91 committed Feb 7, 2022
1 parent 3e6c644 commit 6e9d521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/pages/Claim/const.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isProd, isEns, isBarn } from 'utils/environments'

export const IS_CLAIMING_ENABLED = !isProd && !isEns && !isBarn
export const IS_CLAIMING_ENABLED = !isBarn
export const IS_TESTING_ENV = !isProd && !isEns && !isBarn

0 comments on commit 6e9d521

Please sign in to comment.