Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 349 Bytes

File metadata and controls

13 lines (8 loc) · 349 Bytes

VoxStakingDapp

Environment Variables

Create a .env file in the project root with the following (public) variable:

REACT_APP_THIRDWEB_CLIENT_ID=your_thirdweb_public_client_id
REACT_APP_INFURA_ID=your_public_infura_project_id

Note: This value is public in the client bundle and is safe to expose. Do not put secrets in the frontend.