diff --git a/packages/apps/human-app/frontend/.env.example b/packages/apps/human-app/frontend/.env.example index fbd946ad50..a18d929d1d 100644 --- a/packages/apps/human-app/frontend/.env.example +++ b/packages/apps/human-app/frontend/.env.example @@ -45,7 +45,7 @@ VITE_H_CAPTCHA_ORACLE_ADDRESS= # job types list string VITE_H_CAPTCHA_ORACLE_TASK_TYPES= #string => lists of job types eg.: Image labeling, BBoxes... -# network if network is equl to 'testnet' app will use first tesntet chain from .src/smart-contracts/chains.ts +# if network is equal to 'testnet' app will use first testnet chain from .src/smart-contracts/chains.ts # and first mainnet chain for 'mainnet' VITE_NETWORK= # mainnet|testnet VITE_GOVERNOR_ADDRESS= diff --git a/scripts/cvat/env-files/.env.human-app-client b/scripts/cvat/env-files/.env.human-app-client index 30464f42d5..c70c0f5f49 100644 --- a/scripts/cvat/env-files/.env.human-app-client +++ b/scripts/cvat/env-files/.env.human-app-client @@ -25,4 +25,7 @@ VITE_H_CAPTCHA_ORACLE_ROLE=hcaptcha # Keep it empty VITE_H_CAPTCHA_ORACLE_ADDRESS= VITE_H_CAPTCHA_ORACLE_TASK_TYPES=image_points,image_boxes -VITE_FEATURE_FLAG_JOBS_DISCOVERY=true \ No newline at end of file +VITE_FEATURE_FLAG_JOBS_DISCOVERY=true +# Keep it empty +VITE_GOVERNOR_ADDRESS= +VITE_GOVERNANCE_URL= \ No newline at end of file